home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / lib / makefile < prev    next >
Encoding:
Makefile  |  1999-06-28  |  6.3 KB  |  251 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.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/sed
  38. pkglibdir = $(libdir)/sed
  39. pkgincludedir = $(includedir)/sed
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = /usr/0.9/sed-3.02/missing aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = /usr/0.9/sed-3.02/missing automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL}
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. CC = gcc
  61. MAKEINFO = makeinfo
  62. PACKAGE = sed
  63. RANLIB = ranlib
  64. VERSION = 3.02
  65.  
  66. noinst_LIBRARIES = libsed.a
  67. noinst_HEADERS = regex-gnu.h getopt.h
  68.  
  69. libsed_a_SOURCES = getopt1.c getopt.c
  70. EXTRA_DIST = memmove.c regex.c strerror.c
  71.  
  72. libsed_a_LIBADD =  regex.o 
  73. libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  75. CONFIG_HEADER = ../config.h
  76. CONFIG_CLEAN_FILES = 
  77. LIBRARIES =  $(noinst_LIBRARIES)
  78.  
  79.  
  80. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
  81. CPPFLAGS = 
  82. LDFLAGS = 
  83. LIBS = 
  84. libsed_a_OBJECTS =  getopt1.o getopt.o
  85. AR = ar
  86. CFLAGS = -g -O2
  87. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  88. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  89. HEADERS =  $(noinst_HEADERS)
  90.  
  91. DIST_COMMON =  Makefile.am Makefile.in alloca.c memchr.c memcmp.c \
  92. memmove.c regex.c strerror.c
  93.  
  94.  
  95. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  96.  
  97. TAR = tar
  98. GZIP = --best
  99. SOURCES = $(libsed_a_SOURCES)
  100. OBJECTS = $(libsed_a_OBJECTS)
  101.  
  102. all: Makefile $(LIBRARIES) $(HEADERS)
  103.  
  104. .SUFFIXES:
  105. .SUFFIXES: .S .c .o .s
  106. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  107.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
  108.  
  109. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  110.     cd $(top_builddir) \
  111.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  112.  
  113.  
  114. mostlyclean-noinstLIBRARIES:
  115.  
  116. clean-noinstLIBRARIES:
  117.     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  118.  
  119. distclean-noinstLIBRARIES:
  120.  
  121. maintainer-clean-noinstLIBRARIES:
  122.  
  123. .c.o:
  124.     $(COMPILE) -c $<
  125.  
  126. .s.o:
  127.     $(COMPILE) -c $<
  128.  
  129. .S.o:
  130.     $(COMPILE) -c $<
  131.  
  132. mostlyclean-compile:
  133.     -rm -f *.o core *.core
  134.  
  135. clean-compile:
  136.  
  137. distclean-compile:
  138.     -rm -f *.tab.c
  139.  
  140. maintainer-clean-compile:
  141.  
  142. libsed.a: $(libsed_a_OBJECTS) $(libsed_a_DEPENDENCIES)
  143.     -rm -f libsed.a
  144.     $(AR) cru libsed.a $(libsed_a_OBJECTS) $(libsed_a_LIBADD)
  145.     $(RANLIB) libsed.a
  146.  
  147. tags: TAGS
  148.  
  149. ID: $(HEADERS) $(SOURCES) $(LISP)
  150.     here=`pwd` && cd $(srcdir) \
  151.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  152.  
  153. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  154.     tags=; \
  155.     here=`pwd`; \
  156.     list='$(SOURCES) $(HEADERS)'; \
  157.     unique=`for i in $$list; do echo $$i; done | \
  158.       awk '    { files[$$0] = 1; } \
  159.            END { for (i in files) print i; }'`; \
  160.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  161.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  162.  
  163. mostlyclean-tags:
  164.  
  165. clean-tags:
  166.  
  167. distclean-tags:
  168.     -rm -f TAGS ID
  169.  
  170. maintainer-clean-tags:
  171.  
  172. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  173.  
  174. subdir = lib
  175.  
  176. distdir: $(DISTFILES)
  177.     @for file in $(DISTFILES); do \
  178.       d=$(srcdir); \
  179.       test -f $(distdir)/$$file \
  180.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  181.       || cp -p $$d/$$file $(distdir)/$$file; \
  182.     done
  183. getopt.o: getopt.c ../config.h
  184. getopt1.o: getopt1.c ../config.h getopt.h
  185. regex.o: regex.c ../config.h regex-gnu.h
  186.  
  187. info:
  188. dvi:
  189. check: all
  190.     $(MAKE)
  191. installcheck:
  192. install-exec: 
  193.     @$(NORMAL_INSTALL)
  194.  
  195. install-data: 
  196.     @$(NORMAL_INSTALL)
  197.  
  198. install: install-exec install-data all
  199.     @:
  200.  
  201. uninstall: 
  202.  
  203. install-strip:
  204.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  205. installdirs:
  206.  
  207.  
  208. mostlyclean-generic:
  209.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  210.  
  211. clean-generic:
  212.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  213.  
  214. distclean-generic:
  215.     -rm -f Makefile $(DISTCLEANFILES)
  216.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  217.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  218.  
  219. maintainer-clean-generic:
  220.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  221.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  222. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  223.         mostlyclean-tags mostlyclean-generic
  224.  
  225. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  226.         mostlyclean
  227.  
  228. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  229.         distclean-generic clean
  230.     -rm -f config.status
  231.  
  232. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  233.         maintainer-clean-compile maintainer-clean-tags \
  234.         maintainer-clean-generic distclean
  235.     @echo "This command is intended for maintainers to use;"
  236.     @echo "it deletes files that may require special tools to rebuild."
  237.  
  238. .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  239. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  240. mostlyclean-compile distclean-compile clean-compile \
  241. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  242. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  243. install-exec install-data install uninstall all installdirs \
  244. mostlyclean-generic distclean-generic clean-generic \
  245. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  246.  
  247.  
  248. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  249. # Otherwise a system limit (for SysV at least) may be exceeded.
  250. .NOEXPORT:
  251.