1 ## Process this file with automake to produce Makefile.in
3 # Currently the "src-check" directive creates a check-output file containing
4 # the results of the checks. It might be better to actually fail the make run
7 rm -f check-output check-output_
8 $(srcdir)/check_macros.sh $(top_srcdir) >> check-output_
9 $(srcdir)/copyright.sh $(top_srcdir) >> check-output_
10 $(srcdir)/fcintl.sh $(top_srcdir) >> check-output_
11 $(srcdir)/header_guard.sh $(top_srcdir) >> check-output_
12 $(srcdir)/va_list.sh $(top_srcdir) >> check-output_
13 cat check-output_ | sed "s,$(top_srcdir)/,," > check-output
18 CLEANFILES = check-output
20 EXTRA_DIST = check_macros.sh \