al's patch
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.45 2002/03/29 19:45:45 swa Exp $
4 #
5 # Written by and Copyright (C) 2001 the SourceForge
6 # Privoxy team. http://www.privoxy.org/
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
31 #############################################################################
32 # Set make command correctly
33 #############################################################################
34 @SET_MAKE@
35
36 #############################################################################
37 # Version number (for RPM)
38 #############################################################################
39
40 VERSION_MAJOR = @VERSION_MAJOR@
41 VERSION_MINOR = @VERSION_MINOR@
42 VERSION_POINT = @VERSION_POINT@
43 CODE_STATUS   = @CODE_STATUS@
44 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
45 # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile
46 RPM_VERSION   = $(VERSION)
47 RPM_PACKAGEV  = @VERSION_RPM_PACKAGE@
48
49
50 #############################################################################
51 # Directories for "make install"
52 #############################################################################
53
54 DEST        = @prefix@
55 CONFDEST    = @prefix@@sysconfdir@
56 SBIN_DEST   = @prefix@@sbindir@
57 MAN_DEST    = @prefix@@mandir@
58
59
60 #############################################################################
61 # Build tools
62 #############################################################################
63
64 PROGRAM    = privoxy@EXEEXT@
65 CC         = @CC@
66 ECHO       = echo
67 GZIP_PROG  = gzip
68 #INSTALL    = cp -f
69 INSTALL    = @INSTALL@
70 INSTALL_P  = -m 0750 -g @GROUP@ -o @USER@ -b
71 INSTALL_T  = -m 0640 -g @GROUP@ -o @USER@ -b
72 INSTALL_D  = -m 0750 -g @GROUP@ -o @USER@ -d
73 LD         = @CC@
74 RM         = rm -f
75 STRIP_PROG = strip
76 SED        = sed
77 CAT        = cat
78 RPM        = rpm
79 MV         = mv
80 TAR        = tar
81 LN         = ln
82 WDUMP      = @WDUMP@ -dump
83 JADEBIN    = @JADEBIN@
84 DB         = $(JADEBIN) -t sgml -ihtml -D.. -d ldpOK.dsl\#html
85 DB2HTML    = @DB2HTML@
86 DKPREFIX   = @DKPREFIX@
87 MAN2HTML   = @MAN2HTML@
88 G2H_CMD    = groff -mandoc -Thtml
89 TARGET_OS  = @host@
90
91 #User Group paras
92 USER       = @USER@
93 GROUP      = @GROUP@
94
95 # Program to do LF->CRLF
96 #
97 # The sed version should be the most portable, but it doesn't for for me,
98 # the other two do.  FIXME.
99 #   - Jon
100 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
101 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
102 DOSFILTER  = perl -p -e 's/\n/\r\n/'
103
104 #############################################################################
105 # Setup for make distribution rh and suse for now 
106 #############################################################################
107
108 TAR_ARCH = /tmp/privoxy-$(RPM_VERSION).tar.gz
109 RPM_BASE = @RPM_BASE@
110
111 #############################################################################
112 # Filenames and libraries
113 #############################################################################
114
115 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
116          errlog.c filters.c gateway.c jbsockets.c jcc.c killpopup.c \
117          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
118          urlmatch.c
119
120 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
121 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
122
123 CONFIG_FILES = config trust \
124                 default.action \
125                 basic.action intermediate.action advanced.action \
126                 default.filter \
127                 templates/*
128
129 DOC_FILES = AUTHORS LICENSE README ChangeLog doc/text/* privoxy.1
130
131 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c
132 W32_FILES = @WIN_ONLY@w32.res
133 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
134 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h
135 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
136 W32_INIS  = @WIN_ONLY@config.txt trust.txt
137
138 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
139 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
140 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
141
142 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
143 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
144 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
145
146 # No REGEX (Either because dynamically linked pcreposix, or no regex at all):
147 REGEX_SRC    =
148 # GNU REGEX:
149 @GNU_REGEX_ONLY@REGEX_SRC    = gnu_regex.c
150 # PCRE REGEX:
151 @PCRE_REGEX_ONLY@@STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
152
153 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
154 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
155
156 # Dependencies introduced by #include "project.h".
157 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
158
159 # Socket libraries for platforms that need them explicitly defined
160 SOCKET_LIB   = @SOCKET_LIB@
161
162 # PThreads library, if needed.
163 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
164
165 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
166 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
167 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
168 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
169
170
171 #############################################################################
172 # Compiler switches
173 #############################################################################
174
175 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
176 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
177 # Win32 GUI build.
178 # The flag "-pthread" is required if using Pthreads under Linux (and
179 # possibly other OSs).
180 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
181
182 # Add your flags here 
183 OTHER_CFLAGS =   
184
185 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
186          @STATIC_PCRE_ONLY@ -Ipcre 
187
188 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
189
190
191 #############################################################################
192 # Build section.
193 #
194 # There should NOT be any targets above this line.
195 #############################################################################
196 all: $(PROGRAM)
197
198
199 #############################################################################
200 # Phony targets
201 #############################################################################
202 .PHONY: all inifiles redhat-dist redhat-upload solaris-dist suse-dist \
203 suse-upload win-dist tarball-dist dok redhat-dok webserver clean clobber tags \
204 install
205
206
207 #############################################################################
208 # Define this explicitly because Solaris is broken!
209 #############################################################################
210 %.o: %.c
211         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
212
213
214 #############################################################################
215 # Win32 config files
216 #############################################################################
217
218 inifiles: $(W32_INIS)
219
220 config.txt: config
221         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
222                -e 's!\jarfile jarfile!jarfile jar.log!' \
223                -e 's!\logfile logfile!logfile privoxy.log!' \
224                -e 's!#Win32-only: !!' \
225                < $< | \
226                $(DOSFILTER) > $@
227         # LF to CRLF in default.action
228         $(DOSFILTER) <default.action >default.action.txt && mv default.action.txt default.action
229         # LF to CRLF in default.filter
230         $(DOSFILTER) <default.filter >default.filter.txt && mv default.filter.txt default.filter
231
232 trust.txt: trust
233         $(DOSFILTER) < $< > $@ 
234
235 re_filterfile.txt: re_filterfile
236         $(DOSFILTER) < $< > $@ 
237
238
239 #############################################################################
240 # redhat distribution alpha and x86
241 #############################################################################
242
243 redhat-dist:
244         for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
245                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
246                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
247                         $(ECHO) "Or add a suitable path to .rpmmacros like."; \
248                         $(ECHO) "%_topdir /home/foo/rpm-build"; \
249                         exit 1; \
250                 fi; \
251         done; \
252
253         $(MAKE) clobber
254         if [ -f $(TAR_ARCH) ]; then $(RM) $(TAR_ARCH); fi
255
256         TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
257         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
258              -e 's/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' \
259               privoxy-rh.spec > $$TMPFILE ; then \
260       $(MV) -f $$TMPFILE privoxy-rh.spec; \
261    else \
262       $(ECHO) "Could not set version info in specfile."; \
263       exit 1;\
264    fi
265
266         $(TAR) --exclude "CVS" --exclude "privoxy-suse.spec" -czf $(TAR_ARCH) .
267         $(RPM) --clean -ta  $(TAR_ARCH)
268         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
269
270 #
271 # anonymously ncftps the rpms to sourceforge
272 #
273 redhat-upload:
274         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
275 # better should use `arch` here instead of ix86 to support other platforms too
276         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
277         @$(ECHO) -------------------------------------------------------
278         @$(ECHO) Now goto
279         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
280         @$(ECHO) ... and release the files.
281         @$(ECHO) -------------------------------------------------------
282      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
283
284 #############################################################################
285 # generic distribution
286 #############################################################################
287
288 gen-dist:
289         @$(ECHO) ""
290         @$(ECHO) "You have run autoconf && autoheader && ./configure right?"
291         @$(ECHO) ""
292         $(MAKE) $(PROGRAM)
293         $(STRIP_PROG) $(PROGRAM)
294         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
295 # add program
296         cd .. && $(TAR) -cvhf privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM)
297 # add config files
298         for foo in $(CONFIG_FILES); do \
299                 cd .. && $(TAR) --exclude "CVS" --exclude "#*" --exclude ".#*" --exclude ".cvsignore" -uvhf privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo; \
300         done; 
301 # add documentation
302         for foo in $(DOC_FILES); do \
303                 cd .. && $(TAR) --exclude "CVS" --exclude "#*" --exclude ".#*" --exclude ".cvsignore" -uvhf privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo; \
304         done; 
305 # and zip the archive
306         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
307         $(GZIP_PROG) privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar
308         @$(ECHO) Distribution with binary created.
309
310 # anonymously ncftps the tarball to sourceforge
311 gen-upload:
312         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar.gz
313         @$(ECHO) -------------------------------------------------------
314         @$(ECHO) Now goto
315         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
316         @$(ECHO) ... and release the files.
317         @$(ECHO) -------------------------------------------------------
318
319 # use with care
320 gen-clean:
321         $(RM) privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar*
322
323 #############################################################################
324 # solaris distribution
325 #############################################################################
326 solaris-dist: gen-dist
327         @$(ECHO) Done.
328 # anonymously ncftps the tarball to sourceforge
329 solaris-upload: gen-upload
330         @$(ECHO) Done.
331 # use with care
332 solaris-clean: gen-clean
333         @$(ECHO) Done.
334
335 #############################################################################
336 # hpux distribution
337 #############################################################################
338 hpux-dist:
339         @$(ECHO) coming soon. 
340 hpux-upload:
341         @$(ECHO) coming soon. 
342
343 #############################################################################
344 # debian distribution
345 #############################################################################
346 debian-dist:
347         @$(ECHO) coming soon. 
348 debian-upload:
349         @$(ECHO) coming soon. 
350
351 #############################################################################
352 # macosx distribution
353 #############################################################################
354 macosx-dist:
355         @$(ECHO) coming soon. 
356 macosx-upload:
357         @$(ECHO) coming soon. 
358
359 #############################################################################
360 # amiga distribution
361 #############################################################################
362 amiga-dist:
363         @$(ECHO) coming soon. 
364 amiga-upload:
365         @$(ECHO) coming soon. 
366
367 #############################################################################
368 # freebsd distribution
369 #############################################################################
370 freebsd-dist:
371         @$(ECHO) coming soon. 
372 freebsd-upload:
373         @$(ECHO) coming soon. 
374
375 #############################################################################
376 # suse distribution. works fine. no need to be root. 
377 #############################################################################
378 suse-dist:
379         for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
380                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
381                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
382                         $(ECHO) "Or add a suitable path to .rpmmacros like."; \
383                         $(ECHO) "%_topdir /home/foo/rpm-build"; \
384                         exit 1; \
385                 fi; \
386         done; \
387
388         $(MAKE) clobber
389         if [ -f $(TAR_ARCH) ]; then $(RM) $(TAR_ARCH); fi
390
391         TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
392         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSIO)/g' \
393              -e 's/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' \
394               privoxy-suse.spec > $$TMPFILE ; then \
395       $(MV) -f $$TMPFILE privoxy-suse.spec; \
396    else \
397       $(ECHO) "Could not set version info in specfile."; \
398       exit 1;\
399    fi
400
401         $(TAR) --exclude "CVS" --exclude "privoxy-rh.spec" -czf $(TAR_ARCH) .
402         $(RPM) --clean -ta  $(TAR_ARCH)
403         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
404
405 #
406 # anonymously ncftps the rpms to sourceforge
407 #
408 suse-upload:
409         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
410 # better should use `arch` here instead of ix86 to support other platforms too
411         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
412         @$(ECHO) -------------------------------------------------------
413         @$(ECHO) Now goto
414         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
415         @$(ECHO) ... and release the files.
416         @$(ECHO) -------------------------------------------------------
417
418 # handle with care. use with root.
419 suse-clean:
420         rpm -e junkbuster-suse || true
421         rm -rf /etc/junkbuster
422         rm -rf /etc/rc.d/junkbuster*
423         rm -rf /var/run/junkbuster.pid 
424         rm -rf /var/log/junkbuster
425         rm -f /etc/init.d/junkbuster
426         rm -f /usr/sbin/junkbuster
427         rm -f /usr/sbin/rcjunkbuster
428         rm -f /usr/share/man/man1/junkbuster.1.gz
429         rpm -e privoxy-suse || true
430         rm -rf /etc/privoxy
431         rm -rf /etc/rc.d/privoxy*
432         rm -rf /var/run/privoxy.pid 
433         rm -rf /var/log/privoxy
434         rm -f /etc/init.d/privoxy
435         rm -f /usr/sbin/privoxy
436         rm -f /usr/sbin/rcprivoxy
437         rm -f /usr/share/man/man1/privoxy.1.gz
438
439 #############################################################################
440 # Windows distribution
441 #############################################################################
442 win-dist:
443         $(ECHO) Not implemented.
444
445
446 #############################################################################
447 # Tarball distribution
448 #############################################################################
449 tarball-dist: clobber
450         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
451         cd .. && $(TAR) --exclude "CVS" --exclude "#*" --exclude ".#*" --exclude ".cvsignore" -cvhzf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz privoxy-$(VERSION)-$(CODE_STATUS)
452         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
453         @$(ECHO) Tarball (without any binary) created.
454
455 # anonymously ncftps the tarball to sourceforge
456 tarball-upload:
457         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
458         @$(ECHO) -------------------------------------------------------
459         @$(ECHO) Now goto
460         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
461         @$(ECHO) ... and release the files.
462         @$(ECHO) -------------------------------------------------------
463
464 # handle with care
465 tarball-clean:
466         $(RM) privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
467
468 #############################################################################
469 #
470 # Documentation
471 #
472 # converts doc/source/*.sgml into html, text and man pages
473 #
474 #############################################################################
475 dok: doc/source/ldpOK.dsl man2html-swa
476         mkdir -p doc/text doc/man
477 #  user manual
478         rm -rf doc/webserver/user-manual
479         cd doc/source && $(DB2HTML) -s ldpOK.dsl user-manual.sgml && mv user-manual ../webserver
480         cd doc/source && $(DB2HTML) -s ldpOK.dsl --nochunks user-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/user-manual.txt && rm -rf tmp.html user-manual
481 ##  developer manual
482         rm -rf doc/webserver/developer-manual
483         cd doc/source && $(DB2HTML) -s ldpOK.dsl developer-manual.sgml && mv developer-manual ../webserver
484         cd doc/source && $(DB2HTML) -s ldpOK.dsl --nochunks developer-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/developer-manual.txt && rm -rf tmp.html developer-manual
485 ##  faq
486         rm -rf doc/webserver/faq
487         cd doc/source && $(DB2HTML) -s ldpOK.dsl faq.sgml && mv faq ../webserver
488         cd doc/source && $(DB2HTML) -s ldpOK.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq
489 ## kludge to force recreation on next run. Rodgrigo?
490         @rm -f doc/source/ldpOK.dsl
491
492 man2html-swa:
493         mkdir -p doc/webserver/man-page
494         if [ "$(MAN2HTML)" != "false" ]; then \
495                 $(ECHO) "<html><head><title>Privoxy|Doc/Man page</title><link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\"></head><body><H2>NAME</H2>" > doc/webserver/man-page/privoxy-man-page.html; \
496                 man ./privoxy.1 | $(MAN2HTML) -bare \
497                  >> doc/webserver/man-page/privoxy-man-page.html; \
498                 $(ECHO) "</body></html>" >> doc/webserver/man-page/privoxy-man-page.html; \
499      else \
500           $(MAKE) groff2html; \
501         fi
502
503 redhat-dok: doc/source/ldpOK.dsl man2html
504         mkdir -p doc/text doc/man doc/source/user-manual \
505           doc/source/developer-manual doc/source/faq
506 ##  user manual
507         rm -rf doc/webserver/user-manual
508         cd doc/source/user-manual && $(DB) ../user-manual.sgml && cd .. &&\
509           mv user-manual ../webserver
510         cd doc/source && $(DB) -V nochunks user-manual.sgml > tmp.html && \
511           $(WDUMP) tmp.html > ../text/user-manual.txt && rm -rf tmp.html \
512           user-manual
513 ##  developer manual
514         rm -rf doc/webserver/developer-manual
515         cd doc/source/developer-manual && $(DB) ../developer-manual.sgml &&\
516           cd .. && mv developer-manual ../webserver
517         cd doc/source && $(DB) -V nochunks developer-manual.sgml > tmp.html && \
518           $(WDUMP) tmp.html > ../text/developer-manual.txt && rm -rf tmp.html \
519           developer-manual
520 ##  faq
521         rm -rf doc/webserver/faq
522         cd doc/source/faq && $(DB) ../faq.sgml && cd .. && mv faq ../webserver
523         cd doc/source && $(DB) -V nochunks faq.sgml > tmp.html && $(WDUMP) \
524           tmp.html > ../text/faq.txt && rm -rf tmp.html faq
525 ## kludge to force recreation on next run. Rodgrigo?
526         @rm -f doc/source/ldpOK.dsl
527
528
529 doc/source/ldpOK.dsl:
530         if [ "$(DKPREFIX)" != "none" ]; then \
531                 sed -e "s@/usr/share/sgml/docbook/dsssl-stylesheets@$(DKPREFIX)@g" doc/source/ldp.dsl > doc/source/ldpOK.dsl; \
532         else \
533                 cp doc/source/ldp.dsl doc/source/ldpOK.dsl; \
534         fi
535
536 # For those with man2html ala RH7's.
537 man2html:
538         mkdir -p doc/webserver/man-page
539         if [ "$(MAN2HTML)" != "false" ]; then \
540                 $(MAN2HTML) privoxy.1 |grep -v "^Content-type" > doc/webserver/man-page/privoxy-man-page.html; \
541            perl -pi -e 's/<A .*Contents<\/A>//; s/<A .*man2html<\/A>/man2html/' doc/webserver/man-page/privoxy-man-page.html; \
542      else \
543           $(MAKE) groff2html; \
544         fi
545
546 # Otherwise we get plain groff conversion.
547 groff2html:
548         $(G2H_CMD) ./privoxy.1 > doc/webserver/man-page/privoxy-man-page.html
549
550
551 #############################################################################
552 #
553 # Webserver
554 #
555 # moves dokumentation to webserver
556 #
557 #############################################################################
558 webserver:
559         @$(ECHO) -------------------------------------------------------
560         @$(ECHO) You have run make dok/redhat-dok before, right?
561         @$(ECHO) Note that this command scps all stuff to the webserver,
562         @$(ECHO) it will not remove obsolete documents.
563         @$(ECHO) -------------------------------------------------------
564         find doc/webserver -type f -exec chmod 664 {} \;
565 # not sure if we need next line.swa.
566         chmod 775 doc/webserver/redirect.php
567         find doc/webserver -type d -exec chmod a+rx {} \;
568         cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
569
570 webquick:
571         find doc/webserver -type f -exec chmod 664 {} \;
572 # not sure if we need next line.swa.
573         chmod 775 doc/webserver/redirect.php
574         find doc/webserver -type d -exec chmod a+rx {} \;
575         cd doc/webserver/submit && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/submit
576
577
578 #############################################################################
579 # Source file dependencies
580 #############################################################################
581
582 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h
583 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
584 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
585 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
586 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
587 encode.@OBJEXT@:    encode.c    encode.h    config.h
588 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
589 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 
590 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
591 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
592 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
593 killpopup.@OBJEXT@: killpopup.c killpopup.h config.h $(PROJECT_H_DEPS) jcc.h loadcfg.h
594 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
595 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
596 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
597 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
598 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
599 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
600 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
601
602 # GNU regex
603 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
604
605 # PCRS
606 pcrs.@OBJEXT@: pcrs.c pcre/pcre.h pcrs.h
607
608 # PCRE
609 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
610 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
611 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
612 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
613 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
614
615 # An auxiliary program makes the PCRE default character table source
616
617 pcre/chartables.c:   pcre/dftables@EXEEXT@
618                 pcre/dftables@EXEEXT@ >pcre/chartables.c
619
620 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
621                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
622
623 # Win32
624 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
625 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
626 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h
627
628 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/privoxy.ico config.h
629         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
630
631 # AmigaOS
632 @AMIGAOS_ONLY@OBJS += amiga.o
633 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
634 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
635 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
636 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
637
638
639 $(PROGRAM): $(OBJS) $(W32_FILES)
640         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
641
642 clean:
643         $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) junkbuster config.log
644
645 clobber: clean
646         $(RM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` `find . -name TAGS` config.status config.h.in config.log junkbuster.log privoxy.log config.cache *~ *.tar.gz configure
647
648 tags: $(SRCS) $(HDRS)
649         etags $(SRCS) $(HDRS)
650
651 install: all
652         #
653         # FIXME: This is a dirty hack to have an install target
654         #        that works at least for some setups. This needs
655         #        to be fixed!
656         #
657         $(STRIP_PROG) $(PROGRAM)
658         $(INSTALL) $(INSTALL_D) $(SBIN_DEST)
659         $(INSTALL) $(INSTALL_D) $(DEST)/user-manual
660         $(INSTALL) $(INSTALL_D) $(DEST)/templates
661         $(INSTALL) $(INSTALL_D) $(CONFDEST)
662         $(INSTALL) $(INSTALL_P) $(PROGRAM) $(SBIN_DEST)
663         if [ -d "doc/webserver/user-manual" ]; then $(INSTALL) $(INSTALL_T) doc/webserver/user-manual $(DEST); fi
664         $(INSTALL) $(INSTALL_T) templates/[a-z]* $(DEST)/templates
665         $(INSTALL) $(INSTALL_T) config default.action default.filter trust $(CONFDEST)
666         # FIXME $(ECHO) privoxy.logrotate privoxy.monthly privoxy.weekly
667         # FIXME: Need new manual! $(GZIP_PROG) -c privoxy.1 > $(MAN_DEST)/privoxy.1.gz
668         $(INSTALL) $(INSTALL_P) privoxy.init /etc/init.d/privoxy
669
670
671 #############################################################################
672
673 ## Local Variables:
674 ## tab-width: 3
675 ## end:
676
677 # $Log: GNUmakefile.in,v $
678 # Revision 1.45  2002/03/29 19:45:45  swa
679 # for lazy swa
680 #
681 # Revision 1.44  2002/03/29 17:42:44  gliptak
682 # Correcting for Solaris tar limitations
683 #
684 # Revision 1.43  2002/03/29 07:40:03  swa
685 # fixed make webserver. doh
686 #
687 # Revision 1.42  2002/03/29 06:59:04  swa
688 # other users could not modify files on webserver
689 #
690 # Revision 1.41  2002/03/28 20:43:00  swa
691 # set make correctly
692 #
693 # Revision 1.40  2002/03/28 04:22:44  hal9
694 # More on man2html stuff.
695 #
696 # Revision 1.39  2002/03/28 01:04:14  hal9
697 # More man2html stuff for docs.
698 #
699 # Revision 1.38  2002/03/27 16:02:30  swa
700 # have a generic target
701 #
702 # Revision 1.37  2002/03/27 15:30:26  swa
703 # have a consistent appearance
704 #
705 # Revision 1.36  2002/03/27 14:58:08  swa
706 # can be used by mutilple targets
707 #
708 # Revision 1.35  2002/03/27 14:53:19  swa
709 # added solaris-dist
710 #
711 # Revision 1.34  2002/03/27 10:30:11  swa
712 # we want a html man file on the webserver
713 #
714 # Revision 1.33  2002/03/27 03:05:35  hal9
715 # Added man2html target for docs (redhat-dok only for now)
716 #
717 # Revision 1.32  2002/03/26 22:29:54  swa
718 # we have a new homepage!
719 #
720 # Revision 1.31  2002/03/26 14:00:18  swa
721 # fixed make tarball, tarball-dist, tarball-clean
722 #
723 # Revision 1.30  2002/03/25 12:52:25  swa
724 # new targets
725 #
726 # Revision 1.29  2002/03/24 17:03:55  jongfoster
727 # Name change
728 #
729 # Revision 1.28  2002/03/24 16:19:48  swa
730 # configure needs to be generated.
731 #
732 # Revision 1.27  2002/03/24 16:13:57  swa
733 # generated files are a nono in cvs
734 #
735 # Revision 1.26  2002/03/24 15:36:02  swa
736 # did not build.
737 #
738 # Revision 1.25  2002/03/24 14:31:08  swa
739 # remove more crappy files. set RPM
740 # release version correctly.
741 #
742 # Revision 1.24  2002/03/24 14:19:55  swa
743 # set rpm package release in configure.in. nowhere else.
744 #
745 # Revision 1.23  2002/03/24 13:06:49  swa
746 # suse-clean now runs fine
747 #
748 # Revision 1.22  2002/03/24 12:56:21  swa
749 # name change related issues.
750 #
751 # Revision 1.21  2002/03/24 12:43:57  swa
752 # name change
753 #
754 # Revision 1.20  2002/03/24 11:39:17  jongfoster
755 # Renaming config files
756 #
757 # Revision 1.19  2002/03/22 20:53:03  morcego
758 # - Ongoing process to change name to JunkbusterNG
759 # - configure/configure.in: no change needed
760 # - GNUmakefile.in:
761 #         - TAR_ARCH = /tmp/JunkbusterNG-$(RPM_VERSION).tar.gz
762 #         - PROGRAM    = jbng@EXEEXT@
763 #         - rh-spec now references as junkbusterng-rh.spec
764 #         - redhat-upload: references changed to junkbusterng-* (package names)
765 #         - tarball-dist: references changed to JunkbusterNG-distribution-*
766 #         - tarball-src: now JunkbusterNG-*
767 #         - install: initscript now junkbusterng.init and junkbusterng (when
768 #                    installed)
769 # - junkbuster-rh.spec: renamed to junkbusterng-rh.spec
770 # - junkbusterng.spec:
771 #         - References to the expression ijb where changed where possible
772 #         - New package name: junkbusterng (all in lower case, acording to
773 #           the LSB recomendation)
774 #         - Version changed to: 2.9.13
775 #         - Release: 1
776 #         - Added: junkbuster to obsoletes and conflicts (Not sure this is
777 #           right. If it obsoletes, why conflict ? Have to check it later)
778 #         - Summary changed: Stefan, please check and aprove it
779 #         - Changes description to use the new name
780 #         - Sed string was NOT changed. Have to wait to the manpage to
781 #           change first
782 #         - Keeping the user junkbuster for now. It will require some aditional
783 #           changes on the script (scheduled for the next specfile release)
784 #         - Added post entry to move the old logfile to the new log directory
785 #         - Removing "chkconfig --add" entry (not good to have it automaticaly
786 #           added to the startup list).
787 #         - Added preun section to stop the service with the old name, as well
788 #           as remove it from the startup list
789 #         - Removed the chkconfig --del entry from the conditional block on
790 #           the preun scriptlet (now handled on the %files section)
791 # - junkbuster.init: renamed to junkbusterng.init
792 # - junkbusterng.init:
793 #         - Changed JB_BIN to jbng
794 #         - Created JB_OBIN with the old value of JB_BIN (junkbuster), to
795 #           be used where necessary (config dir)
796 #
797 # Aditional notes:
798 # - The config directory is /etc/junkbuster yet. Have to change it on the
799 # specfile, after it is changes on the code
800 # - The only files that got renamed on the cvs tree were the rh specfile and
801 # the init file. Some file references got changes on the makefile and on the
802 # rh-spec (as listed above)
803 #
804 # Revision 1.18  2002/03/21 23:00:00  swa
805 # want to autogenerate stuff.
806 #
807 # Revision 1.17  2002/03/19 19:30:04  morcego
808 # - Fixing stylesheet checking on configure. If it is found, no further checks
809 #   should be done
810 #
811 # - configure will now check for db2html or docbook2html (should work now
812 #   on SuSe without the docbktls package)
813 #
814 # Revision 1.16  2002/03/14 22:32:32  hal9
815 # Bumped the RPM version.
816 #
817 # Revision 1.15  2002/03/08 20:00:28  swa
818 # some leftovers.
819 #
820 # Revision 1.14  2002/03/07 18:25:56  swa
821 # synced redhat and suse build process
822 #
823 # Revision 1.13  2002/03/07 17:17:56  oes
824 # (Hopefully) fixed for older make versions
825 #
826 # Revision 1.12  2002/03/07 15:28:27  swa
827 # more informative
828 #
829 # Revision 1.11  2002/03/06 14:33:18  sarantis
830 # Use proper temp file, not "abc".
831 #
832 # Revision 1.10  2002/03/06 14:19:35  sarantis
833 # Cleanup PID_FILE_PATH from redhat-dist target
834 #
835 # Revision 1.9  2002/03/05 17:31:11  morcego
836 # Search for docbook.dsl. Should solve portability problems for SuSe.
837 #
838 # Revision 1.8  2002/03/05 14:07:42  morcego
839 # configure now detects rpm topdir, and change GNUmakefile acordingly
840 #    (based on sugestion by Sarantis Paskalis)
841 #
842 # Revision 1.7  2002/03/05 13:43:28  morcego
843 # Checking for text browser, so redhat-dok can work.
844 #
845 # Revision 1.6  2002/03/05 13:10:51  morcego
846 # Changes to implement redhat-dok (Hal Burgiss)
847 # Changes to make it work on other distros and out-of-the-shelf configurations
848 #
849 # Revision 1.5  2002/02/27 15:30:39  hal9
850 # Reset $(RPM_PACKAGEV) to 1 (was 2)
851 #
852 # Revision 1.4  2002/01/17 21:44:04  jongfoster
853 # Adding urlmatch.[ch]
854 #
855 # Revision 1.3  2002/01/04 15:26:08  oes
856 # Added tarball-src target
857 #
858 # Revision 1.2  2001/12/30 14:07:31  steudten
859 # - Add signal handling (unix)
860 # - Add SIGHUP handler (unix)
861 # - Add creation of pidfile (unix)
862 # - Add action 'top' in rc file (RH)
863 # - Add entry 'SIGNALS' to manpage
864 # - Add exit message to logfile (unix)
865 #
866 # Revision 1.1  2001/12/01 11:22:57  jongfoster
867 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
868 # make break in a more obvious way.
869 # Adding .PHONY section.
870 #
871 # Revision 1.40  2001/12/01 00:24:11  jongfoster
872 # Renaming various config files
873 # Fixing CR->CRLF under Win32 (I hope)
874 #
875 # Revision 1.39  2001/11/06 12:07:30  steudten
876 # Add --clean for building rpm in target redhat-dist.
877 #
878 # Revision 1.38  2001/11/05 21:35:23  steudten
879 # Complete rewrite for the 'redhat-dist' target.
880 # Checks for writeable RPM build directories for calling user.
881 # So you must not be root, just set the modes to 1777 to
882 # build a RH package.
883 # Fix the upload-target to be arch independant.
884 # Add target for 'solaris-dist' - coming soon.
885 #
886 # Revision 1.37  2001/11/01 00:52:04  hal9
887 # Redhat-upload stuff per Stefan.
888 #
889 # Revision 1.36  2001/10/31 19:26:13  swa
890 # automate process of uploading new releases
891 # to sf.
892 #
893 # Revision 1.35  2001/10/15 22:14:59  joergs
894 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
895 #  the general CFLAGS already.
896 #
897 # Revision 1.34  2001/10/15 18:28:06  steudten
898 # remove config.cache for target clobber.
899 # Cleanup make dist for RH and S.u.S.E.
900 #
901 # Revision 1.33  2001/10/10 12:43:33  oes
902 # Added ugly hack to make install target work at least for some setups.
903 #
904 # Revision 1.32  2001/10/09 22:38:19  jongfoster
905 # Correcting actionsfile filename for Win32 INI build
906 #
907 # Revision 1.31  2001/09/23 10:13:48  swa
908 # upload process established. run make webserver and
909 # the documentation is moved to the webserver. documents
910 # are now linked correctly.
911 #
912 # Revision 1.30  2001/09/19 17:55:49  oes
913 # Fixed CFLAGS
914 #
915 # Revision 1.29  2001/09/16 17:34:27  jongfoster
916 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
917 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
918 # of build problems.
919 #
920 # Revision 1.28  2001/09/13 15:19:08  swa
921 # we want text files as well.
922 #
923 # Revision 1.27  2001/09/13 13:11:37  steudten
924 #
925 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
926 #
927 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
928 # Mac OSX (Darwin) support added.
929 #
930 # Revision 1.25  2001/09/12 22:55:45  joergs
931 # AmigaOS support added.
932 #
933 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
934 #
935 # OS/2 port: update autoconf'd support for the platform.
936 #
937 # Revision 1.23  2001/09/12 16:28:42  swa
938 # added "make dok" section to generate html pages from
939 # the sgml source documents. note that the we do not want
940 # generated stuff in cvs.
941 #
942 # Revision 1.22  2001/09/10 16:31:23  swa
943 # buildroot definition in the specfile fucks up the build
944 # process under suse. hence I moved it to the "rpm -ta"
945 # command
946 #
947 # Revision 1.21  2001/09/10 11:12:49  oes
948 # Turning on -Wall
949 #
950 # Revision 1.20  2001/08/02 22:04:29  jongfoster
951 # Removing some remaining references to obsolete w32rulesdlg.[ch]
952 #
953 # Revision 1.19  2001/07/30 22:14:03  jongfoster
954 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
955 #
956 # Revision 1.18  2001/07/29 17:09:17  jongfoster
957 # Major changes to build system in order to fix these bugs:
958 # - pthreads under Linux was broken - changed -lpthread to -pthread
959 # - Compiling in MinGW32 mode under CygWin now correctly detects
960 #   which shared libraries are available
961 # - Solaris support (?) (Not tested under Solaris yet)
962 #
963 # Revision 1.17  2001/07/28 16:44:54  oes
964 # Fixed sed LF->CRLF conversion and removed deprecated files
965 #
966 # Revision 1.16  2001/07/15 19:45:33  jongfoster
967 # Added support for linking with POSIX threads library
968 #
969 # Revision 1.15  2001/07/13 13:48:07  oes
970 #  - Moved STATIC #define for pcre to (ac)config.h
971 #  - Made -Ipcre depandant on static pcre compilation to
972 #    avoid version conflicts
973 #  - Included compilation and depandancies for new deanimate.c
974 #  - Made changes to the pcre/pcreposix/pcrs build process
975 #    as required by the new library autodetection in
976 #    configure.in
977 #
978 # Revision 1.14  2001/07/01 16:27:44  oes
979 # Fixed misplaced dependancy
980 #
981 # Revision 1.13  2001/06/29 13:18:36  oes
982 # - added depandancy of filters.o on cgi.h
983 #
984 # Revision 1.12  2001/06/12 17:15:56  swa
985 # fixes, because a clean build on rh6.1 was impossible.
986 # GZIP confuses make, %configure confuses rpm, etc.
987 #
988 # Revision 1.11  2001/06/11 11:26:35  sarantis
989 # RPM version should be the same as ijbswa version.  The rpm release is
990 # specified in the specfile.
991 #
992 # Revision 1.10  2001/06/07 17:27:45  swa
993 # added suse build section
994 #
995 # Revision 1.9  2001/06/04 18:31:58  swa
996 # files are now prefixed with either `confdir' or `logdir'.
997 # `make redhat-dist' replaces both entries confdir and logdir
998 # with redhat values
999 #
1000 # Revision 1.8  2001/06/04 10:44:57  swa
1001 # `make redhatr-dist' now works. Except for the paths
1002 # in the config file.
1003 #
1004 # Revision 1.7  2001/06/03 17:09:09  swa
1005 # swa for oes: reversed my earlier change
1006 #
1007 # Revision 1.6  2001/06/03 17:07:27  swa
1008 # swa for oes
1009 #
1010 # Revision 1.5  2001/06/03 13:57:26  swa
1011 # compile cgi.c (for andreas' GUI)
1012 #
1013 # Revision 1.4  2001/05/31 21:18:45  jongfoster
1014 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
1015 #
1016 # Revision 1.3  2001/05/29 20:02:48  joergs
1017 # Changes for AmigaOS added.
1018 #
1019 # Revision 1.2  2001/05/17 22:23:23  oes
1020 #  - Added auto-generation of CRLFs for Win32 config files
1021 #  - Added comment-prefix to all Win32-only options in the config file
1022 #    and provided auto stripping of this prefix for the Win32 platform by make
1023 #
1024 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
1025 # Initial import of version 2.9.3 source tree
1026 #
1027 #