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

Diff of /autoconf/bin/Makefile.in

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

revision 1.18 by akim, Wed Sep 11 10:01:54 2002 UTC revision 1.19 by akim, Thu Sep 26 11:57:28 2002 UTC
# Line 121  edit = sed \ Line 121  edit = sed \
121  # autoconf is written in M4sh.  # autoconf is written in M4sh.
122  AUTOM4SH = $(top_builddir)/tests/autom4te --language M4sh  AUTOM4SH = $(top_builddir)/tests/autom4te --language M4sh
123    
 SUFFIXES = .in  
   
124  TAGS_DEPENDENCIES = $(EXTRA_DIST)  TAGS_DEPENDENCIES = $(EXTRA_DIST)
125    
126  letters = abcdefghijklmnopqrstuvwxyz  letters = abcdefghijklmnopqrstuvwxyz
# Line 147  DIST_COMMON = Makefile.am Makefile.in Line 145  DIST_COMMON = Makefile.am Makefile.in
145  all: all-am  all: all-am
146    
147  .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .in  
148  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
149          cd $(top_srcdir) && \          cd $(top_srcdir) && \
150            $(AUTOMAKE) --gnu  bin/Makefile            $(AUTOMAKE) --gnu  bin/Makefile
# Line 346  uninstall-am: uninstall-binSCRIPTS unins Line 343  uninstall-am: uninstall-binSCRIPTS unins
343    
344  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
345          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@
346  autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile  
347  .in:  autoconf: autoconf.in Makefile
348          rm -f $@ $@.tmp          rm -f autoconf autoconf.tmp
349          $(edit) $< >$@.tmp          $(edit) autoconf.in >autoconf.tmp
350          chmod +x $@.tmp          chmod +x autoconf.tmp
351          mv $@.tmp $@          mv autoconf.tmp autoconf
352    
353    autoheader: autoheader.in Makefile
354            rm -f autoheader autoheader.tmp
355            $(edit) autoheader.in >autoheader.tmp
356            chmod +x autoheader.tmp
357            mv autoheader.tmp autoheader
358    
359    autom4te: autom4te.in Makefile
360            rm -f autom4te autom4te.tmp
361            $(edit) autom4te.in >autom4te.tmp
362            chmod +x autom4te.tmp
363            mv autom4te.tmp autom4te
364    
365    autoreconf: autoreconf.in Makefile
366            rm -f autoreconf autoreconf.tmp
367            $(edit) autoreconf.in >autoreconf.tmp
368            chmod +x autoreconf.tmp
369            mv autoreconf.tmp autoreconf
370    
371    autoscan: autoscan.in Makefile
372            rm -f autoscan autoscan.tmp
373            $(edit) autoscan.in >autoscan.tmp
374            chmod +x autoscan.tmp
375            mv autoscan.tmp autoscan
376    
377    autoupdate: autoupdate.in Makefile
378            rm -f autoupdate autoupdate.tmp
379            $(edit) autoupdate.in >autoupdate.tmp
380            chmod +x autoupdate.tmp
381            mv autoupdate.tmp autoupdate
382    
383    ifnames: ifnames.in Makefile
384            rm -f ifnames ifnames.tmp
385            $(edit) ifnames.in >ifnames.tmp
386            chmod +x ifnames.tmp
387            mv ifnames.tmp ifnames
388  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
389  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
390  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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