home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / Makefile.in < prev    next >
Makefile  |  1998-04-25  |  11KB  |  354 lines

  1. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13.  
  14. SHELL = /bin/sh
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/@PACKAGE@
  38. pkglibdir = $(libdir)/@PACKAGE@
  39. pkgincludedir = $(includedir)/@PACKAGE@
  40.  
  41. top_builddir = .
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = @INSTALL@
  49. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  50. INSTALL_DATA = @INSTALL_DATA@
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = @program_transform_name@
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = @host_alias@
  61. host_triplet = @host@
  62. CC = @CC@
  63. CFLAGS_GCC_OMIT_FRAME_POINTER = @CFLAGS_GCC_OMIT_FRAME_POINTER@
  64. CFLAGS_O = @CFLAGS_O@
  65. CFLAGS_W = @CFLAGS_W@
  66. CLEANFILES = @CLEANFILES@
  67. CPP = @CPP@
  68. DISTCLEANFILES = @DISTCLEANFILES@
  69. EXEEXT = @EXEEXT@
  70. EXTRA_CFLAGS = @EXTRA_CFLAGS@
  71. MAINT = @MAINT@
  72. MAKEINFO = @MAKEINFO@
  73. M_ARCH = @M_ARCH@
  74. M_CC = @M_CC@
  75. M_CPU = @M_CPU@
  76. PACKAGE = @PACKAGE@
  77. VERSION = @VERSION@
  78. lzo_includedir = @lzo_includedir@
  79. lzo_libdir = @lzo_libdir@
  80. lzo_liblzo_a = @lzo_liblzo_a@
  81.  
  82. AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
  83.  
  84. SUBDIRS = doc src
  85.  
  86. EXTRA_DIST = lzop.lsm
  87.  
  88. ACLOCAL_AMFLAGS = -I acconfig/m4
  89. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  90. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  91. CONFIG_HEADER = config.h
  92. CONFIG_CLEAN_FILES = 
  93. DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  94. Makefile.in NEWS THANKS acconfig.h acinclude.m4 aclocal.m4 config.hin \
  95. configure configure.in stamp-h.in
  96.  
  97.  
  98. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  99.  
  100. TAR = tar
  101. GZIP = --best
  102. all: all-recursive-am all-am
  103.  
  104. .SUFFIXES:
  105. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  106.     cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  107.  
  108. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  109.     cd $(top_builddir) \
  110.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  111.  
  112. $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4 \
  113.         acconfig/m4/byteorder.m4 acconfig/m4/ccansi.m4 \
  114.         acconfig/m4/ccbugcast.m4 acconfig/m4/checkergcc.m4 \
  115.         acconfig/m4/chkfunc.m4 acconfig/m4/gccbugsi.m4 \
  116.         acconfig/m4/gccbugsr.m4 acconfig/m4/gnumake.m4 \
  117.         acconfig/m4/limits.m4 acconfig/m4/memcmp.m4 \
  118.         acconfig/m4/pipe.m4 acconfig/m4/promote.m4 \
  119.         acconfig/m4/sizeof.m4
  120.     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  121.  
  122. config.status: $(srcdir)/configure
  123.     $(SHELL) ./config.status --recheck
  124. $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  125.     cd $(srcdir) && $(AUTOCONF)
  126.  
  127. config.h: stamp-h
  128.     @:
  129. stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
  130.     cd $(top_builddir) \
  131.       && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
  132.          $(SHELL) ./config.status
  133.     @echo timestamp > stamp-h
  134. $(srcdir)/config.hin: @MAINT@$(srcdir)/stamp-h.in
  135. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  136.     cd $(top_srcdir) && $(AUTOHEADER)
  137.     @echo timestamp > $(srcdir)/stamp-h.in
  138.  
  139. mostlyclean-hdr:
  140.  
  141. clean-hdr:
  142.  
  143. distclean-hdr:
  144.     -rm -f config.h
  145.  
  146. maintainer-clean-hdr:
  147.  
  148. # This directory's subdirectories are mostly independent; you can cd
  149. # into them and run `make' without going through this Makefile.
  150. # To change the values of `make' variables: instead of editing Makefiles,
  151. # (1) if the variable is set in `config.status', edit `config.status'
  152. #     (which will cause the Makefiles to be regenerated when you run `make');
  153. # (2) otherwise, pass the desired values on the `make' command line.
  154.  
  155. @SET_MAKE@
  156.  
  157. all-recursive install-data-recursive install-exec-recursive \
  158. installdirs-recursive install-recursive uninstall-recursive  \
  159. check-recursive installcheck-recursive info-recursive dvi-recursive:
  160.     @set fnord $(MAKEFLAGS); amf=$$2; \
  161.     list='$(SUBDIRS)'; for subdir in $$list; do \
  162.       target=`echo $@ | sed s/-recursive//`; \
  163.       echo "Making $$target in $$subdir"; \
  164.       (cd $$subdir && $(MAKE) $$target) \
  165.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  166.     done && test -z "$$fail"
  167.  
  168. mostlyclean-recursive clean-recursive distclean-recursive \
  169. maintainer-clean-recursive:
  170.     @set fnord $(MAKEFLAGS); amf=$$2; \
  171.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  172.       rev="$$subdir $$rev"; \
  173.     done; \
  174.     for subdir in $$rev; do \
  175.       target=`echo $@ | sed s/-recursive//`; \
  176.       echo "Making $$target in $$subdir"; \
  177.       (cd $$subdir && $(MAKE) $$target) \
  178.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  179.     done && test -z "$$fail"
  180. tags-recursive:
  181.     list='$(SUBDIRS)'; for subdir in $$list; do \
  182.       (cd $$subdir && $(MAKE) tags); \
  183.     done
  184.  
  185. tags: TAGS
  186.  
  187. ID: $(HEADERS) $(SOURCES) $(LISP)
  188.     here=`pwd` && cd $(srcdir) \
  189.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  190.  
  191. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
  192.     tags=; \
  193.     here=`pwd`; \
  194.     list='$(SUBDIRS)'; for subdir in $$list; do \
  195.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  196.     done; \
  197.     list='$(SOURCES) $(HEADERS)'; \
  198.     unique=`for i in $$list; do echo $$i; done | \
  199.       awk '    { files[$$0] = 1; } \
  200.            END { for (i in files) print i; }'`; \
  201.     test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
  202.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) -o $$here/TAGS)
  203.  
  204. mostlyclean-tags:
  205.  
  206. clean-tags:
  207.  
  208. distclean-tags:
  209.     -rm -f TAGS ID
  210.  
  211. maintainer-clean-tags:
  212.  
  213. distdir = $(PACKAGE)-$(VERSION)
  214. top_distdir = $(distdir)
  215.  
  216. # This target untars the dist file and tries a VPATH configuration.  Then
  217. # it guarantees that the distribution is self-contained by making another
  218. # tarfile.
  219. distcheck: dist
  220.     -rm -rf $(distdir)
  221.     GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  222.     mkdir $(distdir)/=build
  223.     mkdir $(distdir)/=inst
  224.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  225.     cd $(distdir)/=build \
  226.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  227.       && $(MAKE) \
  228.       && $(MAKE) dvi \
  229.       && $(MAKE) check \
  230.       && $(MAKE) install \
  231.       && $(MAKE) installcheck \
  232.       && $(MAKE) dist
  233.     -rm -rf $(distdir)
  234.     @echo "========================"; \
  235.     echo "$(distdir).tar.gz is ready for distribution"; \
  236.     echo "========================"
  237. dist: distdir
  238.     -chmod -R a+r $(distdir)
  239.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  240.     -rm -rf $(distdir)
  241. dist-all: distdir
  242.     -chmod -R a+r $(distdir)
  243.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  244.     -rm -rf $(distdir)
  245. distdir: $(DISTFILES)
  246.     -rm -rf $(distdir)
  247.     mkdir $(distdir)
  248.     -chmod 777 $(distdir)
  249.     @for file in $(DISTFILES); do \
  250.       d=$(srcdir); \
  251.       test -f $(distdir)/$$file \
  252.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  253.       || cp -p $$d/$$file $(distdir)/$$file; \
  254.     done
  255.     for subdir in $(SUBDIRS); do \
  256.       test -d $(distdir)/$$subdir \
  257.       || mkdir $(distdir)/$$subdir \
  258.       || exit 1; \
  259.       chmod 777 $(distdir)/$$subdir; \
  260.       (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  261.         || exit 1; \
  262.     done
  263.     $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
  264. info: info-recursive
  265. dvi: dvi-recursive
  266. check: all-am
  267.     $(MAKE) check-recursive
  268. installcheck: installcheck-recursive
  269. all-recursive-am: config.h
  270.     $(MAKE) all-recursive
  271.  
  272. all-am: Makefile config.h
  273.  
  274. install-exec: install-exec-recursive
  275.     @$(NORMAL_INSTALL)
  276.  
  277. install-data: install-data-recursive
  278.     @$(NORMAL_INSTALL)
  279.  
  280. install: install-recursive
  281.     @:
  282.  
  283. uninstall: uninstall-recursive
  284.  
  285. install-strip:
  286.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  287. installdirs: installdirs-recursive
  288.  
  289.  
  290. mostlyclean-generic:
  291.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  292.  
  293. clean-generic:
  294.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  295.  
  296. distclean-generic:
  297.     -rm -f Makefile $(DISTCLEANFILES)
  298.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  299.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  300.  
  301. maintainer-clean-generic:
  302.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  303.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  304. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  305.  
  306. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  307.  
  308. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  309.  
  310. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  311.         maintainer-clean-generic distclean-am
  312.  
  313. mostlyclean:  mostlyclean-recursive mostlyclean-am
  314.  
  315. clean:  clean-recursive clean-am
  316.  
  317. distclean:  distclean-recursive distclean-am
  318.     -rm -f config.status
  319.  
  320. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  321.     @echo "This command is intended for maintainers to use;"
  322.     @echo "it deletes files that may require special tools to rebuild."
  323.     -rm -f config.status
  324.  
  325. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  326. install-data-recursive uninstall-data-recursive install-exec-recursive \
  327. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  328. all-recursive check-recursive installcheck-recursive info-recursive \
  329. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  330. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  331. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  332. installcheck all-recursive-am all-am install-exec install-data install \
  333. uninstall all installdirs mostlyclean-generic distclean-generic \
  334. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  335. maintainer-clean
  336.  
  337.  
  338. # /***********************************************************************
  339. # // automake targets
  340. # ************************************************************************/
  341.  
  342. dist-hook:
  343.     cp -rpi $(srcdir)/b $(srcdir)/acconfig $(distdir)/
  344. #MAINT@    test -d "$(srcdir)/maint" && cp -rpi $(srcdir)/maint $(distdir)/
  345.  
  346. @MAINT@@GMAKE_TRUE@-include $(top_srcdir)/maint/lzop.mk
  347.  
  348. #T#:mfxdist:
  349. #T#:mfxdistcheck:
  350.  
  351. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  352. # Otherwise a system limit (for SysV at least) may be exceeded.
  353. .NOEXPORT:
  354.