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