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 / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  8KB  |  262 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. SUBDIRS = lib libidu intl src lisp po doc testsuite
  42.  
  43. EXTRA_DIST = @README_ALPHA@
  44. ACLOCAL = aclocal.m4
  45. ACCONFIG = acconfig.h
  46. CONFIG_HEADER_IN = config.h.in
  47. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  48. CONFIG_HEADER = ./config.h
  49. DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
  50. Makefile.am Makefile.in NEWS README THANKS TODO acconfig.h aclocal.m4 \
  51. config.h.in configure configure.in install-sh mkinstalldirs stamp-h.in
  52.  
  53.  
  54. PACKAGE = @PACKAGE@
  55. VERSION = @VERSION@
  56.  
  57. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  58.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  59. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  60.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  61.  
  62. TAR = tar
  63. default: all
  64.  
  65.  
  66. $(srcdir)/Makefile.in: @MAINT@Makefile.am configure.in
  67.     cd $(srcdir) && automake --strictness=gnits Makefile
  68.  
  69. # For an explanation of the following Makefile rules, see node
  70. # `Automatic Remaking' in GNU Autoconf documentation.
  71. Makefile: Makefile.in config.status
  72.     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
  73. config.status: configure
  74.     ./config.status --recheck
  75. $(srcdir)/configure: @MAINT@configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
  76.     cd $(srcdir) && autoconf
  77.  
  78. $(CONFIG_HEADER): @MAINT@stamp-h
  79. stamp-h: $(CONFIG_HEADER_IN) config.status
  80.     CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
  81.     @echo timestamp > stamp-h
  82. $(srcdir)/$(CONFIG_HEADER_IN): @MAINT@stamp-h.in
  83. $(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
  84.     cd $(srcdir) && autoheader
  85.     echo timestamp > $(srcdir)/stamp-h.in
  86.  
  87. # This directory's subdirectories are mostly independent; you can cd
  88. # into them and run `make' without going through this Makefile.
  89. # To change the values of `make' variables: instead of editing Makefiles,
  90. # (1) if the variable is set in `config.status', edit `config.status'
  91. #     (which will cause the Makefiles to be regenerated when you run `make');
  92. # (2) otherwise, pass the desired values on the `make' command line.
  93.  
  94. @SET_MAKE@
  95.  
  96. all-recursive install-data-recursive install-exec-recursive \
  97. installdirs-recursive install-recursive uninstall-recursive \
  98. check-recursive installcheck-recursive info-recursive dvi-recursive \
  99. mostlyclean-recursive clean-recursive distclean-recursive \
  100. maintainer-clean-recursive:
  101.     for subdir in $(SUBDIRS); do        \
  102.       target=`echo $@ | sed s/-recursive//`; \
  103.       (cd $$subdir && $(MAKE) $$target)    \
  104.        || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
  105.     done && test -z "$$fail"
  106.  
  107. tags: TAGS
  108.  
  109. tags-recursive:
  110.     list="$(SUBDIRS)"; for subdir in $$list; do \
  111.       (cd $$subdir && $(MAKE) tags); \
  112.     done
  113.  
  114. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) \
  115.         $(TAGS_DEPENDENCIES)
  116.     tags=; \
  117.     here=`pwd`; \
  118.     for subdir in $(SUBDIRS); do \
  119.       test -f $$subdir/TAGS && { \
  120.         tags="$$tags -i $$here/$$subdir/TAGS"; \
  121.       } \
  122.     done; \
  123.     test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \
  124.       || etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS)
  125.  
  126. mostlyclean-tags:
  127.  
  128. clean-tags:
  129.  
  130. distclean-tags:
  131.  
  132. maintainer-clean-tags:
  133.     rm -f TAGS ID
  134.  
  135. distdir = $(PACKAGE)-$(VERSION)
  136. # This target untars the dist file and tries a VPATH configuration.  Then
  137. # it guarantees that the distribution is self-contained by making another
  138. # tarfile.
  139. distcheck: dist
  140.     rm -rf $(distdir)
  141.     $(TAR) zxf $(distdir).tar.gz
  142.     mkdir $(distdir)/=build
  143.     mkdir $(distdir)/=inst
  144.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  145.     cd $(distdir)/=build \
  146.       && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
  147.       && $(MAKE) \
  148.       && $(MAKE) dvi \
  149.       && $(MAKE) check \
  150.       && $(MAKE) install \
  151.       && $(MAKE) installcheck \
  152.       && $(MAKE) dist
  153.     rm -rf $(distdir)
  154.     @echo "========================"; \
  155.     echo "$(distdir).tar.gz is ready for distribution"; \
  156.     echo "========================"
  157. dist: distdir
  158.     -chmod -R a+r $(distdir)
  159.     $(TAR) chozf $(distdir).tar.gz $(distdir)
  160.     rm -rf $(distdir)
  161. distdir: $(DEP_DISTFILES)
  162.     @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
  163.       echo "NEWS not updated; not releasing" 1>&2; \
  164.       exit 1;                \
  165.     fi
  166.     rm -rf $(distdir)
  167.     mkdir $(distdir)
  168.     -chmod 755 $(distdir)
  169.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  170.       test -f $(distdir)/$$file \
  171.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  172.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  173.     done
  174.     for subdir in $(SUBDIRS); do        \
  175.       test -d $(distdir)/$$subdir        \
  176.       || mkdir $(distdir)/$$subdir        \
  177.       || exit 1;                \
  178.       chmod 755 $(distdir)/$$subdir;    \
  179.       (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
  180.         || exit 1; \
  181.     done
  182. info: info-recursive
  183.  
  184. dvi: dvi-recursive
  185.  
  186. check: check-recursive
  187.  
  188. installcheck: installcheck-recursive
  189.  
  190. all-recursive-hack: $(CONFIG_HEADER)
  191.     $(MAKE) all-recursive
  192.  
  193. all-am: Makefile config.h
  194.  
  195. install-exec: install-exec-recursive
  196.  
  197. install-data: install-data-recursive
  198.  
  199. install: install-recursive
  200.     @:
  201.  
  202. uninstall: uninstall-recursive
  203.  
  204. all: all-recursive-hack all-am
  205.  
  206. install-strip:
  207.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  208. installdirs: installdirs-recursive
  209.  
  210.  
  211. mostlyclean-generic:
  212.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  213.  
  214. clean-generic:
  215.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  216.  
  217. distclean-generic:
  218.     rm -f Makefile $(DISTCLEANFILES)
  219.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  220.  
  221. maintainer-clean-generic:
  222.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  223.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  224. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  225.  
  226. clean-am:  clean-tags clean-generic mostlyclean-am 
  227.  
  228. distclean-am:  distclean-tags distclean-generic clean-am 
  229.  
  230. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  231.         distclean-am 
  232.  
  233. mostlyclean:  mostlyclean-am mostlyclean-recursive
  234.  
  235. clean:  clean-am clean-recursive
  236.  
  237. distclean:  distclean-am distclean-recursive
  238.     rm -f config.status
  239.  
  240. maintainer-clean:  maintainer-clean-am maintainer-clean-recursive
  241.     @echo "This command is intended for maintainers to use;"
  242.     @echo "it deletes files that may require special tools to rebuild."
  243.     rm -f config.status
  244.  
  245. .PHONY: default install-data-recursive uninstall-data-recursive \
  246. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  247. uninstalldirs-recursive all-recursive check-recursive \
  248. installcheck-recursive info-recursive dvi-recursive \
  249. mostlyclean-recursive distclean-recursive clean-recursive \
  250. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  251. distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \
  252. installcheck all-recursive-hack all-am install-exec install-data \
  253. install uninstall all installdirs mostlyclean-generic distclean-generic \
  254. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  255. maintainer-clean
  256.  
  257. .SUFFIXES:
  258.  
  259. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  260. # Otherwise a system limit (for SysV at least) may be exceeded.
  261. .NOEXPORT:
  262.