A couple of minor tweaks:
[privoxy.git] / Makefile.in
1 # Note:  Makefile is built automatically from Makefile.in
2 #
3 # $Id: Makefile.in,v 1.25 2001/09/12 22:55:45 joergs 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: Makefile.in,v $
31 # Revision 1.25  2001/09/12 22:55:45  joergs
32 # AmigaOS support added.
33 #
34 # Revision 1.24  2001/09/12 17:28:59  david__schmidt
35 #
36 # OS/2 port: update autoconf'd support for the platform.
37 #
38 # Revision 1.23  2001/09/12 16:28:42  swa
39 # added "make dok" section to generate html pages from
40 # the sgml source documents. note that the we do not want
41 # generated stuff in cvs.
42 #
43 # Revision 1.22  2001/09/10 16:31:23  swa
44 # buildroot definition in the specfile fucks up the build
45 # process under suse. hence I moved it to the "rpm -ta"
46 # command
47 #
48 # Revision 1.21  2001/09/10 11:12:49  oes
49 # Turning on -Wall
50 #
51 # Revision 1.20  2001/08/02 22:04:29  jongfoster
52 # Removing some remaining references to obsolete w32rulesdlg.[ch]
53 #
54 # Revision 1.19  2001/07/30 22:14:03  jongfoster
55 # Removing obsolete w32rulesdlg.c and w32rulesdlg.h
56 #
57 # Revision 1.18  2001/07/29 17:09:17  jongfoster
58 # Major changes to build system in order to fix these bugs:
59 # - pthreads under Linux was broken - changed -lpthread to -pthread
60 # - Compiling in MinGW32 mode under CygWin now correctly detects
61 #   which shared libraries are available
62 # - Solaris support (?) (Not tested under Solaris yet)
63 #
64 # Revision 1.17  2001/07/28 16:44:54  oes
65 # Fixed sed LF->CRLF conversion and removed deprecated files
66 #
67 # Revision 1.16  2001/07/15 19:45:33  jongfoster
68 # Added support for linking with POSIX threads library
69 #
70 # Revision 1.15  2001/07/13 13:48:07  oes
71 #  - Moved STATIC #define for pcre to (ac)config.h
72 #  - Made -Ipcre depandant on static pcre compilation to
73 #    avoid version conflicts
74 #  - Included compilation and depandancies for new deanimate.c
75 #  - Made changes to the pcre/pcreposix/pcrs build process
76 #    as required by the new library autodetection in
77 #    configure.in
78 #
79 # Revision 1.14  2001/07/01 16:27:44  oes
80 # Fixed misplaced dependancy
81 #
82 # Revision 1.13  2001/06/29 13:18:36  oes
83 # - added depandancy of filters.o on cgi.h
84 #
85 # Revision 1.12  2001/06/12 17:15:56  swa
86 # fixes, because a clean build on rh6.1 was impossible.
87 # GZIP confuses make, %configure confuses rpm, etc.
88 #
89 # Revision 1.11  2001/06/11 11:26:35  sarantis
90 # RPM version should be the same as ijbswa version.  The rpm release is
91 # specified in the specfile.
92 #
93 # Revision 1.10  2001/06/07 17:27:45  swa
94 # added suse build section
95 #
96 # Revision 1.9  2001/06/04 18:31:58  swa
97 # files are now prefixed with either `confdir' or `logdir'.
98 # `make redhat-dist' replaces both entries confdir and logdir
99 # with redhat values
100 #
101 # Revision 1.8  2001/06/04 10:44:57  swa
102 # `make redhatr-dist' now works. Except for the paths
103 # in the config file.
104 #
105 # Revision 1.7  2001/06/03 17:09:09  swa
106 # swa for oes: reversed my earlier change
107 #
108 # Revision 1.6  2001/06/03 17:07:27  swa
109 # swa for oes
110 #
111 # Revision 1.5  2001/06/03 13:57:26  swa
112 # compile cgi.c (for andreas' GUI)
113 #
114 # Revision 1.4  2001/05/31 21:18:45  jongfoster
115 # Added files actions.[ch], actionlist.h, list.[ch] to Makefile
116 #
117 # Revision 1.3  2001/05/29 20:02:48  joergs
118 # Changes for AmigaOS added.
119 #
120 # Revision 1.2  2001/05/17 22:23:23  oes
121 #  - Added auto-generation of CRLFs for Win32 config files
122 #  - Added comment-prefix to all Win32-only options in the config file
123 #    and provided auto stripping of this prefix for the Win32 platform by make
124 #
125 # Revision 1.1.1.1  2001/05/15 13:59:00  oes
126 # Initial import of version 2.9.3 source tree
127 #
128 #
129
130
131 #############################################################################
132 # Version number (for RPM)
133 #############################################################################
134
135 VERSION_MAJOR = @VERSION_MAJOR@
136 VERSION_MINOR = @VERSION_MINOR@
137 VERSION_POINT = @VERSION_POINT@
138 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
139 # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile
140 RPM_VERSION   = $(VERSION)
141 RPM_PACKAGEV  = 1
142
143
144 #############################################################################
145 # Directories for "make install"
146 #############################################################################
147
148 DEST        = /etc/junkbuster
149 SBIN_DEST   = @sbindir@
150 MAN_DEST    = @mandir@
151
152
153 #############################################################################
154 # Build tools
155 #############################################################################
156
157 PROGRAM    = junkbuster@EXEEXT@
158 CC         = @CC@
159 ECHO       = echo
160 GZIP_PROG  = gzip
161 INSTALL    = cp -f
162 LD         = @CC@
163 OBJEXT     = @OBJEXT@
164 RM         = rm -f
165 STRIP_PROG = strip
166
167
168 #############################################################################
169 # Filenames and libraries
170 #############################################################################
171
172 C_SRC  = actions.c encode.c errlog.c filters.c gateway.c jbsockets.c \
173          jcc.c killpopup.c list.c loadcfg.c loaders.c miscutil.c \
174          parsers.c showargs.c ssplit.c cgi.c deanimate.c
175          
176 C_OBJS = $(C_SRC:.c=.$(OBJEXT))
177 C_HDRS = $(C_SRC:.c=.h) project.h actionlist.h
178
179 W32_SRC   = @WIN_ONLY@w32log.c w32taskbar.c win32.c
180 W32_FILES = @WIN_ONLY@w32.res
181 W32_OBJS  = @WIN_ONLY@$(W32_SRC:.c=.$(OBJEXT)) $(W32_FILES)
182 W32_HDRS  = @WIN_ONLY@w32log.h w32taskbar.h win32.h w32res.h
183 W32_LIB   = @WIN_ONLY@-lwsock32 -lcomctl32
184 W32_INIS  = @WIN_ONLY@junkbstr.txt sactions.txt strust.txt sregexp.txt
185
186 PCRS_SRC     = @STATIC_PCRS_ONLY@pcrs.c
187 PCRS_OBJS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.$(OBJEXT))
188 PCRS_HDRS    = @STATIC_PCRS_ONLY@$(PCRS_SRC:.c=.h)
189
190 PCRE_SRC     = @STATIC_PCRE_ONLY@pcre/get.c pcre/maketables.c pcre/study.c pcre/pcre.c
191 PCRE_OBJS    = @STATIC_PCRE_ONLY@$(PCRE_SRC:.c=.$(OBJEXT))
192 PCRE_HDRS    = @STATIC_PCRE_ONLY@pcre/config.h pcre/chartables.c pcre/internal.h pcre/pcre.h
193
194 # No REGEX (Either because dynamically linked pcreposix, or no regex at all):
195 REGEX_SRC    =
196 # GNU REGEX:
197 @GNU_REGEX_ONLY@REGEX_SRC    = gnu_regex.c
198 # PCRE REGEX:
199 @PCRE_REGEX_ONLY@@STATIC_PCRE_ONLY@REGEX_SRC = pcre/pcreposix.c
200
201 REGEX_OBJS   = $(REGEX_SRC:.c=.$(OBJEXT))
202 REGEX_HDRS   = $(REGEX_SRC:.c=.h)
203
204 # Dependencies introduced by #include "project.h".
205 PROJECT_H_DEPS = project.h $(REGEX_HDRS) $(PCRS_HDRS) @STATIC_PCRE_ONLY@pcre/pcre.h
206
207 # Socket libraries for platforms that need them explicitly defined
208 SOCKET_LIB   = @SOCKET_LIB@
209
210 # PThreads library, if needed.
211 PTHREAD_LIB  = @PTHREAD_ONLY@@PTHREAD_LIB@
212
213 SRCS         = $(C_SRC)  $(W32_SRC)  $(PCRS_SRC)  $(PCRE_SRC)  $(REGEX_SRC)
214 OBJS         = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
215 HDRS         = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
216 LIBS         = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
217
218
219 #############################################################################
220 # Compiler switches
221 #############################################################################
222
223 # The flag "-mno-win32" can be used by Cygwin to emulate a un?x type build.
224 # The flag "-mwindows -mno-cygwin" will cause Cygwin to use MingW32 for a
225 # Win32 GUI build.
226 # The flag "-pthread" is required if using Pthreads under Linux (and
227 # possibly other OSs).
228 SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
229
230 # Either/Or of these next two lines
231 #DEBUG_CFLAGS = -g  # Debug build
232 DEBUG_CFLAGS  = -O3 # Full optimization
233
234 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS) \
235          @STATIC_PCRE_ONLY@ -Ipcre -Wall
236
237 LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
238
239
240 #############################################################################
241 # Build section.
242 #
243 # There should NOT be any targets above this line.
244 #############################################################################
245 all: $(PROGRAM)
246
247
248 #############################################################################
249 # Define this explicitly because Solaris is broken!
250 #############################################################################
251 %.o: %.c
252         $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
253
254
255 #############################################################################
256 # Win32 config files
257 #############################################################################
258
259 %.txt:
260         sed -e $$'s,$$,\r,' < $< > $@ 
261
262 inifiles: $(W32_INIS)
263
264 junkbstr.txt: config
265         sed     -e 's!\actionsfile!sactions.txt!' \
266                         -e 's!\trust!strust.txt!' \
267                         -e 's!\jarfile!jar.log!' \
268                         -e 's!\logfile!junkbstr.log!' \
269                         -e 's!\re_filterfile!sregexp.txt!' \
270                         -e $$'s,$$,\r,' \
271                         -e 's!#Win32-only: !!' \
272         < $< > $@
273
274 sactions.txt: actionslist
275 strust.txt: trust
276 sregexp.txt: re_filterfile
277
278
279 #############################################################################
280 # redhat distribution
281 #############################################################################
282
283 redhat-dist:
284         @make clobber
285 # verify that i'm root needs to be done
286         rm -f ../ijbswa.tar.gz
287 # verify all version strings, FLAGS, etc. in the spec file
288         cat junkbuster-rh.spec | sed 's/^Version:.*/Version: $(RPM_VERSION)/g' | sed 's/^Release:.*/Release: $(RPM_PACKAGEV)/g' > /tmp/abc && cp -f /tmp/abc junkbuster-rh.spec
289         tar --exclude "CVS" --exclude "junkbuster-suse.spec" -cvzf ../ijbswa.tar.gz .
290 # verify all files in their correct location needs to be done
291         cd .. && rpm -ta ijbswa.tar.gz
292
293
294 #############################################################################
295 # suse distribution (need to be root to build)
296 #############################################################################
297
298 suse-dist:
299         @make clobber
300 # verify that i'm root needs to be done
301         rm -f ../ijbswa.tar.gz
302 # verify all version strings, FLAGS, etc. in the spec file
303         cat junkbuster-suse.spec | sed 's/^Version:.*/Version: $(RPM_VERSION)/g' | sed 's/^Release:.*/Release: $(RPM_PACKAGEV)/g' > /tmp/abc && cp -f /tmp/abc junkbuster-suse.spec
304         tar --exclude "CVS" --exclude "junkbuster-rh.spec" -cvzf ../ijbswa.tar.gz .
305 # verify all files in their correct location needs to be done
306 # never use buildroot to define the location inside the spec
307 # file or suse will fuck up the build process.
308         cd .. && rpm -ta --buildroot /tmp/xxx ijbswa.tar.gz
309
310 # handle with care. use with root.
311 suse-clean:
312         rpm -e junkbuster
313         rm -rf /etc/junkbuster
314         rm -rf /var/log/junkbuster
315         rm -f /etc/init.d/junkbuster
316         rm -f /usr/sbin/junkbuster
317         rm -f /usr/sbin/rcjunkbuster
318         rm -f /usr/share/man/man1/junkbuster.1.gz
319
320 #############################################################################
321 # Windows distribution
322 #############################################################################
323 win-dist:
324         $(ECHO) Not implemented.
325
326
327 #############################################################################
328 # Tarball distribution
329 #############################################################################
330 tarball-dist:
331         @make clean
332         make $(PROGRAM) 
333 #       remove all objects and create the tarball with the binary
334         cd .. && $(RM) ijb/a.out ijb/core ijb/*.$(OBJEXT) && tar --exclude "ijb/CVS" -cvzf ../ijb-distribution-$(VERSION).tar.gz ijb/
335         chmod a+r ../../ijb-distribution-$(VERSION).tar.gz
336         @$(ECHO) Tarball with binary created.
337
338 #############################################################################
339 #
340 # Documentation
341 #
342 # converts doc/source/*.sgml into html, text and man pages
343 #
344 #############################################################################
345 dok:
346         mkdir -p doc/text doc/man
347 #  user manual
348         rm -rf doc/webserver/user-manual
349         cd doc/source && db2html -s ldp.dsl user-manual.sgml && mv user-manual ../webserver
350 #  developer manual
351         rm -rf doc/webserver/developer-manual
352         cd doc/source && db2html -s ldp.dsl developer-manual.sgml && mv developer-manual ../webserver
353 #  faq
354         rm -rf doc/webserver/faq
355         cd doc/source && db2html -s ldp.dsl faq.sgml && mv faq ../webserver
356
357 #############################################################################
358 # Source file dependencies
359 #############################################################################
360
361 actions.@OBJEXT@:   actions.c   actions.h   config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h
362 encode.@OBJEXT@:    encode.c    encode.h    config.h
363 errlog.@OBJEXT@:    errlog.c    errlog.h    config.h $(PROJECT_H_DEPS) @WIN_ONLY@w32log.h
364 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 showargs.h ssplit.h cgi.h deanimate.h @WIN_ONLY@win32.h 
365 gateway.@OBJEXT@:   gateway.c   gateway.h   config.h $(PROJECT_H_DEPS) errlog.h jbsockets.h jcc.h loadcfg.h
366 jbsockets.@OBJEXT@: jbsockets.c jbsockets.h config.h $(PROJECT_H_DEPS) filters.h
367 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 showargs.h @WIN_ONLY@w32log.h win32.h cgi.h
368 killpopup.@OBJEXT@: killpopup.c killpopup.h config.h $(PROJECT_H_DEPS) jcc.h loadcfg.h
369 list.@OBJEXT@:      list.c      list.h      config.h $(PROJECT_H_DEPS) list.h miscutil.h
370 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 showargs.h @WIN_ONLY@w32log.h win32.h
371 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
372 miscutil.@OBJEXT@:  miscutil.c  miscutil.h  config.h
373 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 showargs.h ssplit.h
374 showargs.@OBJEXT@:  showargs.c  showargs.h  config.h $(PROJECT_H_DEPS) errlog.h encode.h gateway.h jcc.h loadcfg.h miscutil.h parsers.h
375 ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
376 cgi.@OBJEXT@:       cgi.c       cgi.h       config.h $(PROJECT_H_DEPS) list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h
377 deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS)
378
379 # GNU regex
380 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h
381
382 # PCRS
383 pcrs.@OBJEXT@: pcrs.c pcre/pcre.h pcrs.h
384
385 # PCRE
386 pcre/get.@OBJEXT@:        pcre/get.c        pcre/config.h pcre/internal.h pcre/pcre.h
387 pcre/maketables.@OBJEXT@: pcre/maketables.c pcre/config.h pcre/internal.h pcre/pcre.h
388 pcre/pcre.@OBJEXT@:       pcre/pcre.c       pcre/config.h pcre/internal.h pcre/pcre.h pcre/chartables.c 
389 pcre/pcreposix.@OBJEXT@:  pcre/pcreposix.c  pcre/config.h pcre/internal.h pcre/pcre.h pcre/pcreposix.h
390 pcre/study.@OBJEXT@:      pcre/study.c      pcre/config.h pcre/internal.h pcre/pcre.h
391
392 # An auxiliary program makes the PCRE default character table source
393
394 pcre/chartables.c:   pcre/dftables@EXEEXT@
395                 pcre/dftables@EXEEXT@ >pcre/chartables.c
396
397 pcre/dftables@EXEEXT@:       pcre/dftables.c pcre/maketables.c pcre/pcre.h pcre/internal.h pcre/config.h
398                 $(CC) -o pcre/dftables@EXEEXT@ $(CFLAGS) pcre/dftables.c
399
400 # Win32
401 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
402 w32taskbar.@OBJEXT@: w32taskbar.c config.h w32log.h w32taskbar.h
403 win32.@OBJEXT@: win32.c config.h jcc.h loadcfg.h pcre/pcre.h pcre/pcreposix.h pcrs.h project.h w32log.h win32.h
404
405 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
406         windres -D__MINGW32__=0.2 -O coff -i $< -o $@
407
408 # AmigaOS
409 @AMIGAOS_ONLY@OBJS += amiga.o
410 @AMIGAOS_ONLY@CFLAGS += -D__AMIGAVERSION__=\"$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_POINT)\" -D__AMIGADATE__=\"`date +%d.%m.%Y`\" -W -Wall -m68020 -Os -noixemul -fbaserel -msmall-code
411 @AMIGAOS_ONLY@LDFLAGS += -m68020 -noixemul -fbaserel
412 @AMIGAOS_ONLY@LIBS = -lm /gg/lib/libb/libm020/libnix/swapstack.o
413 @AMIGAOS_ONLY@amiga.o: amiga.c amiga.h config.h
414
415
416 $(PROGRAM): $(OBJS) $(W32_FILES)
417         $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
418
419 clean:
420         $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS)
421
422 clobber: clean
423         $(RM) $(PROGRAM) *.pdb *.lib *.exp TAGS junkbuster.log
424
425 tags: $(SRCS) $(HDRS)
426         etags $(SRCS) $(HDRS)
427
428 install: all
429         $(STRIP_PROG) $(PROGRAM)
430         $(INSTALL) $(PROGRAM) $(SBIN_DEST)
431         $(INSTALL) README README.TOO README.WIN README.re_filter README.cygwin $(DEST)
432         $(INSTALL) aclfile blocklist config cookiefile forward imagelist \
433                 popup re_filterfile trust $(DEST)
434         # FIXME: On SuSE, these are not found.  Where do they go?
435         $(ECHO) junkbuster.logrotate junkbuster.monthly junkbuster.weekly
436         $(GZIP_PROG) -c junkbuster.1 > $(MAN_DEST)/junkbuster.1.gz
437         $(INSTALL) junkbuster.init /sbin/init.d/junkbuster
438
439
440 #############################################################################
441
442 ## Local Variables:
443 ## tab-width: 3
444 ## end: