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

Diff of /autoconf/bin/Makefile.am

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

revision 1.7 by akim, Tue Sep 3 06:09:30 2002 UTC revision 1.8 by akim, Thu Sep 5 09:43:34 2002 UTC
# Line 52  AUTOM4SH = $(top_builddir)/tests/autom4t Line 52  AUTOM4SH = $(top_builddir)/tests/autom4t
52  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
53          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@
54    
55  ## All the files below depend on configure.ac so that they are rebuilt  ## All the files below depend on Makefile so that they are rebuilt
56  ## when the Autoconf version changes. Unfortunately, suffix rules cannot  ## when the prefix etc. changes.
57  ## have additional dependencies, so we have to use explicit rules.  SUFFIXES = .in
58    autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile
59    .in:
60            rm -f $@ $@.tmp
61            $(edit) $< >$@.tmp
62            chmod +x $@.tmp
63            mv $@.tmp $@
64    
65    
 autoconf: $(srcdir)/autoconf.in $(top_srcdir)/configure.ac  
         rm -f autoconf autoconf.tmp  
         $(edit) $(srcdir)/autoconf.in >autoconf.tmp  
         chmod +x autoconf.tmp  
         mv autoconf.tmp autoconf  
   
 autoheader: $(srcdir)/autoheader.in $(top_srcdir)/configure.ac  
         rm -f autoheader autoheader.tmp  
         $(edit) $(srcdir)/autoheader.in >autoheader.tmp  
         chmod +x autoheader.tmp  
         mv autoheader.tmp autoheader  
   
 autoreconf: $(srcdir)/autoreconf.in $(top_srcdir)/configure.ac  
         rm -f autoreconf autoreconf.tmp  
         $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp  
         chmod +x autoreconf.tmp  
         mv autoreconf.tmp autoreconf  
   
 autoupdate: $(srcdir)/autoupdate.in $(top_srcdir)/configure.ac  
         rm -f autoupdate autoupdate.tmp  
         $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp  
         chmod +x autoupdate.tmp  
         mv autoupdate.tmp autoupdate  
   
 ifnames: $(srcdir)/ifnames.in $(top_srcdir)/configure.ac  
         rm -f ifnames ifnames.tmp  
         $(edit) $(srcdir)/ifnames.in >ifnames.tmp  
         chmod +x ifnames.tmp  
         mv ifnames.tmp ifnames  
   
 autoscan: $(srcdir)/autoscan.in $(top_srcdir)/configure.ac  
         rm -f autoscan autoscan.tmp  
         $(edit) $(srcdir)/autoscan.in >autoscan.tmp  
         chmod +x autoscan.tmp  
         mv autoscan.tmp autoscan  
   
 autom4te: $(srcdir)/autom4te.in $(top_srcdir)/configure.ac  
         rm -f autom4te autom4te.tmp  
         $(edit) $(srcdir)/autom4te.in >autom4te.tmp  
         chmod +x autom4te.tmp  
         mv autom4te.tmp autom4te  
   
66    
67  ## --------------- ##  ## --------------- ##
68  ## Building TAGS.  ##  ## Building TAGS.  ##

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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