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