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