home *** CD-ROM | disk | FTP | other *** search
/ Cracking - A jak se proti němu bránit / Cracking-a-jak-se-proti-nemu-branit-covermount.bin / Kompresni & kodovaci programy / ucl-0.91 / Makefile.in < prev    next >
Encoding:
Makefile  |  2000-04-19  |  11.9 KB  |  393 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 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. # Copyright (C) 1996-2000 Markus F.X.J. Oberhumer
  15. #
  16.  
  17.  
  18. SHELL = @SHELL@
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = @bindir@
  27. sbindir = @sbindir@
  28. libexecdir = @libexecdir@
  29. datadir = @datadir@
  30. sysconfdir = @sysconfdir@
  31. sharedstatedir = @sharedstatedir@
  32. localstatedir = @localstatedir@
  33. libdir = @libdir@
  34. infodir = @infodir@
  35. mandir = @mandir@
  36. includedir = @includedir@
  37. oldincludedir = /usr/include
  38.  
  39. DESTDIR =
  40.  
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44.  
  45. top_builddir = .
  46.  
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51.  
  52. INSTALL = @INSTALL@
  53. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  54. INSTALL_DATA = @INSTALL_DATA@
  55. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  56. transform = @program_transform_name@
  57.  
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. AS = @AS@
  67. ASFLAGS = @ASFLAGS@
  68. CC = @CC@
  69. CFLAGS_O = @CFLAGS_O@
  70. CFLAGS_W = @CFLAGS_W@
  71. CFLAGS_W_PEDANTIC = @CFLAGS_W_PEDANTIC@
  72. CLEANFILES = @CLEANFILES@
  73. CPP = @CPP@
  74. DLLTOOL = @DLLTOOL@
  75. EXEEXT = @EXEEXT@
  76. LIBTOOL = @LIBTOOL@
  77. LN_S = @LN_S@
  78. MAINT = @MAINT@
  79. MAKEINFO = @MAKEINFO@
  80. MOSTLYCLEANFILES = @MOSTLYCLEANFILES@
  81. NASM = @NASM@
  82. OBJDUMP = @OBJDUMP@
  83. PACKAGE = @PACKAGE@
  84. RANLIB = @RANLIB@
  85. UCL_CFLAGS = @UCL_CFLAGS@
  86. VERSION = @VERSION@
  87. libucl = @libucl@
  88.  
  89. AUTOMAKE_OPTIONS = 1.4 foreign
  90.  
  91. SUBDIRS = include src examples
  92.  
  93. ACLOCAL_AMFLAGS = -I acconfig/m4
  94.  
  95. EXTRA_DIST = acconfig asm B upx
  96. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  97. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  98. CONFIG_HEADER = config.h
  99. CONFIG_CLEAN_FILES = 
  100. DIST_COMMON =  README ./stamp-h.in COPYING INSTALL Makefile.am \
  101. Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 config.hin configure \
  102. configure.in
  103.  
  104.  
  105. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  106.  
  107. TAR = tar
  108. GZIP_ENV = --best
  109. all: all-redirect
  110. .SUFFIXES:
  111. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  112.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  113.  
  114. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  115.     cd $(top_builddir) \
  116.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  117.  
  118. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acconfig/m4/bool.m4 \
  119.         acconfig/m4/byteorder.m4 acconfig/m4/ccansi.m4 \
  120.         acconfig/m4/ccbugcast.m4 acconfig/m4/checkergcc.m4 \
  121.         acconfig/m4/chkfunc.m4 acconfig/m4/chklib.m4 \
  122.         acconfig/m4/findfile.m4 acconfig/m4/gccbugsi.m4 \
  123.         acconfig/m4/gccbugsr.m4 acconfig/m4/gnumake.m4 \
  124.         acconfig/m4/limits.m4 acconfig/m4/memcmp.m4 \
  125.         acconfig/m4/pipe.m4 acconfig/m4/promote.m4 \
  126.         acconfig/m4/sizeof.m4
  127.     cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  128.  
  129. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  130.     $(SHELL) ./config.status --recheck
  131. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  132.     cd $(srcdir) && $(AUTOCONF)
  133.  
  134. config.h: stamp-h
  135.     @if test ! -f $@; then \
  136.         rm -f stamp-h; \
  137.         $(MAKE) stamp-h; \
  138.     else :; fi
  139. stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
  140.     cd $(top_builddir) \
  141.       && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
  142.          $(SHELL) ./config.status
  143.     @echo timestamp > stamp-h 2> /dev/null
  144. $(srcdir)/config.hin: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  145.     @if test ! -f $@; then \
  146.         rm -f $(srcdir)/stamp-h.in; \
  147.         $(MAKE) $(srcdir)/stamp-h.in; \
  148.     else :; fi
  149. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  150.     cd $(top_srcdir) && $(AUTOHEADER)
  151.     @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  152.  
  153. mostlyclean-hdr:
  154.  
  155. clean-hdr:
  156.  
  157. distclean-hdr:
  158.     -rm -f config.h
  159.  
  160. maintainer-clean-hdr:
  161.  
  162. # This directory's subdirectories are mostly independent; you can cd
  163. # into them and run `make' without going through this Makefile.
  164. # To change the values of `make' variables: instead of editing Makefiles,
  165. # (1) if the variable is set in `config.status', edit `config.status'
  166. #     (which will cause the Makefiles to be regenerated when you run `make');
  167. # (2) otherwise, pass the desired values on the `make' command line.
  168.  
  169. @SET_MAKE@
  170.  
  171. all-recursive install-data-recursive install-exec-recursive \
  172. installdirs-recursive install-recursive uninstall-recursive  \
  173. check-recursive installcheck-recursive info-recursive dvi-recursive:
  174.     @set fnord $(MAKEFLAGS); amf=$$2; \
  175.     dot_seen=no; \
  176.     target=`echo $@ | sed s/-recursive//`; \
  177.     list='$(SUBDIRS)'; for subdir in $$list; do \
  178.       echo "Making $$target in $$subdir"; \
  179.       if test "$$subdir" = "."; then \
  180.         dot_seen=yes; \
  181.         local_target="$$target-am"; \
  182.       else \
  183.         local_target="$$target"; \
  184.       fi; \
  185.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  186.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  187.     done; \
  188.     if test "$$dot_seen" = "no"; then \
  189.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  190.     fi; test -z "$$fail"
  191.  
  192. mostlyclean-recursive clean-recursive distclean-recursive \
  193. maintainer-clean-recursive:
  194.     @set fnord $(MAKEFLAGS); amf=$$2; \
  195.     dot_seen=no; \
  196.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  197.       rev="$$subdir $$rev"; \
  198.       test "$$subdir" = "." && dot_seen=yes; \
  199.     done; \
  200.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  201.     target=`echo $@ | sed s/-recursive//`; \
  202.     for subdir in $$rev; do \
  203.       echo "Making $$target in $$subdir"; \
  204.       if test "$$subdir" = "."; then \
  205.         local_target="$$target-am"; \
  206.       else \
  207.         local_target="$$target"; \
  208.       fi; \
  209.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  210.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  211.     done && test -z "$$fail"
  212. tags-recursive:
  213.     list='$(SUBDIRS)'; for subdir in $$list; do \
  214.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  215.     done
  216.  
  217. tags: TAGS
  218.  
  219. ID: $(HEADERS) $(SOURCES) $(LISP)
  220.     list='$(SOURCES) $(HEADERS)'; \
  221.     unique=`for i in $$list; do echo $$i; done | \
  222.       awk '    { files[$$0] = 1; } \
  223.            END { for (i in files) print i; }'`; \
  224.     here=`pwd` && cd $(srcdir) \
  225.       && mkid -f$$here/ID $$unique $(LISP)
  226.  
  227. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
  228.     tags=; \
  229.     here=`pwd`; \
  230.     list='$(SUBDIRS)'; for subdir in $$list; do \
  231.    if test "$$subdir" = .; then :; else \
  232.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  233.    fi; \
  234.     done; \
  235.     list='$(SOURCES) $(HEADERS)'; \
  236.     unique=`for i in $$list; do echo $$i; done | \
  237.       awk '    { files[$$0] = 1; } \
  238.            END { for (i in files) print i; }'`; \
  239.     test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
  240.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) -o $$here/TAGS)
  241.  
  242. mostlyclean-tags:
  243.  
  244. clean-tags:
  245.  
  246. distclean-tags:
  247.     -rm -f TAGS ID
  248.  
  249. maintainer-clean-tags:
  250.  
  251. distdir = $(PACKAGE)-$(VERSION)
  252. top_distdir = $(distdir)
  253.  
  254. # This target untars the dist file and tries a VPATH configuration.  Then
  255. # it guarantees that the distribution is self-contained by making another
  256. # tarfile.
  257. distcheck: dist
  258.     -rm -rf $(distdir)
  259.     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  260.     mkdir $(distdir)/=build
  261.     mkdir $(distdir)/=inst
  262.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  263.     cd $(distdir)/=build \
  264.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  265.       && $(MAKE) $(AM_MAKEFLAGS) \
  266.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  267.       && $(MAKE) $(AM_MAKEFLAGS) check \
  268.       && $(MAKE) $(AM_MAKEFLAGS) install \
  269.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  270.       && $(MAKE) $(AM_MAKEFLAGS) dist
  271.     -rm -rf $(distdir)
  272.     @banner="$(distdir).tar.gz is ready for distribution"; \
  273.     dashes=`echo "$$banner" | sed s/./=/g`; \
  274.     echo "$$dashes"; \
  275.     echo "$$banner"; \
  276.     echo "$$dashes"
  277. dist: distdir
  278.     -chmod -R a+r $(distdir)
  279.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  280.     -rm -rf $(distdir)
  281. dist-all: distdir
  282.     -chmod -R a+r $(distdir)
  283.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  284.     -rm -rf $(distdir)
  285. distdir: $(DISTFILES)
  286.     -rm -rf $(distdir)
  287.     mkdir $(distdir)
  288.     -chmod 777 $(distdir)
  289.     @for file in $(DISTFILES); do \
  290.       d=$(srcdir); \
  291.       if test -d $$d/$$file; then \
  292.         cp -pr $$d/$$file $(distdir)/$$file; \
  293.       else \
  294.         test -f $(distdir)/$$file \
  295.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  296.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  297.       fi; \
  298.     done
  299.     for subdir in $(SUBDIRS); do \
  300.       if test "$$subdir" = .; then :; else \
  301.         test -d $(distdir)/$$subdir \
  302.         || mkdir $(distdir)/$$subdir \
  303.         || exit 1; \
  304.         chmod 777 $(distdir)/$$subdir; \
  305.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  306.           || exit 1; \
  307.       fi; \
  308.     done
  309.     $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
  310. info-am:
  311. info: info-recursive
  312. dvi-am:
  313. dvi: dvi-recursive
  314. check-am: all-am
  315. check: check-recursive
  316. installcheck-am:
  317. installcheck: installcheck-recursive
  318. all-recursive-am: config.h
  319.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  320.  
  321. install-exec-am:
  322. install-exec: install-exec-recursive
  323.  
  324. install-data-am:
  325. install-data: install-data-recursive
  326.  
  327. install-am: all-am
  328.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  329. install: install-recursive
  330. uninstall-am:
  331. uninstall: uninstall-recursive
  332. all-am: Makefile config.h
  333. all-redirect: all-recursive-am
  334. install-strip:
  335.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  336. installdirs: installdirs-recursive
  337. installdirs-am:
  338.  
  339.  
  340. mostlyclean-generic:
  341.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  342.  
  343. clean-generic:
  344.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  345.  
  346. distclean-generic:
  347.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  348.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  349.  
  350. maintainer-clean-generic:
  351. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  352.  
  353. mostlyclean: mostlyclean-recursive
  354.  
  355. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  356.  
  357. clean: clean-recursive
  358.  
  359. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  360.     -rm -f libtool
  361.  
  362. distclean: distclean-recursive
  363.     -rm -f config.status
  364.  
  365. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  366.         maintainer-clean-generic distclean-am
  367.     @echo "This command is intended for maintainers to use;"
  368.     @echo "it deletes files that may require special tools to rebuild."
  369.  
  370. maintainer-clean: maintainer-clean-recursive
  371.     -rm -f config.status
  372.  
  373. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  374. install-data-recursive uninstall-data-recursive install-exec-recursive \
  375. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  376. all-recursive check-recursive installcheck-recursive info-recursive \
  377. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  378. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  379. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  380. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  381. install-exec-am install-exec install-data-am install-data install-am \
  382. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  383. installdirs mostlyclean-generic distclean-generic clean-generic \
  384. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  385.  
  386.  
  387. dist-hook:
  388.     @if test -f $(top_srcdir)/maint/dist/dist_hook.sh; then top_srcdir="$(top_srcdir)" top_distdir="$(top_distdir)" distdir="$(distdir)" $(top_srcdir)/maint/dist/dist_hook.sh else :; fi
  389.  
  390. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  391. # Otherwise a system limit (for SysV at least) may be exceeded.
  392. .NOEXPORT:
  393.