Bump copyright
[privoxy.git] / GNUmakefile.in
1 # Note:  GNUmakefile is built automatically from GNUmakefile.in
2 #
3 # Written by and Copyright (C) 2001-2018 members of the
4 # Privoxy team. https://www.privoxy.org/
5 #
6 # Based on the Internet Junkbuster originally written
7 # by and Copyright (C) 1997 Anonymous Coders and
8 # Junkbusters Corporation.  http://www.junkbusters.com
9 #
10 # This program is free software; you can redistribute it
11 # and/or modify it under the terms of the GNU General
12 # Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at
14 # your option) any later version.
15 #
16 # This program is distributed in the hope that it will
17 # be useful, but WITHOUT ANY WARRANTY; without even the
18 # implied warranty of MERCHANTABILITY or FITNESS FOR A
19 # PARTICULAR PURPOSE.  See the GNU General Public
20 # License for more details.
21 #
22 # The GNU General Public License should be included with
23 # this file.  If not, you can view it at
24 # http://www.gnu.org/copyleft/gpl.html
25 # or write to the Free Software Foundation, Inc., 59
26 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
27 #
28
29 #############################################################################
30 # Set make command correctly
31 #############################################################################
32 @SET_MAKE@
33
34 #############################################################################
35 # Version number (for RPM)
36 #############################################################################
37
38 VERSION_MAJOR = @VERSION_MAJOR@
39 VERSION_MINOR = @VERSION_MINOR@
40 VERSION_POINT = @VERSION_POINT@
41 CODE_STATUS   = @CODE_STATUS@
42 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
43 SNAPVERSION   = $(VERSION)-$(shell date "+%Y%m%d")
44
45 SOURCE_DATE_EPOCH ?= @SOURCE_DATE_EPOCH@
46 MTREE_SPEC_FILE = privoxy-$(VERSION)-$(CODE_STATUS).spec
47
48 #############################################################################
49 # "make install" directories and variables
50 #############################################################################
51
52 #User Group paras
53 USER         = @USER@
54 GROUP      = @GROUP@
55
56 datarootdir  = @datarootdir@
57 prefix       = @prefix@
58 exec_prefix  = @exec_prefix@
59 CONF_BASE    = @sysconfdir@
60 SBIN_DEST    = @sbindir@
61 MAN_DIR      = @mandir@
62 MAN_DEST     = $(MAN_DIR)/man1
63 MAN_PAGE     = privoxy.1
64 SHARE_DEST   = @datadir@
65 DOC_DEST     = $(SHARE_DEST)/doc/privoxy
66 VAR_DEST     = @localstatedir@
67 LOGS_DEST    = $(VAR_DEST)/log/privoxy
68 PIDS_DEST    = $(VAR_DEST)/run
69
70 # if $prefix = /usr/local then the default CONFDEST change from
71 # CONF_DEST = $(CONF_BASE) to CONF_DEST = $(CONF_BASE)/privoxy
72 # by the target rule CONF_DEST
73 #
74 # also if the $prefix is /usr/local and there is no
75 # $(SHARE_DEST)/doc, it checks for $prefix/doc and installs there
76 # instead in this situation
77 #
78 # finally if $prefix=/usr/local and VAR_DEST=$prefix/var it
79 # changes this to /var for storing the logs and pidfile
80
81 # used in source dir only, the install goes to $share_dest/doc/privoxy
82 DOK_WEB = doc/webserver/
83
84 # Install usage should be compatible with install-sh.
85 INSTALL    = @INSTALL@
86 # Binaries
87 BIN_MODE         = 0755
88 # Support files, docs, etc.
89 RA_MODE   = 0644
90 # Directory
91 DIR_MODE   = 0755
92 # Files daemon writes to.
93 RWD_MODE   = 0660
94 INSTALL_P  = -m $(BIN_MODE)
95 INSTALL_T  = -m $(RA_MODE)
96 INSTALL_D  = -m $(DIR_MODE) -d
97 INSTALL_R  = -m $(RWD_MODE)
98
99 # install options for superuser install
100 #INSTALL_S  = -g @GROUP@ -o @USER@
101
102 #############################################################################
103 # Build tools
104 #############################################################################
105
106 PROGRAM    = privoxy@EXEEXT@
107 CC         = @CC@
108 ECHO       = echo
109 GZIP_PROG  = gzip
110
111 # id -u is not universal. FIXME: need to set from configure. Breaks on
112 # Solaris.
113 #ID         = id -u
114 ID         = id
115 LD         = @CC@
116 RM         = rm -f
117 CP         = cp -f
118 RMDIR      = rmdir
119 MKDIR      = ./mkinstalldirs
120 STRIP_PROG = strip
121 SED        = sed
122 GREP       = grep
123 CAT        = cat
124 MV         = mv
125 TAR        = tar
126 LN         = ln
127 TOUCH      = touch
128 KILL       = kill
129 CHMOD      = chmod
130 CHOWN      = chown
131 CHGRP      = chgrp
132 GROUPS     = groups
133 W3M_DUMP   = @W3M@ -I ISO-8859 -O ASCII -dump
134 W3M_DUMP_UTF8 = @W3M@ -I ISO-8859 -O UTF-8 -dump
135 # docbook output is ISO-8859 (which is a superset of ascii)
136 JADECAT    = @JADECAT@
137 JADEBIN    = @JADEBIN@
138 NSGMLS     = @NSGMLS@
139 DB         = $(JADEBIN) $(JADECAT) -ihtml -t sgml  -D.. -d ldp.dsl\#html
140 DB_TXT     = $(JADEBIN) $(JADECAT) -ihtml -t sgml  -D.. -d ldp.dsl\#print
141 # -d dsssl_spec
142 #     This specifies that dsssl_spec is the system identifier of the DSSSL specification to be used.
143 # ldp.dsl#html  : keep '&char;' strings as is
144 # ldp.dsl#print : convert '&char;' strings to ISO-8859 equivalent
145 # NOTE: '-d ldp.dsl\#whatever' _MUST_ be last and _MUST NOT_ have
146 #       a trailing space so that '$(DB)-notoc' or '$(DB_TXT)-notoc'
147 #       pulls in the correct dsl stylesheet
148 DB2HTML    = @DB2HTML@
149 MAN2HTML   = @MAN2HTML@
150 G2H_CMD    = groff -mandoc -Thtml
151 TARGET_OS  = @host@
152 PERL       = perl
153 DOC_DIR    = doc/source
154 DOC_TMP    = $(DOC_DIR)/tmp
155 DOC_STATUS = @DOC_STATUS@
156 TIDY       = tidy -latin1 -q -modify -indent -wrap 120 --tidy-mark no --preserve-entities yes \
157  --mute MISSING_ATTRIBUTE --mute TRIM_EMPTY_ELEMENT
158 # -latin1
159 #     use ISO-8859-1 for both input and output
160 #     docbook output is ISO-8859 and tidy assumes UTF-8
161 # -q
162 #     suppress nonessential output
163 # -modify
164 #     modify the original input file
165 # --mute MISSING_ATTRIBUTE
166 #     don't show <img> lacks "alt" attribute
167 #             or <table> lacks "summary" attribute
168 # --mute TRIM_EMPTY_ELEMENT
169 #     don't show trimming empty <p>
170 #
171 RSYNC      = rsync -av -c --chmod=D755,F644
172
173 # Program to do LF->CRLF
174 DOSFILTER  = $(PERL) -p -e 's/\n/\r\n/'
175 CVSROOT    = :pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa
176 #TMPDIR     := $(shell mktemp -d /tmp/$(PROGRAM).XXXXXX)
177 # If your SF user name differs from your local one,
178 # change this to "ssh -l sf-username"
179 SSH     = ssh
180 WWW_ROOT = /home/project-web/ijbswa
181 # SourceForge login name used by the 'sf-shell' target (optional)
182 SOURCE_FORGE_NAME = ''
183
184 #############################################################################
185 # Setup for make distribution for now.
186 #############################################################################
187
188 TAR_ARCH = /tmp/privoxy-$(VERSION).tar.gz
189 GEN_DIST_TAR_NAME = privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS).tar
190
191 #############################################################################
192 # We include these files in our distributions
193 #############################################################################
194 CONFIGS =       config trust default.action match-all.action \
195                 user.action default.filter user.filter \
196                 regression-tests.action
197
198 # take care that no CVS .cvsignore or other crappy files
199 # are included here
200 # and escape every '#' in the find. doh.
201 CONFIG_FILES = $(CONFIGS) \
202                 `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS" | sort`
203
204 DOC_FILES = AUTHORS LICENSE LICENSE.GPLv3 README ChangeLog INSTALL \
205                 `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html" | sort` \
206                 `find doc/webserver/ -name "*.css" | sort` \
207                 $(MAN_PAGE)
208
209 #############################################################################
210 # Filenames and libraries
211 #############################################################################
212
213 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
214          errlog.c filters.c gateway.c jbsockets.c jcc.c \
215          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
216          urlmatch.c
217
218 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
219 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
220
221 CLIENT_TAG_SRC = @FEATURE_CLIENT_TAGS_ONLY@client-tags.c
222 CLIENT_TAG_OBJS = @FEATURE_CLIENT_TAGS_ONLY@client-tags.@OBJEXT@
223
224 FUZZ_SRC = @FUZZ_ONLY@fuzz.c
225 FUZZ_OBJS = @FUZZ_ONLY@fuzz.@OBJEXT@
226
227 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c w32svrapi.c
228 W32_FILES = @WIN_ONLY@w32.res
229 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
230 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h w32svrapi.h
231 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
232 W32_INIS  = @WIN_ONLY@config.txt trust.txt
233
234 SSL_SRC      = @FEATURE_HTTPS_INSPECTION_ONLY@ssl_common.c
235 SSL_OBJS     = @FEATURE_HTTPS_INSPECTION_ONLY@$(SSL_SRC:.c=.o)
236 SSL_HDRS     = @FEATURE_HTTPS_INSPECTION_ONLY@$(SSL_SRC:.c=.h) project.h
237
238 MBEDTLS_SRC      = @FEATURE_HTTPS_INSPECTION_ONLY_MBEDTLS@ssl.c
239 MBEDTLS_OBJS     = @FEATURE_HTTPS_INSPECTION_ONLY_MBEDTLS@$(MBEDTLS_SRC:.c=.o)
240 MBEDTLS_HDRS     = @FEATURE_HTTPS_INSPECTION_ONLY_MBEDTLS@$(MBEDTLS_SRC:.c=.h)
241
242 OPENSSL_SRC      = @FEATURE_HTTPS_INSPECTION_ONLY_OPENSSL@openssl.c
243 OPENSSL_OBJS     = @FEATURE_HTTPS_INSPECTION_ONLY_OPENSSL@$(OPENSSL_SRC:.c=.o)
244 OPENSSL_HDRS     = @FEATURE_HTTPS_INSPECTION_ONLY_OPENSSL@$(OPENSSL_SRC:.c=.h)
245
246 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
247 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
248 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
249
250 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
251 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
252 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
253
254 # No REGEX (maybe because dynamically linked pcreposix):
255 REGEX_SRC    =
256 @STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
257
258 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
259 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
260
261 # Dependencies introduced by #include "project.h".
262 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
263
264 # Socket libraries for platforms that need them explicitly defined
265 SOCKET_LIB   = @SOCKET_LIB@
266
267 # PThreads library, if needed.
268 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
269
270 SRCS         = $(C_SRC) $(CLIENT_TAG_SRC) $(FUZZ_SRC) $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC) $(SSL_SRC) $(MBEDTLS_SRC) $(OPENSSL_SRC)
271 OBJS         = $(C_OBJS) $(CLIENT_TAG_OBJS) $(FUZZ_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS) $(SSL_OBJS) $(MBEDTLS_OBJS) $(OPENSSL_OBJS)
272 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS) $(SSL_HDRS) $(MBEDTLS_HDRS) $(OPENSSL_HDRS)
273 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
274
275
276 #############################################################################
277 # Compiler switches
278 #############################################################################
279
280 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
281 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
282 # Win32 GUI build.
283 # The flag "-pthread" is required if using Pthreads under Linux (and
284 # possibly other OSs).
285 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
286
287 # Add your flags here
288 OTHER_CFLAGS =
289
290 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
291          @STATIC_PCRE_ONLY@ -Ipcre
292
293 LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
294
295
296 #############################################################################
297 # Build section.
298 #
299 # There should NOT be any targets above this line.
300 #############################################################################
301 all: $(PROGRAM) default.action
302
303
304 #############################################################################
305 # Phony targets
306 #############################################################################
307 .PHONY: all inifiles \
308 win-dist tarball-dist dok webserver clean clobber tags \
309 install CONF_DEST LOG_DEST \
310 PID_DEST check_doc install-strip uninstall GROUP_T
311
312 #############################################################################
313 # Define this explicitly because Solaris is broken!
314 #############################################################################
315 %.o: %.c
316         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
317
318
319 #############################################################################
320 # Strip master copy comments from default.action:
321 #############################################################################
322 default.action: default.action.master
323         $(GREP) -v '^#MASTER#' default.action.master > $@
324 #############################################################################
325 # Win32 config files
326 #############################################################################
327
328 inifiles: $(W32_INIS)
329
330 config.txt: config
331         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
332                -e 's!\logfile logfile!logfile privoxy.log!' \
333                -e 's!#Win32-only: !!' \
334                < $< | \
335                $(DOSFILTER) > $@
336         # LF to CRLF in default.action
337         $(DOSFILTER) <default.action >default.action.txt && mv default.action.txt default.action
338         # LF to CRLF in default.filter
339         $(DOSFILTER) <default.filter >default.filter.txt && mv default.filter.txt default.filter
340
341 trust.txt: trust
342         $(DOSFILTER) < $< > $@
343
344 #############################################################################
345 # Pre-dist check:
346 #############################################################################
347 dist-check:
348         @if [ -d CVS ]; then \
349            $(ECHO) "***************************************************"; \
350            $(ECHO) "***                                             ***"; \
351            $(ECHO) "***                  WARNING                    ***"; \
352            $(ECHO) "***                                             ***"; \
353            $(ECHO) "*** The presence of a CVS subdirectory suggests ***"; \
354            $(ECHO) "*** that you are trying to build a distribution ***"; \
355            $(ECHO) "*** package based on a checked out, not an      ***"; \
356            $(ECHO) "*** exported copy of the source tree. Please    ***"; \
357            $(ECHO) "*** see \"Releasing a new version\" in the        ***"; \
358            $(ECHO) "*** developer manual.                           ***"; \
359            $(ECHO) "***                                             ***"; \
360            $(ECHO) "***************************************************"; \
361            $(ECHO) "Type \"yes i am sure\" if you are sure that you"; \
362            $(ECHO) -n "really want to proceed: "; \
363            read answer; \
364            if [ "$$answer" != "yes i am sure" ]; then exit 1; fi \
365          fi;
366
367
368 #############################################################################
369 # create tar.gz from CVS:
370 # This make-target is usually called through 'create-archive'. If you
371 # run 'make create-snapshot' without setting SNAPVERSION, you'll get a
372 # tar.gz with the current date in the name.
373 # The main usage is to run it as follows (Red Hat example):
374 # make SNAPVERSION=1.6x create-snapshot
375 # This creates a tar.gz.
376 #############################################################################
377 create-snapshot:
378         @tag=`cvs -d $(CVSROOT) status Makefile | awk ' /Sticky Tag/ { print $$3 } '` 2> /dev/null; \
379         [ x"$$tag" = x"(none)" ] && tag=HEAD; \
380         echo "*** Creating package from $$tag!"; \
381         TMPDIR=$(shell mktemp -d /tmp/$(PROGRAM).XXXXXX); \
382         cd $$TMPDIR ; cvs -Q -d $(CVSROOT) export -r $$tag current || echo "Um... export aborted."; \
383         cd $$TMPDIR/current; \
384         $(TAR) --exclude ".cvsignore" --exclude "CVS" \
385                 -czf /tmp/$(PROGRAM)-$(VERSION).tar.gz .; \
386         $(RM) -rf $$TMPDIR
387         @echo "Resulting file is /tmp/$(PROGRAM)-$(VERSION).tar.gz"
388
389
390 #############################################################################
391 # looks at the version of Makefile and exports a corresponding source-tree
392 # example: if the Makefile has the sticky tag v_2_9_13, you'll get
393 # privoxy-*-2.4.13.tar.gz.
394 #############################################################################
395 create-archive:
396         make SNAPVERSION=$(SNAPVERSION) create-snapshot
397
398 #############################################################################
399 # generic distribution
400 #############################################################################
401 gen-dist: dist-check
402         @$(ECHO) ""
403         @$(ECHO) "You have run autoconf && autoheader && ./configure right?"
404         @$(ECHO) ""
405         $(MAKE) $(PROGRAM)
406         $(STRIP_PROG) $(PROGRAM)
407         $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS)
408 # add program
409         (cd .. && $(TAR) --exclude "PACKAGERS" -cvhf $(GEN_DIST_TAR_NAME) privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM))
410 # add config files
411         for foo in $(CONFIG_FILES); do \
412                 (cd .. && $(TAR) --exclude "PACKAGERS" -uvhf $(GEN_DIST_TAR_NAME) privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
413         done;
414 # add documentation
415         for foo in $(DOC_FILES); do \
416                 (cd .. && $(TAR) --exclude "PACKAGERS" -uvhf $(GEN_DIST_TAR_NAME) privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
417         done;
418 # add tools
419         (cd .. && $(TAR) -uvhf $(GEN_DIST_TAR_NAME) privoxy-$(VERSION)-$(CODE_STATUS)/tools)
420 # and zip the archive
421         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
422         $(GZIP_PROG) ../$(GEN_DIST_TAR_NAME)
423         @$(ECHO) Distribution with binary created.
424
425 # anonymously ncftps the package to sourceforge
426 gen-upload:
427         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../$(GEN_DIST_TAR_NAME).gz
428         @$(ECHO) -------------------------------------------------------
429         @$(ECHO) Now goto
430         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
431         @$(ECHO) ... and release the files.
432         @$(ECHO) -------------------------------------------------------
433
434 # use with care
435 gen-clean:
436         $(RM) ../$(GEN_DIST_TAR_NAME)*
437
438 #############################################################################
439 # Tarball distribution: No CVS dirs, dotfiles, debian build dir,
440 # (FIXME:) only parts of the static / generated docs mix in doc/webserver
441 #############################################################################
442
443 tarball-dist: dist-check clean clobber
444         $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS)
445
446         for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
447         -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
448         -name "PACKAGERS" -o -path "*.git/*" \) | sort`; do \
449            files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
450         done &&  \
451         cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
452
453 # and zip the archive
454         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
455         $(GZIP_PROG) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar
456         @$(ECHO) Tarball distribution created.
457
458 # Create a mtree spec file that can be used to get a reproducible tar ball
459 mtree-spec:
460         $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS)
461         $(ECHO) "#mtree 2.0" > $(MTREE_SPEC_FILE)
462         for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
463         -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \
464         -name "PACKAGERS" -o -path "*.git/*" -o -name "*.spec" \) | env -i sort`; do \
465            $(ECHO) "privoxy-$(VERSION)-$(CODE_STATUS)/$$i time=$(SOURCE_DATE_EPOCH) type=file uname=privoxy gname=privoxy mode=0555"; \
466         done >> $(MTREE_SPEC_FILE)
467         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
468
469 # Create a reproducible tarball.
470 # Requires a tar implementation with mtree support.
471 reproducible-tarball-dist: dist-check clean clobber mtree-spec
472         $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS)
473
474         $(TAR) cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar -C .. @privoxy-$(VERSION)-$(CODE_STATUS)/$(MTREE_SPEC_FILE)
475         $(GZIP_PROG) -n privoxy-$(VERSION)-$(CODE_STATUS)-src.tar
476         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS) $(MTREE_SPEC_FILE)
477         @$(ECHO) Reproducible tarball distribution created.
478
479 # anonymously ncftps the tarball to sourceforge
480 tarball-upload:
481         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
482         @$(ECHO) -------------------------------------------------------
483         @$(ECHO) Now goto
484         @$(ECHO) https://sourceforge.net/project/admin/editpackages.php?group_id=11118
485         @$(ECHO) ... and release the files.
486         @$(ECHO) -------------------------------------------------------
487
488 tarball-clean:
489         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
490
491 #############################################################################
492 #
493 # Documentation
494 #
495 # converts doc/source/*.sgml into html and man pages
496 #
497 #############################################################################
498
499 # developer manual
500 dok-devel:
501         $(RM) doc/webserver/developer-manual/*.html
502         $(RM) -r doc/source/developer-manual
503         mkdir -p doc/source/developer-manual
504         cd doc/source/developer-manual && $(DB) ../developer-manual.sgml && cd .. && cp developer-manual/*.html ../webserver/developer-manual/
505
506 # user manual
507 dok-user:
508         $(RM) doc/webserver/user-manual/*.html
509         $(RM) -r doc/source/user-manual/
510         mkdir -p doc/source/user-manual
511         cd doc/source/user-manual && $(DB) -iuser-man ../user-manual.sgml && cd .. && cp user-manual/*.html ../webserver/user-manual/
512         # FIXME: temp fix so same stylesheet gets in more than one place so it works
513         # for all doc set-ups, including the 'user manual' config option in local
514         # system where it MUST be in same directory as html.
515         $(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 && \
516         rm doc/webserver/user-manual/*html.bak
517
518 # faq
519 dok-faq:
520         $(RM) doc/webserver/faq/*.html
521         $(RM) -r doc/source/faq
522         mkdir -p doc/source/faq
523         cd doc/source/faq && $(DB) ../faq.sgml && cd .. && cp faq/*.html ../webserver/faq/
524
525 # man page, one variation. Try to use the next target, just 'make man'.
526 dok-man:
527         $(RM) doc/man/* doc/webserver/man-page/*.html
528         echo MAN2HTML is $(MAN2HTML)
529         @if [ $(MAN2HTML) != "false" ]; then \
530                 $(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; \
531                 man ./$(MAN_PAGE) | $(MAN2HTML) -bare >> doc/webserver/man-page/privoxy-man-page.html; \
532                 $(ECHO) "</body></html>" >> doc/webserver/man-page/privoxy-man-page.html; \
533         else \
534                 $(MAKE) groff2html; \
535         fi;
536
537 # Build man page from sgml. This requires the SGMLSpm perl module.
538 # See CPAN, or your favorite perl repository. This is the preferred
539 # target for man page generation!
540 man: dok-release
541         mkdir -p doc/source/temp && cd doc/source/temp && $(RM) * ;\
542         $(NSGMLS) ../privoxy-man-page.sgml  | sgmlspl ../../../utils/docbook2man/docbook2man-spec.pl &&\
543         perl -pi.bak -e 's/ <URL:.*>//; s/\[ /\[/g' $(MAN_PAGE) ;\
544         perl -pi.bak -e "s/\[ /\[/g;s/á/\\\\['a]/g;s/é/\\\\['e]/g" $(MAN_PAGE); \
545         perl -pi.bak -e "s/ö/\\\\[:o]/g" $(MAN_PAGE); \
546         perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' $(MAN_PAGE); \
547         perl -pi.bak -e 's/ --([a-z])/ \\-\\-$$1/g' $(MAN_PAGE); \
548         perl -pi.bak -e 's/\\fB--/\\fB\\-\\-/g' $(MAN_PAGE); \
549         $(DB) ../privoxy-man-page.sgml && $(MV) -f $(MAN_PAGE) ../../../$(MAN_PAGE)
550
551 # For those with man2html ala RH7s.
552 man2html:
553         mkdir -p doc/webserver/man-page
554         @if [ $(MAN2HTML) != "false" ]; then \
555                 $(MAN2HTML) $(MAN_PAGE) |grep -v "^Content-type" > tmp.html; \
556                 $(PERL) -pi.bak -e 's/<A .*Contents<\/A>//; s/<A .*man2html<\/A>/man2html/' tmp.html; \
557                 $(PERL) -pi.bak -e 's/(<\/HEAD>)/<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"..\/p_doc.css\"><\/HEAD>/' tmp.html; \
558                 $(PERL) -pi.bak -e 's/(<A.*),(">)/$$1$$2/g' tmp.html; \
559                 $(PERL) -pi.bak -e 's,\.">,">,g' tmp.html; \
560                 $(PERL) -pi.bak -e "s/\['a\]/\&aacute;/g;s/\['e\]/\&eacute;/g" tmp.html; \
561                 $(SED) -e 's/\a//g' tmp.html > doc/webserver/man-page/privoxy-man-page.html && $(RM) tmp.*; \
562         else \
563                 $(MAKE) groff2html; \
564         fi;
565
566 # Otherwise we get plain groff conversion.
567 groff2html:
568         $(G2H_CMD) ./$(MAN_PAGE) | $(SED) -e 's@</head>@<link REL="STYLESHEET" TYPE="text/css" HREF="../p_doc.css"></head>@' > doc/webserver/man-page/privoxy-man-page.html
569
570
571 # readme page and INSTALL file
572 dok-readme: dok-release
573         cd doc/source && $(DB_TXT)-notoc -V nochunks readme.sgml > tmp.html &&\
574         $(W3M_DUMP) tmp.html > ../../README ;\
575         $(DB_TXT)-notoc -V nochunks install.sgml > tmp.html &&\
576         $(W3M_DUMP) tmp.html > ../../INSTALL ;\
577         $(RM) tmp.*
578
579 # index.sgml is used to create both the Home Page, and a local index
580 # for documentation, etc.
581 #
582 # index.html for webserver:
583 dok-webserver:
584         cd doc/source/webserver && $(DB)-notoc -ip-homepage -V nochunks index.sgml > ../../webserver/index.html
585         $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\
586         s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
587         s/\.\d\. //;\
588         s/__copy/&copy;/;\
589         s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@' \
590      doc/webserver/index.html && $(RM) doc/webserver/*.bak
591
592 # privoxy-index.html for local documentation:
593 dok-index:
594         cd doc/source/webserver && $(DB)-notoc -ip-index -V nochunks index.sgml > ../../webserver/privoxy-index.html
595         $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\
596         s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps users to protect their privacy.\"><\/HEAD/;\
597         s/\.\d\. //;\
598         s/__copy/&copy;/' \
599      doc/webserver/privoxy-index.html && $(RM) doc/webserver/*.bak
600
601 # Main documentation target.
602 dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index
603         @$(ECHO) Documentation created.
604
605 ## Make AUTHORS file
606 dok-authors:
607         cd doc/source && $(DB_TXT) -V nochunks authors.sgml > tmp.html && \
608           $(W3M_DUMP_UTF8) tmp.html > ../../AUTHORS && $(RM) tmp.html
609
610 # Set doc entities for VERSION and CODE_STATUS in sgml docs. Toggle content
611 # exceptions accordingly. This needs to go before any doc building (doh).
612 dok-release:
613         @$(ECHO) Setting doc version and status to $(VERSION), $(CODE_STATUS)
614         @$(PERL) -pi.bak -e 's/<!entity +p-version.*>/<!entity p-version "$(VERSION)">/;\
615      s/<!entity +p-status.*>/<!entity p-status "$(CODE_STATUS)">/' \
616      doc/source/*sgml doc/source/*/*sgml
617         $(RM) -r doc/source/*bak doc/source/*/*bak
618         @if [ $(CODE_STATUS) = "stable" ]; then \
619                 $(ECHO) Setting docs to stable $(VERSION); \
620                 $(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "INCLUDE">/;\
621                         s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "IGNORE">/' \
622                 doc/source/*sgml doc/source/*/*sgml; \
623         else \
624                 $(ECHO) Setting docs to not stable $(VERSION); \
625                 $(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "IGNORE">/; \
626                         s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "INCLUDE">/' \
627                 doc/source/*sgml doc/source/*/*sgml; \
628         fi;
629         $(RM) -r doc/source/*bak doc/source/*/*bak;
630
631 # The main Privoxy config file, generated from sgml sources.
632 # NOTE: This will require some hand editing.
633 config-file: dok-release generate-config-file
634
635         $(RM) config.bak config.html
636         @$(ECHO)  "****************************************************"
637         @$(ECHO)  "The config file has been optimistically updated"
638         @$(ECHO)  "Now -- you may need to hand edit the results!"
639         @$(ECHO)  "In particular, check the Debug levels, the"
640         @$(ECHO)  "permit-access, forward & socks examples and the"
641         @$(ECHO)  "various user-manual examples, which all"
642         @$(ECHO)  "might have gotten hammered."
643         @$(ECHO)  "****************************************************"
644
645 generate-config-file:
646         cd doc/source && $(DB_TXT)-notoc -iconfig-file -V nochunks config.sgml > ../../config.html
647         $(W3M_DUMP) -cols 67 config.html > config
648         $(PERL) -i.bak utils/prepare-configfile.pl config
649
650 #############################################################################
651 #
652 # Webserver
653 #
654 # moves documentation to webserver
655 #
656 #############################################################################
657 sf-shell:
658         @sf_name=$(SOURCE_FORGE_NAME); \
659         [ -n "$${sf_name}" ] || read -p "Enter SourceForge username: " sf_name || exit 1; \
660         echo "Opening shell for $${sf_name} ..."; \
661         ssh -t $${sf_name},ijbswa@shell.sourceforge.net create
662
663 webserver: clean-editor-files
664         @$(ECHO) -------------------------------------------------------
665         @$(ECHO) You will need to "create" a SF shell first:
666         @$(ECHO)    ssh -t SF-USER-ID,ijbswa@shell.sourceforge.net create
667         @$(ECHO) Please make sure your documentation files are up to date.
668         @$(ECHO) Note that this command updates the home page and copys
669         @$(ECHO) all stuff to the webserver, it will not remove obsolete documents.
670         @$(ECHO) Note that a botched upload can result in the documentation
671         @$(ECHO) on the website becoming unreachable! Also the CSS files
672         @$(ECHO) currently seem to end up at the wrong place.
673         @$(ECHO) -------------------------------------------------------
674
675         @$(ECHO) Replacing the user-manual symlink
676         @$(SSH) shell.sourceforge.net "cd $(WWW_ROOT)/htdocs && rm user-manual \
677          && mkdir -p $(VERSION)/user-manual && ln -s $(VERSION)/user-manual user-manual"
678
679         @$(ECHO) Uploading html
680         @cd doc/webserver; \
681           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
682           $(TAR) cf - $$upload | $(SSH) shell.sourceforge.net 'cd $(WWW_ROOT)/htdocs/; tar xvm 2>&1 | grep -v timestamp'
683
684 web-actions:
685         @$(ECHO) Updating the actions on the webserver ...
686         @$(RSYNC) doc/webserver/actions/*.php shell.sourceforge.net:$(WWW_ROOT)/htdocs/actions
687
688 web-homepage:
689         @$(ECHO) "Updating the home page (index.html) only (be careful in case of version changes) ..."
690         @$(RSYNC) doc/webserver/index.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/
691
692 web-faq:
693         @$(ECHO) Updating the FAQ on the webserver ...
694         @$(RSYNC) doc/webserver/faq/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/faq
695
696 web-sponsors:
697         @$(ECHO) "Updating the sponsor page (index.html) only ..."
698         @$(RSYNC) doc/webserver/sponsors/index.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/sponsors/
699
700 web-user-manual:
701         @$(ECHO) Updating the user manual on the webserver (do not use in case of version changes) ...
702         @$(RSYNC) doc/webserver/user-manual/*.html shell.sourceforge.net:$(WWW_ROOT)/htdocs/user-manual/
703
704 #############################################################################
705 #
706 # Try to clean up the generated HTML files.
707 #
708 # The files are such a mess that some of them require two tidy runs in a
709 # row as the first one aborts prematurely. The vanilla tidy output renders
710 # poorly because it contains a bit too much whitespace, so we additionally
711 # run the files through perl to fix this again.
712 #
713 #############################################################################
714 dok-tidy:
715         for html_file in `find doc/webserver -name "*.html"`; do \
716                 $(ECHO) "------ begin processing $$html_file" >&2 ; \
717                 $(TIDY) $$html_file || $(TIDY) $$html_file; \
718                 $(PERL) -i'' -e 's@^\s*<br>\s*$$@@; s@ +$$@@;' -n -p $$html_file; \
719         done
720
721
722 #############################################################################
723 # Source file dependencies
724 #############################################################################
725
726 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h filters.h jcc.h list.h loaders.h miscutil.h actionlist.h ssplit.h
727 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
728 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
729 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
730 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
731 encode.@OBJEXT@:    encode.c    encode.h    config.h
732 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
733 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
734 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
735 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
736 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
737 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
738 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
739 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
740 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
741 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
742 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
743 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
744 client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
745 fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
746 ssl.@OBJEXT@: ssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h
747 openssl.@OBJEXT@: openssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h
748 ssl_common.@OBJEXT@: ssl_common.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h
749
750 # GNU regex
751 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
752
753 # PCRS
754 pcrs.@OBJEXT@: pcrs.c pcrs.h config.h @STATIC_PCRE_ONLY@pcre/pcre.h
755
756 # PCRE
757 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
758 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
759 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c
760 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
761 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
762
763 # An auxiliary program makes the PCRE default character table source
764
765 pcre/chartables.c:   pcre/dftables@EXEEXT@
766                 pcre/dftables@EXEEXT@ >pcre/chartables.c
767
768 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
769                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
770
771 # Win32
772 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
773 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
774 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
775
776 w32.res: w32.rc w32res.h icons/radar-01.ico icons/radar-02.ico icons/radar-03.ico icons/radar-04.ico icons/radar-05.ico icons/radar-06.ico icons/radar-07.ico icons/radar-08.ico icons/idle.ico icons/privoxy.ico config.h
777         windres -F pe-i386 -D__MINGW32__=0.2 -O coff -i $< -o $@
778
779 $(PROGRAM): $(OBJS) $(W32_FILES)
780         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
781
782 clean:
783         $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action \
784                 config.base config.tmp \
785                 `find . \( -name TAGS -o -name tags \) -a -not -path "./.git/*"` \
786                 `find . -name "*.orig" -a -not -name rc.privoxy.orig -a -not -path "./.git/*"`
787
788 clean-editor-files:
789         $(RM) `find . -name "*~"`
790         $(RM) `find . -name "#*#"` # Emacs backup files
791         $(RM) `find . -name ".\#*"`
792
793 clobber: clean-editor-files
794         $(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile \
795               privoxy.log core *.tar.gz *.tar privoxy-cl.spec doc/source/ldp.dsl config.new
796         $(RM) -r autom4te.cache
797
798 #
799 # FIXME: What is all this?
800 #
801         $(RM) cscope.*  *.pdb *.lib *.exp
802
803 distclean: clobber
804
805 tags: $(SRCS) $(HDRS)
806         etags $(SRCS) $(HDRS)
807
808 CONF_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(CONF_BASE)" = "$(prefix)/etc" ];then \
809                 $(ECHO) "$(CONF_BASE)/privoxy";\
810          else\
811                  $(ECHO) "$(CONF_BASE)";\
812          fi)
813
814 LOG_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(LOGS_DEST)" = "$(prefix)/var/log/privoxy" ];then \
815                 $(ECHO) "/var/log/privoxy" ;\
816          else\
817                  $(ECHO) "$(LOGS_DEST)";\
818          fi)
819
820 PID_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(PIDS_DEST)" = "$(prefix)/var/run" ];then \
821                 $(ECHO) "/var/run" ;\
822          else\
823                  $(ECHO) "$(PIDS_DEST)";\
824          fi)
825
826 check_doc:=$(shell if [ ! -d "$(SHARE_DEST)/doc" ] && [ "$(prefix)" = "/usr/local" ]  && [ -d "$(prefix)/doc" ];then \
827                 $(ECHO) "1";\
828          else\
829                  $(ECHO) "0";\
830          fi)
831
832 # If USER is specified but no GROUP, assume there is a GROUP of same name.
833 GROUP_T:=$(shell if [ x$(GROUP) = x ] && [ x$(USER) != x ];then \
834                 $(ECHO) "$(USER)" ;\
835          else\
836                  $(ECHO) "$(GROUP)";\
837          fi)
838
839 install-strip:
840         $(MAKE) install STRIP=-s
841
842 # FIXME: Test USER and GROUP on Slack to make sure this works as
843 # intended.
844 #
845 # FIXME: id handling needs help, probably via configure, since 'id -u' is not
846 # universally reliable (eg Solaris). Group handling could be better.
847 # Perhaps the whole user/group validation should be done here, and simplified.
848 PROGRAM_V = Privoxy $(VERSION) $(CODE_STATUS)
849 install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
850         @# Quick test for valid USER.
851         @if [ -n "$(USER)" ]; then \
852                 $(ID) $(USER) >/dev/null || exit 1;\
853         fi
854         @# Test for valid group. FIXME. USER does not have to belong to GROUP
855         @# for file ownership purposes.
856 #       if [ -n "$(GROUP_T)" ] && [ -n "$(USER)" ] && ! $(GROUPS) $(USER) | $(GREP) "\<$(GROUP_T)\>" >/dev/null; then \
857 #               $(ECHO) Group $(GROUP_T) for User $(USER) is invalid && exit 1 ;\
858 #       fi
859
860         @$(ECHO) "Creating directories, and preparing $(PROGRAM_V) installation"
861         $(CHMOD) $(DIR_MODE) $(MKDIR)
862         @$(MKDIR) $(DESTDIR)$(SBIN_DEST) $(DESTDIR)$(prefix) $(DESTDIR)$(CONF_DEST) \
863                 $(DESTDIR)$(CONF_DEST)/templates $(DESTDIR)$(SHARE_DEST) \
864                 $(DESTDIR)$(LOG_DEST) $(DESTDIR)$(PID_DEST)
865         @# Install the executable binary, strip if invoked as install-strip
866         @test -n "$(STRIP)" &&\
867         $(ECHO) Installing $(PROGRAM) stripped executable to $(SBIN_DEST) ||\
868         $(ECHO) Installing $(PROGRAM) executable to $(DESTDIR)$(SBIN_DEST)
869         $(INSTALL) $(INSTALL_P) $(STRIP) $(PROGRAM) $(DESTDIR)$(SBIN_DEST)
870
871         @# Install the DOCS and man page. install-sh only does one file at a time.
872         @# FIXME: only handles jpegs.
873         -@if [ $(check_doc) = 0 ]; then \
874                 DOC=$(DOC_DEST) ;\
875         else \
876                 DOC=$(prefix)/doc/privoxy ;\
877         fi;\
878         $(MKDIR) $(DESTDIR)$$DOC $(DESTDIR)$$DOC/user-manual $(DESTDIR)$$DOC/faq $(DESTDIR)$$DOC/developer-manual \
879              $(DESTDIR)$$DOC/man-page $(DESTDIR)$$DOC/images $(DESTDIR)$(MAN_DEST) ;\
880         if [ -d "$(DOK_WEB)" ]; then \
881                 $(ECHO) Installing FAQ, Manual, and other docs to $(DESTDIR)$$DOC;\
882           for i in user-manual developer-manual faq; do \
883                for ii in $(DOK_WEB)/$$i/*html; do \
884                     $(INSTALL) $(INSTALL_T) $$ii $(DESTDIR)$$DOC/$$i;\
885                done ;\
886           done ;\
887                 for i in $(DOK_WEB)/user-manual/*jpg; do \
888                $(INSTALL) $(INSTALL_T) $$i $(DESTDIR)$$DOC/user-manual;\
889           done ;\
890                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/man-page/*html $(DESTDIR)$$DOC/man-page;\
891                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/privoxy-index.html $(DESTDIR)$$DOC/index.html;\
892                 $(INSTALL) $(INSTALL_T) AUTHORS $(DESTDIR)$$DOC;\
893                 $(INSTALL) $(INSTALL_T) LICENSE $(DESTDIR)$$DOC;\
894                 $(INSTALL) $(INSTALL_T) LICENSE.GPLv3 $(DESTDIR)$$DOC;\
895                 $(INSTALL) $(INSTALL_T) README $(DESTDIR)$$DOC;\
896                 $(INSTALL) $(INSTALL_T) ChangeLog $(DESTDIR)$$DOC;\
897                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/p_doc.css $(DESTDIR)$$DOC;\
898                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/p_doc.css $(DESTDIR)$$DOC/user-manual;\
899         fi
900         @# Not all platforms support gzipped man pages.
901         @$(ECHO) Installing man page to $(DESTDIR)$(MAN_DEST)/$(MAN_PAGE)
902         -$(INSTALL) $(INSTALL_T) $(MAN_PAGE)  $(DESTDIR)$(MAN_DEST)/$(MAN_PAGE)
903
904         @# Change the config file default directories according to the configured ones
905         @$(ECHO) Rewriting config for this installation
906         @if [ -f config.base ] ; then \
907                 $(CAT) config >config~ ;\
908                 $(MV) config.base config ;\
909         fi
910         $(SED) 's+^confdir \.+confdir $(CONF_DEST)+' config | \
911         $(SED) 's+^logdir \.+logdir $(LOG_DEST)+' >config.tmp
912         -@if [ $(check_doc) = 0 ]; then \
913       $(SED) 's+^#\?user-manual .*+user-manual $(DOC_DEST)/user-manual/+' config.tmp >config.updated ;\
914         else \
915       $(SED) 's+^#\?user-manual .*+user-manual $(prefix)/doc/privoxy/user-manual/+' config.tmp >config.updated ;\
916         fi;\
917         $(MV) config config.base
918         $(MV) config.updated config
919
920         @# Install the config support files. Test for root install, and abort
921         @# if there is no privoxy user, and no other user was enabled during
922         @# configure. Later, install init script if appropriate.
923         @$(ECHO) Installing templates to $(DESTDIR)$(CONF_DEST)/templates
924         @for i in `find templates -type f`; do \
925                 $(INSTALL) $(INSTALL_T) $$i $(DESTDIR)$(CONF_DEST)/templates ;\
926         done
927
928         @# FIXME: group/user validation is overly convoluted.
929         @# If superuser install ... we require a minimum of group ownership
930         @# of those files the daemon writes to, to be non-root owned.
931         @if [ "`$(ID) |sed 's/(.*//' |sed 's/.*=//'`" = "0" ] ;then\
932                 if [ x$(USER) = x ] || [ $(USER) = root ]; then \
933                         if [ x$(GROUP) = x ] || [ $(GROUP) = root ]; then \
934                                 if [ "`$(ID) privoxy`" ] && \
935                                         $(GROUPS) privoxy | $(SED) 's/^.*://' |$(GREP) "\<privoxy\>" >/dev/null; then \
936                                         $(ECHO) "Warning: Setting group owner to privoxy";\
937                                         GROUP_T=privoxy ;\
938                                 else \
939                                         $(ECHO)  "******************************************************************" ;\
940                                         $(ECHO)  " WARNING! WARNING! installing config files as root!" ;\
941                                         $(ECHO)  " It is strongly recommended to run $(PROGRAM) as a non-root user," ;\
942                                         $(ECHO)  " and to install the config files as that user and/or group!" ;\
943                                         $(ECHO)  " Please read INSTALL, and create a privoxy user and group!" ;\
944                                         $(ECHO)  "*******************************************************************" ;\
945                                         exit 1 ;\
946                                 fi ;\
947                         else \
948                                 GROUP_T=$(GROUP) ;\
949                         fi ;\
950                         INSTALL_CONF="$(INSTALL_R) -g $$GROUP_T " ;\
951                 else \
952                         $(ECHO) "Superuser install, installing config files as $(USER):$(GROUP_T)" ;\
953                         INSTALL_CONF="$(INSTALL_R) -o $(USER) -g $(GROUP_T)" ;\
954                         GROUP_T=$(GROUP_T) ;\
955                 fi ;\
956         else \
957                 if [ ! "`id $(USER)`" = "`id`" ] ;then \
958                         $(ECHO) "** WARNING ** current install user different from configured user!!" ;\
959                         $(ECHO) "Edit may fail." ;\
960                 fi ;\
961                 INSTALL_CONF="$(INSTALL_R)" ;\
962         fi ;\
963         $(ECHO) Installing configuration files to $(DESTDIR)$(CONF_DEST);\
964         for i in $(CONFIGS); do \
965                 if [ "$$i" = "default.action" ] || [ "$$i" = "default.filter" ] ; then \
966                         $(RM) $(DESTDIR)$(CONF_DEST)/$$i ;\
967                         $(ECHO) Installing fresh $$i;\
968                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
969                 elif [ -s "$(CONF_DEST)/$$i" ]; then \
970                         $(ECHO) Installing $$i as $$i.new ;\
971                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST)/$$i.new || exit 1;\
972                         NEW=1;\
973                 else \
974                         $(INSTALL) $$INSTALL_CONF $$i $(DESTDIR)$(CONF_DEST) || exit 1;\
975                 fi ;\
976         done ;\
977         if [ -n "$$NEW" ]; then \
978                 $(CHMOD) $(RWD_MODE) $(DESTDIR)$(CONF_DEST)/*.new || exit 1 ;\
979                 $(ECHO) "Warning: Older config files are preserved. Check new versions for changes!" ;\
980         fi ;\
981         [ ! -f $(DESTDIR)$(LOG_DEST)/logfile ] && $(ECHO) Creating logfiles in $(DESTDIR)$(LOG_DEST) || \
982                 $(ECHO) Checking logfiles in $(DESTDIR)$(LOG_DEST) ;\
983                 $(TOUCH) $(DESTDIR)$(LOG_DEST)/logfile || exit 1 ;\
984         if [ x$$USER != x ]; then \
985                 $(CHOWN) $$USER $(DESTDIR)$(LOG_DEST)/logfile || \
986                 $(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
987         fi ;\
988         if [ x$$GROUP_T != x ]; then \
989                 $(CHGRP) $$GROUP_T $(DESTDIR)$(LOG_DEST)/logfile || \
990                 $(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
991         fi ;\
992         $(CHMOD) $(RWD_MODE) $(DESTDIR)$(LOG_DEST)/logfile || exit 1 ;\
993         if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
994                 if [ -f /etc/slackware-version ] && [ -d /etc/rc.d/ ] && [ -w /etc/rc.d/ ] ; then \
995                $(SED) 's+%PROGRAM%+$(PROGRAM)+' slackware/rc.privoxy.orig | \
996                $(SED) 's+%SBIN_DEST%+$(SBIN_DEST)+' | \
997                $(SED) 's+%CONF_DEST%+$(CONF_DEST)+' | \
998                $(SED) 's+%USER%+$(USER)+' | \
999                $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
1000                         $(INSTALL) $(INSTALL_P) slackware/rc.privoxy $(DESTDIR)/etc/rc.d/ ;\
1001                $(ECHO) "Installing for Slackware." ;\
1002                $(ECHO) "Dont forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
1003                 elif [ -d $(DESTDIR)/etc/init.d ] && [ -w $(DESTDIR)/etc/init.d ] ; then \
1004                         $(ECHO) "Installing generic init script to $(DESTDIR)/etc/init.d/privoxy" ;\
1005                         $(ECHO) "Please check that the PATHs are correct, and edit if needed." ;\
1006                         $(INSTALL) $(INSTALL_P) privoxy-generic.init $(DESTDIR)/etc/init.d/privoxy ;\
1007                 fi ;\
1008         else \
1009                 $(ECHO) "No init script installed, install it manually if needed" ;\
1010         fi
1011         $(RM) config.base config.tmp
1012         @# mmmmm, good.
1013         @$(ECHO) "$(PROGRAM_V) installation succeeded!"
1014         @$(ECHO) "The Privoxy configuration files have been installed in $(DESTDIR)$(CONF_DEST)"
1015
1016 # rmdir is used as a precaution since it will not remove non-empty
1017 # directories. RH init script creates lock file and pid file.
1018 uninstall: CONF_DEST LOG_DEST PID_DEST check_doc
1019         @$(ECHO) Starting Privoxy uninstallation
1020         @# KILL privoxy if running
1021         @# XXX: the chkconfig line may need a DESTDIR prefix.
1022         -@test -f $(DESTDIR)$(PID_DEST)/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1023          $(KILL) `$(CAT) $(DESTDIR)$(PID_DEST)/privoxy.pid` || :
1024         -@test -f $(DESTDIR)/var/run/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1025           $(KILL) `$(CAT) $(DESTDIR)/var/run/privoxy.pid ` || :
1026
1027         @# Program binary
1028         @$(ECHO) Removing $(PROGRAM) binary
1029         $(RM) $(DESTDIR)$(SBIN_DEST)/$(PROGRAM) $(SBIN_DEST)/$(PROGRAM)~
1030
1031         @# config files and dir, and maybe old install backups
1032         -@if [ -d $(DESTDIR)$(CONF_DEST) ]; then \
1033                 $(ECHO) Saving $(PROGRAM) config files to $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1034                 $(MKDIR) $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1035                 cd $(DESTDIR)$(CONF_DEST) ;\
1036                 for i in $(DESTDIR)$(CONFIGS); do \
1037                         [ -f $$i ] && $(CP) $$i $(DESTDIR)/tmp/$(PROGRAM)-save ;\
1038                 done ;\
1039         fi
1040         @$(ECHO) Removing $(PROGRAM) config files
1041         -@for i in $(DESTDIR)$(CONFIGS); do \
1042                 test -f $(CONF_DEST)/$$i && $(ECHO) Removing $$i ;\
1043                 $(RM) $(DESTDIR)$(CONF_DEST)/$$i $(DESTDIR)$(CONF_DEST)/$$i~ $(DESTDIR)$(CONF_DEST)/$$i.new ;\
1044         done
1045         -@test -d $(DESTDIR)$(CONF_DEST)/templates && $(RM) -r $(DESTDIR)$(CONF_DEST)/templates &&\
1046         $(ECHO) "Removing $(DESTDIR)$(CONF_DEST)/templates/*"
1047
1048         @# man page and docs
1049         @$(ECHO) Removing $(PROGRAM) docs
1050         -$(RM) $(DESTDIR)$(MAN_DEST)/$(MAN_PAGE)*
1051         -$(RM) -r $(DESTDIR)$(DOC_DEST) || $(RM) -r $(DESTDIR)$(prefix)/doc/privoxy
1052
1053         @# Log and pidfile
1054         @$(ECHO) Removing $(PROGRAM) logs
1055         -$(RM) $(DESTDIR)$(LOG_DEST)/logfile $(DESTDIR)$(PID_DEST)/privoxy.pid
1056
1057         @# Final clean up of unused directories. Special handling of CONF and LOG
1058      # destinations.
1059         @$(ECHO) Removing $(PROGRAM) directories
1060         @for i in $(DESTDIR)$(LOG_DEST) $(DESTDIR)$(CONF_DEST); do \
1061                 if test -d $$i; then \
1062                         $(ECHO) Removing $$i ;\
1063                         $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1064                 fi;\
1065         done
1066         @if [  ! "$(prefix)" = "/usr/local" ] ;then \
1067                 for i in $(DESTDIR)$(MAN_DEST) $(DESTDIR)$(MAN_DIR) $(DESTDIR)$(SHARE_DEST)/doc \
1068                          $(DESTDIR)$(SHARE_DEST) $(DESTDIR)$(SBIN_DEST); do \
1069                         if test -d $$i; then \
1070                                 $(ECHO) Removing $$i ;\
1071                                 $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1072                         fi;\
1073                 done;\
1074                 if test $(LOG_DEST) != /var/log/privoxy && test -d $(DESTDIR)$(prefix)/var/log; then \
1075                         $(ECHO) Removing $(DESTDIR)$(prefix)/var/log ;\
1076                         $(RMDIR) $(DESTDIR)$(prefix)/var/log || $(ECHO) "$(DESTDIR)$(prefix)/var/log is not empty, not removed";\
1077                 fi ;\
1078                 if test $(PID_DEST) != /var/run && test -d $(DESTDIR)$(prefix)/var/run; then \
1079                         $(ECHO) Removing $(DESTDIR)$(prefix)/var/run ;\
1080                         $(RMDIR) $(DESTDIR)$(prefix)/var/run || $(ECHO) "$(DESTDIR)$(prefix)/var/run is not empty, not removed";\
1081                 fi ;\
1082                 if test $(prefix)/var != /var && test -d $(DESTDIR)$(prefix)/var; then \
1083                         $(ECHO) Removing $(DESTDIR)$(prefix)/var ;\
1084                         $(RMDIR) $(DESTDIR)$(prefix)/var || $(ECHO) "$(DESTDIR)$(prefix)/var is not empty, not removed" ;\
1085                 fi ;\
1086                 if test $(prefix) != / && test $(prefix) != /usr && test -d $(DESTDIR)$(prefix); then \
1087                         $(ECHO) Removing $(DESTDIR)$(prefix) ;\
1088                         $(ECHO) Removing installation directory $(DESTDIR)$(prefix) ;\
1089                         $(RMDIR) $(DESTDIR)$(prefix) || $(ECHO) "$(DESTDIR)$(prefix) is not empty, not removed" ;\
1090                 fi;\
1091         fi
1092
1093         @# init scripts
1094         @if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
1095                 $(ECHO) Removing $(PROGRAM) init script ;\
1096                 if [ -f $(DESTDIR)/etc/slackware-version ] && \
1097                         [ -d $(DESTDIR)/etc/rc.d/ ]  && [ -w $(DESTDIR)/etc/rc.d/ ] ; then \
1098                         $(RM) $(DESTDIR)/etc/rc.d/rc.privoxy ;\
1099                 elif [ -d $(DESTDIR)/etc/init.d ] && [ -w $(DESTDIR)/etc/init.d ] ; then \
1100                         $(RM) $(DESTDIR)/etc/init.d/privoxy ;\
1101                 else \
1102                         $(ECHO) "Unable to remove privoxy init script, not installed or permission denied" ;\
1103                 fi ;\
1104         fi
1105         @$(ECHO) Privoxy uninstalled, bye
1106
1107 coffee:
1108          @perl  -e 'print pack "C*", (31,139,8,8,153,63,226,60,2,3,99,111,102,102,101,'  \
1109                 -e '101,0,109,143,205,13,192,32,8,133,239,78,241,110,234,1,28,160,171,'  \
1110                 -e '152,208,53,26,117,247,22,165,73,137,125,9,1,62,126,2,128,169,5,243,' \
1111                 -e '143,13,139,49,164,65,100,149,152,102,73,141,88,73,178,116,205,100,'  \
1112                 -e '69,253,36,102,81,49,83,236,19,225,171,131,214,172,163,73,4,168,123,' \
1113                 -e '115,71,126,247,122,94,128,178,227,95,154,12,86,215,122,197,249,146,' \
1114                 -e '187,54,220,125,193,51,228,11,1,0,0);' | zcat