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

Diff of /autoconf/tests/Makefile.in

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

revision 1.116 by akim, Wed Jul 17 08:36:03 2002 UTC revision 1.117 by akim, Wed Jul 17 09:56:13 2002 UTC
# Line 84  lispdir = @lispdir@ Line 84  lispdir = @lispdir@
84  # We don't actually distribute the testsuite, since one only  # We don't actually distribute the testsuite, since one only
85  # needs m4 to build it, m4 being required anyway to install Autoconf.  # needs m4 to build it, m4 being required anyway to install Autoconf.
86  EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \  EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \
87               atlocal.in package.m4 wrappl.as wrapsh.as               atlocal.in package.m4 wrapper.as
88    
89    
90  # Running the uninstalled scripts.  # Running the uninstalled scripts.
# Line 200  mkinstalldirs = $(SHELL) $(top_srcdir)/c Line 200  mkinstalldirs = $(SHELL) $(top_srcdir)/c
200  CONFIG_CLEAN_FILES = atlocal autoconf autoheader autom4te autoreconf \  CONFIG_CLEAN_FILES = atlocal autoconf autoheader autom4te autoreconf \
201          autoscan autoupdate ifnames          autoscan autoupdate ifnames
202  DIST_SOURCES =  DIST_SOURCES =
203  DIST_COMMON = Makefile.am Makefile.in atlocal.in wrappl.in wrapsh.in  DIST_COMMON = Makefile.am Makefile.in atlocal.in
204  all: all-am  all: all-am
205    
206  .SUFFIXES:  .SUFFIXES:
# Line 212  Makefile:  $(srcdir)/Makefile.in  $(top_ Line 212  Makefile:  $(srcdir)/Makefile.in  $(top_
212          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
213  atlocal: $(top_builddir)/config.status atlocal.in  atlocal: $(top_builddir)/config.status atlocal.in
214          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
215  autoconf: $(top_builddir)/config.status wrapsh.in  autoconf: $(top_builddir)/config.status wrapper.in
216          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
217  autoheader: $(top_builddir)/config.status wrappl.in  autoheader: $(top_builddir)/config.status wrapper.in
218          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
219  autom4te: $(top_builddir)/config.status wrappl.in  autom4te: $(top_builddir)/config.status wrapper.in
220          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
221  autoreconf: $(top_builddir)/config.status wrappl.in  autoreconf: $(top_builddir)/config.status wrapper.in
222          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
223  autoscan: $(top_builddir)/config.status wrappl.in  autoscan: $(top_builddir)/config.status wrapper.in
224          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
225  autoupdate: $(top_builddir)/config.status wrappl.in  autoupdate: $(top_builddir)/config.status wrapper.in
226          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
227  ifnames: $(top_builddir)/config.status wrappl.in  ifnames: $(top_builddir)/config.status wrapper.in
228          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
229  uninstall-info-am:  uninstall-info-am:
230  tags: TAGS  tags: TAGS
# Line 369  $(srcdir)/package.m4: $(top_srcdir)/conf Line 369  $(srcdir)/package.m4: $(top_srcdir)/conf
369            echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \            echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
370          } >$(srcdir)/package.m4          } >$(srcdir)/package.m4
371    
372  $(srcdir)/wrapsh.in: $(srcdir)/wrapsh.as  $(srcdir)/wrapper.in: $(srcdir)/wrapper.as
373          ./autom4te --language=M4sh $(srcdir)/wrapsh.as -o $@          ./autom4te --language=M4sh $(srcdir)/wrapper.as -o $@
   
 $(srcdir)/wrappl.in: $(srcdir)/wrappl.as  
         ./autom4te --language=M4sh $(srcdir)/wrappl.as -o $@  
374  $(TESTSUITE): $(srcdir)/package.m4 \  $(TESTSUITE): $(srcdir)/package.m4 \
375                atspecific.m4 \                atspecific.m4 \
376                $(TESTSUITE_AT) \                $(TESTSUITE_AT) \

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

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