]> git.ipfire.org Git - thirdparty/squid.git/blame - Makefile.am
Restructured the directory structure to have all helpers in the new
[thirdparty/squid.git] / Makefile.am
CommitLineData
a2794549 1## Process this file with automake to produce Makefile.in
2#
0c510f3c 3# $Id: Makefile.am,v 1.10 2002/06/26 10:37:30 hno Exp $
a2794549 4#
5
37d60472 6AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5
0c510f3c 7DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc helpers
8SUBDIRS = lib @makesnmplib@ scripts src icons errors doc helpers
a2794549 9
a2794549 10DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
11
12dist-hook:
13 @ for subdir in "include"; do \
14 if test "$$subdir" = .; then :; else \
15 test -d $(distdir)/$$subdir \
16 || mkdir $(distdir)/$$subdir \
17 || exit 1; \
18 cp -p $(srcdir)/$$subdir/*.h $(distdir)/$$subdir \
19 || exit 1; \
7596d469 20 rm -f $(distdir)/$$subdir/autoconf.h; \
a2794549 21 fi; \
22 done
23
030dfe0d 24EXTRA_DIST = \
25 ChangeLog \
26 CONTRIBUTORS \
27 COPYING \
28 COPYRIGHT \
29 CREDITS \
30 INSTALL \
31 QUICKSTART \
32 README \
cc9923e4 33 SPONSORS \
34 bootstrap.sh