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