9e774c1f08b74d632870f887a757d3868c88bdb4
[privoxy.git] / GNUmakefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: GNUmakefile.in,v 1.10 2002/03/06 14:19:35 sarantis Exp $
4 #
5 # Written by and Copyright (C) 2001 the SourceForge
6 # IJBSWA team.  http://ijbswa.sourceforge.net
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 # $Log: GNUmakefile.in,v $
31 # Revision 1.10  2002/03/06 14:19:35  sarantis
32 # Cleanup PID_FILE_PATH from redhat-dist target
33 #
34 # Revision 1.9  2002/03/05 17:31:11  morcego
35 # Search for docbook.dsl. Should solve portability problems for SuSe.
36 #
37 # Revision 1.8  2002/03/05 14:07:42  morcego
38 # configure now detects rpm topdir, and change GNUmakefile acordingly
39 #    (based on sugestion by Sarantis Paskalis)
40 #
41 # Revision 1.7  2002/03/05 13:43:28  morcego
42 # Checking for text browser, so redhat-dok can work.
43 #
44 # Revision 1.6  2002/03/05 13:10:51  morcego
45 # Changes to implement redhat-dok (Hal Burgiss)
46 # Changes to make it work on other distros and out-of-the-shelf configurations
47 #
48 # Revision 1.5  2002/02/27 15:30:39  hal9
49 # Reset $(RPM_PACKAGEV) to 1 (was 2)
50 #
51 # Revision 1.4  2002/01/17 21:44:04  jongfoster
52 # Adding urlmatch.[ch]
53 #
54 # Revision 1.3  2002/01/04 15:26:08  oes
55 # Added tarball-src target
56 #
57 # Revision 1.2  2001/12/30 14:07:31  steudten
58 # - Add signal handling (unix)
59 # - Add SIGHUP handler (unix)
60 # - Add creation of pidfile (unix)
61 # - Add action 'top' in rc file (RH)
62 # - Add entry 'SIGNALS' to manpage
63 # - Add exit message to logfile (unix)
64 #
65 # Revision 1.1  2001/12/01 11:22:57  jongfoster
66 # Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
67 # make break in a more obvious way.
68 # Adding .PHONY section.
69 #
70 # Revision 1.40  2001/12/01 00:24:11  jongfoster
71 # Renaming various config files
72 # Fixing CR->CRLF under Win32 (I hope)
73 #
74 # Revision 1.39  2001/11/06 12:07:30  steudten
75 # Add --clean for building rpm in target redhat-dist.
76 #
77 # Revision 1.38  2001/11/05 21:35:23  steudten
78 # Complete rewrite for the 'redhat-dist' target.
79 # Checks for writeable RPM build directories for calling user.
80 # So you must not be root, just set the modes to 1777 to
81 # build a RH package.
82 # Fix the upload-target to be arch independant.
83 # Add target for 'solaris-dist' - coming soon.
84 #
85 # Revision 1.37  2001/11/01 00:52:04  hal9
86 # Redhat-upload stuff per Stefan.
87 #
88 # Revision 1.36  2001/10/31 19:26:13  swa
89 # automate process of uploading new releases
90 # to sf.
91 #
92 # Revision 1.35  2001/10/15 22:14:59  joergs
93 # Removed -O2 and -Wall from AmigaOS-only CFLAGS since they are now in
94 #  the general CFLAGS already.
95 #
96 # Revision 1.34  2001/10/15 18:28:06  steudten
97 # remove config.cache for target clobber.
98 # Cleanup make dist for RH and S.u.S.E.
99 #
100 # Revision 1.33  2001/10/10 12:43:33  oes
101 # Added ugly hack to make install target work at least for some setups.
102 #
103 # Revision 1.32  2001/10/09 22:38:19  jongfoster
104 # Correcting actionsfile filename for Win32 INI build
105 #
106 # Revision 1.31  2001/09/23 10:13:48  swa
107 # upload process established. run make webserver and
108 # the documentation is moved to the webserver. documents
109 # are now linked correctly.
110 #
111 # Revision 1.30  2001/09/19 17:55:49  oes
112 # Fixed CFLAGS
113 #
114 # Revision 1.29  2001/09/16 17:34:27  jongfoster
115 # Removing showargs.[ch], adding cgi(simple|edit).[ch]
116 # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source
117 # of build problems.
118 #
119 # Revision 1.28  2001/09/13 15:19:08  swa
120 # we want text files as well.
121 #
122 # Revision 1.27  2001/09/13 13:11:37  steudten
123 #
124 # Replace DEBUG_CFLAGS with OTHER_CFLAGS
125 #
126 # Revision 1.26  2001/09/12 23:44:54  david__schmidt
127 # Mac OSX (Darwin) support added.
128 #
129 # Revision 1.25  2001/09/12 22:55:45  joergs
130 # AmigaOS support added.
131 #
132 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
133 #
134 # OS/2 port: update autoconf'd support for the platform.
135 #
136 # Revision 1.23  2001/09/12 16:28:42  swa
137 # added "make dok" section to generate html pages from
138 # the sgml source documents. note that the we do not want
139 # generated stuff in cvs.
140 #
141 # Revision 1.22  2001/09/10 16:31:23  swa
142 # buildroot definition in the specfile fucks up the build
143 # process under suse. hence I moved it to the "rpm -ta"
144 # command
145 #
146 # Revision 1.21  2001/09/10 11:12:49  oes
147 # Turning on -Wall
148 #
149 # Revision 1.20  2001/08/02 22:04:29  jongfoster
150 # Removing some remaining references to obsolete w32rulesdlg.[ch]
151 #
152 # Revision 1.19  2001/07/30 22:14:03  jongfoster
153 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
154 #
155 # Revision 1.18  2001/07/29 17:09:17  jongfoster
156 # Major changes to build system in order to fix these bugs:
157 # - pthreads under Linux was broken - changed -lpthread to -pthread
158 # - Compiling in MinGW32 mode under CygWin now correctly detects
159 #   which shared libraries are available
160 # - Solaris support (?) (Not tested under Solaris yet)
161 #
162 # Revision 1.17  2001/07/28 16:44:54  oes
163 # Fixed sed LF->CRLF conversion and removed deprecated files
164 #
165 # Revision 1.16  2001/07/15 19:45:33  jongfoster
166 # Added support for linking with POSIX threads library
167 #
168 # Revision 1.15  2001/07/13 13:48:07  oes
169 #  - Moved STATIC #define for pcre to (ac)config.h
170 #  - Made -Ipcre depandant on static pcre compilation to
171 #    avoid version conflicts
172 #  - Included compilation and depandancies for new deanimate.c
173 #  - Made changes to the pcre/pcreposix/pcrs build process
174 #    as required by the new library autodetection in
175 #    configure.in
176 #
177 # Revision 1.14  2001/07/01 16:27:44  oes
178 # Fixed misplaced dependancy
179 #
180 # Revision 1.13  2001/06/29 13:18:36  oes
181 # - added depandancy of filters.o on cgi.h
182 #
183 # Revision 1.12  2001/06/12 17:15:56  swa
184 # fixes, because a clean build on rh6.1 was impossible.
185 # GZIP confuses make, %configure confuses rpm, etc.
186 #
187 # Revision 1.11  2001/06/11 11:26:35  sarantis
188 # RPM version should be the same as ijbswa version.  The rpm release is
189 # specified in the specfile.
190 #
191 # Revision 1.10  2001/06/07 17:27:45  swa
192 # added suse build section
193 #
194 # Revision 1.9  2001/06/04 18:31:58  swa
195 # files are now prefixed with either `confdir' or `logdir'.
196 # `make redhat-dist' replaces both entries confdir and logdir
197 # with redhat values
198 #
199 # Revision 1.8  2001/06/04 10:44:57  swa
200 # `make redhatr-dist' now works. Except for the paths
201 # in the config file.
202 #
203 # Revision 1.7  2001/06/03 17:09:09  swa
204 # swa for oes: reversed my earlier change
205 #
206 # Revision 1.6  2001/06/03 17:07:27  swa
207 # swa for oes
208 #
209 # Revision 1.5  2001/06/03 13:57:26  swa
210 # compile cgi.c (for andreas' GUI)
211 #
212 # Revision 1.4  2001/05/31 21:18:45  jongfoster
213 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
214 #
215 # Revision 1.3  2001/05/29 20:02:48  joergs
216 # Changes for AmigaOS added.
217 #
218 # Revision 1.2  2001/05/17 22:23:23  oes
219 #  - Added auto-generation of CRLFs for Win32 config files
220 #  - Added comment-prefix to all Win32-only options in the config file
221 #    and provided auto stripping of this prefix for the Win32 platform by make
222 #
223 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
224 # Initial import of version 2.9.3 source tree
225 #
226 #
227
228 #############################################################################
229 # Version number (for RPM)
230 #############################################################################
231
232 VERSION_MAJOR = @VERSION_MAJOR@
233 VERSION_MINOR = @VERSION_MINOR@
234 VERSION_POINT = @VERSION_POINT@
235 CODE_STATUS   = @CODE_STATUS@
236 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
237 # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile
238 RPM_VERSION   = $(VERSION)
239 RPM_PACKAGEV  = 1
240
241
242 #############################################################################
243 # Directories for "make install"
244 #############################################################################
245
246 DEST        = @sysconfdir@/junkbuster
247 SBIN_DEST   = @sbindir@
248 MAN_DEST    = @mandir@
249
250
251 #############################################################################
252 # Build tools
253 #############################################################################
254
255 PROGRAM    = junkbuster@EXEEXT@
256 CC         = @CC@
257 ECHO       = echo
258 GZIP_PROG  = gzip
259 INSTALL    = cp -f
260 LD         = @CC@
261 RM         = rm -f
262 STRIP_PROG = strip
263 SED          = sed
264 CAT        = cat
265 RPM        = rpm
266 MV              = mv
267 TAR        = tar
268 MAKE       = make
269 LN         = ln
270 WDUMP      = @WDUMP@ -dump
271 JADEBIN    = @JADEBIN@
272 DB         = $(JADEBIN) -t sgml -ihtml -D.. -d ldpOK.dsl\#html
273 DKPREFIX   = @DKPREFIX@
274
275 # Program to do LF->CRLF
276 #
277 # The sed version should be the most portable, but it doesn't for for me,
278 # the other two do.  FIXME.
279 #   - Jon
280 #DOSFILTER  = $(SED) -e $$'s,$$,\r,'
281 #DOSFILTER  = gawk -v ORS='\r\n' '{print $0;}'
282 DOSFILTER  = perl -p -e 's/\n/\r\n/'
283
284 #############################################################################
285 # Setup for make distribution rh and suse for now 
286 #############################################################################
287
288 TAR_ARCH = /tmp/ijbswa-$(RPM_VERSION).tar.gz
289 RPM_BASE = @RPM_BASE@
290 TMPFILE = mktemp -q /tmp/$(PROGRAM).XXXXXX
291
292 #############################################################################
293 # Filenames and libraries
294 #############################################################################
295
296 C_SRC  = actions.c cgi.c cgiedit.c cgisimple.c deanimate.c encode.c \
297          errlog.c filters.c gateway.c jbsockets.c jcc.c killpopup.c \
298          list.c loadcfg.c loaders.c miscutil.c parsers.c ssplit.c \
299          urlmatch.c
300
301 C_OBJS = $(C_SRC:.c=.@OBJEXT@)
302 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
303
304 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c
305 W32_FILES = @WIN_ONLY@w32.res
306 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.@OBJEXT@) $(W32_FILES)
307 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h
308 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
309 W32_INIS  = @WIN_ONLY@config.txt trust.txt re_filterfile.txt
310
311 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
312 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.@OBJEXT@)
313 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
314
315 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
316 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.@OBJEXT@)
317 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
318
319 # No REGEX (Either because dynamically linked pcreposix, or no regex at all):
320 REGEX_SRC    =
321 # GNU REGEX:
322 @GNU_REGEX_ONLY@REGEX_SRC    = gnu_regex.c
323 # PCRE REGEX:
324 @PCRE_REGEX_ONLY@@STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
325
326 REGEX_OBJS   = $(REGEX_SRC:.c=.@OBJEXT@)
327 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
328
329 # Dependencies introduced by #include "project.h".
330 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
331
332 # Socket libraries for platforms that need them explicitly defined
333 SOCKET_LIB   = @SOCKET_LIB@
334
335 # PThreads library, if needed.
336 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
337
338 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
339 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
340 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
341 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
342
343
344 #############################################################################
345 # Compiler switches
346 #############################################################################
347
348 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
349 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
350 # Win32 GUI build.
351 # The flag "-pthread" is required if using Pthreads under Linux (and
352 # possibly other OSs).
353 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
354
355 # Add your flags here 
356 OTHER_CFLAGS =   
357
358 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
359          @STATIC_PCRE_ONLY@ -Ipcre 
360
361 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
362
363
364 #############################################################################
365 # Build section.
366 #
367 # There should NOT be any targets above this line.
368 #############################################################################
369 all: $(PROGRAM)
370
371
372 #############################################################################
373 # Phony targets
374 #############################################################################
375 .PHONY: all inifiles redhat-dist redhat-upload solaris-dist suse-dist \
376 suse-upload win-dist tarball-dist dok redhat-dok webserver clean clobber tags \
377 install
378
379
380 #############################################################################
381 # Define this explicitly because Solaris is broken!
382 #############################################################################
383 %.o: %.c
384         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
385
386
387 #############################################################################
388 # Win32 config files
389 #############################################################################
390
391 inifiles: $(W32_INIS)
392
393 config.txt: config
394         $(SED) -e 's!\trustfile trust!trustfile trust.txt!' \
395                -e 's!\jarfile jarfile!jarfile jar.log!' \
396                -e 's!\logfile logfile!logfile junkbuster.log!' \
397                -e 's!\re_filterfile re_filterfile!re_filterfile re_filterfile.txt!' \
398                -e 's!#Win32-only: !!' \
399                < $< | \
400                $(DOSFILTER) > $@
401         # LF to CRLF in ijb.action
402         $(DOSFILTER) <ijb.action >ijb.action.txt && mv ijb.action.txt ijb.action
403
404 trust.txt: trust
405         $(DOSFILTER) < $< > $@ 
406
407 re_filterfile.txt: re_filterfile
408         $(DOSFILTER) < $< > $@ 
409
410
411 #############################################################################
412 # redhat distribution alpha and x86
413 #############################################################################
414
415 redhat-dist:
416         @for dir in RPMS SRPMS BUILD SOURCES SPECS; do \
417                 if [ ! -w $(RPM_BASE)/$$dir ]; then \
418                         $(ECHO) "$(RPM_BASE)/$$dir is not writable for you. Maybe try as root."; \
419                         exit; \
420                 fi; \
421         done ; \
422         $(MAKE) clobber; \
423         [ -f $(TAR_ARCH) ] && $(RM) $(TAR_ARCH); \
424         $(SED) 's/^\(Version:\).*/\1 $(RPM_VERSION)/g; \
425                 s/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' junkbuster-rh.spec > $(TMPFILE) && $(MV) -f $(TMPFILE) junkbuster-rh.spec; \
426         $(TAR) --exclude "CVS" --exclude "junkbuster-suse.spec" -cvzf $(TAR_ARCH) . ; \
427         $(RPM) --clean -ta  $(TAR_ARCH); \
428         [ -f $(TAR_ARCH) ] && $(RM) $(TAR_ARCH)
429
430 #
431 # anonymously ncftps the rpms to sourceforge
432 #
433 redhat-upload:
434         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/SRPMS/junkbuster-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
435 # better should use `arch` here instead of ix86 to support other platforms too
436         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming $(RPM_BASE)/RPMS/*/junkbuster-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
437         @$(ECHO) -------------------------------------------------------
438         @$(ECHO) Now goto
439         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
440         @$(ECHO) ... and release the files.
441         @$(ECHO) -------------------------------------------------------
442      # w3m http://sourceforge.net/project/admin/editpackages.php?group_id=11118
443
444 #############################################################################
445 # sun solaris  distribution
446 #############################################################################
447 solaris-dist:
448         @$(ECHO) coming soon. 
449
450 #############################################################################
451 # suse distribution (need to be root to build)
452 #############################################################################
453
454 suse-dist:
455         @make clobber
456 # verify that i'm root needs to be done
457         rm -f ../ijbswa.tar.gz
458 # verify all version strings, FLAGS, etc. in the spec file
459         sed 's/^\(Version:\).*/\1: $(RPM_VERSION)/g; \
460              s/^\(Release:\).*/\1 $(RPM_PACKAGEV)/g' junkbuster-suse.spec > $(TMPFILE) && mv -f $(TMPFILE) junkbuster-suse.spec
461         tar --exclude "CVS" --exclude "junkbuster-rh.spec" -cvzf ../ijbswa.tar.gz .
462 # verify all files in their correct location needs to be done
463 # never use buildroot to define the location inside the spec
464 # file or suse will fuck up the build process.
465         cd .. && rpm -ta --buildroot /tmp/xxx ijbswa.tar.gz
466         chmod a+r /usr/src/packages/SRPMS/*
467         chmod a+r /usr/src/packages/RPMS/i386/*
468
469 #
470 # anonymously ncftps the rpms to sourceforge
471 #
472 suse-upload:
473         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming /usr/src/packages/SRPMS/junkbuster-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).src.rpm
474 # better should use `arch` here instead of ix86 to support other platforms too
475         ncftpput -u anonymous -p ijbswa-developers@lists.sourceforge.net upload.sourceforge.net /incoming /usr/src/packages/RPMS/*/junkbuster-suse-$(RPM_VERSION)-$(RPM_PACKAGEV).*.rpm
476         @$(ECHO) -------------------------------------------------------
477         @$(ECHO) Now goto
478         @$(ECHO) http://sourceforge.net/project/admin/editpackages.php?group_id=11118
479         @$(ECHO) ... and release the files.
480         @$(ECHO) -------------------------------------------------------
481
482 # handle with care. use with root.
483 suse-clean:
484         rpm -e junkbuster-suse
485         rm -rf /etc/junkbuster
486         rm -rf /var/log/junkbuster
487         rm -f /etc/init.d/junkbuster
488         rm -f /usr/sbin/junkbuster
489         rm -f /usr/sbin/rcjunkbuster
490         rm -f /usr/share/man/man1/junkbuster.1.gz
491
492 #############################################################################
493 # Windows distribution
494 #############################################################################
495 win-dist:
496         $(ECHO) Not implemented.
497
498
499 #############################################################################
500 # Tarball distribution
501 #############################################################################
502 tarball-dist:
503         @make clean
504         make $(PROGRAM) 
505 #       remove all objects and create the tarball with the binary
506         cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../ijb-distribution-$(VERSION).tar.gz ijb/
507         chmod a+r ../../ijb-distribution-$(VERSION).tar.gz
508         @$(ECHO) Tarball with binary created.
509
510 #############################################################################
511 #
512 # Documentation
513 #
514 # converts doc/source/*.sgml into html, text and man pages
515 #
516 #############################################################################
517 dok: doc/source/ldpOK.dsl
518         mkdir -p doc/text doc/man
519 #  user manual
520         rm -rf doc/webserver/user-manual
521         cd doc/source && db2html -s ldpOK.dsl user-manual.sgml && mv user-manual ../webserver
522         cd doc/source && db2html -s ldpOK.dsl --nochunks user-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/user-manual.txt && rm -rf tmp.html user-manual
523 ##  developer manual
524         rm -rf doc/webserver/developer-manual
525         cd doc/source && db2html -s ldpOK.dsl developer-manual.sgml && mv developer-manual ../webserver
526         cd doc/source && db2html -s ldpOK.dsl --nochunks developer-manual.sgml > tmp.html && lynx -dump tmp.html > ../text/developer-manual.txt && rm -rf tmp.html developer-manual
527 ##  faq
528         rm -rf doc/webserver/faq
529         cd doc/source && db2html -s ldpOK.dsl faq.sgml && mv faq ../webserver
530         cd doc/source && db2html -s ldpOK.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq
531
532 redhat-dok: doc/source/ldpOK.dsl
533         mkdir -p doc/text doc/man doc/source/user-manual \
534           doc/source/developer-manual doc/source/faq
535 ##  user manual
536         rm -rf doc/webserver/user-manual
537         cd doc/source/user-manual && $(DB) ../user-manual.sgml && cd .. &&\
538           mv user-manual ../webserver
539         cd doc/source && $(DB) -V nochunks user-manual.sgml > tmp.html && \
540           $(WDUMP) tmp.html > ../text/user-manual.txt && rm -rf tmp.html \
541           user-manual
542 ##  developer manual
543         rm -rf doc/webserver/developer-manual
544         cd doc/source/developer-manual && $(DB) ../developer-manual.sgml &&\
545           cd .. && mv developer-manual ../webserver
546         cd doc/source && $(DB) -V nochunks developer-manual.sgml > tmp.html && \
547           $(WDUMP) tmp.html > ../text/developer-manual.txt && rm -rf tmp.html \
548           developer-manual
549 ##  faq
550         rm -rf doc/webserver/faq
551         cd doc/source/faq && $(DB) ../faq.sgml && cd .. && mv faq ../webserver
552         cd doc/source && $(DB) -V nochunks faq.sgml > tmp.html && $(WDUMP) \
553           tmp.html > ../text/faq.txt && rm -rf tmp.html faq
554
555 doc/source/ldpOK.dsl:
556         if [ "$(DKPREFIX)" != "none" ]; then \
557                 sed -e "s@/usr/share/sgml/docbook/dsssl-stylesheets@$(DKPREFIX)@g" doc/source/ldp.dsl > doc/source/ldpOK.dsl; \
558         else \
559                 cp doc/source/ldp.dsl doc/source/ldpOK.dsl; \
560         fi
561
562 #############################################################################
563 #
564 # Webserver
565 #
566 # moves dokumentation to webserver
567 #
568 #############################################################################
569 webserver:
570         @$(ECHO) -------------------------------------------------------
571         @$(ECHO) You have run make dok/redhat-dok before, right?
572         @$(ECHO) Note that this command scps all stuff to the webserver,
573         @$(ECHO) it will not remove obsolete documents.
574         @$(ECHO) -------------------------------------------------------
575         chmod -R a+r doc/webserver
576         find doc/webserver -type d -exec chmod a+rx {} \;
577         cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
578
579 #############################################################################
580 # Source file dependencies
581 #############################################################################
582
583 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h
584 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
585 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
586 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
587 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
588 encode.@OBJEXT@:    encode.c    encode.h    config.h
589 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
590 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 
591 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
592 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
593 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
594 killpopup.@OBJEXT@: killpopup.c killpopup.h config.h $(PROJECT_H_DEPS) jcc.h loadcfg.h
595 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
596 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
597 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
598 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
599 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
600 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
601 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
602
603 # GNU regex
604 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
605
606 # PCRS
607 pcrs.@OBJEXT@: pcrs.c pcre/pcre.h pcrs.h
608
609 # PCRE
610 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
611 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
612 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
613 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
614 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
615
616 # An auxiliary program makes the PCRE default character table source
617
618 pcre/chartables.c:   pcre/dftables@EXEEXT@
619                 pcre/dftables@EXEEXT@ >pcre/chartables.c
620
621 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
622                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
623
624 # Win32
625 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
626 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
627 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h
628
629 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/junkbust.ico config.h
630         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
631
632 # AmigaOS
633 @AMIGAOS_ONLY@OBJS += amiga.o
634 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -m68020 -noixemul -fbaserel -msmall-code
635 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
636 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
637 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
638
639
640 $(PROGRAM): $(OBJS) $(W32_FILES)
641         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
642
643 clean:
644         $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS)
645
646 clobber: clean
647         $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` TAGS junkbuster.log config.cache *~ *.tar.gz
648
649 tags: $(SRCS) $(HDRS)
650         etags $(SRCS) $(HDRS)
651
652 tarball-src: clobber
653         $(LN) -s current ../ijb-$(VERSION)-$(CODE_STATUS)
654         $(TAR) -C.. -cvhzf ijb-$(VERSION)-$(CODE_STATUS)-src.tar.gz ijb-$(VERSION)-$(CODE_STATUS)
655         $(RM) ../ijb-$(VERSION)-$(CODE_STATUS)
656
657 install: all
658         #
659         # FIXME: This is a dirty hack to have an install target
660         #        that works at least for some setups. This needs
661         #        to be fixed!
662         #
663         $(STRIP_PROG) $(PROGRAM)
664         $(INSTALL) $(PROGRAM) $(SBIN_DEST)
665         mkdir -p $(DEST)/user-manual
666         mkdir -p $(DEST)/templates
667         cp -r doc/webserver/user-manual $(DEST)
668         cp -r templates $(DEST)
669         $(INSTALL) config ijb.action re_filterfile trust $(DEST)
670         # FIXME $(ECHO) junkbuster.logrotate junkbuster.monthly junkbuster.weekly
671         # FIXME: Need new manual! $(GZIP_PROG) -c junkbuster.1 > $(MAN_DEST)/junkbuster.1.gz
672         $(INSTALL) junkbuster.init /etc/init.d/junkbuster
673
674
675 #############################################################################
676
677 ## Local Variables:
678 ## tab-width: 3
679 ## end: