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