The standard.action file is gone.
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.176 2008/09/21 13:24:37 fabiankeil Exp $
4 #
5 # Written by and Copyright (C) 2001 - 2008 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 RPM_VERSION   = $(VERSION)
46 RPM_PACKAGEV  = ""
47 SNAPVERSION   = $(RPM_VERSION)-$(shell date "+%Y%m%d")
48
49
50 #############################################################################
51 # "make install" directories and variables
52 #############################################################################
53
54 #User Group paras
55 USER         = @USER@
56 GROUP      = @GROUP@
57
58 datarootdir  = @datarootdir@
59 prefix       = @prefix@
60 exec_prefix  = @exec_prefix@
61 CONF_BASE    = @sysconfdir@
62 SBIN_DEST    = @sbindir@
63 MAN_DIR      = @mandir@
64 MAN_DEST     = $(MAN_DIR)/man1
65 SHARE_DEST   = @datadir@
66 DOC_DEST     = $(SHARE_DEST)/doc/privoxy
67 VAR_DEST     = @localstatedir@
68 LOGS_DEST    = $(VAR_DEST)/log/privoxy
69 PIDS_DEST    = $(VAR_DEST)/run
70
71 # if $prefix = /usr/local then the default CONFDEST change from 
72 # CONF_DEST = $(CONF_BASE) to CONF_DEST = $(CONF_BASE)/privoxy  
73 # by the target rule CONF_DEST
74 #
75 # also if the $prefix is /usr/local and there is no
76 # $(SHARE_DEST)/doc, it checks for $prefix/doc and installs there
77 # instead in this situation
78 #
79 # finally if $prefix=/usr/local and VAR_DEST=$prefix/var it 
80 # changes this to /var for storing the logs and pidfile
81
82 # used in source dir only, the install goes to $share_dest/doc/privoxy
83 DOK_WEB = doc/webserver/
84
85 # Install usage should be compatible with install-sh.
86 INSTALL    = @INSTALL@
87 # Binaries
88 BIN_MODE         = 0755
89 # Support files, docs, etc.
90 RA_MODE   = 0664
91 # Directory
92 DIR_MODE   = 0755
93 # Files daemon writes to.
94 RWD_MODE   = 0660
95 INSTALL_P  = -m $(BIN_MODE)  
96 INSTALL_T  = -m $(RA_MODE)
97 INSTALL_D  = -m $(DIR_MODE) -d
98 INSTALL_R  = -m $(RWD_MODE)
99
100 # install options for superuser install
101 #INSTALL_S  = -g @GROUP@ -o @USER@ 
102
103 #############################################################################
104 # Build tools
105 #############################################################################
106
107 PROGRAM    = privoxy@EXEEXT@
108 CC         = @CC@
109 ECHO       = echo
110 GZIP_PROG  = gzip
111
112 # id -u is not universal. FIXME: need to set from configure. Breaks on
113 # Solaris.
114 #ID         = id -u
115 ID         = id
116 LD         = @CC@
117 RM         = rm -f
118 CP         = cp -f
119 RMDIR      = rmdir
120 MKDIR      = ./mkinstalldirs
121 STRIP_PROG = strip
122 SED        = sed
123 GREP       = grep
124 CAT        = cat
125 RPM        = rpm
126 RPMBUILD   = rpmbuild
127 MV         = mv
128 TAR        = tar
129 LN         = ln
130 TOUCH      = touch
131 KILL       = kill
132 CHMOD      = chmod
133 CHOWN      = chown
134 CHGRP      = chgrp
135 GROUPS     = groups
136 WDUMP      = @WDUMP@ -dump
137 JADECAT    = @JADECAT@
138 JADEBIN    = @JADEBIN@
139 DB         = $(JADEBIN) $(JADECAT) -ihtml -t sgml  -D.. -d ldp.dsl\#html
140 DB2HTML    = @DB2HTML@
141 MAN2HTML   = @MAN2HTML@
142 G2H_CMD    = groff -mandoc -Thtml
143 TARGET_OS  = @host@
144 PERL       = perl
145 DOC_DIR    = doc/source
146 DOC_TMP    = $(DOC_DIR)/tmp
147 DOC_STATUS = @DOC_STATUS@
148
149 # Program to do LF->CRLF
150 #
151 # The sed version should be the most portable, but it doesn't for for me,
152 # the other two do.  FIXME.
153 #   - Jon
154 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
155 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
156 DOSFILTER  = $(PERL) -p -e 's/\n/\r\n/'
157 CVSROOT    = :pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa
158 #TMPDIR     := $(shell mktemp -d /tmp/$(PROGRAM).XXXXXX)
159
160 #############################################################################
161 # Setup for make distribution rh and suse for now 
162 #############################################################################
163
164 TAR_ARCH = /tmp/privoxy-$(RPM_VERSION).tar.gz
165 RPM_BASE = @RPM_BASE@
166
167 #############################################################################
168 # We include these files in our distributions
169 #############################################################################
170 CONFIGS = config trust default.action user.action default.filter user.filter
171 # take care that no CVS .cvsignore or other crappy files
172 # are included here
173 # and escape every '#' in the find. doh.
174 CONFIG_FILES = $(CONFIGS) \
175                 `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"`
176
177 DOC_FILES = AUTHORS LICENSE README ChangeLog INSTALL \
178                 `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html"` \
179                 `find doc/webserver/ -name "*.css"` \
180                 privoxy.1
181
182 #############################################################################
183 # Filenames and libraries
184 #############################################################################
185
186 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
187          errlog.c filters.c gateway.c jbsockets.c jcc.c \
188          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
189          urlmatch.c
190
191 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
192 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
193
194 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c w32svrapi.c
195 W32_FILES = @WIN_ONLY@w32.res
196 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
197 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h w32svrapi.h
198 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
199 W32_INIS  = @WIN_ONLY@config.txt trust.txt
200
201 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
202 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
203 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
204
205 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
206 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
207 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
208
209 # No REGEX (maybe because dynamically linked pcreposix):
210 REGEX_SRC    =
211 @STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
212
213 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
214 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
215
216 # Dependencies introduced by #include "project.h".
217 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
218
219 # Socket libraries for platforms that need them explicitly defined
220 SOCKET_LIB   = @SOCKET_LIB@
221
222 # PThreads library, if needed.
223 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
224
225 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
226 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
227 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
228 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
229
230
231 #############################################################################
232 # Compiler switches
233 #############################################################################
234
235 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
236 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
237 # Win32 GUI build.
238 # The flag "-pthread" is required if using Pthreads under Linux (and
239 # possibly other OSs).
240 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
241
242 # Add your flags here 
243 OTHER_CFLAGS =   
244
245 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
246          @STATIC_PCRE_ONLY@ -Ipcre 
247
248 LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
249
250
251 #############################################################################
252 # Build section.
253 #
254 # There should NOT be any targets above this line.
255 #############################################################################
256 all: $(PROGRAM) default.action
257
258
259 #############################################################################
260 # Phony targets
261 #############################################################################
262 .PHONY: all inifiles redhat-dist redhat-upload solaris-dist suse-dist \
263 suse-upload win-dist tarball-dist dok redhat-dok webserver clean clobber tags \
264 install conectiva-spec conectiva-dist conectiva-upload CONF_DEST LOG_DEST \
265 PID_DEST check_doc install-strip uninstall GROUP_T
266
267 #############################################################################
268 # Define this explicitly because Solaris is broken!
269 #############################################################################
270 %.o: %.c
271         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
272
273
274 #############################################################################
275 # Strip master copy comments from default.action:
276 #############################################################################
277 default.action: default.action.master
278         $(GREP) -v '^#MASTER#' $< > $@
279
280 #############################################################################
281 # Win32 config files
282 #############################################################################
283
284 inifiles: $(W32_INIS)
285
286 config.txt: config
287         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
288                -e 's!\logfile logfile!logfile privoxy.log!' \
289                -e 's!#Win32-only: !!' \
290                < $< | \
291                $(DOSFILTER) > $@
292         # LF to CRLF in default.action
293         $(DOSFILTER) <default.action >default.action.txt && mv default.action.txt default.action
294         # LF to CRLF in default.filter
295         $(DOSFILTER) <default.filter >default.filter.txt && mv default.filter.txt default.filter
296
297 trust.txt: trust
298         $(DOSFILTER) < $< > $@ 
299
300 #############################################################################
301 # Pre-dist check:
302 #############################################################################
303 dist-check:
304         @if [ -d CVS ]; then \
305            $(ECHO) "***************************************************"; \
306            $(ECHO) "***                                             ***"; \
307            $(ECHO) "***                  WARNING                    ***"; \
308            $(ECHO) "***                                             ***"; \
309            $(ECHO) "*** The presence of a CVS subdirectory suggests ***"; \
310            $(ECHO) "*** that you are trying to build a distribution ***"; \
311            $(ECHO) "*** package based on a checked out, not an      ***"; \
312            $(ECHO) "*** exported copy of the source tree. Please    ***"; \
313            $(ECHO) "*** see \"Releasing a new version\" in the        ***"; \
314            $(ECHO) "*** developer manual.                           ***"; \
315            $(ECHO) "***                                             ***"; \
316            $(ECHO) "***************************************************"; \
317            $(ECHO) "Type \"yes i am sure\" if you are sure that you"; \
318            $(ECHO) -n "really want to proceed: "; \
319            read answer; \
320            if [ "$$answer" != "yes i am sure" ]; then exit 1; fi \
321          fi;
322
323
324 #############################################################################
325 # create tar.gz from CVS:
326 # This make-target is usually called through 'create-archive'. If you 
327 # run 'make create-snapshot' without setting SNAPVERSION, you'll get a
328 # tar.gz with the current date in the name and as a releasenumber in the 
329 # spec-file. But the main usage is to run it as follows (Red Hat example):
330 # make SNAPVERSION=1.6x create-snapshot
331 # This creates a tar.gz and spec-file for a Red Hat 6.x version.
332 #############################################################################
333 create-snapshot:
334         @tag=`cvs -d $(CVSROOT) status Makefile | awk ' /Sticky Tag/ { print $$3 } '` 2> /dev/null; \
335         [ x"$$tag" = x"(none)" ] && tag=HEAD; \
336         echo "*** Creating package from $$tag!"; \
337         TMPDIR=$(shell mktemp -d /tmp/$(PROGRAM).XXXXXX); \
338         cd $$TMPDIR ; cvs -Q -d $(CVSROOT) export -r $$tag current || echo "Um... export aborted."; \
339         cd $$TMPDIR/current; \
340         TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
341         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
342                 -e 's/^\(Release:\).*/\1 $(SNAPVERSION)/g' \
343                 privoxy-rh.spec > $$TMPFILE ; then \
344                         $(MV) -f $$TMPFILE privoxy-rh.spec; \
345         else \
346                 $(ECHO) "Could not set version info in specfile."; \
347                 exit 1;\
348         fi;\
349         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
350              -e 's/^\(Release:\).*/\1 $(SNAPVERSION)/g' \
351               privoxy-suse.spec > $$TMPFILE ; then \
352                         $(MV) -f $$TMPFILE privoxy-suse.spec; \
353         else \
354                 $(ECHO) "Could not set version info in specfile."; \
355                 exit 1;\
356         fi; \
357         $(RM) $$TMPFILE; \
358         cd $$TMPDIR/current; \
359         $(TAR) --exclude ".cvsignore" --exclude "CVS" \
360                 -czf /tmp/$(PROGRAM)-$(VERSION).tar.gz .; \
361         $(RM) -rf $$TMPDIR
362         @echo "Resulting file is /tmp/$(PROGRAM)-$(VERSION).tar.gz"
363
364
365 #############################################################################
366 # looks at the version of Makefile and exports a corresponding source-tree
367 # example: if the Makefile has the sticky tag v_2_9_13, you'll get 
368 # privoxy-*-2.4.13.tar.gz. Two different tar files will be written, one for
369 # Red Hat and one for SuSe (different spec-files)
370 #############################################################################
371 create-archive:
372         make SNAPVERSION=$(SNAPVERSION) create-snapshot
373
374 #############################################################################
375 # RPM specifice stuff (SuSE or Redhat, ..)
376 #############################################################################
377 rpm-stuff: dist-check clean clobber 
378         for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
379                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
380                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
381                         $(ECHO) "Or add a suitable path to .rpmmacros like."; \
382                         $(ECHO) "%_topdir /home/foo/rpm-build"; \
383                         exit 1; \
384                 fi; \
385         done; \
386
387 check-release:
388         @if [ "$(RPM_PACKAGEV)" = "" ]; then \
389                 echo ; \
390                 echo "  ERROR: NO RPM_PACKAGEV VALUE"; \
391                 echo "  No value given for RPM_PACKAGEV. Please use:"; \
392                 echo "  make dist-upload RPM_PACKAGEV=release"; \
393                 echo "  where \"release\" is the release number you want to and"; \
394                 echo "  where \"dist\" is the name of the distro (redhat or suse)"; \
395                 echo ; \
396                 echo "  Ex: make redhat-upload RPM_PACKAGEV=1"; \
397                 echo ""; \
398                 echo "ATTENTION: If your distribution use a specific tag on the"; \
399                 echo "           release field (like \"cl\" for Conectiva, and"; \
400                 echo "           \"mdk\" for Mandrake), DO NOT put it on the value"; \
401                 echo "           given to RPM_PACKAGEV. It will be added automaticaly."; \
402                 echo "           Do it like you would do for a redhat package,"; \
403                 echo "           (i.e. just the number)."; \
404                 echo ; \
405                 exit 1; \
406         fi
407
408
409 #############################################################################
410 # Create Conectiva specfile from RedHat specfile
411 #############################################################################
412 conectiva-spec:
413         $(RM) privoxy-cl.spec
414         chmod a+x genclspec.sh
415         ./genclspec.sh
416
417 #############################################################################
418 # Conectiva distribution for x86
419 #############################################################################
420 conectiva-dist: rpm-stuff conectiva-spec
421
422         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-rh.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
423         $(RPMBUILD) --clean -ta  $(TAR_ARCH)
424         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
425
426 conectiva-upload: check-release
427         make redhat-upload RPM_PACKAGEV=$(RPM_PACKAGEV)cl
428
429 #############################################################################
430 # redhat distribution alpha and x86
431 #############################################################################
432 redhat-dist: rpm-stuff
433         echo $(CONFIG_FILES)
434         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
435         $(RPMBUILD) --clean -ta  $(TAR_ARCH)
436         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
437
438 # For testing build issues only! Use redhat-dist for official releases.
439 redhat-test: 
440         echo $(CONFIG_FILES)
441         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
442         $(RPMBUILD) --clean -tb  $(TAR_ARCH)
443         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
444         @echo "WARNING: This target is only for testing. Use redhat-dist for releases!!!"
445
446 # anonymously ncftps the rpms to sourceforge
447 redhat-upload: check-release
448         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
449 # better should use `arch` here instead of ix86 to support other platforms too
450         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
451         @$(ECHO) -------------------------------------------------------
452         @$(ECHO) Now goto
453         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
454         @$(ECHO) ... and release the files.
455         @$(ECHO) -------------------------------------------------------
456      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
457
458
459 #############################################################################
460 # Creates a Red Hat sourcepackage from CVS (not from the current sources
461 # on disk)
462 #############################################################################
463 redhat-srpm: 
464         make create-archive
465         $(RPMBUILD) -ts --nodeps $(PROGRAM)-$(VERSION).tar.gz
466
467
468 #############################################################################
469 # suse distribution. works fine. no need to be root. 
470 #############################################################################
471 suse-dist: rpm-stuff
472 #       TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
473 #       if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
474 #              -e 's/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' \
475 #               privoxy-suse.spec > $$TMPFILE ; then \
476 #       $(MV) -f $$TMPFILE privoxy-suse.spec; \
477 #       else \
478 #               $(ECHO) "Could not set version info in specfile."; \
479 #       exit 1;\
480 #       fi
481
482         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-rh.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
483         $(RPMBUILD) --clean -ta  $(TAR_ARCH)
484         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
485
486 # anonymously ncftps the rpms to sourceforge
487 suse-upload: check-release
488         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
489 # better should use `arch` here instead of ix86 to support other platforms too
490         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
491         @$(ECHO) -------------------------------------------------------
492         @$(ECHO) Now goto
493         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
494         @$(ECHO) ... and release the files.
495         @$(ECHO) -------------------------------------------------------
496
497 # handle with care. use with root.
498 suse-clean:
499         $(RPM) -e junkbuster-suse || true
500         $(RM) -r /etc/junkbuster
501         $(RM) -r /etc/rc.d/junkbuster*
502         $(RM) -r /var/run/junkbuster.pid 
503         $(RM) -r /var/log/junkbuster
504         $(RM) /etc/init.d/junkbuster
505         $(RM) /usr/sbin/junkbuster
506         $(RM) /usr/sbin/rcjunkbuster
507         $(RM) /usr/share/man/man1/junkbuster.1.gz
508         $(RPM) -e privoxy-suse || true
509         $(RM) -r /etc/privoxy
510         $(RM) -r /etc/rc.d/privoxy*
511         $(RM) -r /var/run/privoxy.pid 
512         $(RM) -r /var/log/privoxy
513         $(RM) /etc/init.d/privoxy
514         $(RM) /usr/sbin/privoxy
515         $(RM) /usr/sbin/rcprivoxy
516         $(RM) /usr/share/man/man1/privoxy.1.gz
517
518 #############################################################################
519 # generic distribution
520 #############################################################################
521 gen-dist: dist-check
522         @$(ECHO) ""
523         @$(ECHO) "You have run autoconf && autoheader && ./configure right?"
524         @$(ECHO) ""
525         $(MAKE) $(PROGRAM)
526         $(STRIP_PROG) $(PROGRAM)
527         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
528 # add program
529         (cd .. && $(TAR) -cvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM))
530 # add config files
531         for foo in $(CONFIG_FILES); do \
532                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
533         done; 
534 # add documentation
535         for foo in $(DOC_FILES); do \
536                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
537         done;
538 # and zip the archive
539         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
540         $(GZIP_PROG) ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar
541         @$(ECHO) Distribution with binary created.
542
543 # anonymously ncftps the package to sourceforge
544 gen-upload:
545         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar.gz
546         @$(ECHO) -------------------------------------------------------
547         @$(ECHO) Now goto
548         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
549         @$(ECHO) ... and release the files.
550         @$(ECHO) -------------------------------------------------------
551
552 # use with care
553 gen-clean:
554         $(RM) privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar*
555
556 #############################################################################
557 # solaris distribution. verified on SF machines by swa.
558 #############################################################################
559 solaris-dist: gen-dist
560         @$(ECHO) Done.
561 # anonymously ncftps the package to sourceforge
562 solaris-upload: gen-upload
563         @$(ECHO) Done.
564 # use with care
565 solaris-clean: gen-clean
566         @$(ECHO) Done.
567
568 #############################################################################
569 # hpux distribution
570 #############################################################################
571 hpux-dist:
572         @$(ECHO) coming soon. 
573 hpux-upload:
574         @$(ECHO) coming soon. 
575
576 #############################################################################
577 # debian distribution
578 #############################################################################
579 debian-dist:
580         @$(ECHO) coming soon. 
581 debian-upload:
582         @$(ECHO) coming soon. 
583
584 #############################################################################
585 # macosx distribution
586 #############################################################################
587 macosx-dist:
588         @$(ECHO) coming soon. 
589 macosx-upload:
590         @$(ECHO) coming soon. 
591
592 #############################################################################
593 # amiga distribution
594 #############################################################################
595 amiga-dist:
596         @$(ECHO) coming soon. 
597 amiga-upload:
598         @$(ECHO) coming soon. 
599
600 #############################################################################
601 # freebsd distribution. verified on SF machines by swa.
602 #############################################################################
603 freebsd-dist: gen-dist
604         @$(ECHO) Done.
605 # anonymously ncftps the package to sourceforge
606 freebsd-upload: gen-upload
607         @$(ECHO) Done.
608 # use with care
609 freebsd-clean: gen-clean
610         @$(ECHO) Done.
611
612 #############################################################################
613 # Windows distribution
614 #############################################################################
615 win-dist:
616         $(ECHO) Not implemented.
617
618
619 #############################################################################
620 # Tarball distribution: No CVS dirs, dotfiles, debian build dir,
621 # (FIXME:) only parts of the static / generated docs mix in doc/webserver
622 #############################################################################
623
624 tarball-dist: dist-check clean clobber
625         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
626
627         for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
628         -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
629         -name "PACKAGERS" \)`; do \
630            files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
631         done &&  \
632         cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
633
634 # and zip the archive
635         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS) 
636         $(GZIP_PROG) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar
637         @$(ECHO) Tarball distribution created.
638
639 # anonymously ncftps the tarball to sourceforge
640 tarball-upload:
641         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
642         @$(ECHO) -------------------------------------------------------
643         @$(ECHO) Now goto
644         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
645         @$(ECHO) ... and release the files.
646         @$(ECHO) -------------------------------------------------------
647
648 tarball-clean:
649         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
650
651 #############################################################################
652 #
653 # Documentation
654 #
655 # converts doc/source/*.sgml into html and man pages
656 #
657 #############################################################################
658
659 # developer manual
660 dok-devel: 
661         $(RM) doc/webserver/developer-manual/*.html
662         $(RM) -r doc/source/developer-manual
663         mkdir -p doc/source/developer-manual
664         cd doc/source/developer-manual && $(DB) ../developer-manual.sgml && cd .. && cp developer-manual/*.html ../webserver/developer-manual/
665
666 # user manual
667 dok-user: 
668         $(RM) doc/webserver/user-manual/*.html
669         $(RM) -r doc/source/user-manual/
670         mkdir -p doc/source/user-manual
671         cd doc/source/user-manual && $(DB) -iuser-man ../user-manual.sgml && cd .. && cp user-manual/*.html ../webserver/user-manual/
672         # FIXME: temp fix so same stylesheet gets in more than one place so it works
673         # for all doc set-ups, including the 'user manual' config option in local
674         # system where it MUST be in same directory as html.
675         $(PERL) -pi.bak -e 's/<\/head/\n<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"p_doc.css\">\n<\/head/i' doc/webserver/user-manual/*html
676
677 # faq
678 dok-faq: 
679         $(RM) doc/webserver/faq/*.html
680         $(RM) -r doc/source/faq
681         mkdir -p doc/source/faq
682         cd doc/source/faq && $(DB) ../faq.sgml && cd .. && cp faq/*.html ../webserver/faq/
683
684 # man page, one variation. Try to use the next target, just 'make man'. 
685 dok-man: 
686         $(RM) doc/man/* doc/webserver/man-page/*.html
687 ifneq ($(MAN2HTML),false)
688         $(ECHO) "<html><head><title>Privoxy 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
689         man ./privoxy.1 | $(MAN2HTML) -bare >> doc/webserver/man-page/privoxy-man-page.html
690         $(ECHO) "</body></html>" >> doc/webserver/man-page/privoxy-man-page.html
691 else
692         $(MAKE) groff2html
693 endif
694
695 # Build man page from sgml. This requires the SGMLSpm perl module.
696 # See CPAN, or your favorite perl repository. This is the preferred 
697 # target for man page generation!
698 man: dok-release
699         mkdir -p doc/source/temp && cd doc/source/temp && $(RM) * ;\
700         nsgmls ../privoxy-man-page.sgml  | sgmlspl ../../../utils/docbook2man/docbook2man-spec.pl &&\
701         perl -pi.bak -e 's/ <URL:.*>//; s/\[ /\[/g' privoxy.1 ;\
702         perl -pi.bak -e "s/\[ /\[/g;s/á/\\\\['a]/g;s/é/\\\\['e]/g" privoxy.1; \
703         perl -pi.bak -e "s/ö/\\\\[:o]/g" privoxy.1; \
704         perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' privoxy.1; \
705         perl -pi.bak -e 's/ --([a-z])/ \\-\\-$$1/g' privoxy.1; \
706         perl -pi.bak -e 's/\\fB--/\\fB\\-\\-/g' privoxy.1; \
707         $(DB) ../privoxy-man-page.sgml && $(MV) -f privoxy.1 ../../../privoxy.1
708
709 # For those with man2html ala RH7s.
710 man2html:
711         mkdir -p doc/webserver/man-page
712 ifneq ($(MAN2HTML),false)
713         $(MAN2HTML) privoxy.1 |grep -v "^Content-type" > tmp.html
714         $(PERL) -pi.bak -e 's/<A .*Contents<\/A>//; s/<A .*man2html<\/A>/man2html/' tmp.html
715         $(PERL) -pi.bak -e 's/(<\/HEAD>)/<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"..\/p_doc.css\"><\/HEAD>/' tmp.html
716 # Twice because my version of man2html is pulling in commas and periods in URLs.
717         $(PERL) -pi.bak -e 's/(<A.*),(">)/$$1$$2/g' tmp.html
718         $(PERL) -pi.bak -e 's,\.">,">,g' tmp.html
719         $(PERL) -pi.bak -e "s/\['a\]/\&aacute;/g;s/\['e\]/\&eacute;/g" tmp.html
720 # Get rid of spurious \a from conversion. (How to do this with perl?)
721         $(SED) -e 's/\a//g' tmp.html > doc/webserver/man-page/privoxy-man-page.html && $(RM) tmp.*
722 else
723         $(MAKE) groff2html
724 endif
725
726
727 # Otherwise we get plain groff conversion.
728 groff2html:
729         $(G2H_CMD) ./privoxy.1 | $(SED) -e 's@</head>@<link REL="STYLESHEET" TYPE="text/css" HREF="../p_doc.css"></head>@' > doc/webserver/man-page/privoxy-man-page.html
730
731
732 # readme page and INSTALL file
733 dok-readme: dok-release
734         cd doc/source && $(DB)-notoc -V nochunks readme.sgml > tmp.html &&\
735         env -u LANG $(WDUMP) tmp.html > ../../README ;\
736         $(DB)-notoc -V nochunks install.sgml > tmp.html &&\
737         env -u LANG $(WDUMP) tmp.html > ../../INSTALL ;\
738         $(RM) tmp.*
739
740 # index.sgml is used to create both the Home Page, and a local index
741 # for documentation, etc.
742 #
743 # index.html for webserver:
744 dok-webserver: 
745         cd doc/source/webserver && $(DB)-notoc -ip-homepage -V nochunks index.sgml > ../../webserver/index.html
746         $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\
747         s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
748         s/<\/HEAD/\n<meta name="MSSmartTagsPreventParsing" content="TRUE"><\/HEAD/;\
749         s/\.\d\. //;\
750         s/__copy/&copy;/'\
751      doc/webserver/index.html && $(RM) doc/webserver/*.bak
752
753 # privoxy-index.html for local documentation:
754 dok-index: 
755         cd doc/source/webserver && $(DB)-notoc -ip-index -V nochunks index.sgml > ../../webserver/privoxy-index.html
756         $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\
757         s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
758         s/<\/HEAD/\n<meta name="MSSmartTagsPreventParsing" content="TRUE"><\/HEAD/;\
759         s/\.\d\. //;\
760         s/__copy/&copy;/' \
761      doc/webserver/privoxy-index.html && $(RM) doc/webserver/*.bak
762
763 # Main documentation target.
764 dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index
765         @$(ECHO) Documentation created.
766
767 #
768 # an alternative to the above dok. disabled man page creation for the moment
769 #
770 redhat-dok: dok-release dok-devel dok-user dok-faq redhat-readme dok-webserver dok-authors
771         @$(ECHO) Documentation created.
772
773 ## Make README
774 redhat-readme: 
775         cd doc/source && $(DB)-notoc -V nochunks readme.sgml > tmp.html && $(WDUMP) \
776           tmp.html > ../../README && $(RM) -r tmp.html
777
778 ## Make AUTHORS file
779 dok-authors: 
780         cd doc/source && $(DB) -V nochunks authors.sgml > tmp.html && env -u LANG $(WDUMP) \
781           tmp.html > ../../AUTHORS && $(RM) tmp.html
782
783 # Set doc entities for VERSION and CODE_STATUS in sgml docs. Toggle content
784 # exceptions accordingly. This needs to go before any doc building (doh).
785 dok-release:
786         @$(ECHO) Setting doc version and status to $(VERSION), $(CODE_STATUS)
787         @$(PERL) -pi.bak -e 's/<!entity +p-version.*>/<!entity p-version "$(VERSION)">/;\
788      s/<!entity +p-status.*>/<!entity p-status "$(CODE_STATUS)">/' \
789      doc/source/*sgml doc/source/*/*sgml
790         $(RM) -r doc/source/*bak doc/source/*/*bak
791 ifeq ($(CODE_STATUS),stable)
792         @$(ECHO) Setting docs to stable $(VERSION)
793         @$(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "INCLUDE">/;\
794      s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "IGNORE">/' \
795      doc/source/*sgml doc/source/*/*sgml
796         $(RM) -r doc/source/*bak doc/source/*/*bak
797 else
798         @$(ECHO) Setting docs to not stable $(VERSION)
799         @$(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "IGNORE">/;\
800      s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "INCLUDE">/' \
801      doc/source/*sgml doc/source/*/*sgml
802         $(RM) -r doc/source/*bak doc/source/*/*bak
803 endif
804
805 # Create release announcement in text and html, with short and long versions.
806 # This is a standalone target, and must be invoked directly.
807 # announce: dok-release
808 #       mkdir -p $(DOC_TMP)
809 #       cd $(DOC_TMP) && cp -f ../announce.sgml . && $(DB) -iannounce-big announce.sgml &&\
810 #       mv -f index.html announce.html && $(WDUMP) announce.html > announce.txt
811 #       cd $(DOC_TMP) && $(DB) announce.sgml &&\
812 #       mv -f index.html announce-mini.html && $(WDUMP) announce-mini.html > announce-mini.txt &&\
813 #       mv -f *html *txt ../../.. 
814 #       rm -fr $(DOC_TMP)
815
816 # The main Privoxy config file, generated from sgml sources. 
817 # NOTE: This will require some hand editing. The new file is outputted 
818 # as config.new so that problem sections can be compared to previous
819 # version. This is hardcored to w3m for html/text conversion. Also, 
820 # requires the shell util 'fmt'.
821 config-file: dok-release
822         cd doc/source && $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\
823         env -u LANG w3m -dump __tmp.html | fmt -w 70 > ../../config.new && $(RM) -r __tmp.*
824         $(PERL) -i.bak utils/prepare-configfile.pl config.new
825
826         $(RM) *.bak
827         @$(ECHO)  "****************************************************"
828         @$(ECHO)  "The output file is config.new."
829         @$(ECHO)  "Now -- you need to hand edit the results!!!"
830         @$(ECHO)  "In particular, check the Debug levels, the"
831         @$(ECHO)  "permit-access, forward & socks examples and the"
832         @$(ECHO)  "various user-manual examples, which all"
833         @$(ECHO)  "probably got hammered."
834         @$(ECHO)  "****************************************************"
835
836 # config file, alternate version using lynx (perl stuff unfinished). Lynx
837 # does not do so good a job.
838 config-file-alt: 
839         cd doc/source && $(ECHO) -e ".h2 JUSTIFY\\nJUSTIFY:FALSE" > __tmp.lynx_cfg &&\
840         $(DB)-notoc -iconfig-file -V nochunks config.sgml > __tmp.html &&\
841         lynx -cfg=__tmp.lynx_cfg -width=78 -dump __tmp.html > ../../config.new && $(RM) -r __tmp.*
842         $(PERL) -pi -e 's/^(   )//;\
843                         s/:$\/:\n/' config.new
844
845 #############################################################################
846 #
847 # Webserver
848 #
849 # moves dokumentation to webserver
850 #
851 #############################################################################
852 webserver: tidy
853         @$(ECHO) -------------------------------------------------------
854         @$(ECHO) You have run make dok/redhat-dok before, right?
855         @$(ECHO) Note that this command scps all stuff to the webserver,
856         @$(ECHO) it will not remove obsolete documents.
857         @$(ECHO) -------------------------------------------------------
858
859         @$(ECHO) Uploading html
860         @cd doc/webserver; \
861           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
862           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp'
863
864         @$(ECHO) Fixing permissions
865         @ssh ijbswa.sourceforge.net 'chmod -R 775 /home/groups/i/ij/ijbswa/htdocs 2>/dev/null; true'
866         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type f | xargs chmod 664 2>/dev/null; true'
867         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null; true'
868
869
870 web-actions: tidy
871         @$(ECHO) Uploading 
872         @cd doc/webserver/actions; \
873           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
874           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/actions; tar xvm'
875
876         @$(ECHO) Fixing permissions
877         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/actions/ -type f | xargs chmod 664 2>/dev/null'
878         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null'
879
880 ## 
881 dok-put:
882         tar --exclude ".cvsignore" --exclude "CVS" --exclude "source" --exclude ".htaccess" \
883              --exclude "obsolete" --exclude "actions" --exclude "*.zip" --exclude "robots.txt"\
884                 doc/* INSTALL LICENSE AUTHORS README \
885                 -czf $(DOC_FILE) ;\
886                 $(ECHO) "Uploading doc package ..." ;\
887                 scp $(DOC_FILE) ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/docs/
888                 @ssh ijbswa.sourceforge.net 'chmod 775 /home/groups/i/ij/ijbswa/htdocs/docs/*gz 2>/dev/null; true'
889                 $(RM) $(DOC_FILE)
890
891 dok-get:
892         cd /tmp ;\
893         $(WGET) http://www.privoxy.org/docs/$(DOC_FILE) ;\
894         $(TAR) -zxvf $(DOC_FILE)
895
896
897 #############################################################################
898 # Source file dependencies
899 #############################################################################
900
901 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h ssplit.h
902 cgi.@OBJEXT@:       cgi.c       cgi.h       config.h $(PROJECT_H_DEPS) cgiedit.h cgisimple.h jbsockets.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
903 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 actionlist.h actions.h errlog.h miscutil.h
904 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 urlmatch.h
905 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
906 encode.@OBJEXT@:    encode.c    encode.h    config.h
907 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
908 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 urlmatch.h @WIN_ONLY@win32.h 
909 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
910 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
911 jcc.@OBJEXT@:       jcc.c       jcc.h       config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h loadcfg.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h w32svrapi.h cgi.h
912 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
913 loadcfg.@OBJEXT@:   loadcfg.c   loadcfg.h   config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h jcc.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h
914 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
915 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
916 parsers.@OBJEXT@:   parsers.c   parsers.h   config.h $(PROJECT_H_DEPS) errlog.h filters.h jbsockets.h jcc.h loadcfg.h loaders.h miscutil.h ssplit.h
917 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
918 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
919
920 # GNU regex
921 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
922
923 # PCRS
924 pcrs.@OBJEXT@: pcrs.c pcrs.h config.h pcre/pcre.h 
925
926 # PCRE
927 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
928 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
929 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
930 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
931 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
932
933 # An auxiliary program makes the PCRE default character table source
934
935 pcre/chartables.c:   pcre/dftables@EXEEXT@
936                 pcre/dftables@EXEEXT@ >pcre/chartables.c
937
938 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
939                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
940
941 # Win32
942 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
943 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
944 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h w32svrapi.h
945
946 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
947         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
948
949 # AmigaOS
950 @AMIGAOS_ONLY@OBJS += amiga.o
951 @AMIGAOS_ONLY@ifeq ($(shell $(CC) -dumpmachine), m68k-amigaos)
952 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
953 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
954 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
955 @AMIGAOS_ONLY@else
956 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -Wextra -D__USE_INLINE__ -D__NO_INTUITION_RJ_MACROS
957 @AMIGAOS_ONLY@endif
958 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
959
960
961 $(PROGRAM): $(OBJS) $(W32_FILES)
962         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
963
964 clean:
965         $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action `find . -name TAGS -o -name tags` config.base config.tmp
966
967 tidy:
968         $(RM) `find . -name "*~"`
969         $(RM) `find . -name "#*#"` # Emacs backup files
970         $(RM) `find . -name ".\#*"`
971
972 clobber: tidy
973         $(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile \
974               privoxy.log core *.tar.gz *.tar privoxy-cl.spec doc/source/ldp.dsl config.new
975         $(RM) -r autom4te.cache
976
977 #
978 # FIXME: What is all this? 
979 #
980         $(RM) cscope.*  *.pdb *.lib *.exp 
981
982 distclean: clobber
983
984 tags: $(SRCS) $(HDRS)
985         etags $(SRCS) $(HDRS)
986
987 CONF_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(CONF_BASE)" = "$(prefix)/etc" ];then \
988                 $(ECHO) "$(CONF_BASE)/privoxy";\
989          else\
990                  $(ECHO) "$(CONF_BASE)";\
991          fi)
992
993 LOG_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(LOGS_DEST)" = "$(prefix)/var/log/privoxy" ];then \
994                 $(ECHO) "/var/log/privoxy" ;\
995          else\
996                  $(ECHO) "$(LOGS_DEST)";\
997          fi)
998
999 PID_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(PIDS_DEST)" = "$(prefix)/var/run" ];then \
1000                 $(ECHO) "/var/run" ;\
1001          else\
1002                  $(ECHO) "$(PIDS_DEST)";\
1003          fi)
1004
1005 check_doc:=$(shell if [ ! -d "$(SHARE_DEST)/doc" ] && [ "$(prefix)" = "/usr/local" ]  && [ -d "$(prefix)/doc" ];then \
1006                 $(ECHO) "1";\
1007          else\
1008                  $(ECHO) "0";\
1009          fi)
1010
1011 # If USER is specified but no GROUP, assume there is a GROUP of same name.
1012 GROUP_T:=$(shell if [ x$(GROUP) = x ] && [ x$(USER) != x ];then \
1013                 $(ECHO) "$(USER)" ;\
1014          else\
1015                  $(ECHO) "$(GROUP)";\
1016          fi)
1017
1018 install-strip:
1019         $(MAKE) install STRIP=-s
1020
1021 # FIXME: Test USER and GROUP on Slack to make sure this works as 
1022 # intended.
1023 #
1024 # FIXME: id handling needs help, probably via configure, since 'id -u' is not 
1025 # universally reliable (eg Solaris). Group handling could be better. 
1026 # Perhaps the whole user/group validation should be done here, and simplified.
1027 PROGRAM_V = Privoxy $(VERSION) $(CODE_STATUS)
1028 install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
1029         @# Quick test for valid USER.
1030         @if [ -n "$(USER)" ]; then \
1031                 $(ID) $(USER) >/dev/null || exit 1;\
1032         fi
1033         @# Test for valid group. FIXME. USER does not have to belong to GROUP 
1034         @# for file ownership purposes.
1035 #       if [ -n "$(GROUP_T)" ] && [ -n "$(USER)" ] && ! $(GROUPS) $(USER) | $(GREP) "\<$(GROUP_T)\>" >/dev/null; then \
1036 #               $(ECHO) Group $(GROUP_T) for User $(USER) is invalid && exit 1 ;\
1037 #       fi
1038
1039         @$(ECHO) "Creating directories, and preparing $(PROGRAM_V) installation"
1040         $(CHMOD) $(DIR_MODE) $(MKDIR)
1041         @$(MKDIR) $(DESTDIR)$(SBIN_DEST) $(DESTDIR)$(prefix) $(DESTDIR)$(CONF_DEST) \
1042                 $(DESTDIR)$(CONF_DEST)/templates $(DESTDIR)$(SHARE_DEST) \
1043                 $(DESTDIR)$(LOG_DEST) $(DESTDIR)$(PID_DEST)
1044         @# Install the executable binary, strip if invoked as install-strip
1045         @test -n "$(STRIP)" &&\
1046         $(ECHO) Installing $(PROGRAM) stripped executable to $(SBIN_DEST) ||\
1047         $(ECHO) Installing $(PROGRAM) executable to $(DESTDIR)$(SBIN_DEST)
1048         $(INSTALL) $(INSTALL_P) $(STRIP) $(PROGRAM) $(DESTDIR)$(SBIN_DEST)
1049
1050         @# Install the DOCS and man page. install-sh only does one file at a time.
1051         @# FIXME: only handles jpegs.
1052         -@if [ $(check_doc) = 0 ]; then \
1053                 DOC=$(DOC_DEST) ;\
1054         else \
1055                 DOC=$(prefix)/doc/privoxy ;\
1056         fi;\
1057         $(MKDIR) $(DESTDIR)$$DOC $(DESTDIR)$$DOC/user-manual $(DESTDIR)$$DOC/faq $(DESTDIR)$$DOC/developer-manual \
1058              $(DESTDIR)$$DOC/man-page $(DESTDIR)$$DOC/images $(DESTDIR)$(MAN_DEST) ;\
1059         if [ -d "$(DOK_WEB)" ]; then \
1060                 $(ECHO) Installing FAQ, Manual, and other docs to $(DESTDIR)$$DOC;\
1061           for i in user-manual developer-manual faq; do \
1062                for ii in $(DOK_WEB)/$$i/*html; do \
1063                     $(INSTALL) $(INSTALL_T) $$ii $(DESTDIR)$$DOC/$$i;\
1064                done ;\
1065           done ;\
1066                 for i in $(DOK_WEB)/user-manual/*jpg; do \
1067                $(INSTALL) $(INSTALL_T) $$i $(DESTDIR)$$DOC/user-manual;\
1068           done ;\
1069                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/man-page/*html $(DESTDIR)$$DOC/man-page;\
1070                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/privoxy-index.html $(DESTDIR)$$DOC/index.html;\
1071                 $(INSTALL) $(INSTALL_T) AUTHORS $(DESTDIR)$$DOC;\
1072                 $(INSTALL) $(INSTALL_T) LICENSE $(DESTDIR)$$DOC;\
1073                 $(INSTALL) $(INSTALL_T) README $(DESTDIR)$$DOC;\
1074                 $(INSTALL) $(INSTALL_T) ChangeLog $(DESTDIR)$$DOC;\
1075                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/p_doc.css $(DESTDIR)$$DOC;\
1076                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/p_doc.css $(DESTDIR)$$DOC/user-manual;\
1077         fi
1078         @# Not all platforms support gzipped man pages.
1079         @$(ECHO) Installing man page to $(DESTDIR)$(MAN_DEST)/privoxy.1
1080         -$(INSTALL) $(INSTALL_T) privoxy.1  $(DESTDIR)$(MAN_DEST)/privoxy.1
1081
1082         @# Change the config file default directories according to the configured ones
1083         @$(ECHO) Rewriting config for this installation
1084         @if [ -f config.base ] ; then \
1085                 $(CAT) config >config~ ;\
1086                 $(MV) config.base config ;\
1087         fi
1088         $(SED) 's+^confdir \.+confdir $(CONF_DEST)+' config | \
1089         $(SED) 's+^logdir \.+logdir $(LOG_DEST)+' >config.tmp
1090         -@if [ $(check_doc) = 0 ]; then \
1091       $(SED) 's+^#\?user-manual .*+user-manual $(DOC_DEST)/user-manual/+' config.tmp >config.updated ;\
1092         else \
1093       $(SED) 's+^#\?user-manual .*+user-manual $(prefix)/doc/privoxy/user-manual/+' config.tmp >config.updated ;\
1094         fi;\
1095         $(MV) config config.base
1096         $(MV) config.updated config 
1097
1098         @# Install the config support files. Test for root install, and abort 
1099         @# if there is no privoxy user, and no other user was enabled during 
1100         @# configure. Later, install init script if appropriate.
1101         @$(ECHO) Installing templates to $(DESTDIR)$(CONF_DEST)/templates
1102         @for i in `find templates -type f`; do \
1103                 $(INSTALL) $(INSTALL_T) $$i $(DESTDIR)$(CONF_DEST)/templates ;\
1104         done
1105
1106         @# FIXME: group/user validation is overly convoluted.
1107         @# If superuser install ... we require a minimum of group ownership
1108         @# of those files the daemon writes to, to be non-root owned.
1109         @if [ "`$(ID) |sed 's/(.*//' |sed 's/.*=//'`" = "0" ] ;then\
1110                 if [ x$(USER) = x ] || [ $(USER) = root ]; then \
1111                         if [ x$(GROUP) = x ] || [ $(GROUP) = root ]; then \
1112                                 if [ "`$(ID) privoxy`" ] && \
1113                                         $(GROUPS) privoxy | $(SED) 's/^.*://' |$(GREP) "\<privoxy\>" >/dev/null; then \
1114                                         $(ECHO) "Warning: Setting group owner to privoxy";\
1115                                         GROUP_T=privoxy ;\
1116                                 else \
1117                                         $(ECHO)  "******************************************************************" ;\
1118                                         $(ECHO)  " WARNING! WARNING! installing config files as root!" ;\
1119                                         $(ECHO)  " It is strongly recommended to run $(PROGRAM) as a non-root user," ;\
1120                                         $(ECHO)  " and to install the config files as that user and/or group!" ;\
1121                                         $(ECHO)  " Please read INSTALL, and create a privoxy user and group!" ;\
1122                                         $(ECHO)  "*******************************************************************" ;\
1123                                         exit 1 ;\
1124                                 fi ;\
1125                         else \
1126                                 GROUP_T=$(GROUP) ;\
1127                         fi ;\
1128                         INSTALL_CONF="$(INSTALL_R) -g $$GROUP_T " ;\
1129                 else \
1130                         $(ECHO) "Superuser install, installing config files as $(USER):$(GROUP_T)" ;\
1131                         INSTALL_CONF="$(INSTALL_R) -o $(USER) -g $(GROUP_T)" ;\
1132                         GROUP_T=$(GROUP_T) ;\
1133                 fi ;\
1134         else \
1135                 if [ ! "`id $(USER)`" = "`id`" ] ;then \
1136                         $(ECHO) "** WARNING ** current install user different from configured user!!" ;\
1137                         $(ECHO) "Edit may fail." ;\
1138                 fi ;\
1139                 INSTALL_CONF="$(INSTALL_R)" ;\
1140         fi ;\
1141         $(ECHO) Installing configuration files to $(DESTDIR)$(CONF_DEST);\
1142         for i in $(CONFIGS); do \
1143                 if [ "$$i" = "default.action" ] || [ "$$i" = "default.filter" ] ; then \
1144                         $(RM) $(DESTDIR)$(CONF_DEST)/$$i ;\
1145                         $(ECHO) Installing fresh $$i;\
1146                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
1147                 elif [ -s "$(CONF_DEST)/$$i" ]; then \
1148                         $(ECHO) Installing $$i as $$i.new ;\
1149                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST)/$$i.new || exit 1;\
1150                         NEW=1;\
1151                 else \
1152                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
1153                 fi ;\
1154         done ;\
1155         if [ -n "$$NEW" ]; then \
1156                 $(CHMOD) $(RWD_MODE) $(DESTDIR)$(CONF_DEST)/*.new || exit 1 ;\
1157                 $(ECHO) "Warning: Older config files are preserved. Check new versions for changes!" ;\
1158         fi ;\
1159         [ ! -f $(DESTDIR)$(LOG_DEST)/logfile ] && $(ECHO) Creating logfiles in $(DESTDIR)$(LOG_DEST) || \
1160                 $(ECHO) Checking logfiles in $(DESTDIR)$(LOG_DEST) ;\
1161                 $(TOUCH) $(DESTDIR)$(LOG_DEST)/logfile || exit 1 ;\
1162         if [ x$$USER != x ]; then \
1163                 $(CHOWN) $$USER $(DESTDIR)$(LOG_DEST)/logfile || \
1164                 $(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
1165         fi ;\
1166         if [ x$$GROUP_T != x ]; then \
1167                 $(CHGRP) $$GROUP_T $(DESTDIR)$(LOG_DEST)/logfile || \
1168                 $(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
1169         fi ;\
1170         $(CHMOD) $(RWD_MODE) $(DESTDIR)$(LOG_DEST)/logfile || exit 1 ;\
1171         if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
1172                 if [ -f /etc/slackware-version ] && [ -d /etc/rc.d/ ] && [ -w /etc/rc.d/ ] ; then \
1173                $(SED) 's+%PROGRAM%+$(PROGRAM)+' slackware/rc.privoxy.orig | \
1174                $(SED) 's+%SBIN_DEST%+$(SBIN_DEST)+' | \
1175                $(SED) 's+%CONF_DEST%+$(CONF_DEST)+' | \
1176                $(SED) 's+%USER%+$(USER)+' | \
1177                $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
1178                         $(INSTALL) $(INSTALL_P) slackware/rc.privoxy $(DESTDIR)/etc/rc.d/ ;\
1179                $(ECHO) "Installing for Slackware." ;\
1180                $(ECHO) "Dont forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
1181                 elif [ -f /etc/redhat-release ] && [ -d /etc/rc.d/init.d/ ] && [ -w /etc/rc.d/init.d/ ] ; then \
1182                $(ECHO) "Installing init script to /etc/rc.d/init.d/privoxy" ;\
1183                         $(SED) 's,^PRIVOXY_BIN=.*,PRIVOXY_BIN="/usr/local/sbin/$(PROGRAM)",' privoxy.init |\
1184                         $(SED) 's,^PRIVOXY_CONF=.*,PRIVOXY_CONF="$(CONF_DEST)/config",' |\
1185                         $(SED) "s,^PRIVOXY_USER=.*,PRIVOXY_USER=$$USER," > init.tmp ;\
1186                         $(INSTALL) $(INSTALL_P) init.tmp $(DESTDIR)/etc/rc.d/init.d/privoxy && $(RM) init.tmp;\
1187                         $(MKDIR) $(DESTDIR)/etc/logrotate.d/ ;\
1188                         $(ECHO) "Installing logrotate script to $(DESTDIR)/etc/logrotate.d/" ;\
1189                         $(INSTALL) -m 0644 privoxy.logrotate $(DESTDIR)/etc/logrotate.d/privoxy ;\
1190                 elif [ -d $(DESTDIR)/etc/init.d ] && [ -w $(DESTDIR)/etc/init.d ] ; then \
1191                         $(ECHO) "Installing generic init script to $(DESTDIR)/etc/init.d/privoxy" ;\
1192                         $(ECHO) "Please check that the PATHs are correct, and edit if needed." ;\
1193                         $(INSTALL) $(INSTALL_P) privoxy-generic.init $(DESTDIR)/etc/init.d/privoxy ;\
1194                 fi ;\
1195         else \
1196                 $(ECHO) "No init script installed, install it manually if needed" ;\
1197         fi
1198         $(RM) config.base config.tmp
1199         @# mmmmm, good.
1200         @$(ECHO) "$(PROGRAM_V) installation succeeded!"
1201         @$(ECHO) "The Privoxy configuration files have been installed in $(DESTDIR)$(CONF_DEST)"
1202
1203 # rmdir is used as a precaution since it will not remove non-empty
1204 # directories. RH init script creates lock file and pid file.
1205 uninstall: CONF_DEST LOG_DEST PID_DEST check_doc
1206         @$(ECHO) Starting Privoxy uninstallation
1207         @# KILL privoxy if running
1208         @# XXX: the chkconfig line may need a DESTDIR prefix.
1209         -@if [ -f $(DESTDIR)/etc/redhat-release ] && [ -x $(DESTDIR)/etc/rc.d/init.d/privoxy ]; then \
1210                 $(DESTDIR)/etc/rc.d/init.d/privoxy stop >/dev/null 2>/dev/null ;\
1211                 chkconfig --del $(PROGRAM) 2>/dev/null;\
1212         fi
1213         -@test -f $(DESTDIR)$(PID_DEST)/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1214          $(KILL) `$(CAT) $(DESTDIR)$(PID_DEST)/privoxy.pid` || :
1215         -@test -f $(DESTDIR)/var/run/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1216           $(KILL) `$(CAT) $(DESTDIR)/var/run/privoxy.pid ` || :
1217
1218         @# Program binary
1219         @$(ECHO) Removing $(PROGRAM) binary
1220         $(RM) $(DESTDIR)$(SBIN_DEST)/$(PROGRAM) $(SBIN_DEST)/$(PROGRAM)~
1221
1222         @# config files and dir, and maybe old install backups
1223         -@if [ -d $(DESTDIR)$(CONF_DEST) ]; then \
1224                 $(ECHO) Saving $(PROGRAM) config files to $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1225                 $(MKDIR) $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1226                 cd $(DESTDIR)$(CONF_DEST) ;\
1227                 for i in $(DESTDIR)$(CONFIGS); do \
1228                         [ -f $$i ] && $(CP) $$i $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1229                 done ;\
1230         fi
1231         @$(ECHO) Removing $(PROGRAM) config files
1232         -@for i in $(DESTDIR)$(CONFIGS); do \
1233                 test -f $(CONF_DEST)/$$i && $(ECHO) Removing $$i ;\
1234                 $(RM) $(DESTDIR)$(CONF_DEST)/$$i $(DESTDIR)$(CONF_DEST)/$$i~ $(DESTDIR)$(CONF_DEST)/$$i.new ;\
1235         done
1236         -@test -d $(DESTDIR)$(CONF_DEST)/templates && $(RM) -r $(DESTDIR)$(CONF_DEST)/templates &&\
1237         $(ECHO) "Removing $(DESTDIR)$(CONF_DEST)/templates/*"
1238
1239         @# man page and docs
1240         @$(ECHO) Removing $(PROGRAM) docs
1241         -$(RM) $(DESTDIR)$(MAN_DEST)/privoxy.1*
1242         -$(RM) -r $(DESTDIR)$(DOC_DEST) || $(RM) -r $(DESTDIR)$(prefix)/doc/privoxy
1243
1244         @# Log and pidfile
1245         @$(ECHO) Removing $(PROGRAM) logs
1246         -$(RM) $(DESTDIR)$(LOG_DEST)/logfile $(DESTDIR)$(PID_DEST)/privoxy.pid
1247
1248         @# Final clean up of unused directories. Special handling of CONF and LOG
1249      # destinations.
1250         @$(ECHO) Removing $(PROGRAM) directories
1251         @for i in $(DESTDIR)$(LOG_DEST) $(DESTDIR)$(CONF_DEST); do \
1252                 if test -d $$i; then \
1253                         $(ECHO) Removing $$i ;\
1254                         $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1255                 fi;\
1256         done
1257         @if [  ! "$(prefix)" = "/usr/local" ] ;then \
1258                 for i in $(DESTDIR)$(MAN_DEST) $(DESTDIR)$(MAN_DIR) $(DESTDIR)$(SHARE_DEST)/doc \
1259                          $(DESTDIR)$(SHARE_DEST) $(DESTDIR)$(SBIN_DEST); do \
1260                         if test -d $$i; then \
1261                                 $(ECHO) Removing $$i ;\
1262                                 $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1263                         fi;\
1264                 done;\
1265                 if test $(LOG_DEST) != /var/log/privoxy && test -d $(DESTDIR)$(prefix)/var/log; then \
1266                         $(ECHO) Removing $(DESTDIR)$(prefix)/var/log ;\
1267                         $(RMDIR) $(DESTDIR)$(prefix)/var/log || $(ECHO) "$(DESTDIR)$(prefix)/var/log is not empty, not removed";\
1268                 fi ;\
1269                 if test $(PID_DEST) != /var/run && test -d $(DESTDIR)$(prefix)/var/run; then \
1270                         $(ECHO) Removing $(DESTDIR)$(prefix)/var/run ;\
1271                         $(RMDIR) $(DESTDIR)$(prefix)/var/run || $(ECHO) "$(DESTDIR)$(prefix)/var/run is not empty, not removed";\
1272                 fi ;\
1273                 if test $(prefix)/var != /var && test -d $(DESTDIR)$(prefix)/var; then \
1274                         $(ECHO) Removing $(DESTDIR)$(prefix)/var ;\
1275                         $(RMDIR) $(DESTDIR)$(prefix)/var || $(ECHO) "$(DESTDIR)$(prefix)/var is not empty, not removed" ;\
1276                 fi ;\
1277                 if test $(prefix) != / && test $(prefix) != /usr && test -d $(DESTDIR)$(prefix); then \
1278                         $(ECHO) Removing $(DESTDIR)$(prefix) ;\
1279                         $(ECHO) Removing installation directory $(DESTDIR)$(prefix) ;\
1280                         $(RMDIR) $(DESTDIR)$(prefix) || $(ECHO) "$(DESTDIR)$(prefix) is not empty, not removed" ;\
1281                 fi;\
1282         fi
1283
1284         @# init scripts and logrotate
1285         @if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
1286                 $(ECHO) Removing $(PROGRAM) init script ;\
1287                 if [ -f $(DESTDIR)/etc/slackware-version ] && \
1288                         [ -d $(DESTDIR)/etc/rc.d/ ]  && [ -w $(DESTDIR)/etc/rc.d/ ] ; then \
1289                         $(RM) $(DESTDIR)/etc/rc.d/rc.privoxy ;\
1290                 elif [ -f $(DESTDIR)/etc/redhat-release ] && [ -d $(DESTDIR)/etc/rc.d/init.d/ ] \
1291                        && [ -w $(DESTDIR)/etc/rc.d/init.d/ ] ; then \
1292                         $(RM) $(DESTDIR)/etc/rc.d/init.d/privoxy $(DESTDIR)/etc/logrotate.d/privoxy;\
1293                 elif [ -d $(DESTDIR)/etc/init.d ] && [ -w $(DESTDIR)/etc/init.d ] ; then \
1294                         $(RM) $(DESTDIR)/etc/init.d/privoxy ;\
1295                 else \
1296                         $(ECHO) "Unable to remove privoxy init script, not installed or permission denied" ;\
1297                 fi ;\
1298         fi
1299         @$(ECHO) Privoxy uninstalled, bye
1300
1301 coffee:
1302          @perl  -e 'print pack "C*", (31,139,8,8,153,63,226,60,2,3,99,111,102,102,101,'  \
1303                 -e '101,0,109,143,205,13,192,32,8,133,239,78,241,110,234,1,28,160,171,'  \
1304                 -e '152,208,53,26,117,247,22,165,73,137,125,9,1,62,126,2,128,169,5,243,' \
1305                 -e '143,13,139,49,164,65,100,149,152,102,73,141,88,73,178,116,205,100,'  \
1306                 -e '69,253,36,102,81,49,83,236,19,225,171,131,214,172,163,73,4,168,123,' \
1307                 -e '115,71,126,247,122,94,128,178,227,95,154,12,86,215,122,197,249,146,' \
1308                 -e '187,54,220,125,193,51,228,11,1,0,0);' | zcat
1309
1310 #############################################################################
1311
1312 ## Local Variables:
1313 ## tab-width: 3
1314 ## end:
1315
1316 # $Log: GNUmakefile.in,v $
1317 # Revision 1.176  2008/09/21 13:24:37  fabiankeil
1318 # Add Roland's man page fixes from 19_manpage_fixup.dpatch.
1319 #
1320 # Revision 1.175  2008/08/30 12:03:07  fabiankeil
1321 # Remove FEATURE_COOKIE_JAR.
1322 #
1323 # Revision 1.174  2008/07/18 17:50:47  fabiankeil
1324 # Fix whitespace.
1325 #
1326 # Revision 1.173  2008/06/18 18:28:42  fabiankeil
1327 # Remove PDF-related stuff.
1328 #
1329 # Revision 1.172  2008/06/17 16:16:08  fabiankeil
1330 # - Stop building text files nobody cares about.
1331 # - Update copyright year.
1332 #
1333 # Revision 1.171  2008/06/13 15:24:57  fabiankeil
1334 # Move previously inline'd Perl code for the config-file target
1335 # into a separate file, have it work with older perl releases,
1336 # clean it up a bit and fix the "underlining" code.
1337 #
1338 # Revision 1.170  2008/06/12 16:38:50  fabiankeil
1339 # Add third-level domain to URL in dok-get target.
1340 #
1341 # Revision 1.169  2008/06/09 17:28:31  fabiankeil
1342 # - Recommend https for releasing files.
1343 # - Fix a warning about datarootdir being ignored.
1344 #
1345 # Revision 1.168  2008/05/23 18:03:12  fabiankeil
1346 # - Shorten meta description inserted in dok-webserver
1347 #   and dok-index target.
1348 # - In config-file target, unset LANG for w3m as we
1349 #   might otherwise end up with multi-byte characters.
1350 #
1351 # Revision 1.167  2008/05/23 14:39:09  fabiankeil
1352 # Silence dok-user complaint about @# not being found.
1353 #
1354 # Revision 1.166  2008/05/23 14:04:57  fabiankeil
1355 # - Get config-file target working with more recent Perl
1356 #   versions. The generated file is still messed up, though.
1357 # - Fix comment typo.
1358 #
1359 # Revision 1.165  2008/05/22 16:57:23  fabiankeil
1360 # Fix coffee machine.
1361 #
1362 # Revision 1.164  2008/05/22 10:26:26  fabiankeil
1363 # - Remove parsers.@OBJEXT@'s dependency on encode.h.
1364 # - Include Emacs backup files in tidy target again.
1365 #
1366 # Revision 1.163  2008/05/04 18:01:53  fabiankeil
1367 # Dependency fixes: cgisimple.c and filters.c depend on urlmatch.h.
1368 #
1369 # Revision 1.162  2008/03/30 13:31:42  fabiankeil
1370 # Add DESTDIR support for the uninstall target.
1371 #
1372 # Revision 1.161  2008/03/30 13:19:13  fabiankeil
1373 # Add DESTDIR support for the install target. Closes PR#1910612.
1374 # Patch by Radoslaw Zielinski with minor modifications.
1375 #
1376 # Revision 1.160  2008/03/27 18:27:19  fabiankeil
1377 # Remove kill-popups action.
1378 #
1379 # Revision 1.159  2008/03/21 11:13:53  fabiankeil
1380 # Only gather host information if it's actually needed.
1381 # Also move the code out of accept_connection() so it's less likely
1382 # to delay other incoming connections if the host is misconfigured.
1383 #
1384 # Revision 1.158  2007/12/11 21:29:25  fabiankeil
1385 # Fix dependency list for cgiedit.c.
1386 #
1387 # Revision 1.157  2007/12/10 02:28:02  hal9
1388 # Unset $LANG for text processing of docs so we get pure text.
1389 #
1390 # Revision 1.156  2007/11/15 03:17:43  hal9
1391 # Some workaround changes to the config file perl stuff and comments, which is
1392 # broken here all by itself on perl 5.8.8.
1393 #
1394 # Revision 1.155  2007/09/22 16:23:25  fabiankeil
1395 # Update copyright line.
1396 #
1397 # Revision 1.154  2007/02/07 11:52:40  fabiankeil
1398 # Fix suse-dist as described in BR#1654052.
1399 # (I didn't test it, but it's done the same
1400 # way in redhat-dist which is known to work).
1401 #
1402 # Revision 1.153  2007/01/07 07:36:36  joergs
1403 # Added AmigaOS4 support.
1404 #
1405 # Revision 1.152  2006/12/13 14:53:51  etresoft
1406 # Include any existing LDFLAGS environment when linking so that a MacOS X Universal Binary can be created.
1407 #
1408 # Revision 1.151  2006/11/30 01:08:55  hal9
1409 # Fix problem with variable declarations in the Slackware section. Thanks to higuita.
1410 #
1411 # Revision 1.150  2006/10/25 11:55:45  fabiankeil
1412 # Fix sed regexes for rewriting "confdir ." and "logdir .".
1413 # Thanks to Darel Henman for reporting this.
1414 #
1415 # Revision 1.149  2006/10/11 01:40:28  hal9
1416 # Apply patch from  Neil McCalden to fix syntax issue.
1417 #
1418 # Revision 1.148  2006/09/26 10:57:58  hal9
1419 # Including Karsten's patch to fix make create-snapshot.
1420 #
1421 # Revision 1.147  2006/09/13 01:25:16  hal9
1422 # Make sure install forces in new default.action, default.filter, and
1423 # standard.filter. These are privoxy files, not user files.
1424 #
1425 # Revision 1.146  2006/09/08 23:57:19  hal9
1426 # User manual images are now user-manual doc directory, and fix make install
1427 # target accordingly.
1428 #
1429 # Revision 1.145  2006/09/08 02:32:00  hal9
1430 # Various changes to implement building and installing docs to be compatible
1431 # with the new "user-manual" settings in config from Roland. Docbook does not
1432 # seem to like dealing with more than one css file, so workaround that here.
1433 # Change 'make install' so it provides p_doc.css in the user-manual doc
1434 # directory so that functions well, and lastly modify 'make install' so that the
1435 # PATH is automatically set, and the 'user-manual' directive should done during
1436 # the install.
1437 #
1438 # Revision 1.144  2006/09/07 22:53:20  hal9
1439 # Make sure config sgml build related artifacts are cleaned out.
1440 #
1441 # Revision 1.143  2006/09/02 15:59:40  hal9
1442 # Add to code status to make install output.
1443 #
1444 # Revision 1.142  2006/08/29 01:46:24  hal9
1445 # Add user.filter to $CONFIGS.
1446 #
1447 # Revision 1.141  2006/08/12 03:54:37  david__schmidt
1448 # Windows service integration
1449 #
1450 # Revision 1.140  2006/07/18 14:48:45  david__schmidt
1451 # Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
1452 # with what was really the latest development (the v_3_0_branch branch)
1453 #
1454 # Revision 1.104.2.28  2004/06/10 17:06:05  hal9
1455 # Fix bug #959617, by moving TMPDIR var to create-snapshot target, which is the
1456 # only place it is used.
1457 #
1458 # Revision 1.104.2.27  2004/02/07 16:11:10  oes
1459 # Make clobber remove the autom4te.cache dir.
1460 # Closes BR #889300
1461 #
1462 # Revision 1.104.2.26  2004/01/31 16:32:25  oes
1463 # Adding a check for an htmldoc variant from the debian diff
1464 #
1465 # Revision 1.104.2.25  2004/01/31 01:15:33  oes
1466 # Fixed a typo; updated copyright notice
1467 #
1468 # Revision 1.104.2.24  2003/12/03 10:30:02  oes
1469 # - Added new dependency: actions.c -> ssplit.h
1470 # - Excluded PDF docs from src tarball
1471 #
1472 # Revision 1.104.2.23  2003/04/20 17:28:52  hal9
1473 # Strip trailing spaces from config-file generation, bug #724596.
1474 #
1475 # Revision 1.104.2.22  2003/03/28 03:32:01  hal9
1476 # Minor changes for Privoxy home page:
1477 #  - Handle &copy; more sanely
1478 #  - include link to announce.txt
1479 # Also, disable 'make announce' target.
1480 #
1481 # Revision 1.104.2.21  2002/11/04 07:04:03  hal9
1482 # Catch up with main trunk install/uninstall. Quiet output, etc.
1483 #
1484 # Revision 1.104.2.20  2002/10/25 02:44:22  hal9
1485 # Port of make install, etc from main trunk. Needs testing! Add Slackware
1486 # support, and other related changes. Update related docs.
1487 #
1488 # Revision 1.104.2.19  2002/09/26 22:50:02  hal9
1489 # New user-manual examples in config-file are getting wrapped. Add warning.
1490 #
1491 # Revision 1.104.2.18  2002/08/23 12:22:40  oes
1492 # Added warning to broken install target
1493 #
1494 # Revision 1.104.2.17  2002/08/16 03:19:34  hal9
1495 # More (minor) cleanup of html before pdf processing to make some relative
1496 # links work as pdf -> pdf. Upload pdf as zip archive now.
1497 #
1498 # Revision 1.104.2.16  2002/08/14 16:43:27  hal9
1499 # Added pdf docs to make webserver target.
1500 #
1501 # Revision 1.104.2.15  2002/08/11 20:02:41  hal9
1502 # New targets for man page (make man) and pdf (make dok-pdf) targets.
1503 #
1504 # Revision 1.104.2.14  2002/08/10 11:19:37  oes
1505 # - Make -Ipcre (again) conditional on STATIC_PCRE
1506 # - $(RPMBUILD) -> $(RPM) for SuSE
1507 # - Add dependency: pcrs.o deps on config.h
1508 #
1509 # Revision 1.104.2.13  2002/08/07 15:13:54  hal9
1510 # Remove pdf2 target, and make it dok-shtml (single page html for pdf
1511 # conversion).
1512 #
1513 # Revision 1.104.2.12  2002/08/06 11:29:36  oes
1514 # Fixed detection/inclusion of pcre.h, which is in a pcre subdir on RH
1515 #
1516 # Revision 1.104.2.11  2002/07/30 19:38:11  hal9
1517 # Add redhat-test target for testing purposes only. Fix RPM_PACKAGEV to what
1518 # *I think* it was supposed to be (was breaking upload targets since it was
1519 # set to RPM_VERSION).
1520 #
1521 # Revision 1.104.2.10  2002/07/27 22:56:53  kick_
1522 # cleanups of the redhat-srpm target
1523 #
1524 # Revision 1.104.2.9  2002/07/26 15:17:02  oes
1525 # - Added generation of default.action from defaul.action.master
1526 # - Deleted obsolete re_filterfile.txt generation
1527 #
1528 # Revision 1.104.2.8  2002/07/12 10:04:32  kick_
1529 # added helper targets to the makefile. They shouldn't break anything, but
1530 # make my life a lot easier.
1531 #
1532 # The new rpm has been splitted into two parts, one for package installation/
1533 # removal, one for package building.
1534 # Therefore rpm -ta isn't a valid command anymore and needs to be replaced
1535 # by rpmbuild -ta  (this is backwards compatible)
1536 #
1537 # Revision 1.104.2.7  2002/06/07 00:23:47  hal9
1538 # Fixing a quirk of man2html (on my system) that pulls punctuation into URLs,
1539 # thus breaking them completely.
1540 #
1541 # Revision 1.104.2.6  2002/06/02 03:26:25  hal9
1542 # Update CONFIG_FILES (ie update basic.action, etc), and also DOC_FILES (exclude
1543 # index.html and team/index.html)
1544 #
1545 # Revision 1.104.2.5  2002/05/30 15:35:01  hal9
1546 # This is more cleanup on the make config-file target. Most issues for
1547 # automatic generation are taken care of. There are still some problems
1548 # that require hand editing. Namely, some of the examples that are > 80 chars.
1549 #
1550 # Revision 1.104.2.4  2002/05/29 02:12:17  hal9
1551 # Ooops...forgot about perl -pi cygwin problem. Add -pi.bak. Also, the
1552 # new target is 'make config-file', _not_ make config.
1553 #
1554 # Revision 1.104.2.3  2002/05/29 02:05:48  hal9
1555 # 'make config' target added (WIP) for future generation of config file from
1556 # text in u-m so the two are in sync. New generated config, which requires
1557 # some hand editing for the time being.
1558 #
1559 # Revision 1.104.2.2  2002/05/28 02:32:55  hal9
1560 # New target 'make dok-index' for privoxy-index.html. Also, fixed *.bak files
1561 # not being cleaned up in doc/webserver.
1562 #
1563 # Revision 1.104.2.1  2002/05/26 17:19:34  hal9
1564 # Remove Table of Contents from readme with oes's dsl trick.
1565 #
1566 # Revision 1.104  2002/05/24 00:03:49  oes
1567 # Use p_doc.css for the Homepage for consistency
1568 #
1569 # Revision 1.103  2002/05/23 23:19:00  oes
1570 # Use dsl without TOC for the homepage
1571 #
1572 # Revision 1.102  2002/05/16 01:20:17  hal9
1573 # make announce target added.
1574 #
1575 # Revision 1.101  2002/05/15 12:28:46  oes
1576 # Trying to keep Hal happy :)
1577 #
1578 # Revision 1.100  2002/05/08 13:48:18  hal9
1579 # Ooops, that trashed JB v2.0.2 comment. Fixed.
1580 #
1581 # Revision 1.99  2002/05/08 13:42:07  hal9
1582 # This fixes the numbering problem on index.html in contact info section (.1.). Using
1583 # perl, since its way too convoluted to try to fix proper with docbook.
1584 #
1585 # Revision 1.98  2002/05/03 14:33:06  oes
1586 # Replaced ldp(OK).dsl handling with generation via autoconf; handle all file exeptions to src tarball via find
1587 #
1588 # Revision 1.97  2002/04/27 20:27:43  swa
1589 # no longer needed due to new
1590 # PACKAGE_VERSION process
1591 #
1592 # Revision 1.96  2002/04/27 17:44:32  morcego
1593 # - Correcting typo in my name (Rodrigo, not Rodgrigo) :-)
1594 # - Using the RM macro everywhere rm is called (either we use, or don't)
1595 # - Same for RPM
1596 #
1597 # Revision 1.95  2002/04/27 15:37:25  swa
1598 # replacing directory in document creation process
1599 # no longer necessary.
1600 #
1601 # Revision 1.94  2002/04/27 08:23:29  swa
1602 # pdf process reviewed and cleaned up
1603 #
1604 # Revision 1.93  2002/04/27 04:55:53  morcego
1605 # privoxy-cl.spec now gets removed by clobber target
1606 #
1607 # Revision 1.92  2002/04/27 04:53:40  morcego
1608 # Adding --exclude "PACKAGERS" to every tar command that applies (not for
1609 #   webserver target)
1610 #
1611 # Revision 1.91  2002/04/27 04:44:51  morcego
1612 # GNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
1613 #   the PACKAGERS file, as well privoxy-cl.spec (in case it was created)
1614 # GNUmakefile.in: New targets -> conectiva-spec, conectiva-dist and
1615 #   conectiva-upload
1616 # genclspec.sh  : New file to generate, from privoxy-rh.spec, a specfile
1617 #   for Conectiva Linux
1618 #
1619 # Revision 1.90  2002/04/26 17:46:53  swa
1620 # be consistent
1621 #
1622 # Revision 1.89  2002/04/26 17:20:54  swa
1623 # just produce single html files to proces them later with Destiller or somesuch. looks prettier.
1624 #
1625 # Revision 1.88  2002/04/25 19:13:57  morcego
1626 # Removed RPM release number declaration on configure.in
1627 # Changed makefile to use given value for RPM_PACKAGEV when on uploading
1628 # targets (will produce an error, explaining who to do it, if no value
1629 # if provided).
1630 #
1631 # Revision 1.87  2002/04/23 14:10:59  swa
1632 # now create pdf documents
1633 #
1634 # Revision 1.86  2002/04/15 04:30:27  hal9
1635 # Missed two -pi.bak's on perl/cygwin problem.
1636 #
1637 # Revision 1.85  2002/04/14 01:05:34  hal9
1638 # Revert dok-webserver change for SF logo.
1639 #
1640 # Revision 1.84  2002/04/13 22:43:25  hal9
1641 # -Fix dok-webserver for SF logo (more perl).
1642 # -Change all perl -pi to perl -pi.bak for Cygwin problem.
1643 #
1644 # Revision 1.83  2002/04/12 09:39:25  oes
1645 # Excluding yet more files from tarball; making dist warning yet more scary
1646 #
1647 # Revision 1.82  2002/04/11 21:07:11  oes
1648 # Excluding more files from tarball build
1649 #
1650 # Revision 1.81  2002/04/11 14:40:27  oes
1651 # Fixed typo -- Thanks, Moritz!
1652 #
1653 # Revision 1.80  2002/04/11 12:50:00  oes
1654 # Fixed tarball-dist target
1655 #
1656 # Revision 1.79  2002/04/11 06:49:28  oes
1657 # webserver target: silenced timestamp warnings resulting from uploading westwards, made permissions fixing independant of screwed local dir permissions, suppress (false alarm) make error if not owner of feedback log
1658 #
1659 # Revision 1.78  2002/04/09 13:37:11  sarantis
1660 # fix tar options typo
1661 #
1662 # Revision 1.77  2002/04/09 13:28:53  swa
1663 # build suse and gen-dist with html docs
1664 #
1665 # Revision 1.76  2002/04/08 22:43:41  oes
1666 # Fix: Include dotfiles in fixing webserver permissions
1667 #
1668 # Revision 1.75  2002/04/08 22:14:59  oes
1669 # Silencing tar warnings in the web* targets
1670 #
1671 # Revision 1.74  2002/04/08 15:22:44  hal9
1672 # This has finishing touches for dok building. Should be ready to go.
1673 # -The main doc build is now 'make dok', should work on Redhat too.
1674 # -Removed man page from main doc build. It is built separately due to
1675 #  perl scripts that most aren't likely to have.
1676 #
1677 # Revision 1.73  2002/04/08 14:03:24  oes
1678 # oes for al: Fix install target
1679 #
1680 # Revision 1.72  2002/04/08 13:42:11  oes
1681 # Added safety check to *-dist targets; fixed permissions for feedback logfile
1682 #
1683 # Revision 1.71  2002/04/07 20:32:03  hal9
1684 # -Add meta data kludge for make dok-webserver via $(PERL).
1685 # -Add subdirs for 'make dok-release'.
1686 #
1687 # Revision 1.70  2002/04/07 08:59:40  swa
1688 # generated files. do NOT edit.
1689 # fixed directory bug in makefile.
1690 #
1691 # Revision 1.69  2002/04/07 08:10:47  swa
1692 # create some of the webserver docs
1693 # automatically (in particular if
1694 # those docs recycle other documentation
1695 # fragments). Now committed webserver's
1696 # index file.
1697 #
1698 # Revision 1.68  2002/04/07 07:58:11  swa
1699 # create some of the webserver docs
1700 # automatically (in particular if
1701 # those docs recycle other documentation
1702 # fragments)
1703 #
1704 # Revision 1.67  2002/04/07 05:31:42  hal9
1705 # Add 'dok-release' target:
1706 # -Set doc entities to VERSION and CODE_STATUS during make.
1707 # -Set doc conditional content flags (stable vs non-stable).
1708 # A separate target for the time being but needs to be incorporated into
1709 # dok build at some point.
1710 # -Filter out a spurious ^G from new man page > html converion in man2html.
1711 #
1712 # Revision 1.66  2002/04/06 20:28:21  jongfoster
1713 # Prettifying groff2html.
1714 # Using GNU Make's conditional makefile feature rather than shell "if"s.
1715 # (The shell "if"s were hiding errors)
1716 # "perl" -> "$(PERL)"
1717 # Spaces->tabs in a couple of places.
1718 #
1719 # Revision 1.65  2002/04/06 05:16:39  hal9
1720 # -Add 'authors' and 'man' targets for AUTHORS and man-page (WIP).
1721 # -Both of these will soon be generated files.
1722 #
1723 # Revision 1.64  2002/04/04 22:14:51  oes
1724 # No longer rely on find honoring -iname
1725 #
1726 # Revision 1.63  2002/04/04 21:06:22  swa
1727 # cosmetics.
1728 #
1729 # Revision 1.62  2002/04/04 20:49:50  swa
1730 # attempt to consolidate the
1731 # different dokbook versions.
1732 #
1733 # Revision 1.61  2002/04/04 19:18:21  swa
1734 # readme was leftover directory. use w3m instead
1735 # of lynx to be consistent among developers. use
1736 # consistent target naming.
1737 #
1738 # Revision 1.60  2002/04/04 12:25:41  oes
1739 # Tidy webserver upload w/o *~ files, CVS dirs and logfiles and with proper dir and file permissions
1740 #
1741 # Revision 1.59  2002/04/04 08:32:45  swa
1742 # wrong name for tarball-dist target. further fixed content of tarball dist
1743 #
1744 # Revision 1.58  2002/04/04 06:32:58  hal9
1745 # New dok targets for make readme.
1746 #
1747 # Revision 1.57  2002/04/04 00:36:36  gliptak
1748 # always use pcre for matching
1749 #
1750 # Revision 1.56  2002/04/03 22:28:03  gliptak
1751 # Removed references to gnu_regex
1752 #
1753 # Revision 1.55  2002/04/03 19:54:29  swa
1754 # freebsd tested to work. attempt to move tarball dist target forward
1755 #
1756 # Revision 1.54  2002/04/03 14:54:07  oes
1757 # Standard clean and clobber semantics II
1758 #
1759 # Revision 1.53  2002/04/03 14:19:16  oes
1760 # Standard clean and clobber semantics
1761 #
1762 # Revision 1.52  2002/04/03 02:56:18  hal9
1763 # Revert previous FAQ numbering kludge.
1764 #
1765 # Revision 1.51  2002/04/02 13:03:56  oes
1766 # Added fix for webserver permissions
1767 #
1768 # Revision 1.50  2002/04/02 03:46:24  hal9
1769 # Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
1770 # to make the Table of Contents not so 'busy' looking. SuSE needs testing :)
1771 #
1772 # Revision 1.49  2002/03/30 22:20:12  swa
1773 # cd didn't work. neither did find.
1774 #
1775 # Revision 1.48  2002/03/30 19:04:06  swa
1776 # people release differently. no good.
1777 # I want to make parts of the docs only.
1778 #
1779 # Revision 1.47  2002/03/30 09:05:21  swa
1780 # better packaging. better rpm building.
1781 # tar failed on sun (no exclude there).
1782 #
1783 # Revision 1.46  2002/03/29 20:09:01  swa
1784 # al's patch
1785 #
1786 # Revision 1.45  2002/03/29 19:45:45  swa
1787 # for lazy swa
1788 #
1789 # Revision 1.44  2002/03/29 17:42:44  gliptak
1790 # Correcting for Solaris tar limitations
1791 #
1792 # Revision 1.43  2002/03/29 07:40:03  swa
1793 # fixed make webserver. doh
1794 #
1795 # Revision 1.42  2002/03/29 06:59:04  swa
1796 # other users could not modify files on webserver
1797 #
1798 # Revision 1.41  2002/03/28 20:43:00  swa
1799 # set make correctly
1800 #
1801 # Revision 1.40  2002/03/28 04:22:44  hal9
1802 # More on man2html stuff.
1803 #
1804 # Revision 1.39  2002/03/28 01:04:14  hal9
1805 # More man2html stuff for docs.
1806 #
1807 # Revision 1.38  2002/03/27 16:02:30  swa
1808 # have a generic target
1809 #
1810 # Revision 1.37  2002/03/27 15:30:26  swa
1811 # have a consistent appearance
1812 #
1813 # Revision 1.36  2002/03/27 14:58:08  swa
1814 # can be used by mutilple targets
1815 #
1816 # Revision 1.35  2002/03/27 14:53:19  swa
1817 # added solaris-dist
1818 #
1819 # Revision 1.34  2002/03/27 10:30:11  swa
1820 # we want a html man file on the webserver
1821 #
1822 # Revision 1.33  2002/03/27 03:05:35  hal9
1823 # Added man2html target for docs (redhat-dok only for now)
1824 #
1825 # Revision 1.32  2002/03/26 22:29:54  swa
1826 # we have a new homepage!
1827 #
1828 # Revision 1.31  2002/03/26 14:00:18  swa
1829 # fixed make tarball, tarball-dist, tarball-clean
1830 #
1831 # Revision 1.30  2002/03/25 12:52:25  swa
1832 # new targets
1833 #
1834 # Revision 1.29  2002/03/24 17:03:55  jongfoster
1835 # Name change
1836 #
1837 # Revision 1.28  2002/03/24 16:19:48  swa
1838 # configure needs to be generated.
1839 #
1840 # Revision 1.27  2002/03/24 16:13:57  swa
1841 # generated files are a nono in cvs
1842 #
1843 # Revision 1.26  2002/03/24 15:36:02  swa
1844 # did not build.
1845 #
1846 # Revision 1.25  2002/03/24 14:31:08  swa
1847 # remove more crappy files. set RPM
1848 # release version correctly.
1849 #
1850 # Revision 1.24  2002/03/24 14:19:55  swa
1851 # set rpm package release in configure.in. nowhere else.
1852 #
1853 # Revision 1.23  2002/03/24 13:06:49  swa
1854 # suse-clean now runs fine
1855 #
1856 # Revision 1.22  2002/03/24 12:56:21  swa
1857 # name change related issues.
1858 #
1859 # Revision 1.21  2002/03/24 12:43:57  swa
1860 # name change
1861 #
1862 # Revision 1.20  2002/03/24 11:39:17  jongfoster
1863 # Renaming config files
1864 #
1865 # Revision 1.19  2002/03/22 20:53:03  morcego
1866 # - Ongoing process to change name to JunkbusterNG
1867 # - configure/configure.in: no change needed
1868 # - GNUmakefile.in:
1869 #         - TAR_ARCH = /tmp/JunkbusterNG-$(RPM_VERSION).tar.gz
1870 #         - PROGRAM    = jbng@EXEEXT@
1871 #         - rh-spec now references as junkbusterng-rh.spec
1872 #         - redhat-upload: references changed to junkbusterng-* (package names)
1873 #         - tarball-dist: references changed to JunkbusterNG-distribution-*
1874 #         - tarball-src: now JunkbusterNG-*
1875 #         - install: initscript now junkbusterng.init and junkbusterng (when
1876 #                    installed)
1877 # - junkbuster-rh.spec: renamed to junkbusterng-rh.spec
1878 # - junkbusterng.spec:
1879 #         - References to the expression ijb where changed where possible
1880 #         - New package name: junkbusterng (all in lower case, acording to
1881 #           the LSB recomendation)
1882 #         - Version changed to: 2.9.13
1883 #         - Release: 1
1884 #         - Added: junkbuster to obsoletes and conflicts (Not sure this is
1885 #           right. If it obsoletes, why conflict ? Have to check it later)
1886 #         - Summary changed: Stefan, please check and aprove it
1887 #         - Changes description to use the new name
1888 #         - Sed string was NOT changed. Have to wait to the manpage to
1889 #           change first
1890 #         - Keeping the user junkbuster for now. It will require some aditional
1891 #           changes on the script (scheduled for the next specfile release)
1892 #         - Added post entry to move the old logfile to the new log directory
1893 #         - Removing "chkconfig --add" entry (not good to have it automaticaly
1894 #           added to the startup list).
1895 #         - Added preun section to stop the service with the old name, as well
1896 #           as remove it from the startup list
1897 #         - Removed the chkconfig --del entry from the conditional block on
1898 #           the preun scriptlet (now handled on the %files section)
1899 # - junkbuster.init: renamed to junkbusterng.init
1900 # - junkbusterng.init:
1901 #         - Changed JB_BIN to jbng
1902 #         - Created JB_OBIN with the old value of JB_BIN (junkbuster), to
1903 #           be used where necessary (config dir)
1904 #
1905 # Aditional notes:
1906 # - The config directory is /etc/junkbuster yet. Have to change it on the
1907 # specfile, after it is changes on the code
1908 # - The only files that got renamed on the cvs tree were the rh specfile and
1909 # the init file. Some file references got changes on the makefile and on the
1910 # rh-spec (as listed above)
1911 #
1912 # Revision 1.18  2002/03/21 23:00:00  swa
1913 # want to autogenerate stuff.
1914 #
1915 # Revision 1.17  2002/03/19 19:30:04  morcego
1916 # - Fixing stylesheet checking on configure. If it is found, no further checks
1917 #   should be done
1918 #
1919 # - configure will now check for db2html or docbook2html (should work now
1920 #   on SuSe without the docbktls package)
1921 #
1922 # Revision 1.16  2002/03/14 22:32:32  hal9
1923 # Bumped the RPM version.
1924 #
1925 # Revision 1.15  2002/03/08 20:00:28  swa
1926 # some leftovers.
1927 #
1928 # Revision 1.14  2002/03/07 18:25:56  swa
1929 # synced redhat and suse build process
1930 #
1931 # Revision 1.13  2002/03/07 17:17:56  oes
1932 # (Hopefully) fixed for older make versions
1933 #
1934 # Revision 1.12  2002/03/07 15:28:27  swa
1935 # more informative
1936 #
1937 # Revision 1.11  2002/03/06 14:33:18  sarantis
1938 # Use proper temp file, not "abc".
1939 #
1940 # Revision 1.10  2002/03/06 14:19:35  sarantis
1941 # Cleanup PID_FILE_PATH from redhat-dist target
1942 #
1943 # Revision 1.9  2002/03/05 17:31:11  morcego
1944 # Search for docbook.dsl. Should solve portability problems for SuSe.
1945 #
1946 # Revision 1.8  2002/03/05 14:07:42  morcego
1947 # configure now detects rpm topdir, and change GNUmakefile acordingly
1948 #    (based on sugestion by Sarantis Paskalis)
1949 #
1950 # Revision 1.7  2002/03/05 13:43:28  morcego
1951 # Checking for text browser, so redhat-dok can work.
1952 #
1953 # Revision 1.6  2002/03/05 13:10:51  morcego
1954 # Changes to implement redhat-dok (Hal Burgiss)
1955 # Changes to make it work on other distros and out-of-the-shelf configurations
1956 #
1957 # Revision 1.5  2002/02/27 15:30:39  hal9
1958 # Reset $(RPM_PACKAGEV) to 1 (was 2)
1959 #
1960 # Revision 1.4  2002/01/17 21:44:04  jongfoster
1961 # Adding urlmatch.[ch]
1962 #
1963 # Revision 1.3  2002/01/04 15:26:08  oes
1964 # Added tarball-src target
1965 #
1966 # Revision 1.2  2001/12/30 14:07:31  steudten
1967 # - Add signal handling (unix)
1968 # - Add SIGHUP handler (unix)
1969 # - Add creation of pidfile (unix)
1970 # - Add action 'top' in rc file (RH)
1971 # - Add entry 'SIGNALS' to manpage
1972 # - Add exit message to logfile (unix)
1973 #
1974 # Revision 1.1  2001/12/01 11:22:57  jongfoster
1975 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
1976 # make break in a more obvious way.
1977 # Adding .PHONY section.
1978 #
1979 # Revision 1.40  2001/12/01 00:24:11  jongfoster
1980 # Renaming various config files
1981 # Fixing CR->CRLF under Win32 (I hope)
1982 #
1983 # Revision 1.39  2001/11/06 12:07:30  steudten
1984 # Add --clean for building rpm in target redhat-dist.
1985 #
1986 # Revision 1.38  2001/11/05 21:35:23  steudten
1987 # Complete rewrite for the 'redhat-dist' target.
1988 # Checks for writeable RPM build directories for calling user.
1989 # So you must not be root, just set the modes to 1777 to
1990 # build a RH package.
1991 # Fix the upload-target to be arch independant.
1992 # Add target for 'solaris-dist' - coming soon.
1993 #
1994 # Revision 1.37  2001/11/01 00:52:04  hal9
1995 # Redhat-upload stuff per Stefan.
1996 #
1997 # Revision 1.36  2001/10/31 19:26:13  swa
1998 # automate process of uploading new releases
1999 # to sf.
2000 #
2001 # Revision 1.35  2001/10/15 22:14:59  joergs
2002 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
2003 #  the general CFLAGS already.
2004 #
2005 # Revision 1.34  2001/10/15 18:28:06  steudten
2006 # remove config.cache for target clobber.
2007 # Cleanup make dist for RH and S.u.S.E.
2008 #
2009 # Revision 1.33  2001/10/10 12:43:33  oes
2010 # Added ugly hack to make install target work at least for some setups.
2011 #
2012 # Revision 1.32  2001/10/09 22:38:19  jongfoster
2013 # Correcting actionsfile filename for Win32 INI build
2014 #
2015 # Revision 1.31  2001/09/23 10:13:48  swa
2016 # upload process established. run make webserver and
2017 # the documentation is moved to the webserver. documents
2018 # are now linked correctly.
2019 #
2020 # Revision 1.30  2001/09/19 17:55:49  oes
2021 # Fixed CFLAGS
2022 #
2023 # Revision 1.29  2001/09/16 17:34:27  jongfoster
2024 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
2025 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
2026 # of build problems.
2027 #
2028 # Revision 1.28  2001/09/13 15:19:08  swa
2029 # we want text files as well.
2030 #
2031 # Revision 1.27  2001/09/13 13:11:37  steudten
2032 #
2033 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
2034 #
2035 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
2036 # Mac OSX (Darwin) support added.
2037 #
2038 # Revision 1.25  2001/09/12 22:55:45  joergs
2039 # AmigaOS support added.
2040 #
2041 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
2042 #
2043 # OS/2 port: update autoconf'd support for the platform.
2044 #
2045 # Revision 1.23  2001/09/12 16:28:42  swa
2046 # added "make dok" section to generate html pages from
2047 # the sgml source documents. note that the we do not want
2048 # generated stuff in cvs.
2049 #
2050 # Revision 1.22  2001/09/10 16:31:23  swa
2051 # buildroot definition in the specfile fucks up the build
2052 # process under suse. hence I moved it to the "rpm -ta"
2053 # command
2054 #
2055 # Revision 1.21  2001/09/10 11:12:49  oes
2056 # Turning on -Wall
2057 #
2058 # Revision 1.20  2001/08/02 22:04:29  jongfoster
2059 # Removing some remaining references to obsolete w32rulesdlg.[ch]
2060 #
2061 # Revision 1.19  2001/07/30 22:14:03  jongfoster
2062 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
2063 #
2064 # Revision 1.18  2001/07/29 17:09:17  jongfoster
2065 # Major changes to build system in order to fix these bugs:
2066 # - pthreads under Linux was broken - changed -lpthread to -pthread
2067 # - Compiling in MinGW32 mode under CygWin now correctly detects
2068 #   which shared libraries are available
2069 # - Solaris support (?) (Not tested under Solaris yet)
2070 #
2071 # Revision 1.17  2001/07/28 16:44:54  oes
2072 # Fixed sed LF->CRLF conversion and removed deprecated files
2073 #
2074 # Revision 1.16  2001/07/15 19:45:33  jongfoster
2075 # Added support for linking with POSIX threads library
2076 #
2077 # Revision 1.15  2001/07/13 13:48:07  oes
2078 #  - Moved STATIC #define for pcre to (ac)config.h
2079 #  - Made -Ipcre depandant on static pcre compilation to
2080 #    avoid version conflicts
2081 #  - Included compilation and depandancies for new deanimate.c
2082 #  - Made changes to the pcre/pcreposix/pcrs build process
2083 #    as required by the new library autodetection in
2084 #    configure.in
2085 #
2086 # Revision 1.14  2001/07/01 16:27:44  oes
2087 # Fixed misplaced dependancy
2088 #
2089 # Revision 1.13  2001/06/29 13:18:36  oes
2090 # - added depandancy of filters.o on cgi.h
2091 #
2092 # Revision 1.12  2001/06/12 17:15:56  swa
2093 # fixes, because a clean build on rh6.1 was impossible.
2094 # GZIP confuses make, %configure confuses rpm, etc.
2095 #
2096 # Revision 1.11  2001/06/11 11:26:35  sarantis
2097 # RPM version should be the same as ijbswa version.  The rpm release is
2098 # specified in the specfile.
2099 #
2100 # Revision 1.10  2001/06/07 17:27:45  swa
2101 # added suse build section
2102 #
2103 # Revision 1.9  2001/06/04 18:31:58  swa
2104 # files are now prefixed with either `confdir' or `logdir'.
2105 # `make redhat-dist' replaces both entries confdir and logdir
2106 # with redhat values
2107 #
2108 # Revision 1.8  2001/06/04 10:44:57  swa
2109 # `make redhatr-dist' now works. Except for the paths
2110 # in the config file.
2111 #
2112 # Revision 1.7  2001/06/03 17:09:09  swa
2113 # swa for oes: reversed my earlier change
2114 #
2115 # Revision 1.6  2001/06/03 17:07:27  swa
2116 # swa for oes
2117 #
2118 # Revision 1.5  2001/06/03 13:57:26  swa
2119 # compile cgi.c (for andreas' GUI)
2120 #
2121 # Revision 1.4  2001/05/31 21:18:45  jongfoster
2122 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
2123 #
2124 # Revision 1.3  2001/05/29 20:02:48  joergs
2125 # Changes for AmigaOS added.
2126 #
2127 # Revision 1.2  2001/05/17 22:23:23  oes
2128 #  - Added auto-generation of CRLFs for Win32 config files
2129 #  - Added comment-prefix to all Win32-only options in the config file
2130 #    and provided auto stripping of this prefix for the Win32 platform by make
2131 #
2132 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
2133 # Initial import of version 2.9.3 source tree
2134 #
2135 #