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