home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnututil.zip / Makefile.in < prev    next >
Makefile  |  1996-07-12  |  8KB  |  274 lines

  1. # Makefile.in generated automatically by automake 1.0 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. EXTRA_DIST = @README_ALPHA@
  42. SUBDIRS = lib intl src doc man po
  43. ACLOCAL = aclocal.m4
  44. ACCONFIG = acconfig.h
  45. CONFIG_HEADER_IN = config.h.in
  46. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  47. CONFIG_HEADER = ./config.h
  48. DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
  49. Makefile.am Makefile.in NEWS README TODO acconfig.h aclocal.m4 \
  50. config.h.in configure configure.in install-sh mkinstalldirs stamp-h.in
  51.  
  52.  
  53. PACKAGE = @PACKAGE@
  54. VERSION = @VERSION@
  55.  
  56. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  57.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  58. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  59.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  60.  
  61. TAR = tar
  62. default: all
  63.  
  64.  
  65. $(srcdir)/Makefile.in: @MAINT@Makefile.am configure.in
  66.     cd $(srcdir) && automake Makefile
  67.  
  68. # For an explanation of the following Makefile rules, see node
  69. # `Automatic Remaking' in GNU Autoconf documentation.
  70. Makefile: Makefile.in config.status
  71.     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
  72. config.status: configure
  73.     ./config.status --recheck
  74. $(srcdir)/configure: @MAINT@configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
  75.     cd $(srcdir) && autoconf
  76.  
  77. $(CONFIG_HEADER): @MAINT@stamp-h
  78. stamp-h: $(CONFIG_HEADER_IN) config.status
  79.     CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
  80.     @echo timestamp > stamp-h
  81. $(srcdir)/$(CONFIG_HEADER_IN): @MAINT@stamp-h.in
  82. $(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
  83.     cd $(srcdir) && autoheader
  84.     echo timestamp > $(srcdir)/stamp-h.in
  85.  
  86. # This directory's subdirectories are mostly independent; you can cd
  87. # into them and run `make' without going through this Makefile.
  88. # To change the values of `make' variables: instead of editing Makefiles,
  89. # (1) if the variable is set in `config.status', edit `config.status'
  90. #     (which will cause the Makefiles to be regenerated when you run `make');
  91. # (2) otherwise, pass the desired values on the `make' command line.
  92.  
  93. @SET_MAKE@
  94.  
  95. all-recursive install-data-recursive install-exec-recursive \
  96. installdirs-recursive install-recursive uninstall-recursive \
  97. check-recursive installcheck-recursive info-recursive dvi-recursive \
  98. mostlyclean-recursive clean-recursive distclean-recursive \
  99. maintainer-clean-recursive:
  100.     for subdir in $(SUBDIRS); do        \
  101.       target=`echo $@ | sed s/-recursive//`; \
  102.       echo making $$target in $$subdir;    \
  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.     rm -f TAGS ID
  132.  
  133. maintainer-clean-tags:
  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 --srcdir=.. --prefix=$$dc_install_base \
  147.       && $(MAKE) \
  148.       && $(MAKE) check \
  149.       && $(MAKE) install \
  150.       && $(MAKE) installcheck \
  151.       && $(MAKE) dist
  152.     rm -rf $(distdir)
  153.     @echo "========================"; \
  154.     echo "$(distdir).tar.gz is ready for distribution"; \
  155.     echo "========================"
  156. dist: distdir
  157.     chmod -R a+r $(distdir)
  158.     $(TAR) chozf $(distdir).tar.gz $(distdir)
  159.     rm -rf $(distdir)
  160. distdir: $(DEP_DISTFILES)
  161.     rm -rf $(distdir)
  162.     mkdir $(distdir)
  163.     chmod 777 $(distdir)
  164.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  165.       test -f $(distdir)/$$file \
  166.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  167.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  168.     done
  169.     for subdir in $(SUBDIRS); do        \
  170.       test -d $(distdir)/$$subdir        \
  171.       || mkdir $(distdir)/$$subdir        \
  172.       || exit 1;                \
  173.       chmod 777 $(distdir)/$$subdir;    \
  174.       (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
  175.         || exit 1; \
  176.     done
  177. info: info-recursive
  178.  
  179. dvi: dvi-recursive
  180.  
  181. check: check-recursive
  182.  
  183. installcheck: installcheck-recursive
  184.  
  185. all-recursive-hack: $(CONFIG_HEADER)
  186.     $(MAKE) all-recursive
  187.  
  188. all-am: Makefile config.h
  189.  
  190. install-exec: install-exec-recursive
  191.  
  192. install-data: install-data-recursive
  193.  
  194. install: install-recursive
  195.     @:
  196.  
  197. uninstall: uninstall-recursive
  198.  
  199. all: all-recursive-hack all-am
  200.  
  201. install-strip:
  202.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  203. installdirs: installdirs-recursive
  204.  
  205.  
  206. mostlyclean-generic:
  207.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  208.  
  209. clean-generic:
  210.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  211.  
  212. distclean-generic:
  213.     rm -f Makefile $(DISTCLEANFILES)
  214.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  215.  
  216. maintainer-clean-generic:
  217.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  218.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  219. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  220.  
  221. clean-am:  clean-tags clean-generic mostlyclean-am 
  222.  
  223. distclean-am:  distclean-tags distclean-generic clean-am 
  224.  
  225. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  226.         distclean-am 
  227.  
  228. mostlyclean:  mostlyclean-am mostlyclean-recursive
  229.  
  230. clean:  clean-am clean-recursive
  231.  
  232. distclean:  distclean-am distclean-recursive
  233.     rm -f config.status
  234.  
  235. maintainer-clean:  maintainer-clean-am maintainer-clean-recursive
  236.     @echo "This command is intended for maintainers to use;"
  237.     @echo "it deletes files that may require special tools to rebuild."
  238.     rm -f config.status
  239.  
  240. .PHONY: default install-data-recursive uninstall-data-recursive \
  241. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  242. uninstalldirs-recursive all-recursive check-recursive \
  243. installcheck-recursive info-recursive dvi-recursive \
  244. mostlyclean-recursive distclean-recursive clean-recursive \
  245. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  246. distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \
  247. installcheck all-recursive-hack all-am install-exec install-data \
  248. install uninstall all installdirs mostlyclean-generic distclean-generic \
  249. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  250. maintainer-clean
  251.  
  252.  
  253. maintainer-check:
  254.  
  255. # Tag before making distribution.  Also, don't make a distribution if
  256. # checks fail.  Also, make sure the NEWS file is up-to-date.
  257. cvs-dist: maintainer-check
  258.     pkg=`echo "@PACKAGE@" | tr a-z A-Z`; \
  259.     ver=`echo "@VERSION@" | sed 's/\./_/g'`; \
  260.     tag="$$pkg-$$ver"; \
  261.     echo tag=$$tag; \
  262.     if cvs -n log -h README| grep -e $$tag > /dev/null; then \
  263.       echo "VERSION not new; not releasing" 1>&2; \
  264.       exit 1; \
  265.     else :; \
  266.     fi; \
  267.     cvs tag -c $$tag
  268.     $(MAKE) dist
  269. .SUFFIXES:
  270.  
  271. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  272. # Otherwise a system limit (for SysV at least) may be exceeded.
  273. .NOEXPORT:
  274.