/[autoconf]/autoconf/lib/autoscan/Makefile.am
ViewVC logotype

Diff of /autoconf/lib/autoscan/Makefile.am

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

revision 1.7 by akim, Fri Oct 25 13:04:43 2002 UTC revision 1.8 by akim, Fri Oct 25 13:19:26 2002 UTC
# Line 19  Line 19 
19    
20  autoscanlibdir = $(pkgdatadir)/autoscan  autoscanlibdir = $(pkgdatadir)/autoscan
21    
22  dist_autoscanlib_DATA = autoscan.pre autoscan.list  EXTRA_DIST = autoscan.pre
23    nodist_autoscanlib_DATA = autoscan.list
24    
25    
26  ## ------------------------ ##  ## ------------------------ ##
# Line 32  dist_autoscanlib_DATA = autoscan.pre aut Line 33  dist_autoscanlib_DATA = autoscan.pre aut
33  ## is built (we need it in the command below).  ## is built (we need it in the command below).
34  include ../freeze.mk  include ../freeze.mk
35    
36  $(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am  autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
37          echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list          echo '# Automatically Generated: do not edit this file' >autoscan.list
38          sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list          sed '/^[#]/!q' $(srcdir)/autoscan.pre                  >>autoscan.list
39          ( \          ( \
40            sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \            sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
41            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \
42          ) | LC_ALL=C sort >>$(srcdir)/autoscan.list          ) | LC_ALL=C sort                                      >>autoscan.list

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