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