]> git.ipfire.org Git - thirdparty/squid.git/blob - Makefile.am
Make debug_options rotate=N option back-compatible.
[thirdparty/squid.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 #
3
4 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 foreign
5 DIST_SUBDIRS = compat lib snmplib scripts src icons errors contrib doc helpers test-suite tools
6 SUBDIRS = compat lib @makesnmplib@ scripts src icons errors doc helpers test-suite tools
7
8 DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
9 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
10
11 dist-hook:
12 @ for subdir in include; do \
13 if test "$$subdir" = .; then :; else \
14 test -d $(distdir)/$$subdir \
15 || mkdir $(distdir)/$$subdir \
16 || exit 1; \
17 cp -p $(srcdir)/$$subdir/*.h $(distdir)/$$subdir \
18 || exit 1; \
19 rm -f $(distdir)/$$subdir/autoconf.h; \
20 fi; \
21 done
22 @if [ -f $(top_srcdir)/RELEASENOTES.html ]; then \
23 cp -p $(top_srcdir)/RELEASENOTES.html $(distdir)/RELEASENOTES.html; \
24 else \
25 cp $(top_srcdir)/doc/release-notes/release-3.0.html $(distdir)/RELEASENOTES.html; \
26 fi
27
28 EXTRA_DIST = \
29 ChangeLog \
30 CONTRIBUTORS \
31 COPYING \
32 COPYRIGHT \
33 CREDITS \
34 INSTALL \
35 QUICKSTART \
36 README \
37 SPONSORS \
38 bootstrap.sh
39
40 install-pinger:
41 chown root $(DESTDIR)$(DEFAULT_PINGER)
42 chmod 4711 $(DESTDIR)$(DEFAULT_PINGER)
43
44 all-am:
45 @echo "Build Successful."