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

  1. # Makefile.in generated automatically by automake 1.1b 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. AUTOMAKE_OPTIONS = 1.0 gnits
  42.  
  43. noinst_LIBRARIES = nlsut
  44.  
  45. EXTRA_DIST = alloca.c error.c getline.c memset.c memmove.c obstack.c \
  46. printf-prs.c stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncase.c strstr.c \
  47. strtol.c strtoul.c vasprintf.c
  48.  
  49. nlsut_SOURCES = fstrcmp.c getopt.c getopt1.c hash.c xgetcwd.c xmalloc.c \
  50. xstrdup.c
  51.  
  52. nlsut_LIBADD = @ALLOCA@ @LIBOBJS@
  53.  
  54. noinst_HEADERS = error.h fstrcmp.h getline.h getopt.h hash.h obstack.h \
  55. printf-parse.h printf.h system.h pathmax.h
  56.  
  57. INCLUDES = -I../intl
  58. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  59. CONFIG_HEADER = ../config.h
  60. LIBRARIES = $(noinst_LIBRARIES)
  61.  
  62. noinst_LIBFILES = libnlsut.a
  63.  
  64. CC = @CC@
  65. LEX = @LEX@
  66. YACC = @YACC@
  67.  
  68. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  69. CPPFLAGS = @CPPFLAGS@
  70. CFLAGS = @CFLAGS@
  71. LDFLAGS = @LDFLAGS@
  72. LIBS = @LIBS@
  73.  
  74. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  75. LINK = $(CC) $(LDFLAGS) -o $@
  76. nlsut_OBJECTS = fstrcmp.o getopt.o getopt1.o hash.o xgetcwd.o xmalloc.o \
  77. xstrdup.o
  78. EXTRA_nlsut_SOURCES =
  79. LIBFILES =  libnlsut.a
  80. AR = ar
  81. RANLIB = @RANLIB@
  82. HEADERS = $(noinst_HEADERS)
  83.  
  84. DIST_COMMON = ChangeLog Makefile.am Makefile.in
  85.  
  86.  
  87. PACKAGE = @PACKAGE@
  88. VERSION = @VERSION@
  89.  
  90. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  91.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  92. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  93.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  94.  
  95. TAR = tar
  96. SOURCES = $(nlsut_SOURCES)
  97. OBJECTS = $(nlsut_OBJECTS)
  98.  
  99. default: all
  100.  
  101.  
  102. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  103.     cd $(top_srcdir) && automake $(subdir)/Makefile
  104.  
  105. Makefile: $(top_builddir)/config.status Makefile.in
  106.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  107.  
  108. mostlyclean-noinstLIBRARIES:
  109.  
  110. clean-noinstLIBRARIES:
  111.     test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES)
  112.  
  113. distclean-noinstLIBRARIES:
  114.  
  115. maintainer-clean-noinstLIBRARIES:
  116.  
  117. .c.o:
  118.     $(COMPILE) -c $<
  119.  
  120. mostlyclean-compile:
  121.     rm -f *.o core
  122.  
  123. clean-compile:
  124.  
  125. distclean-compile:
  126.     rm -f *.tab.c
  127.  
  128. maintainer-clean-compile:
  129. $(nlsut_OBJECTS): ../config.h
  130.  
  131. libnlsut.a: $(nlsut_OBJECTS) $(nlsut_LIBADD)
  132.     rm -f libnlsut.a
  133.     $(AR) cru libnlsut.a $(nlsut_OBJECTS) $(nlsut_LIBADD)
  134.     $(RANLIB) libnlsut.a
  135.  
  136. ID: $(HEADERS) $(SOURCES)
  137.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  138.  
  139. tags: TAGS
  140.  
  141. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  142.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  143.  
  144. mostlyclean-tags:
  145.  
  146. clean-tags:
  147.  
  148. distclean-tags:
  149.  
  150. maintainer-clean-tags:
  151.     rm -f TAGS ID
  152.  
  153. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  154.  
  155. subdir = lib
  156. distdir: $(DEP_DISTFILES)
  157.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  158.       test -f $(distdir)/$$file \
  159.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  160.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  161.     done
  162. alloca.o: alloca.c
  163. error.o: ../lib/error.c
  164. fstrcmp.o: fstrcmp.c ../config.h system.h \
  165.  fstrcmp.h
  166. getline.o: ../lib/getline.c
  167. getopt.o: ../lib/getopt.c
  168. getopt1.o: getopt1.c getopt.h
  169. hash.o: hash.c system.h hash.h
  170. obstack.o: ../lib/obstack.c ../lib/obstack.h
  171. printf-prs.o: ../lib/printf-prs.c ../lib/printf-parse.h
  172. xgetcwd.o: ../lib/xgetcwd.c ../lib/pathmax.h
  173. xmalloc.o: ../lib/xmalloc.c ../lib/error.h
  174. xstrdup.o: ../lib/xstrdup.c
  175.  
  176. info:
  177.  
  178. dvi:
  179.  
  180. check: all
  181.  
  182. installcheck:
  183.  
  184. install-exec: 
  185.  
  186. install-data: 
  187.  
  188. install: install-exec install-data all
  189.     @:
  190.  
  191. uninstall: 
  192.  
  193. all: $(LIBFILES) $(HEADERS) Makefile
  194.  
  195. install-strip:
  196.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  197. installdirs:
  198.  
  199.  
  200. mostlyclean-generic:
  201.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  202.  
  203. clean-generic:
  204.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  205.  
  206. distclean-generic:
  207.     rm -f Makefile $(DISTCLEANFILES)
  208.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  209.  
  210. maintainer-clean-generic:
  211.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  212.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  213. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  214.         mostlyclean-tags mostlyclean-generic
  215.  
  216. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  217.         mostlyclean 
  218.  
  219. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  220.         distclean-generic clean 
  221.     rm -f config.status
  222.  
  223. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  224.         maintainer-clean-compile maintainer-clean-tags \
  225.         maintainer-clean-generic distclean 
  226.     @echo "This command is intended for maintainers to use;"
  227.     @echo "it deletes files that may require special tools to rebuild."
  228.  
  229. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  230. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  231. mostlyclean-compile distclean-compile clean-compile \
  232. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  233. clean-tags maintainer-clean-tags distdir info dvi check installcheck \
  234. install-exec install-data install uninstall all installdirs \
  235. mostlyclean-generic distclean-generic clean-generic \
  236. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  237.  
  238. .SUFFIXES:
  239. .SUFFIXES: .c .o
  240.  
  241. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  242. # Otherwise a system limit (for SysV at least) may be exceeded.
  243. .NOEXPORT:
  244.