Makefile.in
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:5k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. #includes dante.spec which is generated when configure is run
  11. SHELL = @SHELL@
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17. bindir = @bindir@
  18. sbindir = @sbindir@
  19. libexecdir = @libexecdir@
  20. datadir = @datadir@
  21. sysconfdir = @sysconfdir@
  22. sharedstatedir = @sharedstatedir@
  23. localstatedir = @localstatedir@
  24. libdir = @libdir@
  25. infodir = @infodir@
  26. mandir = @mandir@
  27. includedir = @includedir@
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = ..
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. host_alias = @host_alias@
  50. host_triplet = @host@
  51. AWK = @AWK@
  52. CC = @CC@
  53. LD = @LD@
  54. LEX = @LEX@
  55. LIBRARY_PREFIX = @LIBRARY_PREFIX@
  56. LIBTOOL = @LIBTOOL@
  57. LN_S = @LN_S@
  58. MAKEINFO = @MAKEINFO@
  59. NM = @NM@
  60. PACKAGE = @PACKAGE@
  61. PRELOAD_POSTFIX = @PRELOAD_POSTFIX@
  62. PRELOAD_SEPERATOR = @PRELOAD_SEPERATOR@
  63. PRELOAD_VARIABLE = @PRELOAD_VARIABLE@
  64. RANLIB = @RANLIB@
  65. SOCKSIFY_PRELOAD_LIBS = @SOCKSIFY_PRELOAD_LIBS@
  66. VERSION = @VERSION@
  67. YACC = @YACC@
  68. EXTRA_DIST = dante.spec
  69. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  70. CONFIG_HEADER = ../include/autoconf.h
  71. CONFIG_CLEAN_FILES =  dante.spec
  72. DIST_COMMON =  Makefile.am Makefile.in dante.spec.in
  73. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  74. TAR = tar
  75. GZIP_ENV = --best
  76. all: all-redirect
  77. .SUFFIXES:
  78. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  79. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps SPECS/Makefile
  80. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  81. cd $(top_builddir) 
  82.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  83. dante.spec: $(top_builddir)/config.status dante.spec.in
  84. cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  85. tags: TAGS
  86. TAGS:
  87. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  88. subdir = SPECS
  89. distdir: $(DISTFILES)
  90. @for file in $(DISTFILES); do 
  91.   d=$(srcdir); 
  92.   if test -d $$d/$$file; then 
  93.     cp -pr $$/$$file $(distdir)/$$file; 
  94.   else 
  95.     test -f $(distdir)/$$file 
  96.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  97.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  98.   fi; 
  99. done
  100. info-am:
  101. info: info-am
  102. dvi-am:
  103. dvi: dvi-am
  104. check-am: all-am
  105. check: check-am
  106. installcheck-am:
  107. installcheck: installcheck-am
  108. install-exec-am:
  109. install-exec: install-exec-am
  110. install-data-am:
  111. install-data: install-data-am
  112. install-am: all-am
  113. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  114. install: install-am
  115. uninstall-am:
  116. uninstall: uninstall-am
  117. all-am: Makefile
  118. all-redirect: all-am
  119. install-strip:
  120. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  121. installdirs:
  122. mostlyclean-generic:
  123. clean-generic:
  124. distclean-generic:
  125. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  126. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  127. maintainer-clean-generic:
  128. mostlyclean-am:  mostlyclean-generic
  129. mostlyclean: mostlyclean-am
  130. clean-am:  clean-generic mostlyclean-am
  131. clean: clean-am
  132. distclean-am:  distclean-generic clean-am
  133. -rm -f libtool
  134. distclean: distclean-am
  135. maintainer-clean-am:  maintainer-clean-generic distclean-am
  136. @echo "This command is intended for maintainers to use;"
  137. @echo "it deletes files that may require special tools to rebuild."
  138. maintainer-clean: maintainer-clean-am
  139. .PHONY: tags distdir info-am info dvi-am dvi check check-am 
  140. installcheck-am installcheck install-exec-am install-exec 
  141. install-data-am install-data install-am install uninstall-am uninstall 
  142. all-redirect all-am all installdirs mostlyclean-generic 
  143. distclean-generic clean-generic maintainer-clean-generic clean 
  144. mostlyclean distclean maintainer-clean
  145. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  146. # Otherwise a system limit (for SysV at least) may be exceeded.
  147. .NOEXPORT: