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