forked from evergreen-library-system/Evergreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
39 lines (31 loc) · 1.11 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#----------------------------------------------------------
# Makefile.am for openils
# Author: Kevin Beswick ([email protected])
## Process this file with automake to generate Makefile.in
#----------------------------------------------------------
# Set some variables
export PREFIX=@prefix@
export BINDIR=@bindir@
export LIBDIR=@libdir@
export perldir=$(LIBDIR)/perl5
export INCLUDEDIR=@includedir@
export ETCDIR=@sysconfdir@
export WEBDIR=@localstatedir@/web
export CGIDIR=@localstatedir@/cgi-bin
export TEMPLATEDIR=@localstatedir@/templates
export UPDATESDIR=@localstatedir@/updates
export datadir=@localstatedir@/data
export XSLDIR=@localstatedir@/xsl
export REPORTERDIR=@localstatedir@/reporter
export SOCK=@localstatedir@/lock
export PID=@localstatedir@/run
export LOG=@localstatedir@/log
export PERL_BASE=@PERL_BASE@
# Derived from autoconf:
export TMP = @TMP@
export APXS2 = @APXS2@
export LIBXML2_HEADERS = @LIBXML2_HEADERS@
export DBI_LIBS = @DBI_LIBS@
export OPENSRF_HEADERS = @OPENSRF_HEADERS@
export OPENSRF_LIBS = @OPENSRF_LIBS@
SUBDIRS = Open-ILS/src Open-ILS/web Open-ILS/updates Open-ILS/xul/staff_client