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