home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / Makefile.in < prev    next >
Makefile  |  1997-07-31  |  10KB  |  330 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 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. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39.  
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  44. transform = @program_transform_name@
  45.  
  46. NORMAL_INSTALL = true
  47. PRE_INSTALL = true
  48. POST_INSTALL = true
  49. NORMAL_UNINSTALL = true
  50. PRE_UNINSTALL = true
  51. POST_UNINSTALL = true
  52. CATALOGS = @CATALOGS@
  53. CATOBJEXT = @CATOBJEXT@
  54. CC = @CC@
  55. DATADIRNAME = @DATADIRNAME@
  56. GENCAT = @GENCAT@
  57. GMOFILES = @GMOFILES@
  58. GMSGFMT = @GMSGFMT@
  59. GT_NO = @GT_NO@
  60. GT_YES = @GT_YES@
  61. INSTOBJEXT = @INSTOBJEXT@
  62. INTLDEPS = @INTLDEPS@
  63. INTLLIBS = @INTLLIBS@
  64. INTLOBJS = @INTLOBJS@
  65. MAKEINFO = @MAKEINFO@
  66. MKINSTALLDIRS = @MKINSTALLDIRS@
  67. MSGFMT = @MSGFMT@
  68. PACKAGE = @PACKAGE@
  69. POFILES = @POFILES@
  70. POSUB = @POSUB@
  71. RANLIB = @RANLIB@
  72. TERMLIBS = @TERMLIBS@
  73. TEXCONFIG = @TEXCONFIG@
  74. TEXMF = @TEXMF@
  75. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  76. USE_NLS = @USE_NLS@
  77. VERSION = @VERSION@
  78. l = @l@
  79.  
  80. AUTOMAKE_OPTIONS = 1.1p
  81.  
  82. # Additional files to distribute.
  83. EXTRA_DIST = INTRODUCTION dir-example README-alpha
  84.  
  85. # All subdirectories.
  86. # Do intl/ and lib/ first since the C programs depend on them.
  87. # Do doc/ last so makeinfo will be built when we get there.
  88. # Others are alphabetical.
  89. SUBDIRS = intl lib emacs info makeinfo po util doc
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  92. CONFIG_HEADER = config.h
  93. CONFIG_CLEAN_FILES = 
  94. DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
  95. Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
  96. config.guess config.h.in config.sub configure configure.in install-sh \
  97. missing mkinstalldirs stamp-h.in
  98.  
  99.  
  100. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  101.  
  102. TAR = tar
  103. GZIP = --best
  104. default: all
  105.  
  106. .SUFFIXES:
  107. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  108.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  109.  
  110. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  111.     cd $(top_builddir) \
  112.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  113.  
  114. $(ACLOCAL_M4):  configure.in 
  115.     cd $(srcdir) && $(ACLOCAL)
  116.  
  117. config.status: $(srcdir)/configure
  118.     $(SHELL) ./config.status --recheck
  119. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  120.     cd $(srcdir) && $(AUTOCONF)
  121.  
  122. config.h: stamp-h
  123. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  124.     cd $(top_builddir) \
  125.       && CONFIG_FILES= CONFIG_HEADERS=config.h \
  126.          $(SHELL) ./config.status
  127.     @echo timestamp > stamp-h
  128. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  129. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  130.     cd $(top_srcdir) && $(AUTOHEADER)
  131.     @echo timestamp > $(srcdir)/stamp-h.in
  132.  
  133. mostlyclean-hdr:
  134.  
  135. clean-hdr:
  136.  
  137. distclean-hdr:
  138.     rm -f config.h
  139.  
  140. maintainer-clean-hdr:
  141.  
  142. # This directory's subdirectories are mostly independent; you can cd
  143. # into them and run `make' without going through this Makefile.
  144. # To change the values of `make' variables: instead of editing Makefiles,
  145. # (1) if the variable is set in `config.status', edit `config.status'
  146. #     (which will cause the Makefiles to be regenerated when you run `make');
  147. # (2) otherwise, pass the desired values on the `make' command line.
  148.  
  149. @SET_MAKE@
  150.  
  151. all-recursive install-data-recursive install-exec-recursive \
  152. installdirs-recursive install-recursive uninstall-recursive  \
  153. check-recursive installcheck-recursive info-recursive dvi-recursive:
  154.     @set fnord $(MAKEFLAGS); amf=$$2; \
  155.     for subdir in $(SUBDIRS); do \
  156.       target=`echo $@ | sed s/-recursive//`; \
  157.       echo "Making $$target in $$subdir"; \
  158.       (cd $$subdir && $(MAKE) $$target) \
  159.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  160.     done && test -z "$$fail"
  161.  
  162. mostlyclean-recursive clean-recursive distclean-recursive \
  163. maintainer-clean-recursive:
  164.     @set fnord $(MAKEFLAGS); amf=$$2; \
  165.     rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
  166.     for subdir in $$rev; do \
  167.       target=`echo $@ | sed s/-recursive//`; \
  168.       echo "Making $$target in $$subdir"; \
  169.       (cd $$subdir && $(MAKE) $$target) \
  170.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  171.     done && test -z "$$fail"
  172. tags-recursive:
  173.     list='$(SUBDIRS)'; for subdir in $$list; do \
  174.       (cd $$subdir && $(MAKE) tags); \
  175.     done
  176.  
  177. tags: TAGS
  178.  
  179. ID: $(HEADERS) $(SOURCES)
  180.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  181.  
  182. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
  183.     tags=; \
  184.     here=`pwd`; \
  185.     list='$(SUBDIRS)'; for subdir in $$list; do \
  186.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  187.     done; \
  188.     test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
  189.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
  190.  
  191. mostlyclean-tags:
  192.  
  193. clean-tags:
  194.  
  195. distclean-tags:
  196.     rm -f TAGS ID
  197.  
  198. maintainer-clean-tags:
  199.  
  200. distdir = $(PACKAGE)-$(VERSION)
  201. top_distdir = $(distdir)
  202.  
  203. # This target untars the dist file and tries a VPATH configuration.  Then
  204. # it guarantees that the distribution is self-contained by making another
  205. # tarfile.
  206. distcheck: dist
  207.     rm -rf $(distdir)
  208.     GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  209.     mkdir $(distdir)/=build
  210.     mkdir $(distdir)/=inst
  211.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  212.     cd $(distdir)/=build \
  213.       && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
  214.       && $(MAKE) \
  215.       && $(MAKE) dvi \
  216.       && $(MAKE) check \
  217.       && $(MAKE) install \
  218.       && $(MAKE) installcheck \
  219.       && $(MAKE) dist
  220.     rm -rf $(distdir)
  221.     @echo "========================"; \
  222.     echo "$(distdir).tar.gz is ready for distribution"; \
  223.     echo "========================"
  224. dist: distdir
  225.     -chmod -R a+r $(distdir)
  226.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  227.     rm -rf $(distdir)
  228. dist-all: distdir
  229.     -chmod -R a+r $(distdir)
  230.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  231.     rm -rf $(distdir)
  232. distdir: $(DISTFILES)
  233.     rm -rf $(distdir)
  234.     mkdir $(distdir)
  235.     -chmod 777 $(distdir)
  236.     @for file in $(DISTFILES); do \
  237.       d=$(srcdir); \
  238.       test -f $(distdir)/$$file \
  239.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  240.       || cp -p $$d/$$file $(distdir)/$$file; \
  241.     done
  242.     for subdir in $(SUBDIRS); do        \
  243.       test -d $(distdir)/$$subdir        \
  244.       || mkdir $(distdir)/$$subdir        \
  245.       || exit 1;                \
  246.       chmod 777 $(distdir)/$$subdir;    \
  247.       (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  248.         || exit 1; \
  249.     done
  250. info: info-recursive
  251. dvi: dvi-recursive
  252. check: all-am
  253.     $(MAKE) check-recursive
  254. installcheck: installcheck-recursive
  255. all-recursive-am: config.h
  256.     $(MAKE) all-recursive
  257.  
  258. all-am: Makefile config.h
  259.  
  260. install-exec: install-exec-recursive
  261.     @$(NORMAL_INSTALL)
  262.  
  263. install-data: install-data-recursive
  264.     @$(NORMAL_INSTALL)
  265.  
  266. install: install-recursive
  267.     @:
  268.  
  269. uninstall: uninstall-recursive
  270.  
  271. all: all-recursive-am all-am
  272.  
  273. install-strip:
  274.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  275. installdirs: installdirs-recursive
  276.  
  277.  
  278. mostlyclean-generic:
  279.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  280.  
  281. clean-generic:
  282.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  283.  
  284. distclean-generic:
  285.     rm -f Makefile $(DISTCLEANFILES)
  286.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  287.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  288.  
  289. maintainer-clean-generic:
  290.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  291.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  292. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  293.  
  294. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  295.  
  296. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  297.  
  298. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  299.         maintainer-clean-generic distclean-am
  300.  
  301. mostlyclean:  mostlyclean-recursive mostlyclean-am
  302.  
  303. clean:  clean-recursive clean-am
  304.  
  305. distclean:  distclean-recursive distclean-am
  306.     rm -f config.status
  307.  
  308. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  309.     @echo "This command is intended for maintainers to use;"
  310.     @echo "it deletes files that may require special tools to rebuild."
  311.     rm -f config.status
  312.  
  313. .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
  314. maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
  315. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  316. uninstalldirs-recursive all-recursive check-recursive \
  317. installcheck-recursive info-recursive dvi-recursive \
  318. mostlyclean-recursive distclean-recursive clean-recursive \
  319. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  320. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  321. installcheck all-recursive-am all-am install-exec install-data install \
  322. uninstall all installdirs mostlyclean-generic distclean-generic \
  323. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  324. maintainer-clean
  325.  
  326.  
  327. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  328. # Otherwise a system limit (for SysV at least) may be exceeded.
  329. .NOEXPORT:
  330.