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