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