]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/Makefile.am
d96d1bd2e7246237e98f1818766a3e1a3961be4f
[working/Evergreen.git] / Open-ILS / src / Makefile.am
1 # Copyright (C) 2008 Equinox Software, Inc.
2 # Kevin Beswick <kevinbeswick00@gmail.com>
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 ## Process this file with automake to generate Makefile.in
15
16
17 export STAFF_CLIENT_BUILD_ID = `/bin/cat @top_srcdir@/Open-ILS/xul/staff_client/build/BUILD_ID`
18 export DEF_LDFLAGS = -L. -L$(TMP) -L$(OPENSRF_LIBS)
19 export DEF_CFLAGS = -D_LARGEFILE64_SOURCE -pipe -g -Wall -O2 -fPIC -I@top_srcdir@/include -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS)  -I$(LIBXML2_HEADERS)/libxml  -I$(TMP) -I$(OPENSRF_HEADERS)
20 export DEF_LDLIBS = -lopensrf 
21
22
23 # Establish some installation directories and such
24 prefix=@prefix@
25 exec_prefix=@exec_prefix@
26 datadir=@localstatedir@/data
27 circrulesdir=@localstatedir@/circ
28 catalogscriptdir=@localstatedir@/catalog
29 penaltyrulesdir=@localstatedir@/penalty
30 examples = @top_srcdir@/Open-ILS/examples
31 jsbackend = @srcdir@/javascript/backend
32 supportscr = @srcdir@/support-scripts
33
34 # Collect files to be used by multiple targets
35
36 autojsbinscripts = @srcdir@/extras/autogen.sh \
37         @srcdir@/support-scripts/offline-blocked-list.pl 
38
39 # Decide which entities to build
40
41 sysconf_DATA = $(examples)/action_trigger_filters.json.example \
42                $(examples)/opensrf.xml.example \
43                $(examples)/opensrf_core.xml.example \
44                $(examples)/fm_IDL.xml \
45                $(examples)/oils_sip.xml.example \
46                $(examples)/lib_ips.txt.example \
47                $(examples)/oils_yaz.xml.example \
48                $(examples)/kpac.xml.example \
49                $(examples)/oils_z3950.xml.example 
50
51 #----------------------------
52 # Build ILS CORE
53 #----------------------------
54
55 if BUILDILSCORE
56
57 #Add directories to build
58 OILSCORE_DIRS = c-apps extras perlmods
59 #Add manual (non-automake) install targets for simplicity of installing.
60 OILSCORE_INST = ilscore-install
61
62 core_data = @srcdir@/extras/ils_events.xml \
63             $(examples)/hold_notification_template.example
64
65 core_scripts =   $(examples)/oils_ctl.sh \
66                  $(supportscr)/fine_generator.pl \
67                  $(supportscr)/hold_targeter.pl \
68                  $(supportscr)/reshelving_complete.srfsh \
69                  $(supportscr)/clear_expired_circ_history.srfsh \
70                  $(supportscr)/update_hard_due_dates.srfsh \
71                  $(supportscr)/juv_to_adult.srfsh \
72                  $(supportscr)/thaw_expired_frozen_holds.srfsh \
73                  $(supportscr)/long-overdue-status-update.pl \
74                  $(supportscr)/action_trigger_runner.pl \
75                  $(supportscr)/purge_holds.srfsh \
76                  $(srcdir)/extras/eg_config \
77                  $(srcdir)/extras/openurl_map.pl \
78                  $(srcdir)/extras/import/marc_add_ids
79
80 installautojs = $(autojsbinscripts)
81
82 #circ-rules-install
83 circrules_SCRIPTS = $(jsbackend)/circ/circ_duration.js \
84                     $(jsbackend)/circ/circ_groups.js \
85                     $(jsbackend)/circ/circ_item_config.js \
86                     $(jsbackend)/circ/circ_lib.js \
87                     $(jsbackend)/circ/circ_permit_copy.js \
88                     $(jsbackend)/circ/circ_permit_hold.js \
89                     $(jsbackend)/circ/circ_permit_patron.js \
90                     $(jsbackend)/circ/circ_permit_renew.js 
91 penaltyrules_SCRIPTS = $(jsbackend)/penalty/patron_penalty.js
92 catalogscript_SCRIPTS = $(jsbackend)/catalog/biblio_descriptor.js \
93                         $(jsbackend)/catalog/biblio_fingerprint.js \
94                         $(jsbackend)/catalog/fixed_fields.js \
95                         $(jsbackend)/catalog/phys_char.js \
96                         $(jsbackend)/catalog/record_type.js
97
98 endif
99
100 #--------------------
101 # Build Apache modules
102 #--------------------
103
104 if BUILDAPACHEMODS
105 OILSWEB_DIR = apachemods
106 endif
107
108 #---------------------
109 # Build ILS Reporter
110 #---------------------
111
112 if BUILDILSREPORTER
113 OILSREP_INST = reporter-install
114 #reporter-install
115 reporter_scripts = @srcdir@/reporter/clark-kent.pl \
116                    @srcdir@/reporter/find_orphaned_reports.pl
117 reporter_data = @srcdir@/reporter/report-fail \
118                @srcdir@/reporter/report-success
119 endif
120
121 #------------------------------
122 # Build EVERGREEN PYTHON
123 #------------------------------
124
125 if BUILDEGPYTHON
126 OILSPYTHON_DIR = python
127 endif
128
129 #------------------------------
130 # Build EVERGREEN JAVA
131 #------------------------------
132
133 if BUILDEGJAVA
134 OILSJAVA_DIR = java
135 endif
136
137 gen_scripts = \
138         @srcdir@/extras/fast-extract \
139         @srcdir@/extras/import/marc2are.pl \
140         @srcdir@/extras/import/marc2bre.pl \
141         @srcdir@/extras/import/marc2sre.pl \
142         @srcdir@/extras/import/parallel_pg_loader.pl \
143         $(supportscr)/authority_control_fields.pl \
144         $(supportscr)/eg_db_config \
145         $(supportscr)/marc_export
146
147 gen_docs = \
148         $(examples)/apache/eg.conf \
149         $(examples)/apache/eg_vhost.conf \
150         $(examples)/apache/eg_startup \
151         $(examples)/apache_24/eg_24.conf \
152         $(examples)/apache_24/eg_vhost_24.conf
153
154 bin_SCRIPTS = $(core_scripts) $(gen_scripts) $(reporter_scripts) $(installautojs)
155
156 CLEANFILES = $(gen_scripts)
157
158 data_DATA = $(core_data) $(reporter_data)
159
160 doc_DATA = $(gen_docs)
161
162 # Take care of which subdirectories to build, and which extra files to include in a distribution.
163
164 SUBDIRS = $(OILSCORE_DIRS) $(OILSWEB_DIR) $(OILSPYTHON_DIR) $(OILSJAVA_DIR)
165
166 EXTRA_DIST = @srcdir@/perlmods \
167         @srcdir@/data \
168         @srcdir@/templates \
169         @top_srcdir@/Open-ILS/xsl \
170         @srcdir@/cgi-bin \
171         $(gen_scripts) \
172         $(gen_docs) \
173         @srcdir@/extras/eg_config
174
175 do_subst = $(SED) \
176         -e 's,[@]bindir[@],$(bindir),g' \
177         -e 's,[@]datarootdir[@],$(datarootdir),g' \
178         -e 's,[@]docdir[@],$(docdir),g' \
179         -e 's,[@]exec_prefix[@],$(exec_prefix),g' \
180         -e 's,[@]includedir[@],$(includedir),g' \
181         -e 's,[@]libdir[@],$(libdir),g' \
182         -e 's,[@]localstatedir[@],$(localstatedir),g' \
183         -e 's,[@]prefix[@],$(prefix),g' \
184         -e 's,[@]sysconfdir[@],$(sysconfdir),g'
185
186 # Install header files
187
188 oilsincludedir = @includedir@/openils
189 headsdir = @top_srcdir@/Open-ILS/include/openils
190 oilsinclude_HEADERS = $(headsdir)/idl_fieldmapper.h $(headsdir)/oils_constants.h $(headsdir)/oils_event.h $(headsdir)/oils_idl.h $(headsdir)/oils_utils.h
191
192 # Install everything that did not get installed by autotools
193
194 install-data-hook: $(OILSCORE_INST) $(OILSWEB_INST) $(OILSUPDATES_INST) $(OILSREP_INST)
195
196 uninstall-hook:
197         rm -R $(TEMPLATEDIR)
198         rm -R $(XSLDIR)
199         rm -R $(CGIDIR)
200
201 @srcdir@/extras/fast-extract: Makefile @srcdir@/extras/fast-extract.in
202         $(do_subst) @srcdir@/extras/fast-extract.in > "$@"
203         chmod 755 "$@"
204
205 @srcdir@/extras/import/marc2are.pl: Makefile @srcdir@/extras/import/marc2are.pl.in
206         $(do_subst) @srcdir@/extras/import/marc2are.pl.in > "$@"
207         chmod 755 "$@"
208
209 @srcdir@/extras/import/marc2bre.pl: Makefile @srcdir@/extras/import/marc2bre.pl.in
210         $(do_subst) @srcdir@/extras/import/marc2bre.pl.in > "$@"
211         chmod 755 "$@"
212
213 @srcdir@/extras/import/marc2sre.pl: Makefile @srcdir@/extras/import/marc2sre.pl.in
214         $(do_subst) @srcdir@/extras/import/marc2sre.pl.in > "$@"
215         chmod 755 "$@"
216
217 @srcdir@/extras/import/parallel_pg_loader.pl: Makefile @srcdir@/extras/import/parallel_pg_loader.pl.in
218         $(do_subst) @srcdir@/extras/import/parallel_pg_loader.pl.in > "$@"
219         chmod 755 "$@"
220
221 $(supportscr)/authority_control_fields.pl: Makefile $(supportscr)/authority_control_fields.pl.in
222         $(do_subst) $(supportscr)/authority_control_fields.pl.in > "$@"
223         chmod 755 "$@"
224
225 $(supportscr)/eg_db_config: Makefile $(supportscr)/eg_db_config.in
226         $(do_subst) $(supportscr)/eg_db_config.in > "$@"
227         chmod 755 "$@"
228
229 $(supportscr)/marc_export: Makefile $(supportscr)/marc_export.in
230         $(do_subst) $(supportscr)/marc_export.in > "$@"
231         chmod 755 "$@"
232
233 $(examples)/apache/eg.conf: Makefile $(examples)/apache/eg.conf.in
234         $(do_subst) $(examples)/apache/eg.conf.in > "$@"
235
236 $(examples)/apache/eg_vhost.conf: Makefile $(examples)/apache/eg_vhost.conf.in
237         $(do_subst) $(examples)/apache/eg_vhost.conf.in > "$@"
238
239 $(examples)/apache/eg_startup: Makefile $(examples)/apache/eg_startup.in
240         $(do_subst) $(examples)/apache/eg_startup.in > "$@"
241
242 $(examples)/apache_24/eg_24.conf: Makefile $(examples)/apache_24/eg.conf.in
243         $(do_subst) $(examples)/apache_24/eg.conf.in > "$@"
244
245 $(examples)/apache_24/eg_vhost_24.conf: Makefile $(examples)/apache_24/eg_vhost.conf.in
246         $(do_subst) $(examples)/apache_24/eg_vhost.conf.in > "$@"
247
248 #perl-install and string-templates-install      
249 ilscore-install:
250         @echo $@
251         $(MKDIR_P) $(DESTDIR)$(TEMPLATEDIR)
252         @echo "Installing templates to $(DESTDIR)$(TEMPLATEDIR)"
253         cp -r @srcdir@/templates/* $(DESTDIR)$(TEMPLATEDIR)
254         -@if test -d @srcdir@/data/locale; then \
255                 $(MKDIR_P) $(DESTDIR)$(datadir)/locale/ && \
256                 echo "Installing template data files to $(datadir)/locale/" && \
257                 cp @srcdir@/data/locale/* $(datadir)/locale/ ;\
258         fi;
259         $(MKDIR_P) $(DESTDIR)$(datadir)/overdue/
260         sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
261         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
262         sed -i 's|LIBDIR|@libdir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
263         sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example'
264         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example'
265         sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'
266         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'
267         sed -i 's|LIBDIR|@libdir@|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'
268         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/autogen.sh'
269         sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@bindir@/autogen.sh'
270         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@bindir@/autogen.sh'
271         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/reshelving_complete.srfsh'
272         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/clear_expired_circ_history.srfsh'
273         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/update_hard_due_dates.srfsh'
274         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/juv_to_adult.srfsh'
275         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/long-overdue-status-update.pl'
276         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@bindir@/long-overdue-status-update.pl'
277         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/thaw_expired_frozen_holds.srfsh'
278         sed -i 's|BINDIR|@bindir@|g' '$(DESTDIR)@bindir@/offline-blocked-list.pl'
279         sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@bindir@/oils_ctl.sh'
280         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@bindir@/oils_ctl.sh'
281
282 reporter-install:
283         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@bindir@/clark-kent.pl'
284         sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@bindir@/find_orphaned_reports.pl'
285
286 docs-install: gen_docs
287         $(MKDIR_P) $(DESTDIR)$(docdir)