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