home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / makefile.in < prev    next >
Makefile  |  1998-08-01  |  10KB  |  314 lines

  1. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13.  
  14. SHELL = /bin/sh
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/@PACKAGE@
  38. pkglibdir = $(libdir)/@PACKAGE@
  39. pkgincludedir = $(includedir)/@PACKAGE@
  40.  
  41. top_builddir = .
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = @INSTALL@
  49. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  50. INSTALL_DATA = @INSTALL_DATA@
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = @program_transform_name@
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. CC = @CC@
  61. MAKEINFO = @MAKEINFO@
  62. PACKAGE = @PACKAGE@
  63. RANLIB = @RANLIB@
  64. VERSION = @VERSION@
  65.  
  66. SUBDIRS = djgpp doc lib sed testsuite
  67.  
  68. EXTRA_DIST = ANNOUNCE BUGS THANKS README.boot bootstrap.sh dc.sed
  69. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  70. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  71. CONFIG_HEADER = config.h
  72. CONFIG_CLEAN_FILES = 
  73. DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  74. Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \
  75. config_h.in configure configure.in install-sh missing mkinstalldirs \
  76. stamp-h.in
  77.  
  78.  
  79. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  80.  
  81. TAR = tar
  82. GZIP = --best
  83. all: all-recursive-am all-am
  84.  
  85. .SUFFIXES:
  86. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  87.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  88.  
  89. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  90.     cd $(top_builddir) \
  91.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  92.  
  93. $(ACLOCAL_M4):  configure.in  acinclude.m4
  94.     cd $(srcdir) && $(ACLOCAL)
  95.  
  96. config.status: $(srcdir)/configure
  97.     $(SHELL) ./config.status --recheck
  98. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  99.     cd $(srcdir) && $(AUTOCONF)
  100.  
  101. config.h: stamp-h
  102.     @:
  103. stamp-h: $(srcdir)/config_h.in $(top_builddir)/config.status
  104.     cd $(top_builddir) \
  105.       && CONFIG_FILES= CONFIG_HEADERS=config.h:config_h.in \
  106.          $(SHELL) ./config.status
  107.     @echo timestamp > stamp-h
  108. $(srcdir)/config_h.in: $(srcdir)/stamp-h.in
  109. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  110.     cd $(top_srcdir) && $(AUTOHEADER)
  111.     @echo timestamp > $(srcdir)/stamp-h.in
  112.  
  113. mostlyclean-hdr:
  114.  
  115. clean-hdr:
  116.  
  117. distclean-hdr:
  118.     -rm -f config.h
  119.  
  120. maintainer-clean-hdr:
  121.  
  122. # This directory's subdirectories are mostly independent; you can cd
  123. # into them and run `make' without going through this Makefile.
  124. # To change the values of `make' variables: instead of editing Makefiles,
  125. # (1) if the variable is set in `config.status', edit `config.status'
  126. #     (which will cause the Makefiles to be regenerated when you run `make');
  127. # (2) otherwise, pass the desired values on the `make' command line.
  128.  
  129. @SET_MAKE@
  130.  
  131. all-recursive install-data-recursive install-exec-recursive \
  132. installdirs-recursive install-recursive uninstall-recursive  \
  133. check-recursive installcheck-recursive info-recursive dvi-recursive:
  134.     @set fnord $(MAKEFLAGS); amf=$$2; \
  135.     list='$(SUBDIRS)'; for subdir in $$list; do \
  136.       target=`echo $@ | sed s/-recursive//`; \
  137.       echo "Making $$target in $$subdir"; \
  138.       (cd $$subdir && $(MAKE) $$target) \
  139.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  140.     done && test -z "$$fail"
  141.  
  142. mostlyclean-recursive clean-recursive distclean-recursive \
  143. maintainer-clean-recursive:
  144.     @set fnord $(MAKEFLAGS); amf=$$2; \
  145.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  146.       rev="$$subdir $$rev"; \
  147.     done; \
  148.     for subdir in $$rev; do \
  149.       target=`echo $@ | sed s/-recursive//`; \
  150.       echo "Making $$target in $$subdir"; \
  151.       (cd $$subdir && $(MAKE) $$target) \
  152.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  153.     done && test -z "$$fail"
  154. tags-recursive:
  155.     list='$(SUBDIRS)'; for subdir in $$list; do \
  156.       (cd $$subdir && $(MAKE) tags); \
  157.     done
  158.  
  159. tags: TAGS
  160.  
  161. ID: $(HEADERS) $(SOURCES) $(LISP)
  162.     here=`pwd` && cd $(srcdir) \
  163.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  164.  
  165. TAGS: tags-recursive $(HEADERS) $(SOURCES) config_h.in $(TAGS_DEPENDENCIES) $(LISP)
  166.     tags=; \
  167.     here=`pwd`; \
  168.     list='$(SUBDIRS)'; for subdir in $$list; do \
  169.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  170.     done; \
  171.     list='$(SOURCES) $(HEADERS)'; \
  172.     unique=`for i in $$list; do echo $$i; done | \
  173.       awk '    { files[$$0] = 1; } \
  174.            END { for (i in files) print i; }'`; \
  175.     test -z "$(ETAGS_ARGS)config_h.in$$unique$(LISP)$$tags" \
  176.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_h.in $$unique $(LISP) -o $$here/TAGS)
  177.  
  178. mostlyclean-tags:
  179.  
  180. clean-tags:
  181.  
  182. distclean-tags:
  183.     -rm -f TAGS ID
  184.  
  185. maintainer-clean-tags:
  186.  
  187. distdir = $(PACKAGE)-$(VERSION)
  188. top_distdir = $(distdir)
  189.  
  190. # This target untars the dist file and tries a VPATH configuration.  Then
  191. # it guarantees that the distribution is self-contained by making another
  192. # tarfile.
  193. distcheck: dist
  194.     -rm -rf $(distdir)
  195.     GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  196.     mkdir $(distdir)/=build
  197.     mkdir $(distdir)/=inst
  198.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  199.     cd $(distdir)/=build \
  200.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  201.       && $(MAKE) \
  202.       && $(MAKE) dvi \
  203.       && $(MAKE) check \
  204.       && $(MAKE) install \
  205.       && $(MAKE) installcheck \
  206.       && $(MAKE) dist
  207.     -rm -rf $(distdir)
  208.     @echo "========================"; \
  209.     echo "$(distdir).tar.gz is ready for distribution"; \
  210.     echo "========================"
  211. dist: distdir
  212.     -chmod -R a+r $(distdir)
  213.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  214.     -rm -rf $(distdir)
  215. dist-all: distdir
  216.     -chmod -R a+r $(distdir)
  217.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  218.     -rm -rf $(distdir)
  219. distdir: $(DISTFILES)
  220.     -rm -rf $(distdir)
  221.     mkdir $(distdir)
  222.     -chmod 777 $(distdir)
  223.     @for file in $(DISTFILES); do \
  224.       d=$(srcdir); \
  225.       test -f $(distdir)/$$file \
  226.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  227.       || cp -p $$d/$$file $(distdir)/$$file; \
  228.     done
  229.     for subdir in $(SUBDIRS); do \
  230.       test -d $(distdir)/$$subdir \
  231.       || mkdir $(distdir)/$$subdir \
  232.       || exit 1; \
  233.       chmod 777 $(distdir)/$$subdir; \
  234.       (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  235.         || exit 1; \
  236.     done
  237. info: info-recursive
  238. dvi: dvi-recursive
  239. check: all-am
  240.     $(MAKE) check-recursive
  241. installcheck: installcheck-recursive
  242. all-recursive-am: config.h
  243.     $(MAKE) all-recursive
  244.  
  245. all-am: Makefile config.h
  246.  
  247. install-exec: install-exec-recursive
  248.     @$(NORMAL_INSTALL)
  249.  
  250. install-data: install-data-recursive
  251.     @$(NORMAL_INSTALL)
  252.  
  253. install: install-recursive
  254.     @:
  255.  
  256. uninstall: uninstall-recursive
  257.  
  258. install-strip:
  259.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  260. installdirs: installdirs-recursive
  261.  
  262.  
  263. mostlyclean-generic:
  264.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  265.  
  266. clean-generic:
  267.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  268.  
  269. distclean-generic:
  270.     -rm -f Makefile $(DISTCLEANFILES)
  271.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  272.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  273.  
  274. maintainer-clean-generic:
  275.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  276.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  277. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  278.  
  279. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  280.  
  281. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  282.  
  283. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  284.         maintainer-clean-generic distclean-am
  285.  
  286. mostlyclean:  mostlyclean-recursive mostlyclean-am
  287.  
  288. clean:  clean-recursive clean-am
  289.  
  290. distclean:  distclean-recursive distclean-am
  291.     -rm -f config.status
  292.  
  293. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  294.     @echo "This command is intended for maintainers to use;"
  295.     @echo "it deletes files that may require special tools to rebuild."
  296.     -rm -f config.status
  297.  
  298. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  299. install-data-recursive uninstall-data-recursive install-exec-recursive \
  300. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  301. all-recursive check-recursive installcheck-recursive info-recursive \
  302. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  303. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  304. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  305. installcheck all-recursive-am all-am install-exec install-data install \
  306. uninstall all installdirs mostlyclean-generic distclean-generic \
  307. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  308. maintainer-clean
  309.  
  310.  
  311. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  312. # Otherwise a system limit (for SysV at least) may be exceeded.
  313. .NOEXPORT:
  314.