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

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

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

revision 1.20 by akim, Thu Oct 17 10:34:11 2002 UTC revision 1.21 by akim, Fri Oct 25 13:04:43 2002 UTC
# Line 53  INSTALL_DATA = @INSTALL_DATA@ Line 53  INSTALL_DATA = @INSTALL_DATA@
53  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
54  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
55  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
56    LIBOBJS = @LIBOBJS@
57  LIBS = @LIBS@  LIBS = @LIBS@
58  LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
59  M4 = @M4@  M4 = @M4@
# Line 359  check-forbidden-patterns: Line 360  check-forbidden-patterns:
360            rm -f forbidden.log; \            rm -f forbidden.log; \
361          fi          fi
362    
363  autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am  $(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
364          echo '# Automatically Generated: do not edit this file' > autoscan.list          echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list
365          sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list          sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list
366          ( \          ( \
367            sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \            sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
368            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \            $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2           $$3' \
369          ) | LC_ALL=C sort >>autoscan.list          ) | LC_ALL=C sort >>$(srcdir)/autoscan.list
370  # 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.
371  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
372  .NOEXPORT:  .NOEXPORT:

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