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