General cleanup of the rh specfile.
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.4 2002/01/17 21:44:04 jongfoster Exp $
4 #
5 # Written by and Copyright (C) 2001 the SourceForge
6 # IJBSWA team.  http://ijbswa.sourceforge.net
7 #
8 # Based on the Internet Junkbuster originally written
9 # by and Copyright (C) 1997 Anonymous Coders and 
10 # Junkbusters Corporation.  http://www.junkbusters.com
11 #
12 # This program is free software; you can redistribute it 
13 # and/or modify it under the terms of the GNU General
14 # Public License as published by the Free Software
15 # Foundation; either version 2 of the License, or (at
16 # your option) any later version.
17 #
18 # This program is distributed in the hope that it will
19 # be useful, but WITHOUT ANY WARRANTY; without even the
20 # implied warranty of MERCHANTABILITY or FITNESS FOR A
21 # PARTICULAR PURPOSE.  See the GNU General Public
22 # License for more details.
23 #
24 # The GNU General Public License should be included with
25 # this file.  If not, you can view it at
26 # http://www.gnu.org/copyleft/gpl.html
27 # or write to the Free Software Foundation, Inc., 59
28 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 #
30 # $Log: GNUmakefile.in,v $
31 # Revision 1.4  2002/01/17 21:44:04  jongfoster
32 # Adding urlmatch.[ch]
33 #
34 # Revision 1.3  2002/01/04 15:26:08  oes
35 # Added tarball-src target
36 #
37 # Revision 1.2  2001/12/30 14:07:31  steudten
38 # - Add signal handling (unix)
39 # - Add SIGHUP handler (unix)
40 # - Add creation of pidfile (unix)
41 # - Add action 'top' in rc file (RH)
42 # - Add entry 'SIGNALS' to manpage
43 # - Add exit message to logfile (unix)
44 #
45 # Revision 1.1  2001/12/01 11:22:57  jongfoster
46 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
47 # make break in a more obvious way.
48 # Adding .PHONY section.
49 #
50 # Revision 1.40  2001/12/01 00:24:11  jongfoster
51 # Renaming various config files
52 # Fixing CR->CRLF under Win32 (I hope)
53 #
54 # Revision 1.39  2001/11/06 12:07:30  steudten
55 # Add --clean for building rpm in target redhat-dist.
56 #
57 # Revision 1.38  2001/11/05 21:35:23  steudten
58 # Complete rewrite for the 'redhat-dist' target.
59 # Checks for writeable RPM build directories for calling user.
60 # So you must not be root, just set the modes to 1777 to
61 # build a RH package.
62 # Fix the upload-target to be arch independant.
63 # Add target for 'solaris-dist' - coming soon.
64 #
65 # Revision 1.37  2001/11/01 00:52:04  hal9
66 # Redhat-upload stuff per Stefan.
67 #
68 # Revision 1.36  2001/10/31 19:26:13  swa
69 # automate process of uploading new releases
70 # to sf.
71 #
72 # Revision 1.35  2001/10/15 22:14:59  joergs
73 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
74 #  the general CFLAGS already.
75 #
76 # Revision 1.34  2001/10/15 18:28:06  steudten
77 # remove config.cache for target clobber.
78 # Cleanup make dist for RH and S.u.S.E.
79 #
80 # Revision 1.33  2001/10/10 12:43:33  oes
81 # Added ugly hack to make install target work at least for some setups.
82 #
83 # Revision 1.32  2001/10/09 22:38:19  jongfoster
84 # Correcting actionsfile filename for Win32 INI build
85 #
86 # Revision 1.31  2001/09/23 10:13:48  swa
87 # upload process established. run make webserver and
88 # the documentation is moved to the webserver. documents
89 # are now linked correctly.
90 #
91 # Revision 1.30  2001/09/19 17:55:49  oes
92 # Fixed CFLAGS
93 #
94 # Revision 1.29  2001/09/16 17:34:27  jongfoster
95 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
96 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
97 # of build problems.
98 #
99 # Revision 1.28  2001/09/13 15:19:08  swa
100 # we want text files as well.
101 #
102 # Revision 1.27  2001/09/13 13:11:37  steudten
103 #
104 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
105 #
106 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
107 # Mac OSX (Darwin) support added.
108 #
109 # Revision 1.25  2001/09/12 22:55:45  joergs
110 # AmigaOS support added.
111 #
112 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
113 #
114 # OS/2 port: update autoconf'd support for the platform.
115 #
116 # Revision 1.23  2001/09/12 16:28:42  swa
117 # added "make dok" section to generate html pages from
118 # the sgml source documents. note that the we do not want
119 # generated stuff in cvs.
120 #
121 # Revision 1.22  2001/09/10 16:31:23  swa
122 # buildroot definition in the specfile fucks up the build
123 # process under suse. hence I moved it to the "rpm -ta"
124 # command
125 #
126 # Revision 1.21  2001/09/10 11:12:49  oes
127 # Turning on -Wall
128 #
129 # Revision 1.20  2001/08/02 22:04:29  jongfoster
130 # Removing some remaining references to obsolete w32rulesdlg.[ch]
131 #
132 # Revision 1.19  2001/07/30 22:14:03  jongfoster
133 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
134 #
135 # Revision 1.18  2001/07/29 17:09:17  jongfoster
136 # Major changes to build system in order to fix these bugs:
137 # - pthreads under Linux was broken - changed -lpthread to -pthread
138 # - Compiling in MinGW32 mode under CygWin now correctly detects
139 #   which shared libraries are available
140 # - Solaris support (?) (Not tested under Solaris yet)
141 #
142 # Revision 1.17  2001/07/28 16:44:54  oes
143 # Fixed sed LF->CRLF conversion and removed deprecated files
144 #
145 # Revision 1.16  2001/07/15 19:45:33  jongfoster
146 # Added support for linking with POSIX threads library
147 #
148 # Revision 1.15  2001/07/13 13:48:07  oes
149 #  - Moved STATIC #define for pcre to (ac)config.h
150 #  - Made -Ipcre depandant on static pcre compilation to
151 #    avoid version conflicts
152 #  - Included compilation and depandancies for new deanimate.c
153 #  - Made changes to the pcre/pcreposix/pcrs build process
154 #    as required by the new library autodetection in
155 #    configure.in
156 #
157 # Revision 1.14  2001/07/01 16:27:44  oes
158 # Fixed misplaced dependancy
159 #
160 # Revision 1.13  2001/06/29 13:18:36  oes
161 # - added depandancy of filters.o on cgi.h
162 #
163 # Revision 1.12  2001/06/12 17:15:56  swa
164 # fixes, because a clean build on rh6.1 was impossible.
165 # GZIP confuses make, %configure confuses rpm, etc.
166 #
167 # Revision 1.11  2001/06/11 11:26:35  sarantis
168 # RPM version should be the same as ijbswa version.  The rpm release is
169 # specified in the specfile.
170 #
171 # Revision 1.10  2001/06/07 17:27:45  swa
172 # added suse build section
173 #
174 # Revision 1.9  2001/06/04 18:31:58  swa
175 # files are now prefixed with either `confdir' or `logdir'.
176 # `make redhat-dist' replaces both entries confdir and logdir
177 # with redhat values
178 #
179 # Revision 1.8  2001/06/04 10:44:57  swa
180 # `make redhatr-dist' now works. Except for the paths
181 # in the config file.
182 #
183 # Revision 1.7  2001/06/03 17:09:09  swa
184 # swa for oes: reversed my earlier change
185 #
186 # Revision 1.6  2001/06/03 17:07:27  swa
187 # swa for oes
188 #
189 # Revision 1.5  2001/06/03 13:57:26  swa
190 # compile cgi.c (for andreas' GUI)
191 #
192 # Revision 1.4  2001/05/31 21:18:45  jongfoster
193 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
194 #
195 # Revision 1.3  2001/05/29 20:02:48  joergs
196 # Changes for AmigaOS added.
197 #
198 # Revision 1.2  2001/05/17 22:23:23  oes
199 #  - Added auto-generation of CRLFs for Win32 config files
200 #  - Added comment-prefix to all Win32-only options in the config file
201 #    and provided auto stripping of this prefix for the Win32 platform by make
202 #
203 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
204 # Initial import of version 2.9.3 source tree
205 #
206 #
207
208 #############################################################################
209 # Version number (for RPM)
210 #############################################################################
211
212 VERSION_MAJOR = @VERSION_MAJOR@
213 VERSION_MINOR = @VERSION_MINOR@
214 VERSION_POINT = @VERSION_POINT@
215 CODE_STATUS   = @CODE_STATUS@
216 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
217 # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile
218 RPM_VERSION   = $(VERSION)
219 RPM_PACKAGEV  = 1
220
221
222 #############################################################################
223 # Directories for "make install"
224 #############################################################################
225
226 DEST        = @sysconfdir@/junkbuster
227 SBIN_DEST   = @sbindir@
228 MAN_DEST    = @mandir@
229
230
231 #############################################################################
232 # Build tools
233 #############################################################################
234
235 PROGRAM    = junkbuster@EXEEXT@
236 CC         = @CC@
237 ECHO       = echo
238 GZIP_PROG  = gzip
239 INSTALL    = cp -f
240 LD         = @CC@
241 RM         = rm -f
242 STRIP_PROG = strip
243 SED          = sed
244 CAT        = cat
245 RPM        = rpm
246 MV              = mv
247 TAR        = tar
248 MAKE       = make
249 LN         = ln
250
251 # Program to do LF->CRLF
252 #
253 # The sed version should be the most portable, but it doesn't for for me,
254 # the other two do.  FIXME.
255 #   - Jon
256 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
257 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
258 DOSFILTER  = perl -p -e 's/\n/\r\n/'
259
260 #############################################################################
261 # Setup for make distribution rh and suse for now 
262 #############################################################################
263
264 TAR_ARCH = /tmp/ijbswa-$(RPM_VERSION).tar.gz
265 RPM_BASE = /usr/src/redhat
266
267 #############################################################################
268 # Filenames and libraries
269 #############################################################################
270
271 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
272          errlog.c filters.c gateway.c jbsockets.c jcc.c killpopup.c \
273          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
274          urlmatch.c
275
276 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
277 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
278
279 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c
280 W32_FILES = @WIN_ONLY@w32.res
281 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
282 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h
283 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
284 W32_INIS  = @WIN_ONLY@config.txt trust.txt re_filterfile.txt
285
286 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
287 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
288 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
289
290 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
291 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
292 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
293
294 # No REGEX (Either because dynamically linked pcreposix, or no regex at all):
295 REGEX_SRC    =
296 # GNU REGEX:
297 @GNU_REGEX_ONLY@REGEX_SRC    = gnu_regex.c
298 # PCRE REGEX:
299 @PCRE_REGEX_ONLY@@STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
300
301 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
302 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
303
304 # Dependencies introduced by #include "project.h".
305 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
306
307 # Socket libraries for platforms that need them explicitly defined
308 SOCKET_LIB   = @SOCKET_LIB@
309
310 # PThreads library, if needed.
311 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
312
313 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
314 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
315 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
316 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
317
318
319 #############################################################################
320 # Compiler switches
321 #############################################################################
322
323 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
324 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
325 # Win32 GUI build.
326 # The flag "-pthread" is required if using Pthreads under Linux (and
327 # possibly other OSs).
328 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
329
330 # Add your flags here 
331 OTHER_CFLAGS =   
332
333 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
334          @STATIC_PCRE_ONLY@ -Ipcre 
335
336 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
337
338
339 #############################################################################
340 # Build section.
341 #
342 # There should NOT be any targets above this line.
343 #############################################################################
344 all: $(PROGRAM)
345
346
347 #############################################################################
348 # Phony targets
349 #############################################################################
350 .PHONY: all inifiles redhat-dist redhat-upload solaris-dist suse-dist \
351 suse-upload win-dist tarball-dist dok webserver clean clobber tags install
352
353
354 #############################################################################
355 # Define this explicitly because Solaris is broken!
356 #############################################################################
357 %.o: %.c
358         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
359
360
361 #############################################################################
362 # Win32 config files
363 #############################################################################
364
365 inifiles: $(W32_INIS)
366
367 config.txt: config
368         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
369                -e 's!\jarfile jarfile!jarfile jar.log!' \
370                -e 's!\logfile logfile!logfile junkbuster.log!' \
371                -e 's!\re_filterfile re_filterfile!re_filterfile re_filterfile.txt!' \
372                -e 's!#Win32-only: !!' \
373                < $< | \
374                $(DOSFILTER) > $@
375         # LF to CRLF in ijb.action
376         $(DOSFILTER) <ijb.action >ijb.action.txt && mv ijb.action.txt ijb.action
377
378 trust.txt: trust
379         $(DOSFILTER) < $< > $@ 
380
381 re_filterfile.txt: re_filterfile
382         $(DOSFILTER) < $< > $@ 
383
384
385 #############################################################################
386 # redhat distribution alpha and x86
387 #############################################################################
388
389 redhat-dist:
390         @for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
391                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
392                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
393                         exit; \
394                 fi; \
395         done ; \
396         $(MAKE) clobber; \
397         [ -f $(TAR_ARCH) ] && $(RM) $(TAR_ARCH); \
398         $(CAT) junkbuster-rh.spec | \
399                 $(SED) 's/^Version:.*/Version: $(RPM_VERSION)/g;s/^Release:.*/Release: $(RPM_PACKAGEV)/g' > abc && \
400                 $(MV) -f abc junkbuster-rh.spec; \
401         $(CAT) junkbuster.init | \
402                 $(SED) 's#JB_PID=.*/\(.*\.pid\).*#JB_PID=@PID_FILE_PATH@/\1#g' > abc && \
403                 $(MV) -f abc junkbuster.init; \
404         $(TAR) --exclude "CVS" --exclude "junkbuster-suse.spec" -cvzf $(TAR_ARCH) . ; \
405         $(RPM) --clean -ta  $(TAR_ARCH); \
406         [ -f $(TAR_ARCH) ] && $(RM) $(TAR_ARCH)
407
408 #
409 # anonymously ncftps the rpms to sourceforge
410 #
411 redhat-upload:
412         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/junkbuster-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
413 # better should use `arch` here instead of ix86 to support other platforms too
414         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/junkbuster-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
415         @$(ECHO) -------------------------------------------------------
416         @$(ECHO) Now goto
417         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
418         @$(ECHO) ... and release the files.
419         @$(ECHO) -------------------------------------------------------
420      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
421
422 #############################################################################
423 # sun solaris  distribution
424 #############################################################################
425 solaris-dist:
426         @$(ECHO) coming soon. 
427
428 #############################################################################
429 # suse distribution (need to be root to build)
430 #############################################################################
431
432 suse-dist:
433         @make clobber
434 # verify that i'm root needs to be done
435         rm -f ../ijbswa.tar.gz
436 # verify all version strings, FLAGS, etc. in the spec file
437         cat junkbuster-suse.spec | sed 's/^Version:.*/Version: $(RPM_VERSION)/g' | sed 's/^Release:.*/Release: $(RPM_PACKAGEV)/g' > abc && mv -f abc junkbuster-suse.spec
438         tar --exclude "CVS" --exclude "junkbuster-rh.spec" -cvzf ../ijbswa.tar.gz .
439 # verify all files in their correct location needs to be done
440 # never use buildroot to define the location inside the spec
441 # file or suse will fuck up the build process.
442         cd .. && rpm -ta --buildroot /tmp/xxx ijbswa.tar.gz
443         chmod a+r /usr/src/packages/SRPMS/*
444         chmod a+r /usr/src/packages/RPMS/i386/*
445
446 #
447 # anonymously ncftps the rpms to sourceforge
448 #
449 suse-upload:
450         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming /usr/src/packages/SRPMS/junkbuster-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
451 # better should use `arch` here instead of ix86 to support other platforms too
452         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming /usr/src/packages/RPMS/*/junkbuster-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
453         @$(ECHO) -------------------------------------------------------
454         @$(ECHO) Now goto
455         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
456         @$(ECHO) ... and release the files.
457         @$(ECHO) -------------------------------------------------------
458
459 # handle with care. use with root.
460 suse-clean:
461         rpm -e junkbuster-suse
462         rm -rf /etc/junkbuster
463         rm -rf /var/log/junkbuster
464         rm -f /etc/init.d/junkbuster
465         rm -f /usr/sbin/junkbuster
466         rm -f /usr/sbin/rcjunkbuster
467         rm -f /usr/share/man/man1/junkbuster.1.gz
468
469 #############################################################################
470 # Windows distribution
471 #############################################################################
472 win-dist:
473         $(ECHO) Not implemented.
474
475
476 #############################################################################
477 # Tarball distribution
478 #############################################################################
479 tarball-dist:
480         @make clean
481         make $(PROGRAM) 
482 #       remove all objects and create the tarball with the binary
483         cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../ijb-distribution-$(VERSION).tar.gz ijb/
484         chmod a+r ../../ijb-distribution-$(VERSION).tar.gz
485         @$(ECHO) Tarball with binary created.
486
487 #############################################################################
488 #
489 # Documentation
490 #
491 # converts doc/source/*.sgml into html, text and man pages
492 #
493 #############################################################################
494 dok:
495         mkdir -p doc/text doc/man
496 #  user manual
497         rm -rf doc/webserver/user-manual
498         cd doc/source && db2html -s ldp.dsl user-manual.sgml && mv user-manual ../webserver
499         cd doc/source && db2html -s ldp.dsl --nochunks user-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/user-manual.txt && rm -rf tmp.html user-manual
500 ##  developer manual
501         rm -rf doc/webserver/developer-manual
502         cd doc/source && db2html -s ldp.dsl developer-manual.sgml && mv developer-manual ../webserver
503         cd doc/source && db2html -s ldp.dsl --nochunks developer-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/developer-manual.txt && rm -rf tmp.html developer-manual
504 ##  faq
505         rm -rf doc/webserver/faq
506         cd doc/source && db2html -s ldp.dsl faq.sgml && mv faq ../webserver
507         cd doc/source && db2html -s ldp.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq
508
509 #############################################################################
510 #
511 # Webserver
512 #
513 # moves dokumentation to webserver
514 #
515 #############################################################################
516 webserver:
517         @$(ECHO) -------------------------------------------------------
518         @$(ECHO) You have run make dok before, right?
519         @$(ECHO) Note that this command scps all stuff to the webserver,
520         @$(ECHO) it will not remove obsolete documents.
521         @$(ECHO) -------------------------------------------------------
522         chmod -R a+r doc/webserver
523         find doc/webserver -type d -exec chmod a+rx {} \;
524         cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
525
526 #############################################################################
527 # Source file dependencies
528 #############################################################################
529
530 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h
531 cgi.@OBJEXT@:       cgi.c       cgi.h       config.h $(PROJECT_H_DEPS) cgiedit.h cgisimple.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
532 cgiedit.@OBJEXT@:   cgiedit.c   cgiedit.h   config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
533 cgisimple.@OBJEXT@: cgisimple.c cgisimple.h config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
534 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
535 encode.@OBJEXT@:    encode.c    encode.h    config.h
536 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
537 filters.@OBJEXT@:   filters.c   filters.h   config.h $(PROJECT_H_DEPS) errlog.h encode.h gateway.h jbsockets.h jcc.h loadcfg.h parsers.h ssplit.h cgi.h deanimate.h @WIN_ONLY@win32.h 
538 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
539 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
540 jcc.@OBJEXT@:       jcc.c       jcc.h       config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h killpopup.h loadcfg.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h cgi.h
541 killpopup.@OBJEXT@: killpopup.c killpopup.h config.h $(PROJECT_H_DEPS) jcc.h loadcfg.h
542 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
543 loadcfg.@OBJEXT@:   loadcfg.c   loadcfg.h   config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h jcc.h killpopup.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h
544 loaders.@OBJEXT@:   loaders.c   loaders.h   config.h $(PROJECT_H_DEPS) errlog.h encode.h filters.h gateway.h jcc.h loadcfg.h miscutil.h parsers.h ssplit.h
545 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
546 parsers.@OBJEXT@:   parsers.c   parsers.h   config.h $(PROJECT_H_DEPS) errlog.h encode.h filters.h jbsockets.h jcc.h loadcfg.h loaders.h miscutil.h ssplit.h
547 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
548 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
549
550 # GNU regex
551 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
552
553 # PCRS
554 pcrs.@OBJEXT@: pcrs.c pcre/pcre.h pcrs.h
555
556 # PCRE
557 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
558 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
559 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
560 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
561 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
562
563 # An auxiliary program makes the PCRE default character table source
564
565 pcre/chartables.c:   pcre/dftables@EXEEXT@
566                 pcre/dftables@EXEEXT@ >pcre/chartables.c
567
568 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
569                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
570
571 # Win32
572 w32log.@OBJEXT@: w32log.c errlog.h config.h jcc.h loadcfg.h miscutil.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h w32taskbar.h win32.h
573 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
574 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h
575
576 w32.res: w32.rc w32res.h icons/ico00001.ico icons/ico00002.ico icons/ico00003.ico icons/ico00004.ico icons/ico00005.ico icons/ico00006.ico icons/ico00007.ico icons/ico00008.ico icons/idle.ico icons/junkbust.ico config.h
577         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
578
579 # AmigaOS
580 @AMIGAOS_ONLY@OBJS += amiga.o
581 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
582 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
583 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
584 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
585
586
587 $(PROGRAM): $(OBJS) $(W32_FILES)
588         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
589
590 clean:
591         $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS)
592
593 clobber: clean
594         $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` TAGS junkbuster.log config.cache *~ *.tar.gz
595
596 tags: $(SRCS) $(HDRS)
597         etags $(SRCS) $(HDRS)
598
599 tarball-src: clobber
600         $(LN) -s current ../ijb-$(VERSION)-$(CODE_STATUS)
601         $(TAR) -C.. -cvhzf ijb-$(VERSION)-$(CODE_STATUS)-src.tar.gz ijb-$(VERSION)-$(CODE_STATUS)
602         $(RM) ../ijb-$(VERSION)-$(CODE_STATUS)
603
604 install: all
605         #
606         # FIXME: This is a dirty hack to have an install target
607         #        that works at least for some setups. This needs
608         #        to be fixed!
609         #
610         $(STRIP_PROG) $(PROGRAM)
611         $(INSTALL) $(PROGRAM) $(SBIN_DEST)
612         mkdir -p $(DEST)/user-manual
613         mkdir -p $(DEST)/templates
614         cp -r doc/webserver/user-manual $(DEST)
615         cp -r templates $(DEST)
616         $(INSTALL) config ijb.action re_filterfile trust $(DEST)
617         # FIXME $(ECHO) junkbuster.logrotate junkbuster.monthly junkbuster.weekly
618         # FIXME: Need new manual! $(GZIP_PROG) -c junkbuster.1 > $(MAN_DEST)/junkbuster.1.gz
619         $(INSTALL) junkbuster.init /etc/init.d/junkbuster
620
621
622 #############################################################################
623
624 ## Local Variables:
625 ## tab-width: 3
626 ## end: