e4e10888e560ccf769d374f0ec9ce1520ad1333e
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.95 2002/04/27 15:37:25 swa Exp $
4 #
5 # Written by and Copyright (C) 2001 the SourceForge
6 # Privoxy team. http://www.privoxy.org/
7 #
8 # Based on the Internet Junkbuster originally written
9 # by and Copyright (C) 1997 Anonymous Coders and 
10 # Junkbusters Corporation.  http://www.junkbusters.com
11 #
12 # This program is free software; you can redistribute it 
13 # and/or modify it under the terms of the GNU General
14 # Public License as published by the Free Software
15 # Foundation; either version 2 of the License, or (at
16 # your option) any later version.
17 #
18 # This program is distributed in the hope that it will
19 # be useful, but WITHOUT ANY WARRANTY; without even the
20 # implied warranty of MERCHANTABILITY or FITNESS FOR A
21 # PARTICULAR PURPOSE.  See the GNU General Public
22 # License for more details.
23 #
24 # The GNU General Public License should be included with
25 # this file.  If not, you can view it at
26 # http://www.gnu.org/copyleft/gpl.html
27 # or write to the Free Software Foundation, Inc., 59
28 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 #
30
31 #############################################################################
32 # Set make command correctly
33 #############################################################################
34 @SET_MAKE@
35
36 #############################################################################
37 # Version number (for RPM)
38 #############################################################################
39
40 VERSION_MAJOR = @VERSION_MAJOR@
41 VERSION_MINOR = @VERSION_MINOR@
42 VERSION_POINT = @VERSION_POINT@
43 CODE_STATUS   = @CODE_STATUS@
44 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
45 RPM_VERSION   = $(VERSION)
46
47
48 #############################################################################
49 # Directories for "make install"
50 #############################################################################
51
52 DEST        = @prefix@
53 CONFDEST    = @prefix@@sysconfdir@
54 SBIN_DEST   = @prefix@@sbindir@
55 MAN_DEST    = @prefix@@mandir@
56 DOK_WEB_USEM=doc/webserver/user-manual
57
58 #############################################################################
59 # Build tools
60 #############################################################################
61
62 PROGRAM    = privoxy@EXEEXT@
63 CC         = @CC@
64 ECHO       = echo
65 GZIP_PROG  = gzip
66 #INSTALL    = cp -f
67 INSTALL    = @INSTALL@
68 INSTALL_P  = -m 0750 -g @GROUP@ -o @USER@ -b
69 INSTALL_T  = -m 0640 -g @GROUP@ -o @USER@ -b
70 INSTALL_D  = -m 0750 -g @GROUP@ -o @USER@ -d
71 LD         = @CC@
72 RM         = rm -f
73 STRIP_PROG = strip
74 SED        = sed
75 CAT        = cat
76 RPM        = rpm
77 MV         = mv
78 TAR        = tar
79 LN         = ln
80 WDUMP      = @WDUMP@ -dump
81 JADECAT    = @JADECAT@
82 JADEBIN    = @JADEBIN@
83 DB         = $(JADEBIN) $(JADECAT) -ihtml -t sgml  -D.. -d ldpOK.dsl\#html
84 DB2HTML    = @DB2HTML@
85 DKPREFIX   = @DKPREFIX@
86 MAN2HTML   = @MAN2HTML@
87 G2H_CMD    = groff -mandoc -Thtml
88 TARGET_OS  = @host@
89 PERL       = perl
90
91 #User Group paras
92 USER       = @USER@
93 GROUP      = @GROUP@
94
95 # Program to do LF->CRLF
96 #
97 # The sed version should be the most portable, but it doesn't for for me,
98 # the other two do.  FIXME.
99 #   - Jon
100 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
101 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
102 DOSFILTER  = $(PERL) -p -e 's/\n/\r\n/'
103
104 #############################################################################
105 # Setup for make distribution rh and suse for now 
106 #############################################################################
107
108 TAR_ARCH = /tmp/privoxy-$(RPM_VERSION).tar.gz
109 RPM_BASE = @RPM_BASE@
110
111 #############################################################################
112 # We include these files in our distributions
113 #############################################################################
114 # take care that no CVS .cvsignore or other crappy files
115 # are included here
116 # and escape every '#' in the find. doh.
117 CONFIG_FILES = config trust \
118                 default.action \
119                 basic.action intermediate.action advanced.action \
120                 default.filter \
121                 `find templates/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"`
122
123 DOC_FILES = AUTHORS LICENSE README ChangeLog \
124                 `find doc/text/ -type f | grep -v "CVS" | grep -v "\.\#" | grep -v ".*~" | grep -v ".cvsignore" | grep -v "TAGS"` \
125                 `find doc/webserver/ -name "*.html"` \
126                 `find doc/webserver/ -name "*.css"` \
127                 privoxy.1
128
129 #############################################################################
130 # Filenames and libraries
131 #############################################################################
132
133 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
134          errlog.c filters.c gateway.c jbsockets.c jcc.c killpopup.c \
135          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
136          urlmatch.c
137
138 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
139 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
140
141 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c
142 W32_FILES = @WIN_ONLY@w32.res
143 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
144 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h
145 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
146 W32_INIS  = @WIN_ONLY@config.txt trust.txt
147
148 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
149 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
150 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
151
152 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
153 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
154 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
155
156 # No REGEX (maybe because dynamically linked pcreposix):
157 REGEX_SRC    =
158 @STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
159
160 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
161 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
162
163 # Dependencies introduced by #include "project.h".
164 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
165
166 # Socket libraries for platforms that need them explicitly defined
167 SOCKET_LIB   = @SOCKET_LIB@
168
169 # PThreads library, if needed.
170 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
171
172 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
173 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
174 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
175 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
176
177
178 #############################################################################
179 # Compiler switches
180 #############################################################################
181
182 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
183 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
184 # Win32 GUI build.
185 # The flag "-pthread" is required if using Pthreads under Linux (and
186 # possibly other OSs).
187 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
188
189 # Add your flags here 
190 OTHER_CFLAGS =   
191
192 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
193          @STATIC_PCRE_ONLY@ -Ipcre 
194
195 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
196
197
198 #############################################################################
199 # Build section.
200 #
201 # There should NOT be any targets above this line.
202 #############################################################################
203 all: $(PROGRAM)
204
205
206 #############################################################################
207 # Phony targets
208 #############################################################################
209 .PHONY: all inifiles redhat-dist redhat-upload solaris-dist suse-dist \
210 suse-upload win-dist tarball-dist dok redhat-dok webserver clean clobber tags \
211 install conectiva-spec conectiva-dist conectiva-upload
212
213
214 #############################################################################
215 # Define this explicitly because Solaris is broken!
216 #############################################################################
217 %.o: %.c
218         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
219
220
221 #############################################################################
222 # Win32 config files
223 #############################################################################
224
225 inifiles: $(W32_INIS)
226
227 config.txt: config
228         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
229                -e 's!\jarfile jarfile!jarfile jar.log!' \
230                -e 's!\logfile logfile!logfile privoxy.log!' \
231                -e 's!#Win32-only: !!' \
232                < $< | \
233                $(DOSFILTER) > $@
234         # LF to CRLF in default.action
235         $(DOSFILTER) <default.action >default.action.txt && mv default.action.txt default.action
236         # LF to CRLF in default.filter
237         $(DOSFILTER) <default.filter >default.filter.txt && mv default.filter.txt default.filter
238
239 trust.txt: trust
240         $(DOSFILTER) < $< > $@ 
241
242 re_filterfile.txt: re_filterfile
243         $(DOSFILTER) < $< > $@ 
244
245
246 #############################################################################
247 # Pre-dist check:
248 #############################################################################
249 dist-check:
250         @if [ -d CVS ]; then \
251            $(ECHO) "***************************************************"; \
252            $(ECHO) "***                                             ***"; \
253            $(ECHO) "***                  WARNING                    ***"; \
254            $(ECHO) "***                                             ***"; \
255            $(ECHO) "*** The presence of a CVS subdirectory suggests ***"; \
256            $(ECHO) "*** that you are trying to build a distribution ***"; \
257            $(ECHO) "*** package based on a checked out, not an      ***"; \
258            $(ECHO) "*** exported copy of the source tree. Please    ***"; \
259            $(ECHO) "*** see \"Releasing a new version\" in the        ***"; \
260            $(ECHO) "*** developer manual.                           ***"; \
261            $(ECHO) "***                                             ***"; \
262            $(ECHO) "***************************************************"; \
263            $(ECHO) "Type \"yes i am sure\" if you are sure that you"; \
264            $(ECHO) -n "really want to proceed: "; \
265            read answer; \
266            if [ "$$answer" != "yes i am sure" ]; then exit 1; fi \
267          fi;
268
269
270 #############################################################################
271 # RPM specifice stuff (SuSE or Redhat, ..)
272 #############################################################################
273 rpm-stuff: dist-check clean clobber 
274         for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
275                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
276                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
277                         $(ECHO) "Or add a suitable path to .rpmmacros like."; \
278                         $(ECHO) "%_topdir /home/foo/rpm-build"; \
279                         exit 1; \
280                 fi; \
281         done; \
282
283 check-release:
284         @if [ "$(RPM_PACKAGEV)" = "" ]; then \
285                 echo ; \
286                 echo "  ERROR: NO RPM_PACKAGEV VALUE"; \
287                 echo "  No value given for RPM_PACKAGEV. Please use:"; \
288                 echo "  make dist-upload RPM_PACKAGEV=release"; \
289                 echo "  where \"release\" is the release number you want to and"; \
290                 echo "  where \"dist\" is the name of the distro (redhat or suse)"; \
291                 echo ; \
292                 echo "  Ex: make redhat-upload RPM_PACKAGEV=1"; \
293                 echo ""; \
294                 echo "ATTENTION: If your distribution use a specific tag on the"; \
295                 echo "           release field (like \"cl\" for Conectiva, and"; \
296                 echo "           \"mdk\" for Mandrake), DO NOT put it on the value"; \
297                 echo "           given to RPM_PACKAGEV. It will be added automaticaly."; \
298                 echo "           Do it like you would do for a redhat package,"; \
299                 echo "           (i.e. just the number)."; \
300                 echo ; \
301                 exit 1; \
302         fi
303
304
305 #############################################################################
306 # Create Conectiva specfile from RedHat specfile
307 #############################################################################
308 conectiva-spec:
309         $(RM) privoxy-cl.spec
310         chmod a+x genclspec.sh
311         ./genclspec.sh
312
313 #############################################################################
314 # Conectiva distribution for x86
315 #############################################################################
316 conectiva-dist: rpm-stuff conectiva-spec
317
318         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-rh.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
319         $(RPM) --clean -ta  $(TAR_ARCH)
320         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
321
322 conectiva-upload: check-release
323         make redhat-upload RPM_PACKAGEV=$(RPM_PACKAGEV)cl
324
325 #############################################################################
326 # redhat distribution alpha and x86
327 #############################################################################
328 redhat-dist: rpm-stuff
329
330         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
331         $(RPM) --clean -ta  $(TAR_ARCH)
332         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
333
334 # anonymously ncftps the rpms to sourceforge
335 redhat-upload: check-release
336         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
337 # better should use `arch` here instead of ix86 to support other platforms too
338         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
339         @$(ECHO) -------------------------------------------------------
340         @$(ECHO) Now goto
341         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
342         @$(ECHO) ... and release the files.
343         @$(ECHO) -------------------------------------------------------
344      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
345
346 #############################################################################
347 # suse distribution. works fine. no need to be root. 
348 #############################################################################
349 suse-dist: rpm-stuff
350         TMPFILE=$$(mktemp -q /tmp/$(PROGRAM).XXXXXX); \
351         if $(SED) -e 's/^\(Version:\).*/\1 $(RPM_VERSION)/g' \
352              -e 's/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' \
353               privoxy-suse.spec > $$TMPFILE ; then \
354         $(MV) -f $$TMPFILE privoxy-suse.spec; \
355         else \
356                 $(ECHO) "Could not set version info in specfile."; \
357         exit 1;\
358         fi
359
360         $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-rh.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) .
361         $(RPM) --clean -ta  $(TAR_ARCH)
362         if [ -f $(TAR_ARCH) ]; then  $(RM) $(TAR_ARCH); fi
363
364 # anonymously ncftps the rpms to sourceforge
365 suse-upload: check-release
366         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
367 # better should use `arch` here instead of ix86 to support other platforms too
368         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/privoxy-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
369         @$(ECHO) -------------------------------------------------------
370         @$(ECHO) Now goto
371         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
372         @$(ECHO) ... and release the files.
373         @$(ECHO) -------------------------------------------------------
374
375 # handle with care. use with root.
376 suse-clean:
377         $(RPM) -e junkbuster-suse || true
378         $(RM) -r /etc/junkbuster
379         $(RM) -r /etc/rc.d/junkbuster*
380         $(RM) -r /var/run/junkbuster.pid 
381         $(RM) -r /var/log/junkbuster
382         $(RM) /etc/init.d/junkbuster
383         $(RM) /usr/sbin/junkbuster
384         $(RM) /usr/sbin/rcjunkbuster
385         $(RM) /usr/share/man/man1/junkbuster.1.gz
386         $(RPM) -e privoxy-suse || true
387         $(RM) -r /etc/privoxy
388         $(RM) -r /etc/rc.d/privoxy*
389         $(RM) -r /var/run/privoxy.pid 
390         $(RM) -r /var/log/privoxy
391         $(RM) /etc/init.d/privoxy
392         $(RM) /usr/sbin/privoxy
393         $(RM) /usr/sbin/rcprivoxy
394         $(RM) /usr/share/man/man1/privoxy.1.gz
395
396 #############################################################################
397 # generic distribution
398 #############################################################################
399 gen-dist: dist-check
400         @$(ECHO) ""
401         @$(ECHO) "You have run autoconf && autoheader && ./configure right?"
402         @$(ECHO) ""
403         $(MAKE) $(PROGRAM)
404         $(STRIP_PROG) $(PROGRAM)
405         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
406 # add program
407         (cd .. && $(TAR) -cvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM))
408 # add config files
409         for foo in $(CONFIG_FILES); do \
410                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
411         done; 
412 # add documentation
413         for foo in $(DOC_FILES); do \
414                 (cd .. && $(TAR) -uvhf --exclude "PACKAGERS" privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar privoxy-$(VERSION)-$(CODE_STATUS)/$$foo;) \
415         done;
416 # and zip the archive
417         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)
418         $(GZIP_PROG) ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar
419         @$(ECHO) Distribution with binary created.
420
421 # anonymously ncftps the package to sourceforge
422 gen-upload:
423         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar.gz
424         @$(ECHO) -------------------------------------------------------
425         @$(ECHO) Now goto
426         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
427         @$(ECHO) ... and release the files.
428         @$(ECHO) -------------------------------------------------------
429
430 # use with care
431 gen-clean:
432         $(RM) privoxy-$(TARGET_OS)-$(VERSION)-$(CODE_STATUS)-src.tar*
433
434 #############################################################################
435 # solaris distribution. verified on SF machines by swa.
436 #############################################################################
437 solaris-dist: gen-dist
438         @$(ECHO) Done.
439 # anonymously ncftps the package to sourceforge
440 solaris-upload: gen-upload
441         @$(ECHO) Done.
442 # use with care
443 solaris-clean: gen-clean
444         @$(ECHO) Done.
445
446 #############################################################################
447 # hpux distribution
448 #############################################################################
449 hpux-dist:
450         @$(ECHO) coming soon. 
451 hpux-upload:
452         @$(ECHO) coming soon. 
453
454 #############################################################################
455 # debian distribution
456 #############################################################################
457 debian-dist:
458         @$(ECHO) coming soon. 
459 debian-upload:
460         @$(ECHO) coming soon. 
461
462 #############################################################################
463 # macosx distribution
464 #############################################################################
465 macosx-dist:
466         @$(ECHO) coming soon. 
467 macosx-upload:
468         @$(ECHO) coming soon. 
469
470 #############################################################################
471 # amiga distribution
472 #############################################################################
473 amiga-dist:
474         @$(ECHO) coming soon. 
475 amiga-upload:
476         @$(ECHO) coming soon. 
477
478 #############################################################################
479 # freebsd distribution. verified on SF machines by swa.
480 #############################################################################
481 freebsd-dist: gen-dist
482         @$(ECHO) Done.
483 # anonymously ncftps the package to sourceforge
484 freebsd-upload: gen-upload
485         @$(ECHO) Done.
486 # use with care
487 freebsd-clean: gen-clean
488         @$(ECHO) Done.
489
490 #############################################################################
491 # Windows distribution
492 #############################################################################
493 win-dist:
494         $(ECHO) Not implemented.
495
496
497 #############################################################################
498 # Tarball distribution: No CVS dirs, dotfiles, debian build dir,
499 # (FIXME:) only parts of the static / generated docs mix in doc/webserver
500 #############################################################################
501
502 tarball-dist: dist-check clean clobber
503         $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
504
505         for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \
506         -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" \)`; do \
507            files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
508         done &&  \
509         cd .. && $(TAR) -cvhf --exclude "PACKAGERS" privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
510
511 # and zip the archive
512         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS) 
513         $(GZIP_PROG) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar
514         @$(ECHO) Tarball distribution created.
515
516 # anonymously ncftps the tarball to sourceforge
517 tarball-upload:
518         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
519         @$(ECHO) -------------------------------------------------------
520         @$(ECHO) Now goto
521         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
522         @$(ECHO) ... and release the files.
523         @$(ECHO) -------------------------------------------------------
524
525 tarball-clean:
526         $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
527
528 #############################################################################
529 #
530 # Documentation
531 #
532 # converts doc/source/*.sgml into html, text and man pages
533 #
534 #############################################################################
535
536 # now works for swa
537 # our style file
538 doc/source/ldpOK.dsl:
539 #       if [ "$(DKPREFIX)" != "none" ]; then \
540 #               sed -e "s@/usr/share/sgml/docbook/dsssl-stylesheets@$(DKPREFIX)@g" doc/source/ldp.dsl > doc/source/ldpOK.dsl; \
541 #       else \
542 #               cp doc/source/ldp.dsl doc/source/ldpOK.dsl; \
543 #       fi
544         cp doc/source/ldp.dsl doc/source/ldpOK.dsl;
545
546 # Otherwise we get plain groff conversion.
547 groff2html:
548         $(G2H_CMD) ./privoxy.1 | $(SED) -e 's@</head>@<link REL="STYLESHEET" TYPE="text/css" HREF="../p_doc.css"></head>@' > doc/webserver/man-page/privoxy-man-page.html
549
550 # developer manual
551 dok-devel: doc/source/ldpOK.dsl
552         $(RM) doc/webserver/developer-manual/*.html
553         $(RM) -r doc/source/developer-manual
554         mkdir -p doc/text doc/source/developer-manual
555         cd doc/source/developer-manual && $(DB) ../developer-manual.sgml && cd .. && cp developer-manual/*.html ../webserver/developer-manual/
556         cd doc/source && $(DB) -V nochunks developer-manual.sgml > tmp.html && $(WDUMP) tmp.html > ../text/developer-manual.txt && $(RM) -r tmp.html developer-manual
557
558 # user manual
559 dok-user: doc/source/ldpOK.dsl
560         $(RM) doc/webserver/user-manual/*.html
561         $(RM) -r doc/source/user-manual/
562         mkdir -p doc/text doc/source/user-manual
563         cd doc/source/user-manual && $(DB) ../user-manual.sgml && cd .. && cp user-manual/*.html ../webserver/user-manual/
564         cd doc/source && $(DB) -V nochunks user-manual.sgml > tmp.html && $(WDUMP) tmp.html > ../text/user-manual.txt && $(RM) -r tmp.html user-manual
565
566 # faq
567 dok-faq: doc/source/ldpOK.dsl
568         $(RM) doc/webserver/faq/*.html
569         $(RM) -r doc/source/faq
570         mkdir -p doc/text doc/source/faq
571         cd doc/source/faq && $(DB) ../faq.sgml && cd .. && cp faq/*.html ../webserver/faq/
572         cd doc/source && $(DB) -V nochunks faq.sgml > tmp.html && $(WDUMP) tmp.html > ../text/faq.txt && $(RM) -r tmp.html faq
573
574 # man page
575 dok-man: doc/source/ldpOK.dsl
576         $(RM) doc/man/* doc/webserver/man-page/*.html
577 ifneq ($(MAN2HTML),false)
578         $(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
579         man ./privoxy.1 | $(MAN2HTML) -bare >> doc/webserver/man-page/privoxy-man-page.html
580         $(ECHO) "</body></html>" >> doc/webserver/man-page/privoxy-man-page.html
581 else
582         $(MAKE) groff2html
583 endif
584
585 # readme page
586 dok-readme: doc/source/ldpOK.dsl
587         cd doc/source && $(DB) -V nochunks readme.sgml > tmp.html &&\
588         $(WDUMP) tmp.html > ../../README && $(RM) -r tmp.html
589
590 # webserver files
591 dok-webserver: doc/source/ldpOK.dsl
592         cd doc/source/webserver && $(DB) -V nochunks index.sgml > ../../webserver/index.html
593         $(PERL) -pi.bak -e 's/..\/p_doc.css/p_web.css/;\
594      s/<\/HEAD/\n<meta name=\"description\" content=\"Privoxy helps consumers reduce unwanted junk email and protect their privacy from direct marketing companies.\"><\/HEAD/;\
595         s/<\/HEAD/\n<meta name="MSSmartTagsPreventParsing" content="TRUE"><\/HEAD/'\
596      doc/webserver/index.html && $(RM) doc/source/webserver/*.bak
597
598 # Main documentation target.
599 dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors
600 # kludge to force recreation on next run. Rodrigo? -swa
601 # I see no need for it, but no problem either. Let it stay. -morcego
602         @$(RM) doc/source/ldpOK.dsl
603         @$(ECHO) Documentation created.
604
605 #
606 # an alternative to the above dok. disabled man page creation for the moment
607 #
608 redhat-dok: dok-release dok-devel dok-user dok-faq redhat-readme dok-webserver dok-authors
609 # kludge to force recreation on next run. Rodrigo? -swa
610 # I see no need for it, but no problem either. Let it stay. -morcego
611         @$(RM) doc/source/ldpOK.dsl
612         @$(ECHO) Documentation created.
613
614 # For those with man2html ala RH7's.
615 man2html:
616         mkdir -p doc/webserver/man-page
617 ifneq ($(MAN2HTML),false)
618         $(MAN2HTML) privoxy.1 |grep -v "^Content-type" > tmp.html
619         $(PERL) -pi.bak -e 's/<A .*Contents<\/A>//; s/<A .*man2html<\/A>/man2html/' tmp.html
620         $(PERL) -pi.bak -e 's/(<\/HEAD>)/<LINK REL=\"STYLESHEET\" TYPE=\"text\/css\" HREF=\"..\/p_doc.css\"><\/HEAD>/' tmp.html
621 # Get rid of spurious \a from conversion. (How to do this with perl?)
622         $(SED) -e 's/\a//g' tmp.html > doc/webserver/man-page/privoxy-man-page.html && $(RM) tmp.*
623 else
624         $(MAKE) groff2html
625 endif
626
627 ## Make README
628 redhat-readme: doc/source/ldpOK.dsl
629         cd doc/source && $(DB) -V nochunks readme.sgml > tmp.html && $(WDUMP) \
630           tmp.html > ../../README && $(RM) -r tmp.html
631         # kludge to force recreation on next run. Rodgrigo?
632         @$(RM) doc/source/ldpOK.dsl
633
634 ## Make AUTHORS file
635 dok-authors: doc/source/ldpOK.dsl
636         cd doc/source && $(DB) -V nochunks authors.sgml > tmp.html && $(WDUMP) \
637           tmp.html > ../../AUTHORS && $(RM) tmp.html
638         # kludge to force recreation on next run. Rodgrigo?
639         @$(RM) doc/source/ldpOK.dsl
640
641 # make a man page, and then (lousy) HTML version.
642 # Requires docbook2man (short perl script), see comments 
643 # in privoxy-man-page.sgml. This target is not invoked from other dok targets.
644 # It is built separately due to dependencies on perl scripts.
645 man: doc/source/ldpOK.dsl
646         mkdir -p doc/source/man
647         cd doc/source/man && docbook2man ../privoxy-man-page.sgml &&\
648         perl -pi.bak -e 's/ <URL:.*>//; s/\[ /\[/g' privoxy.1
649         cd doc/source/man && $(DB) ../privoxy-man-page.sgml &&\
650         mv -f index.html privoxy-man-page.html
651      # This html is not used. See make man2html.
652         mv -f doc/source/man/privoxy.1 privoxy.1
653         $(MAKE) man2html
654      # kludge to force recreation on next run. Rodgrigo?
655         @$(RM) -r doc/source/ldpOK.dsl doc/source/man
656
657 # Set doc entities for VERSION and CODE_STATUS in sgml docs. Toggle content
658 # exceptions accordingly. This needs to go before any doc building (doh).
659 dok-release:
660         @$(ECHO) Setting doc version and status to $(VERSION), $(CODE_STATUS)
661         @$(PERL) -pi.bak -e 's/<!entity +p-version.*>/<!entity p-version "$(VERSION)">/;\
662      s/<!entity +p-status.*>/<!entity p-status "$(CODE_STATUS)">/' \
663      doc/source/*sgml doc/source/*/*sgml
664         $(RM) -r doc/source/*bak doc/source/*/*bak
665 ifeq ($(CODE_STATUS),stable)
666         @$(ECHO) Setting docs to stable $(VERSION)
667         @$(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "INCLUDE">/;\
668      s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "IGNORE">/' \
669      doc/source/*sgml doc/source/*/*sgml
670         $(RM) -r doc/source/*bak doc/source/*/*bak
671 else
672         @$(ECHO) Setting docs to not stable $(VERSION)
673         @$(PERL) -pi.bak -e 's/<!entity +% +p-stable.*>/<!entity % p-stable "IGNORE">/;\
674      s/<!entity +% +p-not-stable.*>/<!entity % p-not-stable "INCLUDE">/' \
675      doc/source/*sgml doc/source/*/*sgml
676         $(RM) -r doc/source/*bak doc/source/*/*bak
677 endif
678
679 dok-pdf: doc/source/ldpOK.dsl dok-release 
680         $(RM) doc/pdf/*.pdf
681         cp -f doc/source/*.sgml doc/pdf
682         cp -f doc/source/*.dsl doc/pdf
683         cd doc/pdf && db2pdf --pdf -s ldpOK.dsl user-manual.sgml && mv user-manual.pdf privoxy-user-manual.pdf > /dev/null 2>&1
684         cd doc/pdf && db2pdf --pdf -s ldpOK.dsl developer-manual.sgml && mv developer-manual.pdf privoxy-developer-manual.pdf > /dev/null 2>&1
685         cd doc/pdf && db2pdf --pdf -s ldpOK.dsl faq.sgml && mv faq.pdf privoxy-faq.pdf > /dev/null 2>&1
686         $(RM) doc/pdf/*.sgml doc/pdf/*.dsl doc/pdf/*.out doc/pdf/*.tex doc/pdf/*.log doc/pdf/*.aux
687         # kludge to force recreation on next run. Rodgrigo?
688         @$(RM) doc/source/ldpOK.dsl
689
690 # the layout and style with db2pdf sucks, here is an alternative
691 dok-pdf2: doc/source/ldpOK.dsl dok-release 
692         mkdir -p doc/source/temp # this directory not in cvs
693         cd doc/source && $(DB) -V nochunks user-manual.sgml > temp/privoxy-user-manual.html
694         cd doc/source && $(DB) -V nochunks developer-manual.sgml > temp/privoxy-developer-manual.html
695         cd doc/source && $(DB) -V nochunks faq.sgml > temp/privoxy-faq.html
696 # one could use html2ps and ps2pdf. well, that does not work. htmlps produces incorrect output.
697         # kludge to force recreation on next run. Rodgrigo?
698         @$(RM) doc/source/ldpOK.dsl
699
700 #############################################################################
701 #
702 # Webserver
703 #
704 # moves dokumentation to webserver
705 #
706 #############################################################################
707 webserver: tidy
708         @$(ECHO) -------------------------------------------------------
709         @$(ECHO) You have run make dok/redhat-dok before, right?
710         @$(ECHO) Note that this command scps all stuff to the webserver,
711         @$(ECHO) it will not remove obsolete documents.
712         @$(ECHO) -------------------------------------------------------
713
714         @$(ECHO) Uploading 
715         @cd doc/webserver; \
716           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
717           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/; tar xvm 2>&1 | grep -v timestamp'
718
719         @$(ECHO) Fixing permissions
720         @ssh ijbswa.sourceforge.net 'chmod -R 775 /home/groups/i/ij/ijbswa/htdocs 2>/dev/null; true'
721         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/ -type f | xargs chmod 664 2>/dev/null; true'
722         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null; true'
723
724
725 web-actions: tidy
726         @$(ECHO) Uploading 
727         @cd doc/webserver/actions; \
728           upload=`find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; \
729           $(TAR) c $$upload | ssh ijbswa.sourceforge.net 'cd /home/groups/i/ij/ijbswa/htdocs/actions; tar xvm'
730
731         @$(ECHO) Fixing permissions
732         @ssh ijbswa.sourceforge.net 'find /home/groups/i/ij/ijbswa/htdocs/actions/ -type f | xargs chmod 664 2>/dev/null'
733         @ssh ijbswa.sourceforge.net 'chmod 666 /home/groups/i/ij/ijbswa/htdocs/actions/results/actions-feedback.txt 2>/dev/null'
734
735 #############################################################################
736 # Source file dependencies
737 #############################################################################
738
739 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h
740 cgi.@OBJEXT@:       cgi.c       cgi.h       config.h $(PROJECT_H_DEPS) cgiedit.h cgisimple.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
741 cgiedit.@OBJEXT@:   cgiedit.c   cgiedit.h   config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
742 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
743 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
744 encode.@OBJEXT@:    encode.c    encode.h    config.h
745 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
746 filters.@OBJEXT@:   filters.c   filters.h   config.h $(PROJECT_H_DEPS) errlog.h encode.h gateway.h jbsockets.h jcc.h loadcfg.h parsers.h ssplit.h cgi.h deanimate.h @WIN_ONLY@win32.h 
747 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
748 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
749 jcc.@OBJEXT@:       jcc.c       jcc.h       config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h killpopup.h loadcfg.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h cgi.h
750 killpopup.@OBJEXT@: killpopup.c killpopup.h config.h $(PROJECT_H_DEPS) jcc.h loadcfg.h
751 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
752 loadcfg.@OBJEXT@:   loadcfg.c   loadcfg.h   config.h $(PROJECT_H_DEPS) errlog.h filters.h gateway.h jbsockets.h jcc.h killpopup.h loaders.h miscutil.h parsers.h @WIN_ONLY@w32log.h win32.h
753 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
754 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
755 parsers.@OBJEXT@:   parsers.c   parsers.h   config.h $(PROJECT_H_DEPS) errlog.h encode.h filters.h jbsockets.h jcc.h loadcfg.h loaders.h miscutil.h ssplit.h
756 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
757 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
758
759 # GNU regex
760 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
761
762 # PCRS
763 pcrs.@OBJEXT@: pcrs.c pcre/pcre.h pcrs.h
764
765 # PCRE
766 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
767 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
768 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
769 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
770 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
771
772 # An auxiliary program makes the PCRE default character table source
773
774 pcre/chartables.c:   pcre/dftables@EXEEXT@
775                 pcre/dftables@EXEEXT@ >pcre/chartables.c
776
777 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
778                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
779
780 # Win32
781 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
782 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
783 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h
784
785 w32.res: w32.rc w32res.h icons/ico00001.ico icons/ico00002.ico icons/ico00003.ico icons/ico00004.ico icons/ico00005.ico icons/ico00006.ico icons/ico00007.ico icons/ico00008.ico icons/idle.ico icons/privoxy.ico config.h
786         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
787
788 # AmigaOS
789 @AMIGAOS_ONLY@OBJS += amiga.o
790 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
791 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
792 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
793 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
794
795
796 $(PROGRAM): $(OBJS) $(W32_FILES)
797         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
798
799 clean:
800         $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) `find . -name TAGS -o -name tags` 
801
802 tidy:
803         $(RM) `find . -name "*~"`
804 #       $(RM) `find . -name "#*#"` # what is this for??
805         $(RM) `find . -name ".\#*"`
806
807 clobber: tidy
808         $(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile privoxy.log core *.tar.gz *.tar privoxy-cl.spec doc/source/ldpOK.dsl
809
810 #
811 # FIXME: What is all this? 
812 #
813         $(RM) cscope.*  *.pdb *.lib *.exp 
814
815 distclean: clobber
816
817 tags: $(SRCS) $(HDRS)
818         etags $(SRCS) $(HDRS)
819
820 install: all
821         #
822         # FIXME: This is a dirty hack to have an install target
823         #        that works at least for some setups. This needs
824         #        to be fixed!
825         #
826         $(STRIP_PROG) $(PROGRAM)
827         $(INSTALL) $(INSTALL_D) $(SBIN_DEST)
828         $(INSTALL) $(INSTALL_D) $(DEST)/user-manual
829         $(INSTALL) $(INSTALL_D) $(CONFDEST)/templates
830         $(INSTALL) $(INSTALL_D) $(DEST)/$(DOK_WEB_USEM)
831         $(INSTALL) $(INSTALL_P) $(PROGRAM) $(SBIN_DEST)
832         if [ -d "$(DOK_WEB_USEM)" ]; then $(INSTALL) $(INSTALL_T) $(DOK_WEB_USEM)/[a-z]* $(DEST)/$(DOK_WEB_USEM); fi
833         $(INSTALL) $(INSTALL_T) templates/[a-z]* $(CONFDEST)/templates
834         $(INSTALL) $(INSTALL_T) config default.action default.filter trust $(CONFDEST)
835         # FIXME $(ECHO) privoxy.logrotate privoxy.monthly privoxy.weekly
836         # FIXME: Need new manual! $(GZIP_PROG) -c privoxy.1 > $(MAN_DEST)/privoxy.1.gz
837         $(INSTALL) $(INSTALL_P) privoxy.init /etc/init.d/privoxy
838
839
840 #############################################################################
841
842 ## Local Variables:
843 ## tab-width: 3
844 ## end:
845
846 # $Log: GNUmakefile.in,v $
847 # Revision 1.95  2002/04/27 15:37:25  swa
848 # replacing directory in document creation process
849 # no longer necessary.
850 #
851 # Revision 1.94  2002/04/27 08:23:29  swa
852 # pdf process reviewed and cleaned up
853 #
854 # Revision 1.93  2002/04/27 04:55:53  morcego
855 # privoxy-cl.spec now gets removed by clobber target
856 #
857 # Revision 1.92  2002/04/27 04:53:40  morcego
858 # Adding --exclude "PACKAGERS" to every tar command that applies (not for
859 #   webserver target)
860 #
861 # Revision 1.91  2002/04/27 04:44:51  morcego
862 # GNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
863 #   the PACKAGERS file, as well privoxy-cl.spec (in case it was created)
864 # GNUmakefile.in: New targets -> conectiva-spec, conectiva-dist and
865 #   conectiva-upload
866 # genclspec.sh  : New file to generate, from privoxy-rh.spec, a specfile
867 #   for Conectiva Linux
868 #
869 # Revision 1.90  2002/04/26 17:46:53  swa
870 # be consistent
871 #
872 # Revision 1.89  2002/04/26 17:20:54  swa
873 # just produce single html files to proces them later with Destiller or somesuch. looks prettier.
874 #
875 # Revision 1.88  2002/04/25 19:13:57  morcego
876 # Removed RPM release number declaration on configure.in
877 # Changed makefile to use given value for RPM_PACKAGEV when on uploading
878 # targets (will produce an error, explaining who to do it, if no value
879 # if provided).
880 #
881 # Revision 1.87  2002/04/23 14:10:59  swa
882 # now create pdf documents
883 #
884 # Revision 1.86  2002/04/15 04:30:27  hal9
885 # Missed two -pi.bak's on perl/cygwin problem.
886 #
887 # Revision 1.85  2002/04/14 01:05:34  hal9
888 # Revert dok-webserver change for SF logo.
889 #
890 # Revision 1.84  2002/04/13 22:43:25  hal9
891 # -Fix dok-webserver for SF logo (more perl).
892 # -Change all perl -pi to perl -pi.bak for Cygwin problem.
893 #
894 # Revision 1.83  2002/04/12 09:39:25  oes
895 # Excluding yet more files from tarball; making dist warning yet more scary
896 #
897 # Revision 1.82  2002/04/11 21:07:11  oes
898 # Excluding more files from tarball build
899 #
900 # Revision 1.81  2002/04/11 14:40:27  oes
901 # Fixed typo -- Thanks, Moritz!
902 #
903 # Revision 1.80  2002/04/11 12:50:00  oes
904 # Fixed tarball-dist target
905 #
906 # Revision 1.79  2002/04/11 06:49:28  oes
907 # 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
908 #
909 # Revision 1.78  2002/04/09 13:37:11  sarantis
910 # fix tar options typo
911 #
912 # Revision 1.77  2002/04/09 13:28:53  swa
913 # build suse and gen-dist with html docs
914 #
915 # Revision 1.76  2002/04/08 22:43:41  oes
916 # Fix: Include dotfiles in fixing webserver permissions
917 #
918 # Revision 1.75  2002/04/08 22:14:59  oes
919 # Silencing tar warnings in the web* targets
920 #
921 # Revision 1.74  2002/04/08 15:22:44  hal9
922 # This has finishing touches for dok building. Should be ready to go.
923 # -The main doc build is now 'make dok', should work on Redhat too.
924 # -Removed man page from main doc build. It is built separately due to
925 #  perl scripts that most aren't likely to have.
926 #
927 # Revision 1.73  2002/04/08 14:03:24  oes
928 # oes for al: Fix install target
929 #
930 # Revision 1.72  2002/04/08 13:42:11  oes
931 # Added safety check to *-dist targets; fixed permissions for feedback logfile
932 #
933 # Revision 1.71  2002/04/07 20:32:03  hal9
934 # -Add meta data kludge for make dok-webserver via $(PERL).
935 # -Add subdirs for 'make dok-release'.
936 #
937 # Revision 1.70  2002/04/07 08:59:40  swa
938 # generated files. do NOT edit.
939 # fixed directory bug in makefile.
940 #
941 # Revision 1.69  2002/04/07 08:10:47  swa
942 # create some of the webserver docs
943 # automatically (in particular if
944 # those docs recycle other documentation
945 # fragments). Now committed webserver's
946 # index file.
947 #
948 # Revision 1.68  2002/04/07 07:58:11  swa
949 # create some of the webserver docs
950 # automatically (in particular if
951 # those docs recycle other documentation
952 # fragments)
953 #
954 # Revision 1.67  2002/04/07 05:31:42  hal9
955 # Add 'dok-release' target:
956 # -Set doc entities to VERSION and CODE_STATUS during make.
957 # -Set doc conditional content flags (stable vs non-stable).
958 # A separate target for the time being but needs to be incorporated into
959 # dok build at some point.
960 # -Filter out a spurious ^G from new man page > html converion in man2html.
961 #
962 # Revision 1.66  2002/04/06 20:28:21  jongfoster
963 # Prettifying groff2html.
964 # Using GNU Make's conditional makefile feature rather than shell "if"s.
965 # (The shell "if"s were hiding errors)
966 # "perl" -> "$(PERL)"
967 # Spaces->tabs in a couple of places.
968 #
969 # Revision 1.65  2002/04/06 05:16:39  hal9
970 # -Add 'authors' and 'man' targets for AUTHORS and man-page (WIP).
971 # -Both of these will soon be generated files.
972 #
973 # Revision 1.64  2002/04/04 22:14:51  oes
974 # No longer rely on find honoring -iname
975 #
976 # Revision 1.63  2002/04/04 21:06:22  swa
977 # cosmetics.
978 #
979 # Revision 1.62  2002/04/04 20:49:50  swa
980 # attempt to consolidate the
981 # different dokbook versions.
982 #
983 # Revision 1.61  2002/04/04 19:18:21  swa
984 # readme was leftover directory. use w3m instead
985 # of lynx to be consistent among developers. use
986 # consistent target naming.
987 #
988 # Revision 1.60  2002/04/04 12:25:41  oes
989 # Tidy webserver upload w/o *~ files, CVS dirs and logfiles and with proper dir and file permissions
990 #
991 # Revision 1.59  2002/04/04 08:32:45  swa
992 # wrong name for tarball-dist target. further fixed content of tarball dist
993 #
994 # Revision 1.58  2002/04/04 06:32:58  hal9
995 # New dok targets for make readme.
996 #
997 # Revision 1.57  2002/04/04 00:36:36  gliptak
998 # always use pcre for matching
999 #
1000 # Revision 1.56  2002/04/03 22:28:03  gliptak
1001 # Removed references to gnu_regex
1002 #
1003 # Revision 1.55  2002/04/03 19:54:29  swa
1004 # freebsd tested to work. attempt to move tarball dist target forward
1005 #
1006 # Revision 1.54  2002/04/03 14:54:07  oes
1007 # Standard clean and clobber semantics II
1008 #
1009 # Revision 1.53  2002/04/03 14:19:16  oes
1010 # Standard clean and clobber semantics
1011 #
1012 # Revision 1.52  2002/04/03 02:56:18  hal9
1013 # Revert previous FAQ numbering kludge.
1014 #
1015 # Revision 1.51  2002/04/02 13:03:56  oes
1016 # Added fix for webserver permissions
1017 #
1018 # Revision 1.50  2002/04/02 03:46:24  hal9
1019 # Rewrite ldpOK.dsl so that sections are NOT numbered on FAQ, in an effort
1020 # to make the Table of Contents not so 'busy' looking. SuSE needs testing :)
1021 #
1022 # Revision 1.49  2002/03/30 22:20:12  swa
1023 # cd didn't work. neither did find.
1024 #
1025 # Revision 1.48  2002/03/30 19:04:06  swa
1026 # people release differently. no good.
1027 # I want to make parts of the docs only.
1028 #
1029 # Revision 1.47  2002/03/30 09:05:21  swa
1030 # better packaging. better rpm building.
1031 # tar failed on sun (no exclude there).
1032 #
1033 # Revision 1.46  2002/03/29 20:09:01  swa
1034 # al's patch
1035 #
1036 # Revision 1.45  2002/03/29 19:45:45  swa
1037 # for lazy swa
1038 #
1039 # Revision 1.44  2002/03/29 17:42:44  gliptak
1040 # Correcting for Solaris tar limitations
1041 #
1042 # Revision 1.43  2002/03/29 07:40:03  swa
1043 # fixed make webserver. doh
1044 #
1045 # Revision 1.42  2002/03/29 06:59:04  swa
1046 # other users could not modify files on webserver
1047 #
1048 # Revision 1.41  2002/03/28 20:43:00  swa
1049 # set make correctly
1050 #
1051 # Revision 1.40  2002/03/28 04:22:44  hal9
1052 # More on man2html stuff.
1053 #
1054 # Revision 1.39  2002/03/28 01:04:14  hal9
1055 # More man2html stuff for docs.
1056 #
1057 # Revision 1.38  2002/03/27 16:02:30  swa
1058 # have a generic target
1059 #
1060 # Revision 1.37  2002/03/27 15:30:26  swa
1061 # have a consistent appearance
1062 #
1063 # Revision 1.36  2002/03/27 14:58:08  swa
1064 # can be used by mutilple targets
1065 #
1066 # Revision 1.35  2002/03/27 14:53:19  swa
1067 # added solaris-dist
1068 #
1069 # Revision 1.34  2002/03/27 10:30:11  swa
1070 # we want a html man file on the webserver
1071 #
1072 # Revision 1.33  2002/03/27 03:05:35  hal9
1073 # Added man2html target for docs (redhat-dok only for now)
1074 #
1075 # Revision 1.32  2002/03/26 22:29:54  swa
1076 # we have a new homepage!
1077 #
1078 # Revision 1.31  2002/03/26 14:00:18  swa
1079 # fixed make tarball, tarball-dist, tarball-clean
1080 #
1081 # Revision 1.30  2002/03/25 12:52:25  swa
1082 # new targets
1083 #
1084 # Revision 1.29  2002/03/24 17:03:55  jongfoster
1085 # Name change
1086 #
1087 # Revision 1.28  2002/03/24 16:19:48  swa
1088 # configure needs to be generated.
1089 #
1090 # Revision 1.27  2002/03/24 16:13:57  swa
1091 # generated files are a nono in cvs
1092 #
1093 # Revision 1.26  2002/03/24 15:36:02  swa
1094 # did not build.
1095 #
1096 # Revision 1.25  2002/03/24 14:31:08  swa
1097 # remove more crappy files. set RPM
1098 # release version correctly.
1099 #
1100 # Revision 1.24  2002/03/24 14:19:55  swa
1101 # set rpm package release in configure.in. nowhere else.
1102 #
1103 # Revision 1.23  2002/03/24 13:06:49  swa
1104 # suse-clean now runs fine
1105 #
1106 # Revision 1.22  2002/03/24 12:56:21  swa
1107 # name change related issues.
1108 #
1109 # Revision 1.21  2002/03/24 12:43:57  swa
1110 # name change
1111 #
1112 # Revision 1.20  2002/03/24 11:39:17  jongfoster
1113 # Renaming config files
1114 #
1115 # Revision 1.19  2002/03/22 20:53:03  morcego
1116 # - Ongoing process to change name to JunkbusterNG
1117 # - configure/configure.in: no change needed
1118 # - GNUmakefile.in:
1119 #         - TAR_ARCH = /tmp/JunkbusterNG-$(RPM_VERSION).tar.gz
1120 #         - PROGRAM    = jbng@EXEEXT@
1121 #         - rh-spec now references as junkbusterng-rh.spec
1122 #         - redhat-upload: references changed to junkbusterng-* (package names)
1123 #         - tarball-dist: references changed to JunkbusterNG-distribution-*
1124 #         - tarball-src: now JunkbusterNG-*
1125 #         - install: initscript now junkbusterng.init and junkbusterng (when
1126 #                    installed)
1127 # - junkbuster-rh.spec: renamed to junkbusterng-rh.spec
1128 # - junkbusterng.spec:
1129 #         - References to the expression ijb where changed where possible
1130 #         - New package name: junkbusterng (all in lower case, acording to
1131 #           the LSB recomendation)
1132 #         - Version changed to: 2.9.13
1133 #         - Release: 1
1134 #         - Added: junkbuster to obsoletes and conflicts (Not sure this is
1135 #           right. If it obsoletes, why conflict ? Have to check it later)
1136 #         - Summary changed: Stefan, please check and aprove it
1137 #         - Changes description to use the new name
1138 #         - Sed string was NOT changed. Have to wait to the manpage to
1139 #           change first
1140 #         - Keeping the user junkbuster for now. It will require some aditional
1141 #           changes on the script (scheduled for the next specfile release)
1142 #         - Added post entry to move the old logfile to the new log directory
1143 #         - Removing "chkconfig --add" entry (not good to have it automaticaly
1144 #           added to the startup list).
1145 #         - Added preun section to stop the service with the old name, as well
1146 #           as remove it from the startup list
1147 #         - Removed the chkconfig --del entry from the conditional block on
1148 #           the preun scriptlet (now handled on the %files section)
1149 # - junkbuster.init: renamed to junkbusterng.init
1150 # - junkbusterng.init:
1151 #         - Changed JB_BIN to jbng
1152 #         - Created JB_OBIN with the old value of JB_BIN (junkbuster), to
1153 #           be used where necessary (config dir)
1154 #
1155 # Aditional notes:
1156 # - The config directory is /etc/junkbuster yet. Have to change it on the
1157 # specfile, after it is changes on the code
1158 # - The only files that got renamed on the cvs tree were the rh specfile and
1159 # the init file. Some file references got changes on the makefile and on the
1160 # rh-spec (as listed above)
1161 #
1162 # Revision 1.18  2002/03/21 23:00:00  swa
1163 # want to autogenerate stuff.
1164 #
1165 # Revision 1.17  2002/03/19 19:30:04  morcego
1166 # - Fixing stylesheet checking on configure. If it is found, no further checks
1167 #   should be done
1168 #
1169 # - configure will now check for db2html or docbook2html (should work now
1170 #   on SuSe without the docbktls package)
1171 #
1172 # Revision 1.16  2002/03/14 22:32:32  hal9
1173 # Bumped the RPM version.
1174 #
1175 # Revision 1.15  2002/03/08 20:00:28  swa
1176 # some leftovers.
1177 #
1178 # Revision 1.14  2002/03/07 18:25:56  swa
1179 # synced redhat and suse build process
1180 #
1181 # Revision 1.13  2002/03/07 17:17:56  oes
1182 # (Hopefully) fixed for older make versions
1183 #
1184 # Revision 1.12  2002/03/07 15:28:27  swa
1185 # more informative
1186 #
1187 # Revision 1.11  2002/03/06 14:33:18  sarantis
1188 # Use proper temp file, not "abc".
1189 #
1190 # Revision 1.10  2002/03/06 14:19:35  sarantis
1191 # Cleanup PID_FILE_PATH from redhat-dist target
1192 #
1193 # Revision 1.9  2002/03/05 17:31:11  morcego
1194 # Search for docbook.dsl. Should solve portability problems for SuSe.
1195 #
1196 # Revision 1.8  2002/03/05 14:07:42  morcego
1197 # configure now detects rpm topdir, and change GNUmakefile acordingly
1198 #    (based on sugestion by Sarantis Paskalis)
1199 #
1200 # Revision 1.7  2002/03/05 13:43:28  morcego
1201 # Checking for text browser, so redhat-dok can work.
1202 #
1203 # Revision 1.6  2002/03/05 13:10:51  morcego
1204 # Changes to implement redhat-dok (Hal Burgiss)
1205 # Changes to make it work on other distros and out-of-the-shelf configurations
1206 #
1207 # Revision 1.5  2002/02/27 15:30:39  hal9
1208 # Reset $(RPM_PACKAGEV) to 1 (was 2)
1209 #
1210 # Revision 1.4  2002/01/17 21:44:04  jongfoster
1211 # Adding urlmatch.[ch]
1212 #
1213 # Revision 1.3  2002/01/04 15:26:08  oes
1214 # Added tarball-src target
1215 #
1216 # Revision 1.2  2001/12/30 14:07:31  steudten
1217 # - Add signal handling (unix)
1218 # - Add SIGHUP handler (unix)
1219 # - Add creation of pidfile (unix)
1220 # - Add action 'top' in rc file (RH)
1221 # - Add entry 'SIGNALS' to manpage
1222 # - Add exit message to logfile (unix)
1223 #
1224 # Revision 1.1  2001/12/01 11:22:57  jongfoster
1225 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
1226 # make break in a more obvious way.
1227 # Adding .PHONY section.
1228 #
1229 # Revision 1.40  2001/12/01 00:24:11  jongfoster
1230 # Renaming various config files
1231 # Fixing CR->CRLF under Win32 (I hope)
1232 #
1233 # Revision 1.39  2001/11/06 12:07:30  steudten
1234 # Add --clean for building rpm in target redhat-dist.
1235 #
1236 # Revision 1.38  2001/11/05 21:35:23  steudten
1237 # Complete rewrite for the 'redhat-dist' target.
1238 # Checks for writeable RPM build directories for calling user.
1239 # So you must not be root, just set the modes to 1777 to
1240 # build a RH package.
1241 # Fix the upload-target to be arch independant.
1242 # Add target for 'solaris-dist' - coming soon.
1243 #
1244 # Revision 1.37  2001/11/01 00:52:04  hal9
1245 # Redhat-upload stuff per Stefan.
1246 #
1247 # Revision 1.36  2001/10/31 19:26:13  swa
1248 # automate process of uploading new releases
1249 # to sf.
1250 #
1251 # Revision 1.35  2001/10/15 22:14:59  joergs
1252 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
1253 #  the general CFLAGS already.
1254 #
1255 # Revision 1.34  2001/10/15 18:28:06  steudten
1256 # remove config.cache for target clobber.
1257 # Cleanup make dist for RH and S.u.S.E.
1258 #
1259 # Revision 1.33  2001/10/10 12:43:33  oes
1260 # Added ugly hack to make install target work at least for some setups.
1261 #
1262 # Revision 1.32  2001/10/09 22:38:19  jongfoster
1263 # Correcting actionsfile filename for Win32 INI build
1264 #
1265 # Revision 1.31  2001/09/23 10:13:48  swa
1266 # upload process established. run make webserver and
1267 # the documentation is moved to the webserver. documents
1268 # are now linked correctly.
1269 #
1270 # Revision 1.30  2001/09/19 17:55:49  oes
1271 # Fixed CFLAGS
1272 #
1273 # Revision 1.29  2001/09/16 17:34:27  jongfoster
1274 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
1275 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
1276 # of build problems.
1277 #
1278 # Revision 1.28  2001/09/13 15:19:08  swa
1279 # we want text files as well.
1280 #
1281 # Revision 1.27  2001/09/13 13:11:37  steudten
1282 #
1283 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
1284 #
1285 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
1286 # Mac OSX (Darwin) support added.
1287 #
1288 # Revision 1.25  2001/09/12 22:55:45  joergs
1289 # AmigaOS support added.
1290 #
1291 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
1292 #
1293 # OS/2 port: update autoconf'd support for the platform.
1294 #
1295 # Revision 1.23  2001/09/12 16:28:42  swa
1296 # added "make dok" section to generate html pages from
1297 # the sgml source documents. note that the we do not want
1298 # generated stuff in cvs.
1299 #
1300 # Revision 1.22  2001/09/10 16:31:23  swa
1301 # buildroot definition in the specfile fucks up the build
1302 # process under suse. hence I moved it to the "rpm -ta"
1303 # command
1304 #
1305 # Revision 1.21  2001/09/10 11:12:49  oes
1306 # Turning on -Wall
1307 #
1308 # Revision 1.20  2001/08/02 22:04:29  jongfoster
1309 # Removing some remaining references to obsolete w32rulesdlg.[ch]
1310 #
1311 # Revision 1.19  2001/07/30 22:14:03  jongfoster
1312 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
1313 #
1314 # Revision 1.18  2001/07/29 17:09:17  jongfoster
1315 # Major changes to build system in order to fix these bugs:
1316 # - pthreads under Linux was broken - changed -lpthread to -pthread
1317 # - Compiling in MinGW32 mode under CygWin now correctly detects
1318 #   which shared libraries are available
1319 # - Solaris support (?) (Not tested under Solaris yet)
1320 #
1321 # Revision 1.17  2001/07/28 16:44:54  oes
1322 # Fixed sed LF->CRLF conversion and removed deprecated files
1323 #
1324 # Revision 1.16  2001/07/15 19:45:33  jongfoster
1325 # Added support for linking with POSIX threads library
1326 #
1327 # Revision 1.15  2001/07/13 13:48:07  oes
1328 #  - Moved STATIC #define for pcre to (ac)config.h
1329 #  - Made -Ipcre depandant on static pcre compilation to
1330 #    avoid version conflicts
1331 #  - Included compilation and depandancies for new deanimate.c
1332 #  - Made changes to the pcre/pcreposix/pcrs build process
1333 #    as required by the new library autodetection in
1334 #    configure.in
1335 #
1336 # Revision 1.14  2001/07/01 16:27:44  oes
1337 # Fixed misplaced dependancy
1338 #
1339 # Revision 1.13  2001/06/29 13:18:36  oes
1340 # - added depandancy of filters.o on cgi.h
1341 #
1342 # Revision 1.12  2001/06/12 17:15:56  swa
1343 # fixes, because a clean build on rh6.1 was impossible.
1344 # GZIP confuses make, %configure confuses rpm, etc.
1345 #
1346 # Revision 1.11  2001/06/11 11:26:35  sarantis
1347 # RPM version should be the same as ijbswa version.  The rpm release is
1348 # specified in the specfile.
1349 #
1350 # Revision 1.10  2001/06/07 17:27:45  swa
1351 # added suse build section
1352 #
1353 # Revision 1.9  2001/06/04 18:31:58  swa
1354 # files are now prefixed with either `confdir' or `logdir'.
1355 # `make redhat-dist' replaces both entries confdir and logdir
1356 # with redhat values
1357 #
1358 # Revision 1.8  2001/06/04 10:44:57  swa
1359 # `make redhatr-dist' now works. Except for the paths
1360 # in the config file.
1361 #
1362 # Revision 1.7  2001/06/03 17:09:09  swa
1363 # swa for oes: reversed my earlier change
1364 #
1365 # Revision 1.6  2001/06/03 17:07:27  swa
1366 # swa for oes
1367 #
1368 # Revision 1.5  2001/06/03 13:57:26  swa
1369 # compile cgi.c (for andreas' GUI)
1370 #
1371 # Revision 1.4  2001/05/31 21:18:45  jongfoster
1372 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
1373 #
1374 # Revision 1.3  2001/05/29 20:02:48  joergs
1375 # Changes for AmigaOS added.
1376 #
1377 # Revision 1.2  2001/05/17 22:23:23  oes
1378 #  - Added auto-generation of CRLFs for Win32 config files
1379 #  - Added comment-prefix to all Win32-only options in the config file
1380 #    and provided auto stripping of this prefix for the Win32 platform by make
1381 #
1382 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
1383 # Initial import of version 2.9.3 source tree
1384 #
1385 #