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