/[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.20 by akim, Sat Sep 28 14:06:07 2002 UTC revision 1.21 by akim, Sat Sep 28 14:09:42 2002 UTC
# Line 128  LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ Line 128  LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ
128  DIGITS = 0123456789  DIGITS = 0123456789
129  WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*  WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*
130  ETAGS_PERL = --lang=perl \  ETAGS_PERL = --lang=perl \
131    autoreconf.in autoupdate.in autoscan.in autom4te.in    autoheader.in autoreconf.in autoupdate.in autoscan.in autom4te.in \
132      ifnames.in
133    
134  ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \  ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \
135    autoconf.in autoheader.in ifnames.in    autoconf.in
136    
137    
138  ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)  ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)
# Line 344  uninstall-am: uninstall-binSCRIPTS unins Line 345  uninstall-am: uninstall-binSCRIPTS unins
345  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)  $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
346          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@
347    
348  autoconf: autoconf.in Makefile  autoconf: $(srcdir)/autoconf.in Makefile
349          rm -f autoconf autoconf.tmp          rm -f autoconf autoconf.tmp
350          $(edit) autoconf.in >autoconf.tmp          $(edit) $(srcdir)/autoconf.in >autoconf.tmp
351          chmod +x autoconf.tmp          chmod +x autoconf.tmp
352          mv autoconf.tmp autoconf          mv autoconf.tmp autoconf
353    
354  autoheader: autoheader.in Makefile  autoheader: $(srcdir)/autoheader.in Makefile
355          rm -f autoheader autoheader.tmp          rm -f autoheader autoheader.tmp
356          $(edit) autoheader.in >autoheader.tmp          $(edit) $(srcdir)/autoheader.in >autoheader.tmp
357          chmod +x autoheader.tmp          chmod +x autoheader.tmp
358          mv autoheader.tmp autoheader          mv autoheader.tmp autoheader
359    
360  autom4te: autom4te.in Makefile  autom4te: $(srcdir)/autom4te.in Makefile
361          rm -f autom4te autom4te.tmp          rm -f autom4te autom4te.tmp
362          $(edit) autom4te.in >autom4te.tmp          $(edit) $(srcdir)/autom4te.in >autom4te.tmp
363          chmod +x autom4te.tmp          chmod +x autom4te.tmp
364          mv autom4te.tmp autom4te          mv autom4te.tmp autom4te
365    
366  autoreconf: autoreconf.in Makefile  autoreconf: $(srcdir)/autoreconf.in Makefile
367          rm -f autoreconf autoreconf.tmp          rm -f autoreconf autoreconf.tmp
368          $(edit) autoreconf.in >autoreconf.tmp          $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp
369          chmod +x autoreconf.tmp          chmod +x autoreconf.tmp
370          mv autoreconf.tmp autoreconf          mv autoreconf.tmp autoreconf
371    
372  autoscan: autoscan.in Makefile  autoscan: $(srcdir)/autoscan.in Makefile
373          rm -f autoscan autoscan.tmp          rm -f autoscan autoscan.tmp
374          $(edit) autoscan.in >autoscan.tmp          $(edit) $(srcdir)/autoscan.in >autoscan.tmp
375          chmod +x autoscan.tmp          chmod +x autoscan.tmp
376          mv autoscan.tmp autoscan          mv autoscan.tmp autoscan
377    
378  autoupdate: autoupdate.in Makefile  autoupdate: $(srcdir)/autoupdate.in Makefile
379          rm -f autoupdate autoupdate.tmp          rm -f autoupdate autoupdate.tmp
380          $(edit) autoupdate.in >autoupdate.tmp          $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
381          chmod +x autoupdate.tmp          chmod +x autoupdate.tmp
382          mv autoupdate.tmp autoupdate          mv autoupdate.tmp autoupdate
383    
384  ifnames: ifnames.in Makefile  ifnames: $(srcdir)/ifnames.in Makefile
385          rm -f ifnames ifnames.tmp          rm -f ifnames ifnames.tmp
386          $(edit) ifnames.in >ifnames.tmp          $(edit) $(srcdir)/ifnames.in >ifnames.tmp
387          chmod +x ifnames.tmp          chmod +x ifnames.tmp
388          mv ifnames.tmp ifnames          mv ifnames.tmp ifnames
389  # 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.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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