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