home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / lib / Makefile.in < prev    next >
Makefile  |  1997-07-31  |  7KB  |  261 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 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. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39.  
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  44. transform = @program_transform_name@
  45.  
  46. NORMAL_INSTALL = true
  47. PRE_INSTALL = true
  48. POST_INSTALL = true
  49. NORMAL_UNINSTALL = true
  50. PRE_UNINSTALL = true
  51. POST_UNINSTALL = true
  52. CATALOGS = @CATALOGS@
  53. CATOBJEXT = @CATOBJEXT@
  54. CC = @CC@
  55. DATADIRNAME = @DATADIRNAME@
  56. GENCAT = @GENCAT@
  57. GMOFILES = @GMOFILES@
  58. GMSGFMT = @GMSGFMT@
  59. GT_NO = @GT_NO@
  60. GT_YES = @GT_YES@
  61. INSTOBJEXT = @INSTOBJEXT@
  62. INTLDEPS = @INTLDEPS@
  63. INTLLIBS = @INTLLIBS@
  64. INTLOBJS = @INTLOBJS@
  65. MAKEINFO = @MAKEINFO@
  66. MKINSTALLDIRS = @MKINSTALLDIRS@
  67. MSGFMT = @MSGFMT@
  68. PACKAGE = @PACKAGE@
  69. POFILES = @POFILES@
  70. POSUB = @POSUB@
  71. RANLIB = @RANLIB@
  72. TERMLIBS = @TERMLIBS@
  73. TEXCONFIG = @TEXCONFIG@
  74. TEXMF = @TEXMF@
  75. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  76. USE_NLS = @USE_NLS@
  77. VERSION = @VERSION@
  78. l = @l@
  79.  
  80. noinst_LIBRARIES = libtxi.a
  81. INCLUDES = -I../intl
  82.  
  83. # Don't need to list alloca.c, etc., Automake includes them.
  84. libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
  85. libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
  86. libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
  87.  
  88. EXTRA_DIST = README
  89. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  90. CONFIG_HEADER = ../config.h
  91. CONFIG_CLEAN_FILES = 
  92. LIBRARIES =  $(noinst_LIBRARIES)
  93.  
  94.  
  95. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  96. CPPFLAGS = @CPPFLAGS@
  97. LDFLAGS = @LDFLAGS@
  98. LIBS = @LIBS@
  99. libtxi_a_OBJECTS =  getopt.o getopt1.o xmalloc.o xstrdup.o
  100. AR = ar
  101. CFLAGS = @CFLAGS@
  102. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  103. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  104. DIST_COMMON =  README Makefile.am Makefile.in alloca.c memcpy.c \
  105. memmove.c strdup.c strerror.c
  106.  
  107.  
  108. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  109.  
  110. TAR = tar
  111. GZIP = --best
  112. SOURCES = $(libtxi_a_SOURCES)
  113. OBJECTS = $(libtxi_a_OBJECTS)
  114.  
  115. default: all
  116.  
  117. .SUFFIXES:
  118. .SUFFIXES: .c .o
  119. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  120.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
  121.  
  122. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  123.     cd $(top_builddir) \
  124.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  125.  
  126.  
  127. mostlyclean-noinstLIBRARIES:
  128.  
  129. clean-noinstLIBRARIES:
  130.     test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  131.  
  132. distclean-noinstLIBRARIES:
  133.  
  134. maintainer-clean-noinstLIBRARIES:
  135.  
  136. .c.o:
  137.     $(COMPILE) -c $<
  138.  
  139. mostlyclean-compile:
  140.     rm -f *.o core
  141.  
  142. clean-compile:
  143.  
  144. distclean-compile:
  145.     rm -f *.tab.c
  146.  
  147. maintainer-clean-compile:
  148.  
  149. libtxi.a: $(libtxi_a_OBJECTS) $(libtxi_a_DEPENDENCIES)
  150.     rm -f libtxi.a
  151.     $(AR) cru libtxi.a $(libtxi_a_OBJECTS) $(libtxi_a_LIBADD)
  152.     $(RANLIB) libtxi.a
  153.  
  154. tags: TAGS
  155.  
  156. ID: $(HEADERS) $(SOURCES)
  157.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  158.  
  159. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  160.     tags=; \
  161.     here=`pwd`; \
  162.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  163.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  164.  
  165. mostlyclean-tags:
  166.  
  167. clean-tags:
  168.  
  169. distclean-tags:
  170.     rm -f TAGS ID
  171.  
  172. maintainer-clean-tags:
  173.  
  174. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  175.  
  176. subdir = lib
  177.  
  178. distdir: $(DISTFILES)
  179.     @for file in $(DISTFILES); do \
  180.       d=$(srcdir); \
  181.       test -f $(distdir)/$$file \
  182.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  183.       || cp -p $$d/$$file $(distdir)/$$file; \
  184.     done
  185. alloca.o alloca.lo: alloca.c
  186. getopt.o getopt.lo: getopt.c ../config.h ../intl/libintl.h getopt.h
  187. getopt1.o getopt1.lo: getopt1.c ../config.h ../intl/libintl.h getopt.h
  188. memcpy.o memcpy.lo: memcpy.c
  189. memmove.o memmove.lo: memmove.c
  190. strdup.o strdup.lo: strdup.c
  191. strerror.o strerror.lo: strerror.c
  192. xmalloc.o xmalloc.lo: xmalloc.c
  193. xstrdup.o xstrdup.lo: xstrdup.c ../config.h
  194.  
  195. info:
  196. dvi:
  197. check: all
  198.     $(MAKE)
  199. installcheck:
  200. install-exec: 
  201.     @$(NORMAL_INSTALL)
  202.  
  203. install-data: 
  204.     @$(NORMAL_INSTALL)
  205.  
  206. install: install-exec install-data all
  207.     @:
  208.  
  209. uninstall: 
  210.  
  211. all: Makefile $(LIBRARIES)
  212.  
  213. install-strip:
  214.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  215. installdirs:
  216.  
  217.  
  218. mostlyclean-generic:
  219.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  220.  
  221. clean-generic:
  222.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  223.  
  224. distclean-generic:
  225.     rm -f Makefile $(DISTCLEANFILES)
  226.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  227.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  228.  
  229. maintainer-clean-generic:
  230.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  231.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  232. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  233.         mostlyclean-tags mostlyclean-generic
  234.  
  235. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  236.         mostlyclean
  237.  
  238. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  239.         distclean-generic clean
  240.     rm -f config.status
  241.  
  242. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  243.         maintainer-clean-compile maintainer-clean-tags \
  244.         maintainer-clean-generic distclean
  245.     @echo "This command is intended for maintainers to use;"
  246.     @echo "it deletes files that may require special tools to rebuild."
  247.  
  248. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  249. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  250. mostlyclean-compile distclean-compile clean-compile \
  251. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  252. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  253. install-exec install-data install uninstall all installdirs \
  254. mostlyclean-generic distclean-generic clean-generic \
  255. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  256.  
  257.  
  258. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  259. # Otherwise a system limit (for SysV at least) may be exceeded.
  260. .NOEXPORT:
  261.