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