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

代理服务器

开发平台:

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. # should only build static library
  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. noinst_LTLIBRARIES = libscompat.la
  69. libscompat_la_SOURCES = difftime.c daemon.c getdtablesize.c hstrerror.c  inet_aton.c inet_ntoa.c inet_pton.c issetugid.c memmove.c        setproctitle.c snprintf.c sockatmark.c strerror.c strvis.c       vsyslog.c seteuid.c
  70. noinst_HEADERS = compat.h
  71. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  72. CONFIG_HEADER = ../include/autoconf.h
  73. CONFIG_CLEAN_FILES = 
  74. LTLIBRARIES =  $(noinst_LTLIBRARIES)
  75. DEFS = @DEFS@ -I. -I$(srcdir) -I../include
  76. CPPFLAGS = @CPPFLAGS@
  77. LDFLAGS = @LDFLAGS@
  78. LIBS = @LIBS@
  79. libscompat_la_LDFLAGS = 
  80. libscompat_la_LIBADD = 
  81. libscompat_la_OBJECTS =  difftime.lo daemon.lo getdtablesize.lo 
  82. hstrerror.lo inet_aton.lo inet_ntoa.lo inet_pton.lo issetugid.lo 
  83. memmove.lo setproctitle.lo snprintf.lo sockatmark.lo strerror.lo 
  84. strvis.lo vsyslog.lo seteuid.lo
  85. CFLAGS = @CFLAGS@
  86. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  87. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  88. CCLD = $(CC)
  89. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  90. HEADERS =  $(noinst_HEADERS)
  91. DIST_COMMON =  Makefile.am Makefile.in
  92. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  93. TAR = tar
  94. GZIP_ENV = --best
  95. SOURCES = $(libscompat_la_SOURCES)
  96. OBJECTS = $(libscompat_la_OBJECTS)
  97. all: all-redirect
  98. .SUFFIXES:
  99. .SUFFIXES: .S .c .lo .o .s
  100. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  101. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libscompat/Makefile
  102. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  103. cd $(top_builddir) 
  104.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  105. mostlyclean-noinstLTLIBRARIES:
  106. clean-noinstLTLIBRARIES:
  107. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  108. distclean-noinstLTLIBRARIES:
  109. maintainer-clean-noinstLTLIBRARIES:
  110. .c.o:
  111. $(COMPILE) -c $<
  112. .s.o:
  113. $(COMPILE) -c $<
  114. .S.o:
  115. $(COMPILE) -c $<
  116. mostlyclean-compile:
  117. -rm -f *.o core *.core
  118. clean-compile:
  119. distclean-compile:
  120. -rm -f *.tab.c
  121. maintainer-clean-compile:
  122. .c.lo:
  123. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  124. .s.lo:
  125. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  126. .S.lo:
  127. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  128. mostlyclean-libtool:
  129. -rm -f *.lo
  130. clean-libtool:
  131. -rm -rf .libs _libs
  132. distclean-libtool:
  133. maintainer-clean-libtool:
  134. libscompat.la: $(libscompat_la_OBJECTS) $(libscompat_la_DEPENDENCIES)
  135. $(LINK)  $(libscompat_la_LDFLAGS) $(libscompat_la_OBJECTS) $(libscompat_la_LIBADD) $(LIBS)
  136. tags: TAGS
  137. ID: $(HEADERS) $(SOURCES) $(LISP)
  138. list='$(SOURCES) $(HEADERS)'; 
  139. unique=`for i in $$list; do echo $$i; done | 
  140.   awk '    { files[$$0] = 1; } 
  141.        END { for (i in files) print i; }'`; 
  142. here=`pwd` && cd $(srcdir) 
  143.   && mkid -f$$here/ID $$unique $(LISP)
  144. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  145. tags=; 
  146. here=`pwd`; 
  147. list='$(SOURCES) $(HEADERS)'; 
  148. unique=`for i in $$list; do echo $$i; done | 
  149.   awk '    { files[$$0] = 1; } 
  150.        END { for (i in files) print i; }'`; 
  151. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  152.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  153. mostlyclean-tags:
  154. clean-tags:
  155. distclean-tags:
  156. -rm -f TAGS ID
  157. maintainer-clean-tags:
  158. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  159. subdir = libscompat
  160. distdir: $(DISTFILES)
  161. @for file in $(DISTFILES); do 
  162.   d=$(srcdir); 
  163.   if test -d $$d/$$file; then 
  164.     cp -pr $$/$$file $(distdir)/$$file; 
  165.   else 
  166.     test -f $(distdir)/$$file 
  167.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  168.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  169.   fi; 
  170. done
  171. daemon.lo daemon.o : daemon.c ../include/autoconf.h ../include/redefac.h 
  172. ../include/common.h ../include/yacconfig.h ../include/config.h
  173. difftime.lo difftime.o : difftime.c ../include/autoconf.h 
  174. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  175. ../include/config.h
  176. getdtablesize.lo getdtablesize.o : getdtablesize.c ../include/autoconf.h 
  177. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  178. ../include/config.h
  179. hstrerror.lo hstrerror.o : hstrerror.c ../include/autoconf.h 
  180. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  181. ../include/config.h
  182. inet_aton.lo inet_aton.o : inet_aton.c ../include/autoconf.h 
  183. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  184. ../include/config.h
  185. inet_ntoa.lo inet_ntoa.o : inet_ntoa.c ../include/autoconf.h 
  186. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  187. ../include/config.h
  188. inet_pton.lo inet_pton.o : inet_pton.c ../include/autoconf.h 
  189. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  190. ../include/config.h
  191. issetugid.lo issetugid.o : issetugid.c ../include/autoconf.h 
  192. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  193. ../include/config.h
  194. memmove.lo memmove.o : memmove.c ../include/autoconf.h 
  195. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  196. ../include/config.h
  197. seteuid.lo seteuid.o : seteuid.c ../include/autoconf.h 
  198. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  199. ../include/config.h
  200. setproctitle.lo setproctitle.o : setproctitle.c ../include/autoconf.h 
  201. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  202. ../include/config.h
  203. snprintf.lo snprintf.o : snprintf.c ../include/autoconf.h 
  204. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  205. ../include/config.h
  206. sockatmark.lo sockatmark.o : sockatmark.c ../include/autoconf.h 
  207. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  208. ../include/config.h
  209. strerror.lo strerror.o : strerror.c ../include/autoconf.h 
  210. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  211. ../include/config.h
  212. strvis.lo strvis.o : strvis.c ../include/autoconf.h ../include/redefac.h 
  213. ../include/common.h ../include/yacconfig.h ../include/config.h
  214. vsyslog.lo vsyslog.o : vsyslog.c ../include/autoconf.h 
  215. ../include/redefac.h ../include/common.h ../include/yacconfig.h 
  216. ../include/config.h
  217. info-am:
  218. info: info-am
  219. dvi-am:
  220. dvi: dvi-am
  221. check-am: all-am
  222. check: check-am
  223. installcheck-am:
  224. installcheck: installcheck-am
  225. install-exec-am:
  226. install-exec: install-exec-am
  227. install-data-am:
  228. install-data: install-data-am
  229. install-am: all-am
  230. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  231. install: install-am
  232. uninstall-am:
  233. uninstall: uninstall-am
  234. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  235. all-redirect: all-am
  236. install-strip:
  237. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  238. installdirs:
  239. mostlyclean-generic:
  240. clean-generic:
  241. distclean-generic:
  242. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  243. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  244. maintainer-clean-generic:
  245. mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile 
  246. mostlyclean-libtool mostlyclean-tags 
  247. mostlyclean-generic
  248. mostlyclean: mostlyclean-am
  249. clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool 
  250. clean-tags clean-generic mostlyclean-am
  251. clean: clean-am
  252. distclean-am:  distclean-noinstLTLIBRARIES distclean-compile 
  253. distclean-libtool distclean-tags distclean-generic 
  254. clean-am
  255. -rm -f libtool
  256. distclean: distclean-am
  257. maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES 
  258. maintainer-clean-compile maintainer-clean-libtool 
  259. maintainer-clean-tags maintainer-clean-generic 
  260. distclean-am
  261. @echo "This command is intended for maintainers to use;"
  262. @echo "it deletes files that may require special tools to rebuild."
  263. maintainer-clean: maintainer-clean-am
  264. .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES 
  265. clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES 
  266. mostlyclean-compile distclean-compile clean-compile 
  267. maintainer-clean-compile mostlyclean-libtool distclean-libtool 
  268. clean-libtool maintainer-clean-libtool tags mostlyclean-tags 
  269. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  270. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  271. install-exec install-data-am install-data install-am install 
  272. uninstall-am uninstall all-redirect all-am all installdirs 
  273. mostlyclean-generic distclean-generic clean-generic 
  274. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  275. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  276. # Otherwise a system limit (for SysV at least) may be exceeded.
  277. .NOEXPORT: