home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / djgpp / makefile < prev    next >
Encoding:
Makefile  |  1999-06-28  |  4.1 KB  |  161 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14. # This is just here so that all automake targets will be supported
  15. # properly at the top-level.
  16.  
  17.  
  18. SHELL = /bin/sh
  19.  
  20. srcdir = .
  21. top_srcdir = ..
  22. prefix = /usr/local
  23. exec_prefix = ${prefix}
  24.  
  25. bindir = ${exec_prefix}/bin
  26. sbindir = ${exec_prefix}/sbin
  27. libexecdir = ${exec_prefix}/libexec
  28. datadir = ${prefix}/share
  29. sysconfdir = ${prefix}/etc
  30. sharedstatedir = ${prefix}/com
  31. localstatedir = ${prefix}/var
  32. libdir = ${exec_prefix}/lib
  33. infodir = ${prefix}/info
  34. mandir = ${prefix}/man
  35. includedir = ${prefix}/include
  36. oldincludedir = /usr/include
  37.  
  38. DISTDIR =
  39.  
  40. pkgdatadir = $(datadir)/sed
  41. pkglibdir = $(libdir)/sed
  42. pkgincludedir = $(includedir)/sed
  43.  
  44. top_builddir = ..
  45.  
  46. ACLOCAL = /usr/0.9/sed-3.02/missing aclocal
  47. AUTOCONF = autoconf
  48. AUTOMAKE = /usr/0.9/sed-3.02/missing automake
  49. AUTOHEADER = autoheader
  50.  
  51. INSTALL = /usr/bin/install -c
  52. INSTALL_PROGRAM = ${INSTALL}
  53. INSTALL_DATA = ${INSTALL} -m 644
  54. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  55. transform = s,x,x,
  56.  
  57. NORMAL_INSTALL = :
  58. PRE_INSTALL = :
  59. POST_INSTALL = :
  60. NORMAL_UNINSTALL = :
  61. PRE_UNINSTALL = :
  62. POST_UNINSTALL = :
  63. CC = gcc
  64. MAKEINFO = makeinfo
  65. PACKAGE = sed
  66. RANLIB = ranlib
  67. VERSION = 3.02
  68.  
  69. EXTRA_DIST = README bootstrap.bat getconf \
  70.     config.bat config.btm config.sed config.site
  71. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  72. CONFIG_HEADER = ../config.h
  73. CONFIG_CLEAN_FILES = 
  74. DIST_COMMON =  README Makefile.am Makefile.in
  75.  
  76.  
  77. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  78.  
  79. TAR = tar
  80. GZIP = --best
  81. all: Makefile
  82.  
  83. .SUFFIXES:
  84. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  85.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps djgpp/Makefile
  86.  
  87. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  88.     cd $(top_builddir) \
  89.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  90.  
  91. tags: TAGS
  92. TAGS:
  93.  
  94.  
  95. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  96.  
  97. subdir = djgpp
  98.  
  99. distdir: $(DISTFILES)
  100.     @for file in $(DISTFILES); do \
  101.       d=$(srcdir); \
  102.       test -f $(distdir)/$$file \
  103.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  104.       || cp -p $$d/$$file $(distdir)/$$file; \
  105.     done
  106. info:
  107. dvi:
  108. check: all
  109.     $(MAKE)
  110. installcheck:
  111. install-exec: 
  112.     @$(NORMAL_INSTALL)
  113.  
  114. install-data: 
  115.     @$(NORMAL_INSTALL)
  116.  
  117. install: install-exec install-data all
  118.     @:
  119.  
  120. uninstall: 
  121.  
  122. install-strip:
  123.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  124. installdirs:
  125.  
  126.  
  127. mostlyclean-generic:
  128.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  129.  
  130. clean-generic:
  131.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  132.  
  133. distclean-generic:
  134.     -rm -f Makefile $(DISTCLEANFILES)
  135.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  136.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  137.  
  138. maintainer-clean-generic:
  139.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  140.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  141. mostlyclean:  mostlyclean-generic
  142.  
  143. clean:  clean-generic mostlyclean
  144.  
  145. distclean:  distclean-generic clean
  146.     -rm -f config.status
  147.  
  148. maintainer-clean:  maintainer-clean-generic distclean
  149.     @echo "This command is intended for maintainers to use;"
  150.     @echo "it deletes files that may require special tools to rebuild."
  151.  
  152. .PHONY: tags distdir info dvi installcheck install-exec install-data \
  153. install uninstall all installdirs mostlyclean-generic distclean-generic \
  154. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  155. maintainer-clean
  156.  
  157.  
  158. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  159. # Otherwise a system limit (for SysV at least) may be exceeded.
  160. .NOEXPORT:
  161.