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