/[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.10 by akim, Thu Sep 26 11:57:28 2002 UTC revision 1.11 by akim, Sat Sep 28 14:09:42 2002 UTC
# Line 53  $(srcdir)/autoconf.in: $(srcdir)/autocon Line 53  $(srcdir)/autoconf.in: $(srcdir)/autocon
53          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@          $(AUTOM4SH) $(srcdir)/autoconf.as -o $@
54    
55  ## All the files below depend on Makefile so that they are rebuilt  ## All the files below depend on Makefile so that they are rebuilt
56  ## when the prefix etc. changes.  ## when the prefix etc. changes.  It took quite a while to have these
57  autoconf: autoconf.in Makefile  ## rules correct, don't break them!  In particular, we believe there is
58    ## no solution to factor the code.
59    autoconf: $(srcdir)/autoconf.in Makefile
60          rm -f autoconf autoconf.tmp          rm -f autoconf autoconf.tmp
61          $(edit) autoconf.in >autoconf.tmp          $(edit) $(srcdir)/autoconf.in >autoconf.tmp
62          chmod +x autoconf.tmp          chmod +x autoconf.tmp
63          mv autoconf.tmp autoconf          mv autoconf.tmp autoconf
64    
65  autoheader: autoheader.in Makefile  autoheader: $(srcdir)/autoheader.in Makefile
66          rm -f autoheader autoheader.tmp          rm -f autoheader autoheader.tmp
67          $(edit) autoheader.in >autoheader.tmp          $(edit) $(srcdir)/autoheader.in >autoheader.tmp
68          chmod +x autoheader.tmp          chmod +x autoheader.tmp
69          mv autoheader.tmp autoheader          mv autoheader.tmp autoheader
70    
71  autom4te: autom4te.in Makefile  autom4te: $(srcdir)/autom4te.in Makefile
72          rm -f autom4te autom4te.tmp          rm -f autom4te autom4te.tmp
73          $(edit) autom4te.in >autom4te.tmp          $(edit) $(srcdir)/autom4te.in >autom4te.tmp
74          chmod +x autom4te.tmp          chmod +x autom4te.tmp
75          mv autom4te.tmp autom4te          mv autom4te.tmp autom4te
76    
77  autoreconf: autoreconf.in Makefile  autoreconf: $(srcdir)/autoreconf.in Makefile
78          rm -f autoreconf autoreconf.tmp          rm -f autoreconf autoreconf.tmp
79          $(edit) autoreconf.in >autoreconf.tmp          $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp
80          chmod +x autoreconf.tmp          chmod +x autoreconf.tmp
81          mv autoreconf.tmp autoreconf          mv autoreconf.tmp autoreconf
82    
83  autoscan: autoscan.in Makefile  autoscan: $(srcdir)/autoscan.in Makefile
84          rm -f autoscan autoscan.tmp          rm -f autoscan autoscan.tmp
85          $(edit) autoscan.in >autoscan.tmp          $(edit) $(srcdir)/autoscan.in >autoscan.tmp
86          chmod +x autoscan.tmp          chmod +x autoscan.tmp
87          mv autoscan.tmp autoscan          mv autoscan.tmp autoscan
88    
89  autoupdate: autoupdate.in Makefile  autoupdate: $(srcdir)/autoupdate.in Makefile
90          rm -f autoupdate autoupdate.tmp          rm -f autoupdate autoupdate.tmp
91          $(edit) autoupdate.in >autoupdate.tmp          $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
92          chmod +x autoupdate.tmp          chmod +x autoupdate.tmp
93          mv autoupdate.tmp autoupdate          mv autoupdate.tmp autoupdate
94    
95  ifnames: ifnames.in Makefile  ifnames: $(srcdir)/ifnames.in Makefile
96          rm -f ifnames ifnames.tmp          rm -f ifnames ifnames.tmp
97          $(edit) ifnames.in >ifnames.tmp          $(edit) $(srcdir)/ifnames.in >ifnames.tmp
98          chmod +x ifnames.tmp          chmod +x ifnames.tmp
99          mv ifnames.tmp ifnames          mv ifnames.tmp ifnames
100    
# Line 109  LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ Line 111  LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ
111  DIGITS = 0123456789  DIGITS = 0123456789
112  WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*  WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*
113  ETAGS_PERL = --lang=perl \  ETAGS_PERL = --lang=perl \
114    autoreconf.in autoupdate.in autoscan.in autom4te.in    autoheader.in autoreconf.in autoupdate.in autoscan.in autom4te.in \
115      ifnames.in
116  ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \  ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \
117    autoconf.in autoheader.in ifnames.in    autoconf.in
118    
119  ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)  ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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