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