Merge branch 'patch-3' of https://github.com/gjones2/Freeside (fix closing tag)
[freeside.git] / rt / Makefile.in
1 # BEGIN BPS TAGGED BLOCK {{{
2 #
3 # COPYRIGHT:
4 #
5 # This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
6 #                                          <sales@bestpractical.com>
7 #
8 # (Except where explicitly superseded by other copyright notices)
9 #
10 #
11 # LICENSE:
12 #
13 # This work is made available to you under the terms of Version 2 of
14 # the GNU General Public License. A copy of that license should have
15 # been provided with this software, but in any event can be snarfed
16 # from www.gnu.org.
17 #
18 # This work is distributed in the hope that it will be useful, but
19 # WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 # General Public License for more details.
22 #
23 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 # 02110-1301 or visit their web page on the internet at
27 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28 #
29 #
30 # CONTRIBUTION SUBMISSION POLICY:
31 #
32 # (The following paragraph is not intended to limit the rights granted
33 # to you to modify and distribute this software under the terms of
34 # the GNU General Public License and is only of importance to you if
35 # you choose to contribute your changes and enhancements to the
36 # community by submitting them to Best Practical Solutions, LLC.)
37 #
38 # By intentionally submitting any modifications, corrections or
39 # derivatives to this work, or any other work intended for use with
40 # Request Tracker, to Best Practical Solutions, LLC, you confirm that
41 # you are the copyright holder for those contributions and you grant
42 # Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
43 # royalty-free, perpetual, license to use, copy, create derivative
44 # works based on those contributions, and sublicense and distribute
45 # those contributions and any derivatives thereof.
46 #
47 # END BPS TAGGED BLOCK }}}
48 #
49 # DO NOT HAND-EDIT the file named 'Makefile'. This file is autogenerated.
50 # Have a look at "configure" and "Makefile.in" instead
51 #
52
53
54 PERL                    =       @PERL@
55 INSTALL                 =       @INSTALL@
56 CC                              =       @CC@
57
58 RT_LAYOUT               =       @rt_layout_name@
59
60 CONFIG_FILE_PATH        =       @CONFIG_FILE_PATH_R@
61 CONFIG_FILE             =       $(CONFIG_FILE_PATH)/RT_Config.pm
62 SITE_CONFIG_FILE        =       $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
63
64
65 RT_VERSION_MAJOR        =       @RT_VERSION_MAJOR@
66 RT_VERSION_MINOR        =       @RT_VERSION_MINOR@
67 RT_VERSION_PATCH        =       @RT_VERSION_PATCH@
68
69 RT_VERSION              =       $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
70 TAG                     =       rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
71
72
73 # This is the group that all of the installed files will be chgrp'ed to.
74 RTGROUP                 =       @RTGROUP@
75
76
77 # User which should own rt binaries.
78 BIN_OWNER               =       @BIN_OWNER@
79
80 # User that should own all of RT's libraries, generally root.
81 LIBS_OWNER              =       @LIBS_OWNER@
82
83 # Group that should own all of RT's libraries, generally root.
84 LIBS_GROUP              =       @LIBS_GROUP@
85
86 WEB_USER                =       @WEB_USER@
87 WEB_GROUP               =       @WEB_GROUP@
88
89
90 APACHECTL               =       @APACHECTL@
91
92
93 # DESTDIR allows you to specify that RT be installed somewhere other than
94 # where it will eventually reside. DESTDIR _must_ have a trailing slash
95 # if it's defined.
96
97 DESTDIR                 =       
98
99
100
101 RT_PATH                 =       @RT_PATH_R@
102 RT_ETC_PATH             =       @RT_ETC_PATH_R@
103 RT_BIN_PATH             =       @RT_BIN_PATH_R@
104 RT_SBIN_PATH            =       @RT_SBIN_PATH_R@
105 RT_LIB_PATH             =       @RT_LIB_PATH_R@
106 RT_MAN_PATH             =       @RT_MAN_PATH_R@
107 RT_VAR_PATH             =       @RT_VAR_PATH_R@
108 RT_DOC_PATH             =       @RT_DOC_PATH_R@
109 RT_FONT_PATH            =       @RT_FONT_PATH_R@
110 RT_LEXICON_PATH         =       @RT_LEXICON_PATH_R@
111 RT_LOCAL_PATH           =       @RT_LOCAL_PATH_R@
112 LOCAL_PLUGIN_PATH       =       @RT_LOCAL_PATH_R@/plugins
113 LOCAL_ETC_PATH          =       @LOCAL_ETC_PATH_R@
114 LOCAL_LIB_PATH          =       @LOCAL_LIB_PATH_R@
115 LOCAL_LEXICON_PATH      =       @LOCAL_LEXICON_PATH_R@
116 MASON_HTML_PATH         =       @MASON_HTML_PATH_R@
117 MASON_LOCAL_HTML_PATH   =       @MASON_LOCAL_HTML_PATH_R@
118 MASON_DATA_PATH         =       @MASON_DATA_PATH_R@
119 MASON_SESSION_PATH      =       @MASON_SESSION_PATH_R@
120 RT_LOG_PATH             =       @RT_LOG_PATH_R@
121
122 # RT_READABLE_DIR_MODE is the mode of directories that are generally meant
123 # to be accessable
124 RT_READABLE_DIR_MODE    =       0755
125
126
127
128
129
130 # RT's CLI
131 RT_CLI_BIN              =       rt
132 # RT's mail gateway
133 RT_MAILGATE_BIN         =       rt-mailgate
134 # RT's cron tool
135 RT_CRON_BIN             =       rt-crontool
136
137
138
139 BINARIES                =       $(RT_MAILGATE_BIN) \
140                                 $(RT_CLI_BIN) \
141                                 $(RT_CRON_BIN)
142
143 SYSTEM_BINARIES         =       rt-attributes-viewer \
144                                 rt-clean-sessions \
145                                 rt-dump-metadata \
146                                 rt-email-dashboards \
147                                 rt-email-digest \
148                                 rt-email-group-admin \
149                                 rt-fulltext-indexer \
150                                 rt-preferences-viewer \
151                                 rt-server \
152                                 rt-session-viewer \
153                                 rt-server.fcgi \
154                                 rt-session-viewer \
155                                 rt-setup-database \
156                                 rt-setup-fulltext-index \
157                                 rt-shredder \
158                                 rt-test-dependencies \
159                                 rt-validator \
160                                 rt-validate-aliases \
161                                 standalone_httpd
162
163
164 ETC_FILES               =       acl.Pg \
165                                 acl.Oracle \
166                                 acl.mysql \
167                                 schema.Pg \
168                                 schema.Oracle \
169                                 schema.mysql \
170                                 schema.SQLite \
171                                 initialdata
172
173
174
175 WEB_HANDLER             =       @WEB_HANDLER@
176
177
178
179 #
180 # DB_TYPE defines what sort of database RT trys to talk to
181 # "mysql", "Oracle", "Pg", and "SQLite" are known to work.
182
183 DB_TYPE                 =       @DB_TYPE@
184
185 # Set DBA to the name of a unix account with the proper permissions and 
186 # environment to run your commandline SQL sbin
187
188 # Set DB_DBA to the name of a DB user with permission to create new databases 
189
190 # For mysql, you probably want 'root'
191 # For Pg, you probably want 'postgres' 
192 # For Oracle, you want 'system'
193
194 DB_DBA                  =       @DB_DBA@
195
196 DB_HOST                 =       @DB_HOST@
197
198 # If you're not running your database server on its default port, 
199 # specifiy the port the database server is running on below.
200 # It's generally safe to leave this blank 
201
202 DB_PORT                 =       @DB_PORT@
203
204
205
206
207 #
208 # Set this to the canonical name of the interface RT will be talking to the 
209 # database on.  If you said that the RT_DB_HOST above was "localhost," this 
210 # should be too. This value will be used to grant rt access to the database.
211 # If you want to access the RT database from multiple hosts, you'll need
212 # to grant those database rights by hand.
213 #
214
215 DB_RT_HOST              =       @DB_RT_HOST@
216
217 # set this to the name you want to give to the RT database in 
218 # your database server. For Oracle, this should be the name of your sid
219
220 DB_DATABASE             =       @DB_DATABASE@
221 DB_RT_USER              =       @DB_RT_USER@
222 DB_RT_PASS              =       @DB_RT_PASS@
223
224
225
226 TEST_FILES = t/*.t t/*/*.t
227 TEST_VERBOSE = 0
228
229
230 ####################################################################
231
232 all: default
233
234 default:
235         @echo "Please read RT's README before beginning your installation."
236
237
238
239 instruct:
240         @echo "Congratulations. RT is now installed."
241         @echo ""
242         @echo ""
243         @echo "You must now configure RT by editing $(SITE_CONFIG_FILE)."
244         @echo ""
245         @echo "(You will definitely need to set RT's database password in "
246         @echo "$(SITE_CONFIG_FILE) before continuing. Not doing so could be "
247         @echo "very dangerous.  Note that you do not have to manually add a "
248         @echo "database user or set up a database for RT.  These actions will be "
249         @echo "taken care of in the next step.)"
250         @echo ""
251         @echo "After that, you need to initialize RT's database by running" 
252         @echo " 'make initialize-database'"
253
254
255 upgrade-instruct: 
256         @echo "Congratulations. RT has been upgraded. You should now check over"
257         @echo "$(CONFIG_FILE) for any necessary site customization. Additionally,"
258         @echo "you should update RT's system database objects by running "
259         @echo "    make upgrade-database"
260
261
262 upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct
263
264 my_with_web_handlers= $(shell $(PERL) -e 'print join " ", map "--with-$$_", grep defined && length, split /,/, "$(WEB_HANDLER)"')
265 testdeps:
266         $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE) $(my_with_web_handlers)
267
268 depends: fixdeps
269
270 fixdeps:
271         $(PERL) ./sbin/rt-test-dependencies --verbose --install --with-$(DB_TYPE) $(my_with_web_handlers)
272
273 #}}}
274
275 fixperms:
276         # Make the libraries readable
277         chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_PATH)
278         chown -R $(LIBS_OWNER) $(DESTDIR)$(RT_LIB_PATH)
279         chgrp -R $(LIBS_GROUP) $(DESTDIR)$(RT_LIB_PATH)
280         chmod -R  u+rwX,go-w,go+rX $(DESTDIR)$(RT_LIB_PATH)
281
282
283         chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH)
284
285         chmod 0755 $(DESTDIR)$(RT_ETC_PATH)
286         cd $(DESTDIR)$(RT_ETC_PATH) && chmod 0400 $(ETC_FILES) || true
287
288         #TODO: the config file should probably be able to have its
289         # owner set separately from the binaries.
290         chown -R $(BIN_OWNER) $(DESTDIR)$(RT_ETC_PATH)
291         chgrp -R $(RTGROUP) $(DESTDIR)$(RT_ETC_PATH)
292
293         chmod 0440 $(DESTDIR)$(CONFIG_FILE)
294         chmod 0640 $(DESTDIR)$(SITE_CONFIG_FILE)
295         # Make this externally readable
296         chmod 0440 $(DESTDIR)$(RT_ETC_PATH)/initialdata
297
298         # Make the system binaries
299         cd $(DESTDIR)$(RT_BIN_PATH) && ( chmod 0755 $(BINARIES) ; chown $(BIN_OWNER) $(BINARIES);  chgrp $(RTGROUP) $(BINARIES))
300
301         # Make the system binaries executable also
302         cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES);  chgrp $(RTGROUP) $(SYSTEM_BINARIES))
303
304
305         # Make the web ui readable by all. 
306         chmod -R  u+rwX,go-w,go+rX      $(DESTDIR)$(MASON_HTML_PATH) \
307                                         $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
308                                         $(DESTDIR)$(RT_LEXICON_PATH) \
309                                         $(DESTDIR)$(LOCAL_LEXICON_PATH)
310         chown -R $(LIBS_OWNER)  $(DESTDIR)$(MASON_HTML_PATH) \
311                                 $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
312                                 $(DESTDIR)$(RT_LEXICON_PATH) \
313                                 $(DESTDIR)$(LOCAL_LEXICON_PATH)
314         chgrp -R $(LIBS_GROUP)  $(DESTDIR)$(MASON_HTML_PATH) \
315                                 $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
316                                 $(DESTDIR)$(RT_LEXICON_PATH) \
317                                 $(DESTDIR)$(LOCAL_LEXICON_PATH)
318
319         # Make the web ui's data dir writable
320         chmod 0770      $(DESTDIR)$(MASON_DATA_PATH) \
321                         $(DESTDIR)$(MASON_SESSION_PATH)
322         chown -R $(WEB_USER)    $(DESTDIR)$(MASON_DATA_PATH) \
323                                 $(DESTDIR)$(MASON_SESSION_PATH)
324         chgrp -R $(WEB_GROUP)   $(DESTDIR)$(MASON_DATA_PATH) \
325                                 $(DESTDIR)$(MASON_SESSION_PATH)
326
327 dirs:
328         $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LOG_PATH)
329         $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_FONT_PATH)
330         $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LEXICON_PATH)
331         $(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)
332         $(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/cache
333         $(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/etc
334         $(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/obj
335         $(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_SESSION_PATH)
336         $(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_HTML_PATH)
337         $(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_LOCAL_HTML_PATH)
338         $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_ETC_PATH)
339         $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LIB_PATH)
340         $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_PLUGIN_PATH)
341         $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH)
342
343 install: testdeps config-install dirs files-install fixperms instruct
344
345 files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install po-install
346
347 config-install:
348 @COMMENT_INPLACE_LAYOUT@        $(INSTALL) -m 0755 -o $(BIN_OWNER) -g $(RTGROUP) -d $(DESTDIR)$(CONFIG_FILE_PATH)
349 @COMMENT_INPLACE_LAYOUT@        -$(INSTALL) -m 0440 -o $(BIN_OWNER) -g $(RTGROUP)  etc/RT_Config.pm $(DESTDIR)$(CONFIG_FILE)
350 @COMMENT_INPLACE_LAYOUT@        [ -f $(DESTDIR)$(SITE_CONFIG_FILE) ] || $(INSTALL) -m 0640 -o $(BIN_OWNER) -g $(RTGROUP) etc/RT_SiteConfig.pm $(DESTDIR)$(SITE_CONFIG_FILE) 
351 @COMMENT_INPLACE_LAYOUT@        @echo "Installed configuration. About to install RT in  $(RT_PATH)"
352
353 test: 
354         $(PERL) "-MExtUtils::Command::MM" -e "test_harness($(TEST_VERBOSE), 'lib')" $(TEST_FILES)
355
356 parallel-test: test-parallel
357
358 test-parallel: 
359         RT_TEST_PARALLEL=1 $(PERL) "-MApp::Prove" -e 'my $$p = App::Prove->new(); $$p->process_args("-wlrj5","--state=slow,save", "t"); exit( $$p->run() ? 0 : 1 )'
360
361 regression-reset-db: force-dropdb
362         $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action init --dba-password ''
363
364 initdb :: initialize-database
365
366 initialize-database: 
367         $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action init --prompt-for-dba-password
368
369 upgrade-database:
370         $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action upgrade --prompt-for-dba-password
371
372 dropdb: 
373         $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action drop --prompt-for-dba-password
374
375 force-dropdb: 
376         $(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action drop --dba-password '' --force
377
378 critic:
379         perlcritic --quiet sbin bin lib
380
381 libs-install: 
382 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(RT_LIB_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LIB_PATH)
383 @COMMENT_INPLACE_LAYOUT@        -( cd lib && find . -type d -print ) | while read dir ; do \
384 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_LIB_PATH)/$$dir" ; \
385 @COMMENT_INPLACE_LAYOUT@        done
386 @COMMENT_INPLACE_LAYOUT@        -( cd lib && find . -type f -print ) | while read file ; do \
387 @COMMENT_INPLACE_LAYOUT@             $(INSTALL) -m 0644 "lib/$$file" "$(DESTDIR)$(RT_LIB_PATH)/$$file" ; \
388 @COMMENT_INPLACE_LAYOUT@        done
389
390 html-install:
391 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(MASON_HTML_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_HTML_PATH)
392 @COMMENT_INPLACE_LAYOUT@        -( cd share/html && find . -type d -print ) | while read dir ; do \
393 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0755 -d "$(DESTDIR)$(MASON_HTML_PATH)/$$dir" ; \
394 @COMMENT_INPLACE_LAYOUT@        done
395 @COMMENT_INPLACE_LAYOUT@        -( cd share/html && find . -type f -print ) | while read file ; do \
396 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0644 "share/html/$$file" "$(DESTDIR)$(MASON_HTML_PATH)/$$file" ; \
397 @COMMENT_INPLACE_LAYOUT@        done
398
399 font-install:
400 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(RT_FONT_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_FONT_PATH)
401 @COMMENT_INPLACE_LAYOUT@        -( cd share/fonts && find . -type f -print ) | while read file ; do \
402 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0644 "share/fonts/$$file" "$(DESTDIR)$(RT_FONT_PATH)/$$file" ; \
403 @COMMENT_INPLACE_LAYOUT@        done
404
405
406 po-install:
407 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(RT_LEXICON_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LEXICON_PATH)
408 @COMMENT_INPLACE_LAYOUT@        -( cd share/po && find . -type f -print ) | while read file ; do \
409 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0644 "share/po/$$file" "$(DESTDIR)$(RT_LEXICON_PATH)/$$file" ; \
410 @COMMENT_INPLACE_LAYOUT@        done
411
412
413
414 doc-install:
415 @COMMENT_INPLACE_LAYOUT@        # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
416 @COMMENT_INPLACE_LAYOUT@        -[ -f $(DESTDIR)$(RT_DOC_PATH) ] && rm $(DESTDIR)$(RT_DOC_PATH) 
417 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(RT_DOC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_DOC_PATH)
418 @COMMENT_INPLACE_LAYOUT@        -( cd docs && find . -type d -print ) | while read dir ; do \
419 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_DOC_PATH)/$$dir" ; \
420 @COMMENT_INPLACE_LAYOUT@        done
421 @COMMENT_INPLACE_LAYOUT@        -( cd docs && find . -type f -print ) | while read file ; do \
422 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0644 "docs/$$file" "$(DESTDIR)$(RT_DOC_PATH)/$$file" ; \
423 @COMMENT_INPLACE_LAYOUT@        done
424 @COMMENT_INPLACE_LAYOUT@        -$(INSTALL) -m 0644 ./README $(DESTDIR)$(RT_DOC_PATH)/
425
426
427 etc-install:
428 @COMMENT_INPLACE_LAYOUT@        [ -d $(DESTDIR)$(RT_ETC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_ETC_PATH)
429 @COMMENT_INPLACE_LAYOUT@        for file in $(ETC_FILES) ; do \
430 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \
431 @COMMENT_INPLACE_LAYOUT@        done
432
433
434 sbin-install:
435 @COMMENT_INPLACE_LAYOUT@        $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_SBIN_PATH)
436 @COMMENT_INPLACE_LAYOUT@        for file in $(SYSTEM_BINARIES) ; do \
437 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -o $(BIN_OWNER) -g $(RTGROUP) -m 0755 "sbin/$$file" "$(DESTDIR)$(RT_SBIN_PATH)/" ; \
438 @COMMENT_INPLACE_LAYOUT@        done
439
440
441
442 bin-install:
443 @COMMENT_INPLACE_LAYOUT@        $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_BIN_PATH)
444 @COMMENT_INPLACE_LAYOUT@        for file in $(BINARIES) ; do \
445 @COMMENT_INPLACE_LAYOUT@            $(INSTALL) -o $(BIN_OWNER) -g $(RTGROUP) -m 0755 "bin/$$file" "$(DESTDIR)$(RT_BIN_PATH)/" ; \
446 @COMMENT_INPLACE_LAYOUT@        done
447
448 local-install:
449         -( cd local/html && find . -type d -print ) | while read dir ; do \
450             $(INSTALL) -m 0755 -d "$(DESTDIR)$(MASON_LOCAL_HTML_PATH)/$$dir" ; \
451         done
452         -( cd local/html && find . -type f -print ) | while read file ; do \
453             $(INSTALL) -m 0644 "local/html/$$file" "$(DESTDIR)$(MASON_LOCAL_HTML_PATH)/$$file" ; \
454         done
455         -( cd local/po && find . -type d -print ) | while read dir ; do \
456             $(INSTALL) -m 0755 -d "$(DESTDIR)$(LOCAL_LEXICON_PATH)/$$dir" ; \
457         done
458         -( cd local/po && find . -type f -print ) | while read file ; do \
459             $(INSTALL) -m 0644 "local/po/$$file" "$(DESTDIR)$(LOCAL_LEXICON_PATH)/$$file" ; \
460         done
461         -( cd local/etc && find . -type d -print ) | while read dir ; do \
462             $(INSTALL) -m 0755 -d "$(DESTDIR)$(LOCAL_ETC_PATH)/$$dir" ; \
463         done
464         -( cd local/etc && find . -type f -print ) | while read file ; do \
465             $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(LOCAL_ETC_PATH)/$$file" ; \
466         done
467
468
469 regenerate-catalogs:
470         $(PERL) devel/tools/extract-message-catalog
471
472 license-tag:
473         $(PERL) devel/tools/license_tag
474
475 factory: initialize-database
476         cd lib; $(PERL) ../devel/tools/factory  $(DB_DATABASE) RT
477
478 start-httpd:
479         $(PERL) sbin/standalone_httpd &
480
481 start-server:
482         $(PERL) sbin/rt-server &
483
484 apachectl:
485         $(APACHECTL) stop
486         sleep 10
487         $(APACHECTL) start
488         sleep 5
489
490 SNAPSHOT=$(shell git describe --tags)
491 THIRD_PARTY=devel/third-party/
492 snapshot: build-snapshot build-third-party clearsign-snapshot clearsign-third-party snapshot-shasums
493
494 build-snapshot:
495         git archive --prefix "$(SNAPSHOT)/"  HEAD | tar -xf -
496         ( cd $(SNAPSHOT)                                         && \
497                 echo "$(SNAPSHOT)" > .tag                        && \
498                 autoconf                                         && \
499                 INSTALL=./install-sh PERL=/usr/bin/perl ./configure \
500                     --with-db-type=SQLite                           \
501                     --enable-layout=relative                        \
502                     --with-web-handler=standalone                && \
503                 rm -rf autom4te.cache                               \
504                        config.status config.log config.pld          \
505         )
506         tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
507         rm -fr "$(SNAPSHOT)/"
508
509 clearsign-snapshot:
510         gpg --no-armor --detach-sign "$(SNAPSHOT).tar.gz"
511
512 build-third-party:
513         git archive --prefix "$(SNAPSHOT)/$(THIRD_PARTY)" HEAD:$(THIRD_PARTY) \
514                 | gzip > "$(SNAPSHOT)-third-party-source.tar.gz"
515         rm -rf "$(SNAPSHOT)/$(THIRD_PARTY)"
516
517 clearsign-third-party:
518         gpg --no-armor --detach-sign "$(SNAPSHOT)-third-party-source.tar.gz"
519
520 snapshot-shasums:
521         sha1sum $(SNAPSHOT)*.tar.gz*
522
523 vessel-import: build-snapshot
524         [ -d $(VESSEL) ] || (echo "VESSEL isn't a path to your shipwright vessel" && exit -1)
525         cp $(VESSEL)/scripts/RT/build.pl /tmp/build.pl
526         ./sbin/rt-test-dependencies --with-standalone --with-fastcgi --with-sqlite --list > /tmp/rt.yml
527         shipwright import file:$(SNAPSHOT).tar.gz \
528     --require-yml /tmp/rt.yml \
529     --build-script /tmp/build.pl \
530     --name RT \
531         --repository fs:$(VESSEL) \
532      --log-level=info \
533      --skip cpan-capitalization,cpan-mod_perl,cpan-Encode,cpan-PPI,cpan-Test-Exception-LessClever,cpan-Test-Manifest,cpan-Test-Object,cpan-Test-Pod,cpan-Test-Requires,cpan-Test-SubCalls,cpan-Test-cpan-Tester,cpan-Test-Warn --skip-all-recommends
534         mv $(VESSEL)/scripts/RT/build  $(VESSEL)/scripts/RT/build.pl
535
536 JSMIN_URL = http://download.bestpractical.com/mirror/jsmin-2011-01-22.c
537 JSMIN_SHA = 8a6b3b980a52c028eb73aee4a82ebe060c1ee854
538
539 jsmin: jsmin-checkcc jsmin-fetch jsmin-verify jsmin-confirm jsmin-build jsmin-install
540         @echo ""
541         @echo "To configure RT to use jsmin, add the following line to $(DESTDIR)$(RT_ETC_PATH)/RT_SiteConfig.pm:"
542         @echo ""
543         @echo "    Set(\$$JSMinPath, '$(DESTDIR)$(RT_BIN_PATH)/jsmin');"
544         @echo ""
545
546 jsmin-checkcc:
547         @[ -n "$(CC)" ] || (echo "You don't appear to have a C compiler, please set CC and re-run configure" && exit 1)
548
549 jsmin-confirm:
550         @echo "jsmin is distributed under a slightly unusual license and can't be shipped"
551         @echo "with RT.  Before configuring RT to use jsmin, please read jsmin's license"
552         @echo "below:"
553         @echo ""
554         @$(PERL) -pe 'print && exit if /^\*\// or /^#include/' jsmin.c
555         @echo ""
556         @echo "Press Enter to accept the license, or Ctrl-C to stop now."
557         @$(PERL) -e '<STDIN>'
558
559 jsmin-fetch:
560         @echo ""
561         @echo "Downloading jsmin.c from $(JSMIN_URL)"
562         @echo ""
563         @$(PERL) -MLWP::Simple -e 'exit not is_success(getstore("$(JSMIN_URL)", "jsmin.c"))' \
564                 || (echo "Failed to download $(JSMIN_URL)" && exit 1)
565
566 jsmin-verify:
567         @$(PERL) -MDigest::SHA -e \
568                 'exit not Digest::SHA->new(1)->addfile("jsmin.c")->hexdigest eq "$(JSMIN_SHA)"' \
569                 || (echo "Verification of jsmin.c failed! Possible man in the middle?" && exit 1)
570
571 jsmin-build:
572         $(CC) -o jsmin jsmin.c
573
574 jsmin-install:
575         $(INSTALL) -o $(BIN_OWNER) -g $(RTGROUP) -m 0755 "jsmin" "$(DESTDIR)$(RT_BIN_PATH)/"