home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / lib / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  6KB  |  248 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. noinst_LIBRARIES = sys
  42.  
  43. EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c getopt.c \
  44.     getopt1.c memcpy.c memset.c obstack.c regex.c rx.c \
  45.     strcasecmp.c strcspn.c strdup.c strndup.c strpbrk.c strspn.c \
  46.     strstr.c strtok.c
  47.  
  48. sys_SOURCES = xgetcwd.c xmalloc.c
  49.  
  50. noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h \
  51.     pathmax.h regex.h rx.h xalloca.h xdirent.h xfnmatch.h \
  52.     xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h \
  53.     xunistd.h
  54.  
  55. INCLUDES = -I. -I$(srcdir) \
  56.        -I../intl -I$(top_srcdir)/intl \
  57.        -I.. -I$(top_srcdir) 
  58. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  59. sys_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
  60. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  61. CONFIG_HEADER = ../config.h
  62. LIBRARIES = $(noinst_LIBRARIES)
  63.  
  64. noinst_LIBFILES = libsys.a
  65.  
  66. CC = @CC@
  67. LEX = @LEX@
  68. YACC = @YACC@
  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. sys_OBJECTS = xgetcwd.o xmalloc.o
  77. EXTRA_sys_SOURCES =
  78. LIBFILES =  libsys.a
  79. AR = ar
  80. RANLIB = @RANLIB@
  81. HEADERS = $(noinst_HEADERS)
  82.  
  83. DIST_COMMON = Makefile.am Makefile.in
  84.  
  85.  
  86. PACKAGE = @PACKAGE@
  87. VERSION = @VERSION@
  88.  
  89. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  90.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  91. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  92.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  93.  
  94. TAR = tar
  95. SOURCES = $(sys_SOURCES)
  96. OBJECTS = $(sys_OBJECTS)
  97.  
  98. default: all
  99.  
  100.  
  101. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  102.     cd $(top_srcdir) && automake $(subdir)/Makefile
  103.  
  104. Makefile: $(top_builddir)/config.status Makefile.in
  105.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  106.  
  107. mostlyclean-noinstLIBRARIES:
  108.  
  109. clean-noinstLIBRARIES:
  110.     test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES)
  111.  
  112. distclean-noinstLIBRARIES:
  113.  
  114. maintainer-clean-noinstLIBRARIES:
  115.  
  116. .c.o:
  117.     $(COMPILE) -c $<
  118.  
  119. mostlyclean-compile:
  120.     rm -f *.o core
  121.  
  122. clean-compile:
  123.  
  124. distclean-compile:
  125.     rm -f *.tab.c
  126.  
  127. maintainer-clean-compile:
  128. $(sys_OBJECTS): ../config.h
  129.  
  130. libsys.a: $(sys_OBJECTS) $(sys_LIBADD)
  131.     rm -f libsys.a
  132.     $(AR) cru libsys.a $(sys_OBJECTS) $(sys_LIBADD)
  133.     $(RANLIB) libsys.a
  134.  
  135. ID: $(HEADERS) $(SOURCES)
  136.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  137.  
  138. tags: TAGS
  139.  
  140. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  141.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  142.  
  143. mostlyclean-tags:
  144.  
  145. clean-tags:
  146.  
  147. distclean-tags:
  148.  
  149. maintainer-clean-tags:
  150.     rm -f TAGS ID
  151.  
  152. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  153.  
  154. subdir = lib
  155. distdir: $(DEP_DISTFILES)
  156.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  157.       test -f $(distdir)/$$file \
  158.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  159.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  160.     done
  161. alloca.o: ../lib/alloca.c
  162. basename.o: ../lib/basename.c ../lib/xstring.h
  163. dirname.o: ../lib/dirname.c ../lib/xstring.h
  164. error.o: ../lib/error.c
  165. fnmatch.o: ../lib/fnmatch.c
  166. getopt.o: ../lib/getopt.c
  167. getopt1.o: ../lib/getopt1.c ../lib/getopt.h
  168. memcpy.o: ../lib/memcpy.c
  169. memset.o: ../lib/memset.c
  170. strcspn.o: ../lib/strcspn.c
  171. strdup.o: ../lib/strdup.c
  172. strndup.o: ../lib/strndup.c ../lib/xstring.h ../lib/xmalloc.h
  173. strpbrk.o: ../lib/strpbrk.c
  174. strspn.o: ../lib/strspn.c
  175. strstr.o: ../lib/strstr.c
  176. strtok.o: ../lib/strtok.c
  177. xgetcwd.o: ../lib/xgetcwd.c ../lib/pathmax.h
  178. xmalloc.o: ../lib/xmalloc.c ../lib/error.h
  179.  
  180. info:
  181.  
  182. dvi:
  183.  
  184. check: all
  185.  
  186. installcheck:
  187.  
  188. install-exec: 
  189.  
  190. install-data: 
  191.  
  192. install: install-exec install-data all
  193.     @:
  194.  
  195. uninstall: 
  196.  
  197. all: $(LIBFILES) $(HEADERS) Makefile
  198.  
  199. install-strip:
  200.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  201. installdirs:
  202.  
  203.  
  204. mostlyclean-generic:
  205.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  206.  
  207. clean-generic:
  208.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  209.  
  210. distclean-generic:
  211.     rm -f Makefile $(DISTCLEANFILES)
  212.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  213.  
  214. maintainer-clean-generic:
  215.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  216.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  217. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  218.         mostlyclean-tags mostlyclean-generic
  219.  
  220. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  221.         mostlyclean 
  222.  
  223. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  224.         distclean-generic clean 
  225.     rm -f config.status
  226.  
  227. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  228.         maintainer-clean-compile maintainer-clean-tags \
  229.         maintainer-clean-generic distclean 
  230.     @echo "This command is intended for maintainers to use;"
  231.     @echo "it deletes files that may require special tools to rebuild."
  232.  
  233. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  234. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  235. mostlyclean-compile distclean-compile clean-compile \
  236. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  237. clean-tags maintainer-clean-tags distdir info dvi check installcheck \
  238. install-exec install-data install uninstall all installdirs \
  239. mostlyclean-generic distclean-generic clean-generic \
  240. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  241.  
  242. .SUFFIXES:
  243. .SUFFIXES: .c .o
  244.  
  245. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  246. # Otherwise a system limit (for SysV at least) may be exceeded.
  247. .NOEXPORT:
  248.