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