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