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 / libidu / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  9KB  |  322 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 = ansi2knr
  42.  
  43. noinst_LIBRARIES = idu
  44.  
  45. idu_SOURCES = dynvec.c hash.c idfile.c idread.c idwrite.c fnprint.c \
  46.     scanners.c walker.c
  47.  
  48. idudir = $(prefix)/share
  49. idu_DATA = id-lang.map
  50.  
  51. noinst_HEADERS = dynvec.h hash.h idfile.h scanners.h tokflags.h xnls.h
  52.  
  53. INCLUDES = -I. -I$(srcdir) \
  54.        -I../lib -I$(top_srcdir)/lib \
  55.        -I../intl -I$(top_srcdir)/intl \
  56.        -I.. -I$(top_srcdir) 
  57. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  58. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  59. CONFIG_HEADER = ../config.h
  60. LIBRARIES = $(noinst_LIBRARIES)
  61.  
  62. noinst_LIBFILES = libidu.a
  63.  
  64. CC = @CC@
  65. LEX = @LEX@
  66. YACC = @YACC@
  67. CPPFLAGS = @CPPFLAGS@
  68. CFLAGS = @CFLAGS@
  69. LDFLAGS = @LDFLAGS@
  70. LIBS = @LIBS@
  71.  
  72. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  73. LINK = $(CC) $(LDFLAGS) -o $@
  74.  
  75. ANSI2KNR = @ANSI2KNR@
  76. o = .@U@o
  77. idu_LIBADD =
  78. idu_OBJECTS = dynvec$o hash$o idfile$o idread$o idwrite$o fnprint$o \
  79. scanners$o walker$o
  80. EXTRA_idu_SOURCES =
  81. LIBFILES =  libidu.a
  82. AR = ar
  83. RANLIB = @RANLIB@
  84. DATA = $(idu_DATA)
  85.  
  86. HEADERS = $(noinst_HEADERS)
  87.  
  88. DIST_COMMON = Makefile.am Makefile.in ansi2knr.1 ansi2knr.c
  89.  
  90.  
  91. PACKAGE = @PACKAGE@
  92. VERSION = @VERSION@
  93.  
  94. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  95.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  96. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  97.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  98.  
  99. TAR = tar
  100. SOURCES = $(idu_SOURCES)
  101. OBJECTS = $(idu_OBJECTS)
  102.  
  103. default: all
  104.  
  105.  
  106. $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
  107.     cd $(top_srcdir) && automake $(subdir)/Makefile
  108.  
  109. Makefile: $(top_builddir)/config.status Makefile.in
  110.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  111.  
  112. mostlyclean-noinstLIBRARIES:
  113.  
  114. clean-noinstLIBRARIES:
  115.     test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES)
  116.  
  117. distclean-noinstLIBRARIES:
  118.  
  119. maintainer-clean-noinstLIBRARIES:
  120.  
  121. .c.o:
  122.     $(COMPILE) -c $<
  123.  
  124. mostlyclean-compile:
  125.     rm -f *.o core
  126.  
  127. clean-compile:
  128.  
  129. distclean-compile:
  130.     rm -f *.tab.c
  131.  
  132. maintainer-clean-compile:
  133.  
  134. .c._c:
  135.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $@
  136.  
  137. ._c._o:
  138.     @echo $(COMPILE) -c $<
  139.     @rm -f _$*.c
  140.     @ln $< _$*.c && $(COMPILE) -c _$*.c && mv _$*.o $@ && rm _$*.c
  141.  
  142. .c._o:
  143.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $*._c
  144.     @echo $(COMPILE) -c $*._c
  145.     @rm -f _$*.c
  146.     @ln $*._c _$*.c && $(COMPILE) -c _$*.c && mv _$*.o $@ && rm _$*.c
  147.  
  148. ansi2knr: ansi2knr.o
  149.     $(LINK) ansi2knr.o $(LIBS)
  150.  
  151. $(OBJECTS): $(ANSI2KNR)
  152. ansi2knr.o: $(CONFIG_HEADER)
  153.  
  154. mostlyclean-kr:
  155.     rm -f *._o *._c _*.c _*.o
  156.  
  157. clean-kr:
  158.  
  159. distclean-kr:
  160.     rm -f ansi2knr
  161.  
  162. maintainer-clean-kr:
  163. $(idu_OBJECTS): ../config.h
  164.  
  165. libidu.a: $(idu_OBJECTS) $(idu_LIBADD)
  166.     rm -f libidu.a
  167.     $(AR) cru libidu.a $(idu_OBJECTS) $(idu_LIBADD)
  168.     $(RANLIB) libidu.a
  169.  
  170. install-iduDATA: $(idu_DATA)
  171.     $(mkinstalldirs) $(idudir)
  172.     list="$(idu_DATA)"; for p in $$list; do \
  173.       if test -f $(srcdir)/$$p; then \
  174.         $(INSTALL_DATA) $(srcdir)/$$p $(idudir)/$$p; \
  175.       else if test -f $$p; then \
  176.         $(INSTALL_DATA) $$p $(idudir)/$$p; \
  177.       fi; fi; \
  178.     done
  179.  
  180. uninstall-iduDATA:
  181.     list="$(idu_DATA)"; for p in $$list; do \
  182.       rm -f $(idudir)/$$p; \
  183.     done
  184.  
  185. ID: $(HEADERS) $(SOURCES)
  186.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  187.  
  188. tags: TAGS
  189.  
  190. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  191.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  192.  
  193. mostlyclean-tags:
  194.  
  195. clean-tags:
  196.  
  197. distclean-tags:
  198.  
  199. maintainer-clean-tags:
  200.     rm -f TAGS ID
  201.  
  202. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  203.  
  204. subdir = libidu
  205. distdir: $(DEP_DISTFILES)
  206.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  207.       test -f $(distdir)/$$file \
  208.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  209.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  210.     done
  211. dynvec$o: ../libidu/dynvec.c ../libidu/dynvec.h \
  212.  ../lib/xmalloc.h ../lib/xstring.h
  213. fnprint$o: ../libidu/fnprint.c ../lib/xstdlib.h \
  214.  ../lib/xalloca.h ../lib/xunistd.h ../libidu/idfile.h \
  215.  ../lib/xobstack.h ../lib/xmalloc.h ../lib/xstring.h \
  216.  ../libidu/hash.h ../libidu/dynvec.h ../libidu/tokflags.h \
  217.  ../libidu/xnls.h ../lib/pathmax.h ../lib/error.h
  218. hash$o: ../libidu/hash.c ../lib/xstdlib.h ../libidu/hash.h \
  219.  ../libidu/xnls.h ../lib/xmalloc.h ../lib/xstring.h \
  220.  ../lib/error.h
  221. idfile$o: ../libidu/idfile.c ../lib/xstdlib.h \
  222.  ../lib/xstring.h ../lib/xsysstat.h ../libidu/xnls.h \
  223.  ../lib/xobstack.h ../lib/xmalloc.h ../libidu/idfile.h \
  224.  ../libidu/hash.h ../libidu/dynvec.h ../libidu/tokflags.h \
  225.  ../lib/error.h
  226. idread$o: ../libidu/idread.c ../libidu/idfile.h \
  227.  ../lib/xobstack.h ../lib/xmalloc.h ../lib/xstring.h \
  228.  ../libidu/hash.h ../libidu/dynvec.h ../libidu/tokflags.h \
  229.  ../lib/xstddef.h ../lib/error.h ../libidu/xnls.h
  230. idwrite$o: ../libidu/idwrite.c ../libidu/idfile.h \
  231.  ../lib/xobstack.h ../lib/xmalloc.h ../lib/xstring.h \
  232.  ../libidu/hash.h ../libidu/dynvec.h ../libidu/tokflags.h \
  233.  ../libidu/xnls.h ../lib/error.h
  234. scanners$o: ../libidu/scanners.c ../lib/xstdlib.h \
  235.  ../lib/xstddef.h ../lib/xunistd.h ../lib/xsysstat.h \
  236.  ../lib/xstring.h ../lib/xmalloc.h ../libidu/xnls.h \
  237.  ../lib/error.h ../libidu/scanners.h ../lib/xobstack.h \
  238.  ../libidu/tokflags.h
  239. walker$o: ../libidu/walker.c ../lib/xsysstat.h \
  240.  ../lib/xstdlib.h ../lib/xstddef.h ../lib/xunistd.h \
  241.  ../lib/xstring.h ../lib/xfnmatch.h ../lib/xdirent.h \
  242.  ../libidu/xnls.h ../libidu/idfile.h ../lib/xobstack.h \
  243.  ../lib/xmalloc.h ../libidu/hash.h ../libidu/dynvec.h \
  244.  ../libidu/tokflags.h ../lib/error.h ../libidu/scanners.h \
  245.  ../lib/pathmax.h ../lib/xalloca.h
  246.  
  247. info:
  248.  
  249. dvi:
  250.  
  251. check: all
  252.  
  253. installcheck:
  254.  
  255. install-exec: 
  256.  
  257. install-data: install-iduDATA
  258.  
  259. install: install-exec install-data all
  260.     @:
  261.  
  262. uninstall: uninstall-iduDATA
  263.  
  264. all: $(LIBFILES) $(DATA) $(HEADERS) Makefile
  265.  
  266. install-strip:
  267.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  268. installdirs:
  269.     $(mkinstalldirs)  $(idudir)
  270.  
  271.  
  272. mostlyclean-generic:
  273.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  274.  
  275. clean-generic:
  276.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  277.  
  278. distclean-generic:
  279.     rm -f Makefile $(DISTCLEANFILES)
  280.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  281.  
  282. maintainer-clean-generic:
  283.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  284.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  285. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  286.         mostlyclean-kr mostlyclean-tags mostlyclean-generic
  287.  
  288. clean:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
  289.         clean-generic mostlyclean 
  290.  
  291. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
  292.         distclean-tags distclean-generic clean 
  293.     rm -f config.status
  294.  
  295. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  296.         maintainer-clean-compile maintainer-clean-kr \
  297.         maintainer-clean-tags maintainer-clean-generic \
  298.         distclean 
  299.     @echo "This command is intended for maintainers to use;"
  300.     @echo "it deletes files that may require special tools to rebuild."
  301.  
  302. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  303. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  304. mostlyclean-compile distclean-compile clean-compile \
  305. maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
  306. maintainer-clean-kr uninstall-iduDATA install-iduDATA tags \
  307. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  308. distdir info dvi check installcheck install-exec install-data install \
  309. uninstall all installdirs mostlyclean-generic distclean-generic \
  310. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  311. maintainer-clean
  312.  
  313.  
  314. ansi2knr.c: $(top_srcdir)/src/ansi2knr.c
  315.     ln $(top_srcdir)/src/ansi2knr.c .
  316. .SUFFIXES:
  317. .SUFFIXES: .c .o ._c ._o
  318.  
  319. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  320. # Otherwise a system limit (for SysV at least) may be exceeded.
  321. .NOEXPORT:
  322.