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