home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / include / Makefile.in < prev   
Makefile  |  1997-07-13  |  5KB  |  213 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. host_alias = @host_alias@
  53. host_triplet = @host@
  54. ASFLAGS = @ASFLAGS@
  55. CC = @CC@
  56. CFLAGS_O = @CFLAGS_O@
  57. CFLAGS_W = @CFLAGS_W@
  58. CPP = @CPP@
  59. LD = @LD@
  60. LIBTOOL = @LIBTOOL@
  61. LN_S = @LN_S@
  62. LZO_ASM_OBJECTS = @LZO_ASM_OBJECTS@
  63. MAINT = @MAINT@
  64. MAKEINFO = @MAKEINFO@
  65. MFX_C_CONST_BROKEN = @MFX_C_CONST_BROKEN@
  66. MFX_PROC_CC_BUG_SIGNED_TO_UNSIGNED_CASTING = @MFX_PROC_CC_BUG_SIGNED_TO_UNSIGNED_CASTING@
  67. MFX_PROG_GCC_BUG_SCHEDULE_INSNS = @MFX_PROG_GCC_BUG_SCHEDULE_INSNS@
  68. MFX_PROG_GCC_BUG_STRENGTH_REDUCE = @MFX_PROG_GCC_BUG_STRENGTH_REDUCE@
  69. M_ARCH = @M_ARCH@
  70. M_CC = @M_CC@
  71. M_CPU = @M_CPU@
  72. M_VPATH = @M_VPATH@
  73. PACKAGE = @PACKAGE@
  74. RANLIB = @RANLIB@
  75. RM = @RM@
  76. VERSION = @VERSION@
  77. lzo_test_LIBS = @lzo_test_LIBS@
  78.  
  79. include_HEADERS = \
  80.     lzoconf.h \
  81.     lzo1.h lzo1a.h lzo1b.h lzo1c.h lzo1f.h lzo1x.h lzo1y.h \
  82.     lzo2a.h
  83. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  84. CONFIG_HEADER = ../config.h
  85. CONFIG_CLEAN_FILES = 
  86. HEADERS =  $(include_HEADERS)
  87.  
  88. DIST_COMMON =  Makefile.am Makefile.in
  89.  
  90.  
  91. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  92.  
  93. TAR = tar
  94. GZIP = --best
  95. default: all
  96.  
  97. .SUFFIXES:
  98. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  99.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
  100.  
  101. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  102.     cd $(top_builddir) \
  103.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  104.  
  105.  
  106. install-includeHEADERS: $(include_HEADERS)
  107.     @$(NORMAL_INSTALL)
  108.     $(mkinstalldirs) $(includedir)
  109.     @list='$(include_HEADERS)'; for p in $$list; do \
  110.       echo " $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p"; \
  111.       $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
  112.     done
  113.  
  114. uninstall-includeHEADERS:
  115.     $(NORMAL_UNINSTALL)
  116.     list='$(include_HEADERS)'; for p in $$list; do \
  117.       rm -f $(includedir)/$$p; \
  118.     done
  119.  
  120. tags: TAGS
  121.  
  122. ID: $(HEADERS) $(SOURCES)
  123.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  124.  
  125. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  126.     tags=; \
  127.     here=`pwd`; \
  128.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  129.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  130.  
  131. mostlyclean-tags:
  132.  
  133. clean-tags:
  134.  
  135. distclean-tags:
  136.     rm -f TAGS ID
  137.  
  138. maintainer-clean-tags:
  139.  
  140. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  141.  
  142. subdir = include
  143.  
  144. distdir: $(DISTFILES)
  145.     @for file in $(DISTFILES); do \
  146.       d=$(srcdir); \
  147.       test -f $(distdir)/$$file \
  148.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  149.       || cp -p $$d/$$file $(distdir)/$$file; \
  150.     done
  151. info:
  152. dvi:
  153. check: all
  154.     $(MAKE)
  155. installcheck:
  156. install-exec: 
  157.     @$(NORMAL_INSTALL)
  158.  
  159. install-data: install-includeHEADERS
  160.     @$(NORMAL_INSTALL)
  161.  
  162. install: install-exec install-data all
  163.     @:
  164.  
  165. uninstall: uninstall-includeHEADERS
  166.  
  167. all: Makefile $(HEADERS)
  168.  
  169. install-strip:
  170.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  171. installdirs:
  172.     $(mkinstalldirs)  $(includedir)
  173.  
  174.  
  175. mostlyclean-generic:
  176.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  177.  
  178. clean-generic:
  179.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  180.  
  181. distclean-generic:
  182.     rm -f Makefile $(DISTCLEANFILES)
  183.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  184.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  185.  
  186. maintainer-clean-generic:
  187.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  188.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  189. mostlyclean:  mostlyclean-tags mostlyclean-generic
  190.  
  191. clean:  clean-tags clean-generic mostlyclean
  192.  
  193. distclean:  distclean-tags distclean-generic clean
  194.     rm -f config.status
  195.     rm -f libtool
  196.  
  197. maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
  198.         distclean
  199.     @echo "This command is intended for maintainers to use;"
  200.     @echo "it deletes files that may require special tools to rebuild."
  201.  
  202. .PHONY: default uninstall-includeHEADERS install-includeHEADERS tags \
  203. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  204. distdir info dvi installcheck install-exec install-data install \
  205. uninstall all installdirs mostlyclean-generic distclean-generic \
  206. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  207. maintainer-clean
  208.  
  209.  
  210. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  211. # Otherwise a system limit (for SysV at least) may be exceeded.
  212. .NOEXPORT:
  213.