home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / lib / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  6KB  |  250 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. noinst_LIBRARIES = tu
  42.  
  43. EXTRA_DIST = alloca.c memcmp.c memcpy.c memmove.c memset.c \
  44. regex.c rx.c stpcpy.c strpbrk.c strtod.c strtol.c strtoul.c \
  45. getopt.c getopt1.c
  46.  
  47. tu_SOURCES = error.c full-write.c getline.c \
  48. linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
  49. xmalloc.c xstrtod.c xstrtol.c xstrtoul.c
  50.  
  51. tu_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
  52. noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
  53. long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h
  54. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  55. CONFIG_HEADER = ../config.h
  56. LIBRARIES = $(noinst_LIBRARIES)
  57.  
  58. noinst_LIBFILES = libtu.a
  59.  
  60. CC = @CC@
  61. LEX = @LEX@
  62. YACC = @YACC@
  63.  
  64. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  65. CPPFLAGS = @CPPFLAGS@
  66. CFLAGS = @CFLAGS@
  67. LDFLAGS = @LDFLAGS@
  68. LIBS = @LIBS@
  69.  
  70. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  71. LINK = $(CC) $(LDFLAGS) -o $@
  72. tu_OBJECTS = error.o full-write.o getline.o linebuffer.o long-options.o \
  73. md5.o memcasecmp.o memchr.o safe-read.o xmalloc.o xstrtod.o xstrtol.o \
  74. xstrtoul.o
  75. EXTRA_tu_SOURCES =
  76. LIBFILES =  libtu.a
  77. AR = ar
  78. RANLIB = @RANLIB@
  79. HEADERS = $(noinst_HEADERS)
  80.  
  81. DIST_COMMON = Makefile.am Makefile.in
  82.  
  83.  
  84. PACKAGE = @PACKAGE@
  85. VERSION = @VERSION@
  86.  
  87. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  88.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  89. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  90.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  91.  
  92. TAR = tar
  93. SOURCES = $(tu_SOURCES)
  94. OBJECTS = $(tu_OBJECTS)
  95.  
  96. default: all
  97.  
  98.  
  99. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  100.     cd $(top_srcdir) && automake $(subdir)/Makefile
  101.  
  102. Makefile: $(top_builddir)/config.status Makefile.in
  103.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  104.  
  105. mostlyclean-noinstLIBRARIES:
  106.  
  107. clean-noinstLIBRARIES:
  108.     rm -f $(noinst_LIBFILES)
  109.  
  110. distclean-noinstLIBRARIES:
  111.  
  112. maintainer-clean-noinstLIBRARIES:
  113.  
  114. .c.o:
  115.     $(COMPILE) $<
  116.  
  117. mostlyclean-compile:
  118.     rm -f *.o core
  119.  
  120. clean-compile:
  121.  
  122. distclean-compile:
  123.     rm -f *.tab.c
  124.  
  125. maintainer-clean-compile:
  126. $(tu_OBJECTS): ../config.h
  127.  
  128. libtu.a: $(tu_OBJECTS) $(tu_LIBADD)
  129.     rm -f libtu.a
  130.     $(AR) cru libtu.a $(tu_OBJECTS) $(tu_LIBADD)
  131.     $(RANLIB) libtu.a
  132.  
  133. ID: $(HEADERS) $(SOURCES)
  134.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  135.  
  136. tags: TAGS
  137.  
  138. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  139.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  140.  
  141. mostlyclean-tags:
  142.  
  143. clean-tags:
  144.  
  145. distclean-tags:
  146.     rm -f TAGS ID
  147.  
  148. maintainer-clean-tags:
  149.  
  150. subdir = lib
  151. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  152. distdir: $(DEP_DISTFILES)
  153.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  154.       test -f $(distdir)/$$file \
  155.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  156.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  157.     done
  158. alloca.o: alloca.c
  159. error.o: error.c
  160. full-write.o: full-write.c
  161. getline.o: getline.c
  162. getopt.o: getopt.c
  163. getopt1.o: getopt1.c getopt.h
  164. linebuffer.o: linebuffer.c linebuffer.h
  165. long-options.o: long-options.c long-options.h
  166. md5.o: md5.c md5.h
  167. memcasecmp.o: memcasecmp.c memcasecmp.h
  168. memchr.o: memchr.c
  169. memcmp.o: memcmp.c ../config.h
  170. memcpy.o: memcpy.c
  171. memmove.o: memmove.c
  172. memset.o: memset.c
  173. safe-read.o: safe-read.c
  174. stpcpy.o: stpcpy.c
  175. strtod.o: strtod.c
  176. strtoul.o: strtoul.c
  177. xmalloc.o: xmalloc.c
  178. xstrtod.o: xstrtod.c xstrtod.h
  179. xstrtol.o: xstrtol.c xstrtol.h
  180. xstrtoul.o: xstrtoul.c xstrtol.c xstrtol.h
  181.  
  182. info:
  183.  
  184. dvi:
  185.  
  186. check: all
  187.  
  188. installcheck:
  189.  
  190. install-exec: 
  191.  
  192. install-data: 
  193.  
  194. install: install-exec install-data all
  195.     @:
  196.  
  197. uninstall: 
  198.  
  199. all: $(LIBFILES) $(HEADERS) Makefile
  200.  
  201. install-strip:
  202.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  203. installdirs:
  204.  
  205.  
  206. mostlyclean-generic:
  207.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  208.  
  209. clean-generic:
  210.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  211.  
  212. distclean-generic:
  213.     rm -f Makefile $(DISTCLEANFILES)
  214.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  215.  
  216. maintainer-clean-generic:
  217.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  218.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  219. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  220.         mostlyclean-tags mostlyclean-generic
  221.  
  222. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  223.         mostlyclean 
  224.  
  225. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  226.         distclean-generic clean 
  227.     rm -f config.status
  228.  
  229. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  230.         maintainer-clean-compile maintainer-clean-tags \
  231.         maintainer-clean-generic distclean 
  232.     @echo "This command is intended for maintainers to use;"
  233.     @echo "it deletes files that may require special tools to rebuild."
  234.  
  235. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  236. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  237. mostlyclean-compile distclean-compile clean-compile \
  238. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  239. clean-tags maintainer-clean-tags distdir info dvi check installcheck \
  240. install-exec install-data install uninstall all installdirs \
  241. mostlyclean-generic distclean-generic clean-generic \
  242. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  243.  
  244. .SUFFIXES:
  245. .SUFFIXES: .c .o
  246.  
  247. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  248. # Otherwise a system limit (for SysV at least) may be exceeded.
  249. .NOEXPORT:
  250.