/[autoconf]/autoconf/tests/Makefile.am
ViewVC logotype

Diff of /autoconf/tests/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.76 by akim, Tue Nov 13 14:05:25 2001 UTC revision 1.77 by akim, Sun Jan 6 20:48:25 2002 UTC
# Line 1  Line 1 
1  ## Process this file with automake to create Makefile.in. -*-Makefile-*-  ## Process this file with automake to create Makefile.in. -*-Makefile-*-
2    
3  ## Makefile for Autoconf testsuite.  ## Makefile for Autoconf testsuite.
4  ## Copyright 2000, 2001 Free Software Foundation, Inc.  ## Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
7  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
# Line 21  Line 21 
21  # We don't actually distribute the testsuite, since one only  # We don't actually distribute the testsuite, since one only
22  # needs m4 to build it, m4 being required anyway to install Autoconf.  # needs m4 to build it, m4 being required anyway to install Autoconf.
23  EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \  EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \
24               atlocal.in               atlocal.in package.m4
25    
26  # Running the uninstalled scripts.  # Running the uninstalled scripts.
27  WRAPPERS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames  WRAPPERS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
28    
29  DISTCLEANFILES = atconfig atlocal package.m4 $(TESTSUITE) $(WRAPPERS)  DISTCLEANFILES = atconfig atlocal package.m4 $(TESTSUITE) $(WRAPPERS)
30    
31    ## ------------ ##
32    ## package.m4.  ##
33    ## ------------ ##
34    
35    $(srcdir)/package.m4: $(top_srcdir)/configure.ac
36            {                                       \
37              echo '# Signature of the current package.'; \
38              echo 'm4_define([AT_PACKAGE_NAME],      [@PACKAGE_NAME@])'; \
39              echo 'm4_define([AT_PACKAGE_TARNAME],   [@PACKAGE_TARNAME@])'; \
40              echo 'm4_define([AT_PACKAGE_VERSION],   [@PACKAGE_VERSION@])'; \
41              echo 'm4_define([AT_PACKAGE_STRING],    [@PACKAGE_STRING@])'; \
42              echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
43            } >$(srcdir)/package.m4
44    
45    
46    
47    ## ------------ ##
48    ## Test suite.  ##
49    ## ------------ ##
50    
51  TESTSUITE_GENERATED_AT = \  TESTSUITE_GENERATED_AT = \
52          aclang.at acc.at acfortran.at \          aclang.at acc.at acfortran.at \
53          acgeneral.at acstatus.at \          acgeneral.at acstatus.at \
# Line 54  $(TESTSUITE): $(top_srcdir)/lib/m4sugar/ Line 74  $(TESTSUITE): $(top_srcdir)/lib/m4sugar/
74             $(top_srcdir)/lib/m4sugar/m4sh.m4 \             $(top_srcdir)/lib/m4sugar/m4sh.m4 \
75             $(top_srcdir)/lib/autotest/autotest.m4 \             $(top_srcdir)/lib/autotest/autotest.m4 \
76             $(top_srcdir)/lib/autotest/general.m4 \             $(top_srcdir)/lib/autotest/general.m4 \
77             package.m4 \             $(srcdir)/package.m4 \
78             atspecific.m4 \             atspecific.m4 \
79             $(TESTSUITE_AT)             $(TESTSUITE_AT)
80          $(AUTOTEST) -I $(srcdir) suite.at -o $@.tmp          $(AUTOTEST) -I $(srcdir) suite.at -o $@.tmp

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26