* Makefile.am (scriptdir): New macro.
[platform/upstream/automake.git] / lib / am / Makefile.am
1 ## Process this file with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = gnits
4 MAINT_CHARSET = latin1
5
6 ## We need `.' in SUBDIRS because we want `check' to build `.' before
7 ## tests.
8 SUBDIRS = . m4 tests
9
10 bin_SCRIPTS = automake aclocal
11 info_TEXINFOS = automake.texi
12
13 amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am \
14 data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
15 footer.am header-vars.am header.am java-clean.am java.am kr-extra.am \
16 library.am libs-clean.am libs.am libtool.am lisp-clean.am lisp.am \
17 ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am \
18 program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am \
19 subdirs.am tags-clean.am tags.am texi-vers.am texinfos.am
20
21 pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles)
22
23 ## These must all be executable when installed.  However, if we use
24 ## _SCRIPTS, then the program transform will be applied, which is not
25 ## what we want.  So we make them executable by hand.
26 scriptdir = $(pkgdatadir)
27 script_DATA = config.guess config.sub install-sh mdate-sh missing \
28 mkinstalldirs elisp-comp ylwrap acinstall
29
30 install-data-hook:
31         @for prog in $(script_DATA); do \
32           chmod +x $(scriptdir)/$$prog; \
33         done
34
35 EXTRA_DIST = acinstall $(pkgdata_DATA) $(script_DATA)
36
37 # The following requires a fixed version of the Emacs 19.30 etags.
38 ETAGS_ARGS = automake.in aclocal.in --lang=none \
39  --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
40 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
41
42 ## `test -x' is not portable.  So we use Perl instead.  If Perl
43 ## doesn't exist, then this test is meaningless anyway.
44 installcheck-local:
45         for file in $(script_DATA); do \
46           $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
47         done
48
49 ################################################################
50 ##
51 ## Everything past here is useful to the maintainer, but probably not
52 ## to anybody else
53 ##
54
55 # Run the test suite using Perl 4.
56 perl4-check: automake aclocal
57         @if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
58           $(MAKE) PERL=perl4.036 check; \
59         else :; fi
60
61 # Some simple checks, and then ordinary check.  These are only really
62 # guaranteed to work on my machine.
63 maintainer-check: automake aclocal
64 ## This check avoids accidental configure substitutions in the source.
65 ## There are exactly 8 lines that should be modified.  This works out
66 ## to 24 lines of diffs.
67         @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 24; then \
68           echo "found too many diffs between automake.in and automake"; 1>&2; \
69           diff -c $(srcdir)/automake.in automake; \
70           exit 1; \
71         fi
72 ## Syntax check with default Perl (on my machine, Perl 5).
73         $(PERL) -c -w automake
74         $(PERL) -c -w aclocal
75 ## expect no instances of '${...}'.  However, $${...} is ok, since that
76 ## is a shell construct, not a Makefile construct.
77 ## The backslash in `$${' is needed for some versions of bash.
78         @if test `fgrep '\$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
79           echo "found too many uses of '\$${'" 1>&2; \
80           exit 1;                               \
81         else :; fi
82 ## Make sure all invocations of mkinstalldirs are correct.
83         @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
84           echo "found incorrect use of mkinstalldirs" 1>&2; \
85           exit 1; \
86         else :; fi
87 ## Another syntax check, this time with Perl 4, if it exists.
88         @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
89           perl4.036 -c -w automake; \
90           perl4.036 -c -w aclocal; \
91         else :; fi
92 ## We never want to use "undef", only "delete".
93         @if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
94           echo "Found undef in automake.in; use delete instead" 1>&2; \
95           exit 1; \
96         fi
97 ## We never want split (/ /,...), only split (' ', ...).
98         @if fgrep 'split (/ /' $(srcdir)/automake.in > /dev/null 2>&1; then \
99           echo "Found bad split in automake.in" 1>&2; \
100           exit 1; \
101         fi
102
103 # Tag before making distribution.  Also, don't make a distribution if
104 # checks fail.  Also, make sure the NEWS file is up-to-date.
105 cvs-dist: maintainer-check perl4-check distcheck
106         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
107           echo "NEWS not updated; not releasing" 1>&2; \
108           exit 1;                               \
109         fi
110         cd $(srcdir) && cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
111         $(MAKE) dist
112
113 cvs-diff:
114         thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
115         if test -z "$$OLDVERSION"; then \
116           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
117         else prevno="$$OLDVERSION"; fi; \
118         prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
119         cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
120             > $(PACKAGE)-$$prevno-$(VERSION).diff
121
122 ## Check our path lengths.
123 path-check: distdir
124         (cd $(distdir) && \
125 ## FIXME there's got to be a better way!  pathchk should take the list
126 ## of files on stdin, at least.
127           find . -print | xargs pathchk -p); \
128           status=$$?; \
129           rm -rf $(distdir); \
130           exit $$status
131
132 ## Just get the .am files into TAGS.  We don't really care too much if
133 ## any interesting tags show up.
134 ETAGS_ARGS = $(amfiles)
135 TAGS_DEPENDENCIES = $(ETAGS_ARGS)