Getting near the end (I hope) of install target updates:
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.128 2002/10/18 05:36:32 hal9 Exp $
4 #
5 # Written by and Copyright (C) 2001 the SourceForge
6 # Privoxy team. http://www.privoxy.org/
7 #
8 # Based on the Internet Junkbuster originally written
9 # by and Copyright (C) 1997 Anonymous Coders and 
10 # Junkbusters Corporation.  http://www.junkbusters.com
11 #
12 # This program is free software; you can redistribute it 
13 # and/or modify it under the terms of the GNU General
14 # Public License as published by the Free Software
15 # Foundation; either version 2 of the License, or (at
16 # your option) any later version.
17 #
18 # This program is distributed in the hope that it will
19 # be useful, but WITHOUT ANY WARRANTY; without even the
20 # implied warranty of MERCHANTABILITY or FITNESS FOR A
21 # PARTICULAR PURPOSE.  See the GNU General Public
22 # License for more details.
23 #
24 # The GNU General Public License should be included with
25 # this file.  If not, you can view it at
26 # http://www.gnu.org/copyleft/gpl.html
27 # or write to the Free Software Foundation, Inc., 59
28 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 #
30
31 #############################################################################
32 # Set make command correctly
33 #############################################################################
34 @SET_MAKE@
35
36 #############################################################################
37 # Version number (for RPM)
38 #############################################################################
39
40 VERSION_MAJOR = @VERSION_MAJOR@
41 VERSION_MINOR = @VERSION_MINOR@
42 VERSION_POINT = @VERSION_POINT@
43 CODE_STATUS   = @CODE_STATUS@
44 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
45 RPM_VERSION   = $(VERSION)
46 RPM_PACKAGEV  = ""
47 SNAPVERSION   = $(RPM_VERSION)-$(shell date "+%Y%m%d")
48
49
50 #############################################################################
51 # Source directories
52 #############################################################################
53 DIR_PRIVOXY_ROOT     := .
54 DIR_PRIVOXY_SRC      := $(DIR_PRIVOXY_ROOT)/src
55 DIR_PRIVOXY_SRC_PCRE := $(DIR_PRIVOXY_ROOT)/pcre
56 DIR_PRIVOXY_OBJ      := $(DIR_PRIVOXY_ROOT)/obj
57
58 #############################################################################
59 # Directories for "make install"
60 #############################################################################
61
62 prefix       = @prefix@
63 exec_prefix  = @exec_prefix@
64 CONF_BASE    = @sysconfdir@
65 SBIN_DEST    = @sbindir@
66 MAN_DIR      = @mandir@
67 MAN_DEST     = $(MAN_DIR)/man1
68 SHARE_DEST   = @datadir@
69 DOC_DEST     = $(SHARE_DEST)/doc/privoxy
70 VAR_DEST     = @localstatedir@
71 LOGS_DEST    = $(VAR_DEST)/log/privoxy
72 PIDS_DEST    = $(VAR_DEST)/run
73
74 # if $prefix = /usr/local then the default CONFDEST change from 
75 # CONF_DEST = $(CONF_BASE) to CONF_DEST = $(CONF_BASE)/privoxy  
76 # by the target rule CONF_DEST
77 #
78 # also if the $prefix is /usr/local and there is no
79 # $(SHARE_DEST)/doc, it checks for $prefix/doc and installs there
80 # instead in this situation
81 #
82 # finally if $prefix=/usr/local and VAR_DEST=$prefix/var it 
83 # changes this to /var for storing the logs and pidfile
84
85 # used in source dir only, the install goes to $share_dest/doc/privoxy
86 DOK_WEB = doc/webserver/
87
88 #############################################################################
89 # Build tools
90 #############################################################################
91
92 PROGRAM    = privoxy@EXEEXT@
93 CC         = @CC@
94 ECHO       = echo
95 GZIP_PROG  = gzip
96 INSTALL    = @INSTALL@
97 INSTALL_P  = -m 0755  
98 INSTALL_T  = -m 0644 
99 INSTALL_D  = -m 0755 -d
100 # install options for superuser install
101 #INSTALL_S  = -g @GROUP@ -o @USER@ 
102 # id -u is not universal. FIXME: need to set from configure. Breaks on
103 # Solaris.
104 #ID         = id -u
105 LD         = @CC@
106 RM         = rm -f
107 RMDIR      = rmdir
108 MKDIR      = ./mkinstalldirs
109 STRIP_PROG = strip
110 SED           = sed
111 GREP       = grep
112 CAT        = cat
113 RPM        = rpm
114 MV            = mv
115 TAR        = tar
116 LN         = ln
117 TOUCH      = touch
118 KILL       = kill
119 CHMOD      = chmod
120 CHOWN      = chown
121 WDUMP      = @WDUMP@ -dump
122 JADECAT    = @JADECAT@
123 JADEBIN    = @JADEBIN@
124 DOC_STATUS = @DOC_STATUS@
125 # Note: Please make sure that -d ldp.dsl\#html stays the last option to
126 #       $(JADEBIN), because for some targets "-notoc" will be appended
127 #       to it (--> "ldp.dsl\#html-notoc"). 
128 DB         = $(JADEBIN) $(JADECAT) -i$(DOC_STATUS) -ihtml -t sgml  -D.. -d ldp.dsl\#html
129 MAN2HTML   = @MAN2HTML@
130 G2H_CMD    = groff -mandoc -Thtml
131 TARGET_OS  = @host@
132 PERL       = perl
133 DOC_DIR    = doc/source
134 DOC_TMP    = $(DOC_DIR)/tmp
135 DKPREFIX   = @DKPREFIX@
136
137 #User Group paras
138 USER       = @USER@
139 GROUP    = @GROUP@
140
141 # Program to do LF->CRLF
142 #
143 # The sed version should be the most portable, but it doesn't work for me,
144 # the other two do.  FIXME.
145 #   - Jon
146 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
147 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
148 DOSFILTER  = $(PERL) -p -e 's/\n/\r\n/'
149
150 #############################################################################
151 # Setup for make distribution rh and suse for now 
152 #############################################################################
153
154 TAR_ARCH = /tmp/privoxy-$(RPM_VERSION).tar.gz
155 RPM_BASE = @RPM_BASE@
156
157 #############################################################################
158 # We include these files in our distributions
159 #############################################################################
160 CONFIGS = config trust default.action standard.action user.action default.filter
161 # take care that no CVS .cvsignore or other crappy files
162 # are included here
163 # and escape every '#' in the find. doh.
164 CONFIG_FILES = $(CONFIGS) \
165                 `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"`
166
167 DOC_FILES = AUTHORS LICENSE README ChangeLog INSTALL \
168                 `find doc/text/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"` \
169                 `find doc/webserver/ -name "*.html" | grep -v "\(webserver\|team\)\/index\.html"` \
170                 `find doc/webserver/ -name "*.css"` \
171                 privoxy.1
172
173 #############################################################################
174 # Filenames and libraries
175 #############################################################################
176
177 C_SRC  =          \
178   $(DIR_PRIVOXY_SRC)/actions.c   \
179   $(DIR_PRIVOXY_SRC)/cgi.c       \
180   $(DIR_PRIVOXY_SRC)/cgiedit.c   \
181   $(DIR_PRIVOXY_SRC)/cgisimple.c \
182   $(DIR_PRIVOXY_SRC)/deanimate.c \
183   $(DIR_PRIVOXY_SRC)/encode.c    \
184   $(DIR_PRIVOXY_SRC)/errlog.c    \
185   $(DIR_PRIVOXY_SRC)/filters.c   \
186   $(DIR_PRIVOXY_SRC)/gateway.c   \
187   $(DIR_PRIVOXY_SRC)/jbsockets.c \
188   $(DIR_PRIVOXY_SRC)/jcc.c       \
189   $(DIR_PRIVOXY_SRC)/killpopup.c \
190   $(DIR_PRIVOXY_SRC)/list.c      \
191   $(DIR_PRIVOXY_SRC)/loadcfg.c   \
192   $(DIR_PRIVOXY_SRC)/loaders.c   \
193   $(DIR_PRIVOXY_SRC)/miscutil.c  \
194   $(DIR_PRIVOXY_SRC)/parsers.c   \
195   $(DIR_PRIVOXY_SRC)/ssplit.c    \
196   $(DIR_PRIVOXY_SRC)/urlmatch.c
197
198 C_OBJS = $(C_SRC:$(DIR_PRIVOXY_SRC)/%.c=$(DIR_PRIVOXY_OBJ)/%.@OBJEXT@)
199 C_HDRS = $(C_SRC:.c=.h) $(DIR_PRIVOXY_SRC)/project.h $(DIR_PRIVOXY_SRC)/actionlist.h
200
201 W32_SRC   = @WIN_ONLY@$(DIR_PRIVOXY_SRC)/w32log.c $(DIR_PRIVOXY_SRC)/w32taskbar.c $(DIR_PRIVOXY_SRC)/win32.c
202 W32_FILES = @WIN_ONLY@$(DIR_PRIVOXY_OBJ)/w32res.res
203 W32_OBJS  = @WIN_ONLY@$(W32_SRC:$(DIR_PRIVOXY_SRC)/%.c=$(DIR_PRIVOXY_OBJ)/%.@OBJEXT@) $(W32_FILES)
204 W32_HDRS  = @WIN_ONLY@$(DIR_PRIVOXY_SRC)/w32log.h $(DIR_PRIVOXY_SRC)/w32taskbar.h $(DIR_PRIVOXY_SRC)/win32.h $(DIR_PRIVOXY_SRC)/w32res.h
205 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
206 W32_INIS  = @WIN_ONLY@config.txt trust.txt
207
208 PCRS_SRC     = @STATIC_PCRS_ONLY@$(DIR_PRIVOXY_SRC)/pcrs.c
209 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:$(DIR_PRIVOXY_SRC)/%.c=$(DIR_PRIVOXY_OBJ)/%.@OBJEXT@)
210 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
211
212 PCRE_SRC     = @STATIC_PCRE_ONLY@$(DIR_PRIVOXY_SRC_PCRE)/get.c $(DIR_PRIVOXY_SRC_PCRE)/maketables.c $(DIR_PRIVOXY_SRC_PCRE)/study.c $(DIR_PRIVOXY_SRC_PCRE)/pcre.c
213 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:$(DIR_PRIVOXY_SRC_PCRE)/%.c=$(DIR_PRIVOXY_OBJ)/%.@OBJEXT@)
214 PCRE_HDRS    = @STATIC_PCRE_ONLY@$(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/chartables.c $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h
215
216 # No REGEX (maybe because dynamically linked pcreposix):
217 REGEX_SRC    =
218 @STATIC_PCRE_ONLY@REGEX_SRC = $(DIR_PRIVOXY_SRC_PCRE)/pcreposix.c
219
220 REGEX_OBJS   = $(REGEX_SRC:$(DIR_PRIVOXY_SRC_PCRE)/%.c=$(DIR_PRIVOXY_OBJ)/%.@OBJEXT@)
221 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
222
223 # Dependencies introduced by #include "project.h".
224 PROJECT_H_DEPS = $(DIR_PRIVOXY_SRC)/project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@$(DIR_PRIVOXY_SRC_PCRE)/pcre.h
225
226 # Socket libraries for platforms that need them explicitly defined
227 SOCKET_LIB   = @SOCKET_LIB@
228
229 # PThreads library, if needed.
230 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
231
232 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
233 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
234 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
235 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
236
237
238 #############################################################################
239 # Compiler switches
240 #############################################################################
241
242 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
243 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
244 # Win32 GUI build.
245 # The flag "-pthread" is required if using Pthreads under Linux (and
246 # possibly other OSs).
247 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
248
249 # Add your flags here 
250 OTHER_CFLAGS =   
251
252 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
253          @STATIC_PCRE_ONLY@ -Ipcre 
254
255 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
256
257
258 #############################################################################
259 # Build section.
260 #
261 # There should NOT be any targets above this line.
262 #############################################################################
263 all: $(PROGRAM) default.action
264
265
266 #############################################################################
267 # Phony targets
268 #############################################################################
269 .PHONY: all inifiles redhat-dist redhat-upload redhat-test solaris-dist suse-dist \
270 suse-upload win-dist tarball-dist dok redhat-dok webserver clean clobber tags \
271 install conectiva-spec conectiva-dist conectiva-upload debian-dist \
272 debian-upload ensure-wdump ensure-jadebin ensure-dkprefix CONF_DEST LOG_DEST \
273 PID_DEST check_doc install-strip uninstall GROUP_T
274
275
276 #############################################################################
277 # Compile command
278 #############################################################################
279 $(DIR_PRIVOXY_OBJ)/%.o: $(DIR_PRIVOXY_SRC)/%.c $(DIR_PRIVOXY_OBJ)
280         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
281
282 $(DIR_PRIVOXY_OBJ)/%.o: $(DIR_PRIVOXY_SRC_PCRE)/%.c $(DIR_PRIVOXY_OBJ)
283         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
284
285 $(DIR_PRIVOXY_OBJ):
286         $(MKDIR) obj
287
288 #############################################################################
289 # Strip master copy comments from default.action:
290 #############################################################################
291 default.action: default.action.master
292         $(GREP) -v '^#MASTER#' $< > $@
293
294 #############################################################################
295 # Win32 config files
296 #############################################################################
297
298 inifiles: $(W32_INIS)
299
300 config.txt: config
301         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
302                -e 's!\jarfile jarfile!jarfile jar.log!' \
303                -e 's!\logfile logfile!logfile privoxy.log!' \
304                -e 's!#Win32-only: !!' \
305                < $< | \
306                $(DOSFILTER) > $@
307         # LF to CRLF in default.action
308         $(DOSFILTER) <default.action >default.action.txt && mv default.action.txt default.action
309         # LF to CRLF in default.filter
310         $(DOSFILTER) <default.filter >default.filter.txt && mv default.filter.txt default.filter
311
312 trust.txt: trust
313         $(DOSFILTER) < $< > $@ 
314
315 #############################################################################
316 # Pre-dist check:
317 #############################################################################
318 dist-check:
319         @if [ -d CVS ]; then \
320            $(ECHO) "***************************************************"; \
321            $(ECHO) "***                                             ***"; \
322            $(ECHO) "***                  WARNING                    ***"; \
323            $(ECHO) "***                                             ***"; \
324            $(ECHO) "*** The presence of a CVS subdirectory suggests ***"; \
325            $(ECHO) "*** that you are trying to build a distribution ***"; \
326            $(ECHO) "*** package based on a checked out, not an      ***"; \
327            $(ECHO) "*** exported copy of the source tree. Please    ***"; \
328            $(ECHO) "*** see \"Releasing a new version\" in the        ***"; \
329            $(ECHO) "*** developer manual.                           ***"; \
330            $(ECHO) "***                                             ***"; \
331            $(ECHO) "***************************************************"; \
332            $(ECHO) "Type \"yes i am sure\" if you are sure that you"; \
333            $(ECHO) -n "really want to proceed: "; \
334            read answer; \
335            if [ "$$answer" != "yes i am sure" ]; then exit 1; fi \
336          fi;
337
338 #############################################################################
339 # create tar.gz from CVS:
340 # This make-target is usually called through 'create-archive'. If you 
341 # run 'make create-snapshot' without setting SNAPVERSION, you'll get a
342 # tar.gz with the current date in the name and as a releasenumber in the 
343 # spec-file. But the main usage is to run it as follows (Red Hat example):
344 # make SNAPVERSION=1.6x create-snapshot
345 # This creates a tar.gz and spec-file for a Red Hat 6.x version.
346 #############################################################################
347 create-snapshot:
348         @tag=`cvs -d $(CVSROOT) status Makefile | awk ' /Sticky Tag/ { print $$3 } '` 2> /dev/null; \
349         [ x"$$tag" = x"(none)" ] && tag=HEAD; \
350         echo "*** Creating package from $$tag!"; \
351         cd $(TMPDIR) ; cvs -Q -d $(CVSROOT) export -r $$tag current || echo "Um... export aborted."
352         @cd $(TMPDIR)/current; \
353         TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
354         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
355                 -e 's/^\(Release:\).*/\1 $(SNAPVERSION)/g' \
356                 privoxy-rh.spec > $$TMPFILE ; then \
357                         $(MV) -f $$TMPFILE privoxy-rh.spec; \
358         else \
359                 $(ECHO) "Could not set version info in specfile."; \
360                 exit 1;\
361         fi;\
362         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
363              -e 's/^\(Release:\).*/\1 $(SNAPVERSION)/g' \
364               privoxy-suse.spec > $$TMPFILE ; then \
365                         $(MV) -f $$TMPFILE privoxy-suse.spec; \
366         else \
367                 $(ECHO) "Could not set version info in specfile."; \
368                 exit 1;\
369         fi; \
370         $(RM) $(TMPFILE); \
371         cd $(TMPDIR)/current; \
372         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude \
373                 "privoxy-suse.spec" -czf $(TMPDIR)/$(PROGRAM)-rh-$(VERSION).tar.gz .; \
374         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude \
375                 "privoxy-rh.spec" -czf $(TMPDIR)/$(PROGRAM)-suse-$(VERSION).tar.gz .
376         @$(MV) -f $(TMPDIR)/$(PROGRAM)-rh-$(VERSION).tar.gz .
377         @$(MV) -f $(TMPDIR)/$(PROGRAM)-suse-$(VERSION).tar.gz .
378         @$(RM) -rf $(TMPDIR)
379         @echo "Resulting files are $(PROGRAM)-rh-$(VERSION).tar.gz and"
380         @echo "                    $(PROGRAM)-suse-$(VERSION).tar.gz"
381
382
383 #############################################################################
384 # looks at the version of Makefile and exports a corresponding source-tree
385 # example: if the Makefile has the sticky tag v_2_9_13, you'll get 
386 # privoxy-*-2.4.13.tar.gz. Two different tar files will be written, one for
387 # Red Hat and one for SuSe (different spec-files)
388 #############################################################################
389 create-archive:
390         make SNAPVERSION=$(SNAPVERSION) create-snapshot
391
392
393 #############################################################################
394 # RPM specific stuff (SuSE or Redhat, ..)
395 #############################################################################
396 rpm-stuff: dist-check clean clobber 
397         for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
398                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
399                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
400                         $(ECHO) "Or add a suitable path to .rpmmacros like."; \
401                         $(ECHO) "%_topdir /home/foo/rpm-build"; \
402                         exit 1; \
403                 fi; \
404         done; \
405
406 check-release:
407         @if [ "$(RPM_PACKAGEV)" = "" ]; then \
408                 echo ; \
409                 echo "  ERROR: NO RPM_PACKAGEV VALUE"; \
410                 echo "  No value given for RPM_PACKAGEV. Please use:"; \
411                 echo "  make dist-upload RPM_PACKAGEV=release"; \
412                 echo "  where \"release\" is the release number you want to and"; \
413                 echo "  where \"dist\" is the name of the distro (redhat or suse)"; \
414                 echo ; \
415                 echo "  Ex: make redhat-upload RPM_PACKAGEV=1"; \
416                 echo ""; \
417                 echo "ATTENTION: If your distribution use a specific tag on the"; \
418                 echo "           release field (like \"cl\" for Conectiva, and"; \
419                 echo "           \"mdk\" for Mandrake), DO NOT put it on the value"; \
420                 echo "           given to RPM_PACKAGEV. It will be added automaticaly."; \
421                 echo "           Do it like you would do for a redhat package,"; \
422                 echo "           (i.e. just the number)."; \
423                 echo ; \
424                 exit 1; \
425         fi
426
427
428 #############################################################################
429 # Create Conectiva specfile from RedHat specfile
430 #############################################################################
431 conectiva-spec:
432         $(RM) privoxy-cl.spec
433         chmod a+x genclspec.sh
434         ./genclspec.sh
435
436 #############################################################################
437 # Conectiva distribution for x86
438 #############################################################################
439 conectiva-dist: rpm-stuff conectiva-spec
440
441         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-rh.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
442         $(RPM) --clean -ta  $(TAR_ARCH)
443         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
444
445 conectiva-upload: check-release
446         make redhat-upload RPM_PACKAGEV=$(RPM_PACKAGEV)cl
447
448 #############################################################################
449 # redhat distribution alpha and x86
450 #############################################################################
451 redhat-dist: rpm-stuff
452         echo $(CONFIG_FILES)
453         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
454         $(RPMBUILD) --clean -ta  $(TAR_ARCH)
455         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
456
457 # For testing build issues only! Use redhat-dist for official releases.
458 redhat-test: 
459         echo $(CONFIG_FILES)
460         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
461         $(RPMBUILD) --clean -tb  $(TAR_ARCH)
462         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
463         @echo "WARNING: This target is only for testing. Use redhat-dist for releases!!!"
464
465 # anonymously ncftps the rpms to sourceforge
466 redhat-upload: check-release
467         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
468 # better should use `arch` here instead of ix86 to support other platforms too
469         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
470         @$(ECHO) -------------------------------------------------------
471         @$(ECHO) Now goto
472         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
473         @$(ECHO) ... and release the files.
474         @$(ECHO) -------------------------------------------------------
475      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
476
477 #############################################################################
478 # suse distribution. works fine. no need to be root. 
479 #############################################################################
480 suse-dist: rpm-stuff
481 #       TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
482 #       if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
483 #              -e 's/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' \
484 #               privoxy-suse.spec > $$TMPFILE ; then \
485 #       $(MV) -f $$TMPFILE privoxy-suse.spec; \
486 #       else \
487 #               $(ECHO) "Could not set version info in specfile."; \
488 #       exit 1;\
489 #       fi
490
491         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-rh.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
492         $(RPM) --clean -ta  $(TAR_ARCH)
493         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
494
495 # anonymously ncftps the rpms to sourceforge
496 suse-upload: check-release
497         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
498 # better should use `arch` here instead of ix86 to support other platforms too
499         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
500         @$(ECHO) -------------------------------------------------------
501         @$(ECHO) Now goto
502         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
503         @$(ECHO) ... and release the files.
504         @$(ECHO) -------------------------------------------------------
505
506 # handle with care. use with root.
507 suse-clean:
508         $(RPM) -e junkbuster-suse || true
509         $(RM) -r /etc/junkbuster
510         $(RM) -r /etc/rc.d/junkbuster*
511         $(RM) -r /var/run/junkbuster.pid 
512         $(RM) -r /var/log/junkbuster
513         $(RM) /etc/init.d/junkbuster
514         $(RM) /usr/sbin/junkbuster
515         $(RM) /usr/sbin/rcjunkbuster
516         $(RM) /usr/share/man/man1/junkbuster.1.gz
517         $(RPM) -e privoxy-suse || true
518         $(RM) -r /etc/privoxy
519         $(RM) -r /etc/rc.d/privoxy*
520         $(RM) -r /var/run/privoxy.pid 
521         $(RM) -r /var/log/privoxy
522         $(RM) /etc/init.d/privoxy
523         $(RM) /usr/sbin/privoxy
524         $(RM) /usr/sbin/rcprivoxy
525         $(RM) /usr/share/man/man1/privoxy.1.gz
526
527
528 #############################################################################
529 # generic distribution
530 #############################################################################
531 gen-dist: dist-check
532         @$(ECHO) ""
533         @$(ECHO) "You have run autoconf && autoheader && ./configure right?"
534         @$(ECHO) ""
535         $(MAKE) $(PROGRAM)
536         $(STRIP_PROG) $(PROGRAM)
537         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
538 # add program
539         (cd .. && $(TAR) -cvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM))
540 # add config files
541         for foo in $(CONFIG_FILES); do \
542                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
543         done; 
544 # add documentation
545         for foo in $(DOC_FILES); do \
546                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
547         done;
548 # and zip the archive
549         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
550         $(GZIP_PROG) ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar
551         @$(ECHO) Distribution with binary created.
552
553 # anonymously ncftps the package to sourceforge
554 gen-upload:
555         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar.gz
556         @$(ECHO) -------------------------------------------------------
557         @$(ECHO) Now goto
558         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
559         @$(ECHO) ... and release the files.
560         @$(ECHO) -------------------------------------------------------
561
562 # use with care
563 gen-clean:
564         $(RM) privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar*
565
566 #############################################################################
567 # solaris distribution. verified on SF machines by swa.
568 #############################################################################
569 solaris-dist: gen-dist
570         @$(ECHO) Done.
571 # anonymously ncftps the package to sourceforge
572 solaris-upload: gen-upload
573         @$(ECHO) Done.
574 # use with care
575 solaris-clean: gen-clean
576         @$(ECHO) Done.
577
578 #############################################################################
579 # hpux distribution
580 #############################################################################
581 hpux-dist:
582         @$(ECHO) coming soon. 
583 hpux-upload:
584         @$(ECHO) coming soon. 
585
586 #############################################################################
587 # debian distribution
588 #############################################################################
589 debian-dist:
590         @$(ECHO) Creating Debian package.  Will exist in parent directory.
591         dpkg-buildpackage -rfakeroot -us -uc
592 debian-upload:
593         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy_$(shell dpkg-parsechangelog | grep "Version" | sed "s/Version: //")_$(shell dpkg --print-architecture).deb
594         @$(ECHO) -------------------------------------------------------
595         @$(ECHO) Now goto
596         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
597         @$(ECHO) ... and release the files.
598         @$(ECHO) -------------------------------------------------------
599
600
601 #############################################################################
602 # macosx distribution
603 #############################################################################
604 macosx-dist:
605         @$(ECHO) coming soon. 
606 macosx-upload:
607         @$(ECHO) coming soon. 
608
609 #############################################################################
610 # amiga distribution
611 #############################################################################
612 amiga-dist:
613         @$(ECHO) coming soon. 
614 amiga-upload:
615         @$(ECHO) coming soon. 
616
617 #############################################################################
618 # freebsd distribution. verified on SF machines by swa.
619 #############################################################################
620 freebsd-dist: gen-dist
621         @$(ECHO) Done.
622 # anonymously ncftps the package to sourceforge
623 freebsd-upload: gen-upload
624         @$(ECHO) Done.
625 # use with care
626 freebsd-clean: gen-clean
627         @$(ECHO) Done.
628
629 #############################################################################
630 # Windows distribution
631 #############################################################################
632 win-dist:
633         @$(ECHO) RTFM.  You shouldn't run configure before making
634         @$(ECHO) the Windows release, so you need to start again from
635         @$(ECHO) a clean CVS export.
636         @false
637
638
639 #############################################################################
640 # Tarball distribution: No CVS dirs, dotfiles, debian build dir,
641 # (FIXME:) only parts of the static / generated docs mix in doc/webserver
642 #############################################################################
643
644 tarball-dist: dist-check clean clobber
645         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
646
647         for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
648         -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o -name "PACKAGERS" \)`; do \
649            files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
650         done &&  \
651         cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
652
653 # and zip the archive
654         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS) 
655         $(GZIP_PROG) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar
656         @$(ECHO) Tarball distribution created.
657
658 # anonymously ncftps the tarball to sourceforge
659 tarball-upload:
660         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
661         @$(ECHO) -------------------------------------------------------
662         @$(ECHO) Now goto
663         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
664         @$(ECHO) ... and release the files.
665         @$(ECHO) -------------------------------------------------------
666
667 tarball-clean:
668         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
669
670 #############################################################################
671 #
672 # Documentation
673 #
674 # converts doc/source/*.sgml into html, text and man pages
675 #
676 #############################################################################
677
678
679 dok:
680         cd $(DOC_DIR) && $(MAKE)
681
682 #############################################################################
683 #
684 # Webserver
685 #
686 # moves dokumentation to webserver
687 #
688 #############################################################################
689 webserver: tidy
690         @$(ECHO) -------------------------------------------------------
691         @$(ECHO) You have run make dok/redhat-dok before, right?
692         @$(ECHO) Note that this command scps all stuff to the webserver,
693         @$(ECHO) it will not remove obsolete documents.
694         @$(ECHO) -------------------------------------------------------
695
696         @$(ECHO) Uploading html
697         @cd doc/webserver; \
698           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
699           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp'
700
701         @$(ECHO) Uploading pdf
702         @cd doc/pdf;\
703           zip privoxy-pdf-docs *.pdf  ;\
704                 scp -q privoxy-pdf-docs.zip ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/pdf
705
706         @$(ECHO) Fixing permissions
707         @ssh ijbswa.sourceforge.net 'chmod -R 775 /home/groups/i/ij/ijbswa/htdocs 2>/dev/null; true'
708         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type f | xargs chmod 664 2>/dev/null; true'
709         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null; true'
710
711
712 web-actions: tidy
713         @$(ECHO) Uploading 
714         @cd doc/webserver/actions; \
715           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
716           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/actions; tar xvm'
717
718         @$(ECHO) Fixing permissions
719         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/actions/ -type f | xargs chmod 664 2>/dev/null'
720         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null'
721
722 #############################################################################
723 # Source file dependencies
724 #############################################################################
725
726 $(DIR_PRIVOXY_OBJ)/actions.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/actions.c   $(DIR_PRIVOXY_SRC)/actions.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/list.h    $(DIR_PRIVOXY_SRC)/loaders.h   $(DIR_PRIVOXY_SRC)/miscutil.h  $(DIR_PRIVOXY_SRC)/actionlist.h
727 $(DIR_PRIVOXY_OBJ)/cgi.@OBJEXT@:       $(DIR_PRIVOXY_SRC)/cgi.c       $(DIR_PRIVOXY_SRC)/cgi.h       $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/cgiedit.h $(DIR_PRIVOXY_SRC)/cgisimple.h $(DIR_PRIVOXY_SRC)/list.h    $(DIR_PRIVOXY_SRC)/pcrs.h      $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/ssplit.h     $(DIR_PRIVOXY_SRC)/jcc.h      $(DIR_PRIVOXY_SRC)/filters.h  $(DIR_PRIVOXY_SRC)/actions.h $(DIR_PRIVOXY_SRC)/errlog.h    $(DIR_PRIVOXY_SRC)/miscutil.h
728 $(DIR_PRIVOXY_OBJ)/cgiedit.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/cgiedit.c   $(DIR_PRIVOXY_SRC)/cgiedit.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/cgi.h     $(DIR_PRIVOXY_SRC)/list.h      $(DIR_PRIVOXY_SRC)/pcrs.h    $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/ssplit.h    $(DIR_PRIVOXY_SRC)/jcc.h        $(DIR_PRIVOXY_SRC)/filters.h  $(DIR_PRIVOXY_SRC)/actions.h  $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/miscutil.h
729 $(DIR_PRIVOXY_OBJ)/cgisimple.@OBJEXT@: $(DIR_PRIVOXY_SRC)/cgisimple.c $(DIR_PRIVOXY_SRC)/cgisimple.h $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/cgi.h     $(DIR_PRIVOXY_SRC)/list.h      $(DIR_PRIVOXY_SRC)/pcrs.h    $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/ssplit.h    $(DIR_PRIVOXY_SRC)/jcc.h        $(DIR_PRIVOXY_SRC)/filters.h  $(DIR_PRIVOXY_SRC)/actions.h  $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/miscutil.h
730 $(DIR_PRIVOXY_OBJ)/deanimate.@OBJEXT@: $(DIR_PRIVOXY_SRC)/deanimate.c $(DIR_PRIVOXY_SRC)/deanimate.h $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS)
731 $(DIR_PRIVOXY_OBJ)/encode.@OBJEXT@:    $(DIR_PRIVOXY_SRC)/encode.c    $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/config.h
732 $(DIR_PRIVOXY_OBJ)/errlog.@OBJEXT@:    $(DIR_PRIVOXY_SRC)/errlog.c    $(DIR_PRIVOXY_SRC)/errlog.h    $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) @WIN_ONLY@$(DIR_PRIVOXY_SRC)/w32log.h
733 $(DIR_PRIVOXY_OBJ)/filters.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/filters.c   $(DIR_PRIVOXY_SRC)/filters.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/gateway.h $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/loadcfg.h    $(DIR_PRIVOXY_SRC)/parsers.h  $(DIR_PRIVOXY_SRC)/ssplit.h   $(DIR_PRIVOXY_SRC)/cgi.h     $(DIR_PRIVOXY_SRC)/deanimate.h @WIN_ONLY@$(DIR_PRIVOXY_SRC)/win32.h 
734 $(DIR_PRIVOXY_OBJ)/gateway.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/gateway.c   $(DIR_PRIVOXY_SRC)/gateway.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/jcc.h     $(DIR_PRIVOXY_SRC)/loadcfg.h
735 $(DIR_PRIVOXY_OBJ)/jbsockets.@OBJEXT@: $(DIR_PRIVOXY_SRC)/jbsockets.c $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/filters.h
736 $(DIR_PRIVOXY_OBJ)/jcc.@OBJEXT@:       $(DIR_PRIVOXY_SRC)/jcc.c       $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/filters.h   $(DIR_PRIVOXY_SRC)/gateway.h $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/killpopup.h $(DIR_PRIVOXY_SRC)/loadcfg.h    $(DIR_PRIVOXY_SRC)/loaders.h  $(DIR_PRIVOXY_SRC)/miscutil.h $(DIR_PRIVOXY_SRC)/parsers.h @WIN_ONLY@$(DIR_PRIVOXY_SRC)/w32log.h    $(DIR_PRIVOXY_SRC)/win32.h $(DIR_PRIVOXY_SRC)/cgi.h
737 $(DIR_PRIVOXY_OBJ)/killpopup.@OBJEXT@: $(DIR_PRIVOXY_SRC)/killpopup.c $(DIR_PRIVOXY_SRC)/killpopup.h $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/jcc.h     $(DIR_PRIVOXY_SRC)/loadcfg.h
738 $(DIR_PRIVOXY_OBJ)/list.@OBJEXT@:      $(DIR_PRIVOXY_SRC)/list.c      $(DIR_PRIVOXY_SRC)/list.h      $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/list.h    $(DIR_PRIVOXY_SRC)/miscutil.h
739 $(DIR_PRIVOXY_OBJ)/loadcfg.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/loadcfg.c   $(DIR_PRIVOXY_SRC)/loadcfg.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/filters.h   $(DIR_PRIVOXY_SRC)/gateway.h $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/killpopup.h  $(DIR_PRIVOXY_SRC)/loaders.h  $(DIR_PRIVOXY_SRC)/miscutil.h $(DIR_PRIVOXY_SRC)/parsers.h @WIN_ONLY@$(DIR_PRIVOXY_SRC)/w32log.h    $(DIR_PRIVOXY_SRC)/win32.h
740 $(DIR_PRIVOXY_OBJ)/loaders.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/loaders.c   $(DIR_PRIVOXY_SRC)/loaders.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/filters.h $(DIR_PRIVOXY_SRC)/gateway.h   $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/loadcfg.h    $(DIR_PRIVOXY_SRC)/miscutil.h $(DIR_PRIVOXY_SRC)/parsers.h  $(DIR_PRIVOXY_SRC)/ssplit.h
741 $(DIR_PRIVOXY_OBJ)/miscutil.@OBJEXT@:  $(DIR_PRIVOXY_SRC)/miscutil.c  $(DIR_PRIVOXY_SRC)/miscutil.h  $(DIR_PRIVOXY_SRC)/config.h
742 $(DIR_PRIVOXY_OBJ)/parsers.@OBJEXT@:   $(DIR_PRIVOXY_SRC)/parsers.c   $(DIR_PRIVOXY_SRC)/parsers.h   $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/encode.h    $(DIR_PRIVOXY_SRC)/filters.h $(DIR_PRIVOXY_SRC)/jbsockets.h $(DIR_PRIVOXY_SRC)/jcc.h       $(DIR_PRIVOXY_SRC)/loadcfg.h    $(DIR_PRIVOXY_SRC)/loaders.h  $(DIR_PRIVOXY_SRC)/miscutil.h $(DIR_PRIVOXY_SRC)/ssplit.h
743 $(DIR_PRIVOXY_OBJ)/ssplit.@OBJEXT@:    $(DIR_PRIVOXY_SRC)/ssplit.c    $(DIR_PRIVOXY_SRC)/ssplit.h    $(DIR_PRIVOXY_SRC)/config.h                   $(DIR_PRIVOXY_SRC)/miscutil.h
744 $(DIR_PRIVOXY_OBJ)/urlmatch.@OBJEXT@:  $(DIR_PRIVOXY_SRC)/urlmatch.c  $(DIR_PRIVOXY_SRC)/urlmatch.h  $(DIR_PRIVOXY_SRC)/config.h $(PROJECT_H_DEPS) $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/miscutil.h  $(DIR_PRIVOXY_SRC)/ssplit.h
745
746 # PCRS
747 $(DIR_PRIVOXY_OBJ)/pcrs.@OBJEXT@: $(DIR_PRIVOXY_SRC)/pcrs.c $(DIR_PRIVOXY_SRC_PCRE)/pcre.h $(DIR_PRIVOXY_SRC)/pcrs.h $(DIR_PRIVOXY_SRC)/config.h
748
749 # PCRE
750 $(DIR_PRIVOXY_OBJ)/get.@OBJEXT@:        $(DIR_PRIVOXY_SRC_PCRE)/get.c        $(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h
751 $(DIR_PRIVOXY_OBJ)/maketables.@OBJEXT@: $(DIR_PRIVOXY_SRC_PCRE)/maketables.c $(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h
752 $(DIR_PRIVOXY_OBJ)/pcre.@OBJEXT@:       $(DIR_PRIVOXY_SRC_PCRE)/pcre.c       $(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h $(DIR_PRIVOXY_SRC_PCRE)/chartables.c 
753 $(DIR_PRIVOXY_OBJ)/pcreposix.@OBJEXT@:  $(DIR_PRIVOXY_SRC_PCRE)/pcreposix.c  $(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h $(DIR_PRIVOXY_SRC_PCRE)/pcreposix.h
754 $(DIR_PRIVOXY_OBJ)/study.@OBJEXT@:      $(DIR_PRIVOXY_SRC_PCRE)/study.c      $(DIR_PRIVOXY_SRC_PCRE)/config.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/pcre.h
755
756 # An auxiliary program makes the PCRE default character table source
757
758 $(DIR_PRIVOXY_SRC_PCRE)/chartables.c:   $(DIR_PRIVOXY_OBJ)/dftables@EXEEXT@
759                 $(DIR_PRIVOXY_SRC_PCRE)/dftables@EXEEXT@ >$(DIR_PRIVOXY_SRC_PCRE)/chartables.c
760
761 $(DIR_PRIVOXY_OBJ)/dftables@EXEEXT@:       $(DIR_PRIVOXY_SRC_PCRE)/dftables.c $(DIR_PRIVOXY_SRC_PCRE)/maketables.c $(DIR_PRIVOXY_SRC_PCRE)/pcre.h $(DIR_PRIVOXY_SRC_PCRE)/internal.h $(DIR_PRIVOXY_SRC_PCRE)/config.h
762                 $(CC) -o $(DIR_PRIVOXY_SRC_PCRE)/dftables@EXEEXT@ $(CFLAGS) $(DIR_PRIVOXY_SRC_PCRE)/dftables.c
763
764 # Win32
765 $(DIR_PRIVOXY_OBJ)/w32log.@OBJEXT@:      $(DIR_PRIVOXY_SRC)/config.h  $(DIR_PRIVOXY_SRC)/errlog.h  $(DIR_PRIVOXY_SRC)/jcc.h         $(DIR_PRIVOXY_SRC)/loadcfg.h    $(DIR_PRIVOXY_SRC)/miscutil.h  $(DIR_PRIVOXY_SRC)/pcrs.h    $(DIR_PRIVOXY_SRC)/project.h  $(DIR_PRIVOXY_SRC)/w32log.c  $(DIR_PRIVOXY_SRC)/w32log.h     $(DIR_PRIVOXY_SRC)/w32taskbar.h      $(DIR_PRIVOXY_SRC)/win32.h  $(DIR_PRIVOXY_SRC_PCRE)/pcre.h  $(DIR_PRIVOXY_SRC_PCRE)/pcreposix.h
766 $(DIR_PRIVOXY_OBJ)/win32.@OBJEXT@:       $(DIR_PRIVOXY_SRC)/config.h  $(DIR_PRIVOXY_SRC)/jcc.h     $(DIR_PRIVOXY_SRC)/loadcfg.h     $(DIR_PRIVOXY_SRC)/pcrs.h       $(DIR_PRIVOXY_SRC)/project.h   $(DIR_PRIVOXY_SRC)/w32log.h  $(DIR_PRIVOXY_SRC)/win32.c    $(DIR_PRIVOXY_SRC)/win32.h   $(DIR_PRIVOXY_SRC_PCRE)/pcre.h  $(DIR_PRIVOXY_SRC_PCRE)/pcreposix.h
767 $(DIR_PRIVOXY_OBJ)/w32taskbar.@OBJEXT@:  $(DIR_PRIVOXY_SRC)/config.h  $(DIR_PRIVOXY_SRC)/w32log.h  $(DIR_PRIVOXY_SRC)/w32taskbar.c  $(DIR_PRIVOXY_SRC)/w32taskbar.h
768
769 $(DIR_PRIVOXY_OBJ)/w32res.res: $(DIR_PRIVOXY_SRC)/w32res.rc \
770                 $(DIR_PRIVOXY_SRC)/w32res.h \
771                 $(DIR_PRIVOXY_SRC)/config.h \
772                 $(DIR_PRIVOXY_SRC)/icons/ico00001.ico \
773                 $(DIR_PRIVOXY_SRC)/icons/ico00002.ico \
774                 $(DIR_PRIVOXY_SRC)/icons/ico00003.ico \
775                 $(DIR_PRIVOXY_SRC)/icons/ico00004.ico \
776                 $(DIR_PRIVOXY_SRC)/icons/ico00005.ico \
777                 $(DIR_PRIVOXY_SRC)/icons/ico00006.ico \
778                 $(DIR_PRIVOXY_SRC)/icons/ico00007.ico \
779                 $(DIR_PRIVOXY_SRC)/icons/ico00008.ico \
780                 $(DIR_PRIVOXY_SRC)/icons/idle.ico \
781                 $(DIR_PRIVOXY_SRC)/icons/privoxy.ico
782         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
783
784 # AmigaOS
785 @AMIGAOS_ONLY@OBJS += $(DIR_PRIVOXY_OBJ)/amiga.@OBJEXT@
786 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
787 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
788 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
789 $(DIR_PRIVOXY_OBJ)/amiga.@OBJEXT@: $(DIR_PRIVOXY_SRC)/amiga.c $(DIR_PRIVOXY_SRC)/amiga.h $(DIR_PRIVOXY_SRC)/config.h
790
791
792 $(PROGRAM): $(OBJS) $(W32_FILES)
793         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
794
795 clean:
796         $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) \
797         default.action `find . -name TAGS -o -name tags`
798
799 tidy:
800         $(RM) `find . -name "*~"`
801 #       $(RM) `find . -name "#*#"` # what is this for??
802         $(RM) `find . -name ".\#*"`
803
804 clobber: tidy
805         $(RM) GNUmakefile configure src/config.h.in src/config.h config.cache config.status config.log logfile \
806               privoxy.log core *.tar.gz *.tar privoxy-cl.spec $(DOC_DIR)/ldp.dsl \
807                     $(DOC_DIR)/GNUmakefile
808
809 #
810 # FIXME: What is all this? 
811 #
812         $(RM) cscope.*  *.pdb *.lib *.exp 
813
814 distclean: clobber
815
816 tags: $(SRCS) $(HDRS)
817         etags $(SRCS) $(HDRS)
818
819 CONF_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(CONF_BASE)" = "$(prefix)/etc" ];then \
820                 $(ECHO) "$(CONF_BASE)/privoxy";\
821          else\
822                  $(ECHO) "$(CONF_BASE)";\
823          fi)
824
825 LOG_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(LOGS_DEST)" = "$(prefix)/var/log/privoxy" ];then \
826                 $(ECHO) "/var/log/privoxy" ;\
827          else\
828                  $(ECHO) "$(LOGS_DEST)";\
829          fi)
830
831 PID_DEST:=$(shell if [ "$(prefix)" = "/usr/local" ] && [ "$(PIDS_DEST)" = "$(prefix)/var/run" ];then \
832                 $(ECHO) "/var/run" ;\
833          else\
834                  $(ECHO) "$(PIDS_DEST)";\
835          fi)
836
837 check_doc:=$(shell if [ ! -d "$(SHARE_DEST)/doc" ] && [ "$(prefix)" = "/usr/local" ]  && [ -d "$(prefix)/doc" ];then \
838                 $(ECHO) "1";\
839          else\
840                  $(ECHO) "0";\
841          fi)
842
843 # If USER is specified but no GROUP, assume there is a GROUP of same name.
844 GROUP_T:=$(shell if [ x$(GROUP) = x ] && [ x$(USER) != x ];then \
845                 $(ECHO) "$(USER)" ;\
846          else\
847                  $(ECHO) "$(GROUP)";\
848          fi)
849
850 install-strip:
851         $(MAKE) install STRIP=-s
852
853 # FIXME: Test USER and GROUP on Slack to make sure this works as 
854 # intended.
855 #
856 # FIXME: id handling needs help, probably via configure, since 'id -u' is not 
857 # universally reliable (eg Solaris). Group handling could be better. 
858 # Perhaps the whole user/group validation should be done here.
859 install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
860         # Quick test for valid USER.
861         if [ -n "$(USER)" ]; then \
862                 id $(USER) >/dev/null || exit 1;\
863         fi
864         # Test for valid group.
865         if [ -n "$(GROUP_T)" ] && [ -n "$(USER)" ] && ! groups $(USER) | $(GREP) "\<$(GROUP_T)\>" >/dev/null; then \
866                 $(ECHO) Group $(GROUP_T) for User $(USER) is invalid && exit 1 ;\
867         fi
868         
869         $(ECHO) "Creating directories, and preparing Privoxy installation"
870         $(CHMOD) 0755 $(MKDIR)
871         $(MKDIR) $(SBIN_DEST) $(prefix) $(CONF_DEST) $(CONF_DEST)/templates $(SHARE_DEST) \
872                 $(LOG_DEST) $(PID_DEST)
873         # Install the executable binary, strip if invoked as install-strip
874         test -n "$(STRIP)" &&\
875         $(ECHO) Installing $(PROGRAM) stripped executable to $(SBIN_DEST) ||\
876         $(ECHO) Installing $(PROGRAM) executable to $(SBIN_DEST)
877         $(INSTALL) $(INSTALL_P) $(STRIP) $(PROGRAM) $(SBIN_DEST)
878      
879         # Install the DOCS and man page 
880         -if [ $(check_doc) = 0 ]; then \
881                 DOC=$(DOC_DEST) ;\
882         else \
883                 DOC=$(prefix)/doc/privoxy ;\
884         fi;\
885         $(MKDIR) $$DOC $$DOC/user-manual $$DOC/faq $$DOC/developer-manual \
886              $$DOC/man-page $$DOC/images $(MAN_DEST) ;\
887         if [ -d "$(DOK_WEB)" ]; then \
888                 $(ECHO) Installing FAQ, Manual, and other docs to $$DOC;\
889           for i in user-manual developer-manual faq; do \
890                for ii in $(DOK_WEB)/$$i/*html; do \
891                     $(INSTALL) $(INSTALL_T) $$ii $$DOC/$$i;\
892                done ;\
893           done ;\
894           for i in $(DOK_WEB)/images/*jpg; do \
895                $(INSTALL) $(INSTALL_T) $$i $$DOC/images;\
896           done ;\
897                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/man-page/*html $$DOC/man-page;\
898                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/privoxy-index.html $$DOC/index.html;\
899                 $(INSTALL) $(INSTALL_T) AUTHORS $$DOC;\
900                 $(INSTALL) $(INSTALL_T) LICENSE $$DOC;\
901                 $(INSTALL) $(INSTALL_T) README $$DOC;\
902                 $(INSTALL) $(INSTALL_T) ChangeLog $$DOC;\
903                 $(INSTALL) $(INSTALL_T) $(DOK_WEB)/p_doc.css $$DOC;\
904         fi
905         $(ECHO) Installing man page to $(MAN_DEST)/privoxy.1
906         -$(INSTALL) $(INSTALL_T) privoxy.1  $(MAN_DEST)/privoxy.1
907
908         # Change the config file default directories according to the configured ones
909         $(ECHO) Rewriting config for this installation
910         if [ -f config.base ] ; then \
911                 $(CAT) config >config~ ;\
912                 $(MV) config.base config ;\
913         fi
914         $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \
915         $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated
916         $(MV) config config.base
917         $(MV) config.updated config 
918
919         # Install the config support files. Test for root install, and abort 
920         # if there is no privoxy user, and no other user was enabled during 
921         # configure. Later, install init script if appropriate.
922         $(ECHO) Installing templates to $(CONF_DEST)/templates
923         for i in `find templates -type f`; do \
924                 $(INSTALL) $(INSTALL_T) $$i $(CONF_DEST)/templates ;\
925         done
926
927         if [ "`id |sed 's/(.*//' |sed 's/.*=//'`" = "0" ] ;then\
928                 if [ x$(USER) = x ] || [ $(USER) = root ]; then \
929                         if [ "`id privoxy`" ]; then \
930                                 $(ECHO) "Warning: Setting user and group to privoxy";\
931                                 INSTALL_CONF="$(INSTALL_T) -g privoxy -o privoxy" ;\
932                                 USER=privoxy ;\
933                                 GROUP_T=privoxy ;\
934                         else \
935                                 $(ECHO)  "******************************************************************" ;\
936                                 $(ECHO)  " WARNING! WARNING! installing config files as root!" ;\
937                                 $(ECHO)  " It is strongly recommended to run $(PROGRAM) as non-root user," ;\
938                                 $(ECHO)  " and to install the config files as that user!" ;\
939                                 $(ECHO)  " Please read INSTALL, and create a privoxy user!" ;\
940                                 $(ECHO)  "*******************************************************************" ;\
941                                 exit 1 ;\
942                         fi ;\
943                 else \
944                         $(ECHO) "Superuser install, installing config files as $(USER):$(GROUP_T)" ;\
945                         INSTALL_CONF="$(INSTALL_T) -o $(USER) -g $(GROUP_T)" ;\
946                 fi ;\
947         else \
948                 if [ ! "`id $(USER)`" = "`id`" ] ;then \
949                         $(ECHO) "** WARNING ** current install user different from configured user!!" ;\
950                         $(ECHO) "Edit may fail." ;\
951                 fi ;\
952                 INSTALL_CONF="$(INSTALL_T)" ;\
953         fi ;\
954         $(ECHO) Installing configuration files to $(CONF_DEST);\
955         for i in $(CONFIGS); do \
956                 if [ -s "$(CONF_DEST)/$$i" ] ; then \
957                         $(ECHO) Installing $$i as $$i.new ;\
958                         $(INSTALL) $$i $(CONF_DEST)/$$i.new || exit 1;\
959                         NEW=1;\
960                 else \
961                         if test "$$i" = "config" || test "$$i" = "default.filter"; then \
962                                 $(INSTALL)  $$i $(CONF_DEST) || exit 1;\
963                                 $(CHMOD) 0640 $(CONF_DEST)/$$i ;\
964                         else \
965                                 $(INSTALL) $$INSTALL_CONF $$i $(CONF_DEST) || exit 1;\
966                         fi;\
967                 fi ;\
968         done ;\
969         if [ -n "$$NEW" ]; then \
970                 $(CHMOD) 0640 $(CONF_DEST)/*.new || exit 1 ;\
971                 $(ECHO) "Warning: Older config files are preserved. Check new versions for changes!" ;\
972         fi ;\
973         ! test -f $(LOG_DEST)/logfile && $(ECHO) Creating logfiles in $(LOG_DEST) || \
974                 $(ECHO) Checking logfiles in $(LOG_DEST) ;\
975         $(TOUCH) $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || exit 1 ;\
976         if [ x$$USER != x ]; then \
977                 $(CHOWN) $$USER:$$GROUP_T $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || \
978                 $(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
979         fi ;\
980         $(CHMOD) 0640 $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || exit 1 ;\
981         if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
982                 if [ -f /etc/slackware-version ] && [ -d /etc/rc.d/ ] && [ -w /etc/rc.d/ ] ; then \
983                $(SED) 's+%PROGRAM%+$(PROGRAM)+' slackware/rc.privoxy.orig | \
984                $(SED) 's+%SBIN_DEST%+$(SBIN_DEST)+' | \
985                $(SED) 's+%CONF_DEST%+$(CONF_DEST)+' | \
986                $(SED) 's+%USER%+$$USER+' | \
987                $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
988                         $(INSTALL) $(INSTALL_P) slackware/rc.privoxy /etc/rc.d/ ;\
989                $(ECHO) "Installing for Slackware." ;\
990                $(ECHO) "Dont forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
991                 elif [ -f /etc/redhat-release ] && [ -d /etc/rc.d/init.d/ ] && [ -w /etc/rc.d/init.d/ ] ; then \
992                $(ECHO) "Installing init script to /etc/rc.d/init.d/privoxy" ;\
993                         $(SED) 's,^PRIVOXY_BIN=.*,PRIVOXY_BIN="/usr/local/sbin/$(PROGRAM)",' privoxy.init |\
994                         $(SED) 's,^PRIVOXY_CONF=.*,PRIVOXY_CONF="$(CONF_DEST)/config",' |\
995                         $(SED) "s,^PRIVOXY_USER=.*,PRIVOXY_USER=$$USER," > init.tmp ;\
996                         $(INSTALL) $(INSTALL_P) init.tmp /etc/rc.d/init.d/privoxy && $(RM) init.tmp;\
997                         $(MKDIR) /etc/logrotate.d/ ;\
998                         $(ECHO) "Installing logrotate script to /etc/logrotate.d/" ;\
999                         $(INSTALL) $(INSTALL_P) privoxy.logrotate /etc/logrotate.d/privoxy ;\
1000                 elif [ -d /etc/init.d ] && [ -w /etc/init.d ] ; then \
1001                         $(ECHO) "Installing generic init script to /etc/init.d/privoxy" ;\
1002                         $(ECHO) "Please check that the PATHs are correct, and edit if needed." ;\
1003                         $(INSTALL) $(INSTALL_P) privoxy-generic.init /etc/init.d/privoxy ;\
1004                 fi ;\
1005         else \
1006                 $(ECHO) "No init script installed, install it manually if needed" ;\
1007         fi
1008         # mmmmm, good.
1009         @$(ECHO) "Privoxy installation succeeded!"
1010         @$(ECHO) "The Privoxy configuration files have been installed in $(CONF_DEST)"
1011
1012 # rmdir is used as a precaution since it will not remove non-empty
1013 # directories. RH creates lock file and pid file.
1014 uninstall: CONF_DEST LOG_DEST PID_DEST check_doc
1015         $(ECHO) Starting Privoxy uninstallation
1016         # KILL privoxy if running
1017         -if [ -f /etc/redhat-release ] && [ -d /etc/rc.d/init.d/ ] && [ -w /etc/rc.d/init.d/ ] ; then \
1018                 /etc/rc.d/init.d/privoxy stop >/dev/null 2>/dev/null ;\
1019                 chkconfig --del $(PROGRAM) 2>/dev/null;\
1020         fi
1021         -@ test -f $(PID_DEST)/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1022           $(KILL) `$(CAT) $(PID_DEST)/privoxy.pid` 
1023         -@ test -f /var/run/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
1024           $(KILL) `$(CAT) /var/run/privoxy.pid `
1025
1026         # Program binary
1027         $(ECHO) Removing $(PROGRAM) binary
1028         $(RM) $(SBIN_DEST)/$(PROGRAM) $(SBIN_DEST)/$(PROGRAM)~
1029
1030         # config files and dir, and maybe old install backups
1031         $(ECHO) Removing $(PROGRAM) config files
1032         for i in $(CONFIGS); do \
1033                 $(RM) $(CONF_DEST)/$$i $(CONF_DEST)/$$i~ $(CONF_DEST)/$$i.new ;\
1034         done
1035         $(RM) -r $(CONF_DEST)/templates
1036         
1037         # man page and docs
1038         $(ECHO) Removing $(PROGRAM) docs
1039         -$(RM) $(MAN_DEST)/privoxy.1*
1040         -$(RM) -r $(DOC_DEST) || $(RM) -r $(prefix)/doc/privoxy
1041
1042         # Log and jarfile and pidfile
1043         $(ECHO) Removing $(PROGRAM) logs
1044         -$(RM) $(LOG_DEST)/logfile $(PID_DEST)/privoxy.pid $(LOG_DEST)/jarfile
1045
1046         # Final clean up of unused directories. Special handling of CONF and LOG
1047      # destinations.
1048         $(ECHO) Removing $(PROGRAM) directories
1049         for i in $(LOG_DEST) $(CONF_DEST); do \
1050                 if test -d $$i; then \
1051                         $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1052                 fi;\
1053         done
1054         if [  ! "$(prefix)" = "/usr/local" ] ;then \
1055                 for i in $(MAN_DEST) $(MAN_DIR) $(SHARE_DEST)/doc $(SHARE_DEST) $(SBIN_DEST); do \
1056                         if test -d $$i; then \
1057                                 $(RMDIR) $$i || $(ECHO) "$$i is not empty, not removed" ;\
1058                         fi;\
1059                 done;\
1060                 if test $(LOG_DEST) != /var/log/privoxy && test -d $(prefix)/var/log; then \
1061                         $(RMDIR) $(prefix)/var/log || $(ECHO) "$(prefix)/var/log is not empty, not removed";\
1062                 fi ;\
1063                 if test $(PID_DEST) != /var/run && test -d $(prefix)/var/run; then \
1064                         $(RMDIR) $(prefix)/var/run || $(ECHO) "$(prefix)/var/run is not empty, not removed";\
1065                 fi ;\
1066                 if test $(prefix)/var != /var && test -d $(prefix)/var; then \
1067                         $(RMDIR) $(prefix)/var || $(ECHO) "$(prefix)/var is not empty, not removed" ;\
1068                 fi ;\
1069                 if test $(prefix) != / && test $(prefix) != /usr && test -d $(prefix); then \
1070                         $(ECHO) Removing installation directory $(prefix) ;\
1071                         $(RMDIR) $(prefix) || $(ECHO) "$(prefix) is not empty, not removed" ;\
1072                 fi;\
1073         fi
1074
1075         # init scripts and logrotate
1076         if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
1077                 $(ECHO) Removing $(PROGRAM) init script ;\
1078                 if [ -f /etc/slackware-version ] && [ -d /etc/rc.d/ ]  && [ -w /etc/rc.d/ ] ; then \
1079                         $(RM) /etc/rc.d/rc.privoxy ;\
1080                 elif [ -f /etc/redhat-release ] && [ -d /etc/rc.d/init.d/ ]  && [ -w /etc/rc.d/init.d/ ] ; then \
1081                         $(RM) /etc/rc.d/init.d/privoxy /etc/logrotate.d/privoxy;\
1082                 elif [ -d /etc/init.d ] && [ -w /etc/init.d ] ; then \
1083                         $(RM) /etc/init.d/privoxy ;\
1084                 else \
1085                         $(ECHO) "Unable to remove privoxy init script, not installed or permission denied" ;\
1086                 fi ;\
1087         fi
1088         $(ECHO) Privoxy uninstalled, bye
1089
1090 coffee:
1091          @perl -e 'print pack "C*", (31,139,8,8,153,63,226,60,2,3,99,111,102,102,101,101,0,109,143,205,13,192,32,8,133,\
1092                   239,78,241,110,234,1,28,160,171,152,208,53,26,117,247,22,165,73,137,125,9,1,62,126,2,128,169,5,243,143,\
1093                   13,139,49,164,65,100,149,152,102,73,141,88,73,178,116,205,100,69,253,36,102,81,49,83,236,19,225,171,131,\
1094                   214,172,163,73,4,168,123,115,71,126,247,122,94,128,178,227,95,154,12,86,215,122,197,249,146,187,54,220,125,\
1095                   193,51,228,11,1,0,0);'|zcat
1096
1097 #############################################################################
1098
1099 ## Local Variables:
1100 ## tab-width: 3
1101 ## end:
1102
1103 # $Log: GNUmakefile.in,v $
1104 # Revision 1.128  2002/10/18 05:36:32  hal9
1105 # More install target fixes:
1106 # - Quick fix of log ownership on root install (lightly tested). If this goes
1107 #   true to form, then the fix will break something else :(
1108 # - Fix what looks like was invalid user on Slack if root install and
1109 #   we use an existing privoxy user. No way to test this.
1110 # See FIXMEs.
1111 #
1112 # Revision 1.127  2002/10/18 00:58:07  hal9
1113 # More install/uninstall/install-strip updates:
1114 # - Don't install gzipped man page (Solaris again).
1115 # - Don't overwrite existing config files, and install new versions as *.new.
1116 #   Fix permissions/ownership here too.
1117 # - Better testing before removing directories.
1118 # - Some better messages during install, ie 'Preserving configs', etc.
1119 # - Better handling of install-strip to fix previous problem of trying to strip
1120 #   init scripts.
1121 # - Crude test for valid USER in case is set on command line.
1122 # - Force immediate exit on some errors (eg invalid group).
1123 #
1124 # Revision 1.126  2002/10/16 05:38:00  hal9
1125 # More make install/uninstall updates:
1126 # -Make compatible with install-sh with does not support -b flag, and can only
1127 #  handle one file at a time (sigh).
1128 # -Manually save existing config files, if they exist.
1129 # -Fix install-strip so does not try to strip init scripts.
1130 #
1131 # Revision 1.125  2002/10/15 05:53:34  hal9
1132 # A few more cleanups:
1133 # -use mkinstalldirs consistently.
1134 # -Install init script and logrotate only is prefix=/usr/local (installed to
1135 #  system dir /etc instead of /usr/local...)
1136 # -Test for directory existence before removing to avoid misleading error
1137 #  messages.
1138 #
1139 # Revision 1.124  2002/10/13 19:58:09  hal9
1140 # Hopefully, this is final updates for install and uninstall targets.
1141 # - Fix typo in chown syntax
1142 # - chmod on mkinstalldirs to make it executable (is there a better way?).
1143 # - Cleanup comments, and revert most of previous output cleanup changes.
1144 # - Include all HTML docs, since there are cross links between these.
1145 # - Improved group handling (still some potential problems, see FIXME).
1146 # - Update PHONY targets.
1147 # - Uninstall was not removing CONF and LOG destinations in some situations.
1148 # - Various other minor cleanups.
1149 #
1150 # Revision 1.123  2002/10/12 06:05:41  hal9
1151 # WIP: This is mostly to fix various problems encountered on SF CF Solaris
1152 # servers for the install target only. This did not handle /[^C]*, test -e, not
1153 # quoting within tests (ie [ `id $(USER)` = `id` ] needs quoting) in some
1154 # situations, and does not support id -u (with the id in $PATH, but there is
1155 # another...). Also, cleaned up output. Needs testing. I am unable to test the
1156 # root install stuff either. It installs now at least (not tested further).
1157 # A few other nits.
1158 #
1159 # Revision 1.122  2002/10/11 06:03:08  hal9
1160 # Really install FAQ this time, and not u-m in two locations. Include images
1161 # for u-m.
1162 #
1163 # Revision 1.120  2002/10/10 20:39:27  dessent
1164 #
1165 #
1166 # Fixes for Win32 GUI build (added "$(DIR_PRIVOXY_SRC)/" to dependencies list)
1167 #
1168 # Revision 1.119  2002/09/23 03:42:41  hal9
1169 # This is higuita's make install/uninstall patch. Needs testing please!!!
1170 #
1171 # Revision 1.118  2002/09/11 08:22:37  oes
1172 # Fixed path (C_HDRS are in src/ now)
1173 #
1174 # Revision 1.117  2002/09/06 23:33:35  hal9
1175 # Fix clobber for config.h and config.h.in are in src now.
1176 #
1177 # Revision 1.116  2002/09/06 05:22:57  hal9
1178 # Adapt make webserver target to 3.0 for pdf uploading.
1179 #
1180 # Revision 1.115  2002/09/05 19:13:04  hal9
1181 # Migrate Karstens make snapshot stuff (not tested).
1182 #
1183 # Revision 1.114  2002/09/05 11:58:30  oes
1184 # Synced in some changes fromm the stable branch:
1185 #   From Revision 1.104.2.14  2002/08/10 11:19:37  oes:
1186 #    - Add dependency: pcrs.o deps on config.h
1187 #   Revision 1.104.2.9  2002/07/26 15:17:02  oes
1188 #    - Added generation of default.action from defaul.action.master
1189 #    - Deleted obsolete re_filterfile.txt generation
1190 #
1191 # Revision 1.113  2002/07/30 21:50:25  hal9
1192 # Add redhat-test target, and migrate the RPM_PACKAGEV stuff from 3.0 branch.
1193 #
1194 # Revision 1.112  2002/06/28 18:30:10  jongfoster
1195 # Fixing bugs compiling PCRE
1196 #
1197 # Revision 1.111  2002/06/05 00:26:21  hal9
1198 # Move all doc build stuff to doc/source/GNUmakefile, leaving a 'make dok'
1199 # target only in toplevel. Add DOC_STATUS variable so docs can be built without
1200 # touching sgml source.
1201 #
1202 # Revision 1.110  2002/06/04 14:51:48  jongfoster
1203 # Updating for new paths:
1204 # - Source files in src/
1205 # - Object files in obj/
1206 #
1207 # Revision 1.109  2002/05/28 09:16:15  oes
1208 # Added comment for -notoc kludge
1209 #
1210 # Revision 1.108  2002/05/28 03:56:08  hal9
1211 # make dok-index target for privoxy-index.html. Fix *bak dead soldiers in
1212 # doc/webserver.
1213 #
1214 # Revision 1.107  2002/05/27 23:26:33  mal0rd
1215 # Made doc-generation configuration automatic.
1216 # References to DB2HTML were removed, not used.
1217 # --with-docbook now only needed if in odd path.
1218 #
1219 # Revision 1.106  2002/05/26 04:55:11  mal0rd
1220 # Added debian-dist and debian-upload targets.  Also documented usage.
1221 #
1222 # Revision 1.105  2002/05/25 22:48:19  hal9
1223 # Add -notoc to README build (per oes's dsl magic).
1224 #
1225 # Revision 1.104  2002/05/24 00:03:49  oes
1226 # Use p_doc.css for the Homepage for consistency
1227 #
1228 # Revision 1.103  2002/05/23 23:19:00  oes
1229 # Use dsl without TOC for the homepage
1230 #
1231 # Revision 1.102  2002/05/16 01:20:17  hal9
1232 # make announce target added.
1233 #
1234 # Revision 1.101  2002/05/15 12:28:46  oes
1235 # Trying to keep Hal happy :)
1236 #
1237 # Revision 1.100  2002/05/08 13:48:18  hal9
1238 # Ooops, that trashed JB v2.0.2 comment. Fixed.
1239 #
1240 # Revision 1.99  2002/05/08 13:42:07  hal9
1241 # This fixes the numbering problem on index.html in contact info section (.1.). Using
1242 # perl, since its way too convoluted to try to fix proper with docbook.
1243 #
1244 # Revision 1.98  2002/05/03 14:33:06  oes
1245 # Replaced ldp(OK).dsl handling with generation via autoconf; handle all file exeptions to src tarball via find
1246 #
1247 # Revision 1.97  2002/04/27 20:27:43  swa
1248 # no longer needed due to new
1249 # PACKAGE_VERSION process
1250 #
1251 # Revision 1.96  2002/04/27 17:44:32  morcego
1252 # - Correcting typo in my name (Rodrigo, not Rodgrigo) :-)
1253 # - Using the RM macro everywhere rm is called (either we use, or don't)
1254 # - Same for RPM
1255 #
1256 # Revision 1.95  2002/04/27 15:37:25  swa
1257 # replacing directory in document creation process
1258 # no longer necessary.
1259 #
1260 # Revision 1.94  2002/04/27 08:23:29  swa
1261 # pdf process reviewed and cleaned up
1262 #
1263 # Revision 1.93  2002/04/27 04:55:53  morcego
1264 # privoxy-cl.spec now gets removed by clobber target
1265 #
1266 # Revision 1.92  2002/04/27 04:53:40  morcego
1267 # Adding --exclude "PACKAGERS" to every tar command that applies (not for
1268 #   webserver target)
1269 #
1270 # Revision 1.91  2002/04/27 04:44:51  morcego
1271 # GNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
1272 #   the PACKAGERS file, as well privoxy-cl.spec (in case it was created)
1273 # GNUmakefile.in: New targets -> conectiva-spec, conectiva-dist and
1274 #   conectiva-upload
1275 # genclspec.sh  : New file to generate, from privoxy-rh.spec, a specfile
1276 #   for Conectiva Linux
1277 #
1278 # Revision 1.90  2002/04/26 17:46:53  swa
1279 # be consistent
1280 #
1281 # Revision 1.89  2002/04/26 17:20:54  swa
1282 # just produce single html files to proces them later with Destiller or somesuch. looks prettier.
1283 #
1284 # Revision 1.88  2002/04/25 19:13:57  morcego
1285 # Removed RPM release number declaration on configure.in
1286 # Changed makefile to use given value for RPM_PACKAGEV when on uploading
1287 # targets (will produce an error, explaining who to do it, if no value
1288 # if provided).
1289 #
1290 # Revision 1.87  2002/04/23 14:10:59  swa
1291 # now create pdf documents
1292 #
1293 # Revision 1.86  2002/04/15 04:30:27  hal9
1294 # Missed two -pi.bak's on perl/cygwin problem.
1295 #
1296 # Revision 1.85  2002/04/14 01:05:34  hal9
1297 # Revert dok-webserver change for SF logo.
1298 #
1299 # Revision 1.84  2002/04/13 22:43:25  hal9
1300 # -Fix dok-webserver for SF logo (more perl).
1301 # -Change all perl -pi to perl -pi.bak for Cygwin problem.
1302 #
1303 # Revision 1.83  2002/04/12 09:39:25  oes
1304 # Excluding yet more files from tarball; making dist warning yet more scary
1305 #
1306 # Revision 1.82  2002/04/11 21:07:11  oes
1307 # Excluding more files from tarball build
1308 #
1309 # Revision 1.81  2002/04/11 14:40:27  oes
1310 # Fixed typo -- Thanks, Moritz!
1311 #
1312 # Revision 1.80  2002/04/11 12:50:00  oes
1313 # Fixed tarball-dist target
1314 #
1315 # Revision 1.79  2002/04/11 06:49:28  oes
1316 # 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
1317 #
1318 # Revision 1.78  2002/04/09 13:37:11  sarantis
1319 # fix tar options typo
1320 #
1321 # Revision 1.77  2002/04/09 13:28:53  swa
1322 # build suse and gen-dist with html docs
1323 #
1324 # Revision 1.76  2002/04/08 22:43:41  oes
1325 # Fix: Include dotfiles in fixing webserver permissions
1326 #
1327 # Revision 1.75  2002/04/08 22:14:59  oes
1328 # Silencing tar warnings in the web* targets
1329 #
1330 # Revision 1.74  2002/04/08 15:22:44  hal9
1331 # This has finishing touches for dok building. Should be ready to go.
1332 # -The main doc build is now 'make dok', should work on Redhat too.
1333 # -Removed man page from main doc build. It is built separately due to
1334 #  perl scripts that most aren't likely to have.
1335 #
1336 # Revision 1.73  2002/04/08 14:03:24  oes
1337 # oes for al: Fix install target
1338 #
1339 # Revision 1.72  2002/04/08 13:42:11  oes
1340 # Added safety check to *-dist targets; fixed permissions for feedback logfile
1341 #
1342 # Revision 1.71  2002/04/07 20:32:03  hal9
1343 # -Add meta data kludge for make dok-webserver via $(PERL).
1344 # -Add subdirs for 'make dok-release'.
1345 #
1346 # Revision 1.70  2002/04/07 08:59:40  swa
1347 # generated files. do NOT edit.
1348 # fixed directory bug in makefile.
1349 #
1350 # Revision 1.69  2002/04/07 08:10:47  swa
1351 # create some of the webserver docs
1352 # automatically (in particular if
1353 # those docs recycle other documentation
1354 # fragments). Now committed webserver's
1355 # index file.
1356 #
1357 # Revision 1.68  2002/04/07 07:58:11  swa
1358 # create some of the webserver docs
1359 # automatically (in particular if
1360 # those docs recycle other documentation
1361 # fragments)
1362 #
1363 # Revision 1.67  2002/04/07 05:31:42  hal9
1364 # Add 'dok-release' target:
1365 # -Set doc entities to VERSION and CODE_STATUS during make.
1366 # -Set doc conditional content flags (stable vs non-stable).
1367 # A separate target for the time being but needs to be incorporated into
1368 # dok build at some point.
1369 # -Filter out a spurious ^G from new man page > html converion in man2html.
1370 #
1371 # Revision 1.66  2002/04/06 20:28:21  jongfoster
1372 # Prettifying groff2html.
1373 # Using GNU Make's conditional makefile feature rather than shell "if"s.
1374 # (The shell "if"s were hiding errors)
1375 # "perl" -> "$(PERL)"
1376 # Spaces->tabs in a couple of places.
1377 #
1378 # Revision 1.65  2002/04/06 05:16:39  hal9
1379 # -Add 'authors' and 'man' targets for AUTHORS and man-page (WIP).
1380 # -Both of these will soon be generated files.
1381 #
1382 # Revision 1.64  2002/04/04 22:14:51  oes
1383 # No longer rely on find honoring -iname
1384 #
1385 # Revision 1.63  2002/04/04 21:06:22  swa
1386 # cosmetics.
1387 #
1388 # Revision 1.62  2002/04/04 20:49:50  swa
1389 # attempt to consolidate the
1390 # different dokbook versions.
1391 #
1392 # Revision 1.61  2002/04/04 19:18:21  swa
1393 # readme was leftover directory. use w3m instead
1394 # of lynx to be consistent among developers. use
1395 # consistent target naming.
1396 #
1397 # Revision 1.60  2002/04/04 12:25:41  oes
1398 # Tidy webserver upload w/o *~ files, CVS dirs and logfiles and with proper dir and file permissions
1399 #
1400 # Revision 1.59  2002/04/04 08:32:45  swa
1401 # wrong name for tarball-dist target. further fixed content of tarball dist
1402 #
1403 # Revision 1.58  2002/04/04 06:32:58  hal9
1404 # New dok targets for make readme.
1405 #
1406 # Revision 1.57  2002/04/04 00:36:36  gliptak
1407 # always use pcre for matching
1408 #
1409 # Revision 1.56  2002/04/03 22:28:03  gliptak
1410 # Removed references to gnu_regex
1411 #
1412 # Revision 1.55  2002/04/03 19:54:29  swa
1413 # freebsd tested to work. attempt to move tarball dist target forward
1414 #
1415 # Revision 1.54  2002/04/03 14:54:07  oes
1416 # Standard clean and clobber semantics II
1417 #
1418 # Revision 1.53  2002/04/03 14:19:16  oes
1419 # Standard clean and clobber semantics
1420 #
1421 # Revision 1.52  2002/04/03 02:56:18  hal9
1422 # Revert previous FAQ numbering kludge.
1423 #
1424 # Revision 1.51  2002/04/02 13:03:56  oes
1425 # Added fix for webserver permissions
1426 #
1427 # Revision 1.50  2002/04/02 03:46:24  hal9
1428 # Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
1429 # to make the Table of Contents not so 'busy' looking. SuSE needs testing :)
1430 #
1431 # Revision 1.49  2002/03/30 22:20:12  swa
1432 # cd didn't work. neither did find.
1433 #
1434 # Revision 1.48  2002/03/30 19:04:06  swa
1435 # people release differently. no good.
1436 # I want to make parts of the docs only.
1437 #
1438 # Revision 1.47  2002/03/30 09:05:21  swa
1439 # better packaging. better rpm building.
1440 # tar failed on sun (no exclude there).
1441 #
1442 # Revision 1.46  2002/03/29 20:09:01  swa
1443 # al's patch
1444 #
1445 # Revision 1.45  2002/03/29 19:45:45  swa
1446 # for lazy swa
1447 #
1448 # Revision 1.44  2002/03/29 17:42:44  gliptak
1449 # Correcting for Solaris tar limitations
1450 #
1451 # Revision 1.43  2002/03/29 07:40:03  swa
1452 # fixed make webserver. doh
1453 #
1454 # Revision 1.42  2002/03/29 06:59:04  swa
1455 # other users could not modify files on webserver
1456 #
1457 # Revision 1.41  2002/03/28 20:43:00  swa
1458 # set make correctly
1459 #
1460 # Revision 1.40  2002/03/28 04:22:44  hal9
1461 # More on man2html stuff.
1462 #
1463 # Revision 1.39  2002/03/28 01:04:14  hal9
1464 # More man2html stuff for docs.
1465 #
1466 # Revision 1.38  2002/03/27 16:02:30  swa
1467 # have a generic target
1468 #
1469 # Revision 1.37  2002/03/27 15:30:26  swa
1470 # have a consistent appearance
1471 #
1472 # Revision 1.36  2002/03/27 14:58:08  swa
1473 # can be used by mutilple targets
1474 #
1475 # Revision 1.35  2002/03/27 14:53:19  swa
1476 # added solaris-dist
1477 #
1478 # Revision 1.34  2002/03/27 10:30:11  swa
1479 # we want a html man file on the webserver
1480 #
1481 # Revision 1.33  2002/03/27 03:05:35  hal9
1482 # Added man2html target for docs (redhat-dok only for now)
1483 #
1484 # Revision 1.32  2002/03/26 22:29:54  swa
1485 # we have a new homepage!
1486 #
1487 # Revision 1.31  2002/03/26 14:00:18  swa
1488 # fixed make tarball, tarball-dist, tarball-clean
1489 #
1490 # Revision 1.30  2002/03/25 12:52:25  swa
1491 # new targets
1492 #
1493 # Revision 1.29  2002/03/24 17:03:55  jongfoster
1494 # Name change
1495 #
1496 # Revision 1.28  2002/03/24 16:19:48  swa
1497 # configure needs to be generated.
1498 #
1499 # Revision 1.27  2002/03/24 16:13:57  swa
1500 # generated files are a nono in cvs
1501 #
1502 # Revision 1.26  2002/03/24 15:36:02  swa
1503 # did not build.
1504 #
1505 # Revision 1.25  2002/03/24 14:31:08  swa
1506 # remove more crappy files. set RPM
1507 # release version correctly.
1508 #
1509 # Revision 1.24  2002/03/24 14:19:55  swa
1510 # set rpm package release in configure.in. nowhere else.
1511 #
1512 # Revision 1.23  2002/03/24 13:06:49  swa
1513 # suse-clean now runs fine
1514 #
1515 # Revision 1.22  2002/03/24 12:56:21  swa
1516 # name change related issues.
1517 #
1518 # Revision 1.21  2002/03/24 12:43:57  swa
1519 # name change
1520 #
1521 # Revision 1.20  2002/03/24 11:39:17  jongfoster
1522 # Renaming config files
1523 #
1524 # Revision 1.19  2002/03/22 20:53:03  morcego
1525 # - Ongoing process to change name to JunkbusterNG
1526 # - configure/configure.in: no change needed
1527 # - GNUmakefile.in:
1528 #         - TAR_ARCH = /tmp/JunkbusterNG-$(RPM_VERSION).tar.gz
1529 #         - PROGRAM    = jbng@EXEEXT@
1530 #         - rh-spec now references as junkbusterng-rh.spec
1531 #         - redhat-upload: references changed to junkbusterng-* (package names)
1532 #         - tarball-dist: references changed to JunkbusterNG-distribution-*
1533 #         - tarball-src: now JunkbusterNG-*
1534 #         - install: initscript now junkbusterng.init and junkbusterng (when
1535 #                    installed)
1536 # - junkbuster-rh.spec: renamed to junkbusterng-rh.spec
1537 # - junkbusterng.spec:
1538 #         - References to the expression ijb where changed where possible
1539 #         - New package name: junkbusterng (all in lower case, acording to
1540 #           the LSB recomendation)
1541 #         - Version changed to: 2.9.13
1542 #         - Release: 1
1543 #         - Added: junkbuster to obsoletes and conflicts (Not sure this is
1544 #           right. If it obsoletes, why conflict ? Have to check it later)
1545 #         - Summary changed: Stefan, please check and aprove it
1546 #         - Changes description to use the new name
1547 #         - Sed string was NOT changed. Have to wait to the manpage to
1548 #           change first
1549 #         - Keeping the user junkbuster for now. It will require some aditional
1550 #           changes on the script (scheduled for the next specfile release)
1551 #         - Added post entry to move the old logfile to the new log directory
1552 #         - Removing "chkconfig --add" entry (not good to have it automaticaly
1553 #           added to the startup list).
1554 #         - Added preun section to stop the service with the old name, as well
1555 #           as remove it from the startup list
1556 #         - Removed the chkconfig --del entry from the conditional block on
1557 #           the preun scriptlet (now handled on the %files section)
1558 # - junkbuster.init: renamed to junkbusterng.init
1559 # - junkbusterng.init:
1560 #         - Changed JB_BIN to jbng
1561 #         - Created JB_OBIN with the old value of JB_BIN (junkbuster), to
1562 #           be used where necessary (config dir)
1563 #
1564 # Aditional notes:
1565 # - The config directory is /etc/junkbuster yet. Have to change it on the
1566 # specfile, after it is changes on the code
1567 # - The only files that got renamed on the cvs tree were the rh specfile and
1568 # the init file. Some file references got changes on the makefile and on the
1569 # rh-spec (as listed above)
1570 #
1571 # Revision 1.18  2002/03/21 23:00:00  swa
1572 # want to autogenerate stuff.
1573 #
1574 # Revision 1.17  2002/03/19 19:30:04  morcego
1575 # - Fixing stylesheet checking on configure. If it is found, no further checks
1576 #   should be done
1577 #
1578 # - configure will now check for db2html or docbook2html (should work now
1579 #   on SuSe without the docbktls package)
1580 #
1581 # Revision 1.16  2002/03/14 22:32:32  hal9
1582 # Bumped the RPM version.
1583 #
1584 # Revision 1.15  2002/03/08 20:00:28  swa
1585 # some leftovers.
1586 #
1587 # Revision 1.14  2002/03/07 18:25:56  swa
1588 # synced redhat and suse build process
1589 #
1590 # Revision 1.13  2002/03/07 17:17:56  oes
1591 # (Hopefully) fixed for older make versions
1592 #
1593 # Revision 1.12  2002/03/07 15:28:27  swa
1594 # more informative
1595 #
1596 # Revision 1.11  2002/03/06 14:33:18  sarantis
1597 # Use proper temp file, not "abc".
1598 #
1599 # Revision 1.10  2002/03/06 14:19:35  sarantis
1600 # Cleanup PID_FILE_PATH from redhat-dist target
1601 #
1602 # Revision 1.9  2002/03/05 17:31:11  morcego
1603 # Search for docbook.dsl. Should solve portability problems for SuSe.
1604 #
1605 # Revision 1.8  2002/03/05 14:07:42  morcego
1606 # configure now detects rpm topdir, and change GNUmakefile acordingly
1607 #    (based on sugestion by Sarantis Paskalis)
1608 #
1609 # Revision 1.7  2002/03/05 13:43:28  morcego
1610 # Checking for text browser, so redhat-dok can work.
1611 #
1612 # Revision 1.6  2002/03/05 13:10:51  morcego
1613 # Changes to implement redhat-dok (Hal Burgiss)
1614 # Changes to make it work on other distros and out-of-the-shelf configurations
1615 #
1616 # Revision 1.5  2002/02/27 15:30:39  hal9
1617 # Reset $(RPM_PACKAGEV) to 1 (was 2)
1618 #
1619 # Revision 1.4  2002/01/17 21:44:04  jongfoster
1620 # Adding urlmatch.[ch]
1621 #
1622 # Revision 1.3  2002/01/04 15:26:08  oes
1623 # Added tarball-src target
1624 #
1625 # Revision 1.2  2001/12/30 14:07:31  steudten
1626 # - Add signal handling (unix)
1627 # - Add SIGHUP handler (unix)
1628 # - Add creation of pidfile (unix)
1629 # - Add action 'top' in rc file (RH)
1630 # - Add entry 'SIGNALS' to manpage
1631 # - Add exit message to logfile (unix)
1632 #
1633 # Revision 1.1  2001/12/01 11:22:57  jongfoster
1634 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
1635 # make break in a more obvious way.
1636 # Adding .PHONY section.
1637 #
1638 # Revision 1.40  2001/12/01 00:24:11  jongfoster
1639 # Renaming various config files
1640 # Fixing CR->CRLF under Win32 (I hope)
1641 #
1642 # Revision 1.39  2001/11/06 12:07:30  steudten
1643 # Add --clean for building rpm in target redhat-dist.
1644 #
1645 # Revision 1.38  2001/11/05 21:35:23  steudten
1646 # Complete rewrite for the 'redhat-dist' target.
1647 # Checks for writeable RPM build directories for calling user.
1648 # So you must not be root, just set the modes to 1777 to
1649 # build a RH package.
1650 # Fix the upload-target to be arch independant.
1651 # Add target for 'solaris-dist' - coming soon.
1652 #
1653 # Revision 1.37  2001/11/01 00:52:04  hal9
1654 # Redhat-upload stuff per Stefan.
1655 #
1656 # Revision 1.36  2001/10/31 19:26:13  swa
1657 # automate process of uploading new releases
1658 # to sf.
1659 #
1660 # Revision 1.35  2001/10/15 22:14:59  joergs
1661 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
1662 #  the general CFLAGS already.
1663 #
1664 # Revision 1.34  2001/10/15 18:28:06  steudten
1665 # remove config.cache for target clobber.
1666 # Cleanup make dist for RH and S.u.S.E.
1667 #
1668 # Revision 1.33  2001/10/10 12:43:33  oes
1669 # Added ugly hack to make install target work at least for some setups.
1670 #
1671 # Revision 1.32  2001/10/09 22:38:19  jongfoster
1672 # Correcting actionsfile filename for Win32 INI build
1673 #
1674 # Revision 1.31  2001/09/23 10:13:48  swa
1675 # upload process established. run make webserver and
1676 # the documentation is moved to the webserver. documents
1677 # are now linked correctly.
1678 #
1679 # Revision 1.30  2001/09/19 17:55:49  oes
1680 # Fixed CFLAGS
1681 #
1682 # Revision 1.29  2001/09/16 17:34:27  jongfoster
1683 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
1684 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
1685 # of build problems.
1686 #
1687 # Revision 1.28  2001/09/13 15:19:08  swa
1688 # we want text files as well.
1689 #
1690 # Revision 1.27  2001/09/13 13:11:37  steudten
1691 #
1692 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
1693 #
1694 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
1695 # Mac OSX (Darwin) support added.
1696 #
1697 # Revision 1.25  2001/09/12 22:55:45  joergs
1698 # AmigaOS support added.
1699 #
1700 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
1701 #
1702 # OS/2 port: update autoconf'd support for the platform.
1703 #
1704 # Revision 1.23  2001/09/12 16:28:42  swa
1705 # added "make dok" section to generate html pages from
1706 # the sgml source documents. note that the we do not want
1707 # generated stuff in cvs.
1708 #
1709 # Revision 1.22  2001/09/10 16:31:23  swa
1710 # buildroot definition in the specfile fucks up the build
1711 # process under suse. hence I moved it to the "rpm -ta"
1712 # command
1713 #
1714 # Revision 1.21  2001/09/10 11:12:49  oes
1715 # Turning on -Wall
1716 #
1717 # Revision 1.20  2001/08/02 22:04:29  jongfoster
1718 # Removing some remaining references to obsolete w32rulesdlg.[ch]
1719 #
1720 # Revision 1.19  2001/07/30 22:14:03  jongfoster
1721 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
1722 #
1723 # Revision 1.18  2001/07/29 17:09:17  jongfoster
1724 # Major changes to build system in order to fix these bugs:
1725 # - pthreads under Linux was broken - changed -lpthread to -pthread
1726 # - Compiling in MinGW32 mode under CygWin now correctly detects
1727 #   which shared libraries are available
1728 # - Solaris support (?) (Not tested under Solaris yet)
1729 #
1730 # Revision 1.17  2001/07/28 16:44:54  oes
1731 # Fixed sed LF->CRLF conversion and removed deprecated files
1732 #
1733 # Revision 1.16  2001/07/15 19:45:33  jongfoster
1734 # Added support for linking with POSIX threads library
1735 #
1736 # Revision 1.15  2001/07/13 13:48:07  oes
1737 #  - Moved STATIC #define for pcre to (ac)config.h
1738 #  - Made -Ipcre depandant on static pcre compilation to
1739 #    avoid version conflicts
1740 #  - Included compilation and depandancies for new deanimate.c
1741 #  - Made changes to the pcre/pcreposix/pcrs build process
1742 #    as required by the new library autodetection in
1743 #    configure.in
1744 #
1745 # Revision 1.14  2001/07/01 16:27:44  oes
1746 # Fixed misplaced dependancy
1747 #
1748 # Revision 1.13  2001/06/29 13:18:36  oes
1749 # - added depandancy of filters.o on cgi.h
1750 #
1751 # Revision 1.12  2001/06/12 17:15:56  swa
1752 # fixes, because a clean build on rh6.1 was impossible.
1753 # GZIP confuses make, %configure confuses rpm, etc.
1754 #
1755 # Revision 1.11  2001/06/11 11:26:35  sarantis
1756 # RPM version should be the same as ijbswa version.  The rpm release is
1757 # specified in the specfile.
1758 #
1759 # Revision 1.10  2001/06/07 17:27:45  swa
1760 # added suse build section
1761 #
1762 # Revision 1.9  2001/06/04 18:31:58  swa
1763 # files are now prefixed with either `confdir' or `logdir'.
1764 # `make redhat-dist' replaces both entries confdir and logdir
1765 # with redhat values
1766 #
1767 # Revision 1.8  2001/06/04 10:44:57  swa
1768 # `make redhatr-dist' now works. Except for the paths
1769 # in the config file.
1770 #
1771 # Revision 1.7  2001/06/03 17:09:09  swa
1772 # swa for oes: reversed my earlier change
1773 #
1774 # Revision 1.6  2001/06/03 17:07:27  swa
1775 # swa for oes
1776 #
1777 # Revision 1.5  2001/06/03 13:57:26  swa
1778 # compile cgi.c (for andreas' GUI)
1779 #
1780 # Revision 1.4  2001/05/31 21:18:45  jongfoster
1781 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
1782 #
1783 # Revision 1.3  2001/05/29 20:02:48  joergs
1784 # Changes for AmigaOS added.
1785 #
1786 # Revision 1.2  2001/05/17 22:23:23  oes
1787 #  - Added auto-generation of CRLFs for Win32 config files
1788 #  - Added comment-prefix to all Win32-only options in the config file
1789 #    and provided auto stripping of this prefix for the Win32 platform by make
1790 #
1791 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
1792 # Initial import of version 2.9.3 source tree
1793 #
1794 #