Makefile.in
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:14k
源码类别:

网络

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  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. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. subdir = src/common
  32. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am 
  33. $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  36. $(top_srcdir)/configure.in
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(install_sh) -d
  40. CONFIG_HEADER = $(top_builddir)/orconfig.h
  41. CONFIG_CLEAN_FILES =
  42. LIBRARIES = $(noinst_LIBRARIES)
  43. AR = ar
  44. ARFLAGS = cru
  45. libor_crypto_a_AR = $(AR) $(ARFLAGS)
  46. libor_crypto_a_LIBADD =
  47. am_libor_crypto_a_OBJECTS = crypto.$(OBJEXT) aes.$(OBJEXT) 
  48. tortls.$(OBJEXT) torgzip.$(OBJEXT)
  49. libor_crypto_a_OBJECTS = $(am_libor_crypto_a_OBJECTS)
  50. libor_a_AR = $(AR) $(ARFLAGS)
  51. libor_a_LIBADD =
  52. am__libor_a_SOURCES_DIST = address.c log.c util.c compat.c container.c 
  53. mempool.c memarea.c OpenBSD_malloc_Linux.c
  54. @USE_OPENBSD_MALLOC_TRUE@am__objects_1 =  
  55. @USE_OPENBSD_MALLOC_TRUE@ OpenBSD_malloc_Linux.$(OBJEXT)
  56. am_libor_a_OBJECTS = address.$(OBJEXT) log.$(OBJEXT) util.$(OBJEXT) 
  57. compat.$(OBJEXT) container.$(OBJEXT) mempool.$(OBJEXT) 
  58. memarea.$(OBJEXT) $(am__objects_1)
  59. libor_a_OBJECTS = $(am_libor_a_OBJECTS)
  60. DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
  61. depcomp = $(SHELL) $(top_srcdir)/depcomp
  62. am__depfiles_maybe = depfiles
  63. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  64. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  65. CCLD = $(CC)
  66. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  67. SOURCES = $(libor_crypto_a_SOURCES) $(libor_a_SOURCES)
  68. DIST_SOURCES = $(libor_crypto_a_SOURCES) $(am__libor_a_SOURCES_DIST)
  69. HEADERS = $(noinst_HEADERS)
  70. ETAGS = etags
  71. CTAGS = ctags
  72. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  73. ACLOCAL = @ACLOCAL@
  74. AMTAR = @AMTAR@
  75. AUTOCONF = @AUTOCONF@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. BINDIR = @BINDIR@
  80. CC = @CC@
  81. CCDEPMODE = @CCDEPMODE@
  82. CFLAGS = @CFLAGS@
  83. CONFDIR = @CONFDIR@
  84. CPP = @CPP@
  85. CPPFLAGS = @CPPFLAGS@
  86. CYGPATH_W = @CYGPATH_W@
  87. DEFS = @DEFS@
  88. DEPDIR = @DEPDIR@
  89. ECHO_C = @ECHO_C@
  90. ECHO_N = @ECHO_N@
  91. ECHO_T = @ECHO_T@
  92. EGREP = @EGREP@
  93. EXEEXT = @EXEEXT@
  94. GREP = @GREP@
  95. INSTALL = @INSTALL@
  96. INSTALL_DATA = @INSTALL_DATA@
  97. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  98. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  99. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  100. LDFLAGS = @LDFLAGS@
  101. LIBOBJS = @LIBOBJS@
  102. LIBS = @LIBS@
  103. LOCALSTATEDIR = @LOCALSTATEDIR@
  104. LOGFACILITY = @LOGFACILITY@
  105. LTLIBOBJS = @LTLIBOBJS@
  106. MAKEINFO = @MAKEINFO@
  107. MKDIR_P = @MKDIR_P@
  108. OBJEXT = @OBJEXT@
  109. PACKAGE = @PACKAGE@
  110. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  111. PACKAGE_NAME = @PACKAGE_NAME@
  112. PACKAGE_STRING = @PACKAGE_STRING@
  113. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  114. PACKAGE_VERSION = @PACKAGE_VERSION@
  115. PATH_SEPARATOR = @PATH_SEPARATOR@
  116. RANLIB = @RANLIB@
  117. SET_MAKE = @SET_MAKE@
  118. SHELL = @SHELL@
  119. STRIP = @STRIP@
  120. TORGROUP = @TORGROUP@
  121. TORUSER = @TORUSER@
  122. TOR_CPPFLAGS_libevent = @TOR_CPPFLAGS_libevent@
  123. TOR_CPPFLAGS_openssl = @TOR_CPPFLAGS_openssl@
  124. TOR_CPPFLAGS_zlib = @TOR_CPPFLAGS_zlib@
  125. TOR_LDFLAGS_libevent = @TOR_LDFLAGS_libevent@
  126. TOR_LDFLAGS_openssl = @TOR_LDFLAGS_openssl@
  127. TOR_LDFLAGS_zlib = @TOR_LDFLAGS_zlib@
  128. TOR_LIB_GDI = @TOR_LIB_GDI@
  129. TOR_LIB_WS32 = @TOR_LIB_WS32@
  130. VERSION = @VERSION@
  131. abs_builddir = @abs_builddir@
  132. abs_srcdir = @abs_srcdir@
  133. abs_top_builddir = @abs_top_builddir@
  134. abs_top_srcdir = @abs_top_srcdir@
  135. ac_ct_CC = @ac_ct_CC@
  136. am__include = @am__include@
  137. am__leading_dot = @am__leading_dot@
  138. am__quote = @am__quote@
  139. am__tar = @am__tar@
  140. am__untar = @am__untar@
  141. bindir = @bindir@
  142. build = @build@
  143. build_alias = @build_alias@
  144. build_cpu = @build_cpu@
  145. build_os = @build_os@
  146. build_vendor = @build_vendor@
  147. builddir = @builddir@
  148. datadir = @datadir@
  149. datarootdir = @datarootdir@
  150. docdir = @docdir@
  151. dvidir = @dvidir@
  152. exec_prefix = @exec_prefix@
  153. host = @host@
  154. host_alias = @host_alias@
  155. host_cpu = @host_cpu@
  156. host_os = @host_os@
  157. host_vendor = @host_vendor@
  158. htmldir = @htmldir@
  159. includedir = @includedir@
  160. infodir = @infodir@
  161. install_sh = @install_sh@
  162. libdir = @libdir@
  163. libexecdir = @libexecdir@
  164. localedir = @localedir@
  165. localstatedir = @localstatedir@
  166. mandir = @mandir@
  167. mkdir_p = @mkdir_p@
  168. oldincludedir = @oldincludedir@
  169. pdfdir = @pdfdir@
  170. prefix = @prefix@
  171. program_transform_name = @program_transform_name@
  172. psdir = @psdir@
  173. sbindir = @sbindir@
  174. sharedstatedir = @sharedstatedir@
  175. srcdir = @srcdir@
  176. sysconfdir = @sysconfdir@
  177. target_alias = @target_alias@
  178. top_builddir = @top_builddir@
  179. top_srcdir = @top_srcdir@
  180. noinst_LIBRARIES = libor.a libor-crypto.a
  181. @USE_OPENBSD_MALLOC_FALSE@libor_extra_source = 
  182. #CFLAGS  = -Wall -Wpointer-arith -O2
  183. @USE_OPENBSD_MALLOC_TRUE@libor_extra_source = OpenBSD_malloc_Linux.c
  184. libor_a_SOURCES = address.c log.c util.c compat.c container.c mempool.c 
  185. memarea.c $(libor_extra_source)
  186. libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
  187. noinst_HEADERS = address.h log.h crypto.h test.h util.h compat.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h container.h ht.h mempool.h memarea.h ciphers.inc
  188. all: all-am
  189. .SUFFIXES:
  190. .SUFFIXES: .c .o .obj
  191. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  192. @for dep in $?; do 
  193.   case '$(am__configure_deps)' in 
  194.     *$$dep*) 
  195.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  196. && exit 0; 
  197.       exit 1;; 
  198.   esac; 
  199. done; 
  200. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/common/Makefile'; 
  201. cd $(top_srcdir) && 
  202.   $(AUTOMAKE) --foreign  src/common/Makefile
  203. .PRECIOUS: Makefile
  204. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  205. @case '$?' in 
  206.   *config.status*) 
  207.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  208.   *) 
  209.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  210.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  211. esac;
  212. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  213. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  214. $(top_srcdir)/configure:  $(am__configure_deps)
  215. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  216. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  217. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  218. clean-noinstLIBRARIES:
  219. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  220. libor-crypto.a: $(libor_crypto_a_OBJECTS) $(libor_crypto_a_DEPENDENCIES) 
  221. -rm -f libor-crypto.a
  222. $(libor_crypto_a_AR) libor-crypto.a $(libor_crypto_a_OBJECTS) $(libor_crypto_a_LIBADD)
  223. $(RANLIB) libor-crypto.a
  224. libor.a: $(libor_a_OBJECTS) $(libor_a_DEPENDENCIES) 
  225. -rm -f libor.a
  226. $(libor_a_AR) libor.a $(libor_a_OBJECTS) $(libor_a_LIBADD)
  227. $(RANLIB) libor.a
  228. mostlyclean-compile:
  229. -rm -f *.$(OBJEXT)
  230. distclean-compile:
  231. -rm -f *.tab.c
  232. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OpenBSD_malloc_Linux.Po@am__quote@
  233. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
  234. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes.Po@am__quote@
  235. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
  236. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/container.Po@am__quote@
  237. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
  238. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
  239. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memarea.Po@am__quote@
  240. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
  241. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/torgzip.Po@am__quote@
  242. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tortls.Po@am__quote@
  243. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
  244. .c.o:
  245. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  246. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  247. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  248. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  249. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  250. .c.obj:
  251. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  252. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  253. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  254. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  255. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  256. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  257. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  258. unique=`for i in $$list; do 
  259.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  260.   done | 
  261.   $(AWK) '    { files[$$0] = 1; } 
  262.        END { for (i in files) print i; }'`; 
  263. mkid -fID $$unique
  264. tags: TAGS
  265. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  266. $(TAGS_FILES) $(LISP)
  267. tags=; 
  268. here=`pwd`; 
  269. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  270. unique=`for i in $$list; do 
  271.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  272.   done | 
  273.   $(AWK) '    { files[$$0] = 1; } 
  274.        END { for (i in files) print i; }'`; 
  275. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  276.   test -n "$$unique" || unique=$$empty_fix; 
  277.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  278.     $$tags $$unique; 
  279. fi
  280. ctags: CTAGS
  281. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  282. $(TAGS_FILES) $(LISP)
  283. tags=; 
  284. here=`pwd`; 
  285. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  286. unique=`for i in $$list; do 
  287.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  288.   done | 
  289.   $(AWK) '    { files[$$0] = 1; } 
  290.        END { for (i in files) print i; }'`; 
  291. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  292.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  293.      $$tags $$unique
  294. GTAGS:
  295. here=`$(am__cd) $(top_builddir) && pwd` 
  296.   && cd $(top_srcdir) 
  297.   && gtags -i $(GTAGS_ARGS) $$here
  298. distclean-tags:
  299. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  300. distdir: $(DISTFILES)
  301. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  302. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  303. list='$(DISTFILES)'; 
  304.   dist_files=`for file in $$list; do echo $$file; done | 
  305.   sed -e "s|^$$srcdirstrip/||;t" 
  306.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  307. case $$dist_files in 
  308.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  309.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  310.    sort -u` ;; 
  311. esac; 
  312. for file in $$dist_files; do 
  313.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  314.   if test -d $$d/$$file; then 
  315.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  316.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  317.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  318.     fi; 
  319.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  320.   else 
  321.     test -f $(distdir)/$$file 
  322.     || cp -p $$d/$$file $(distdir)/$$file 
  323.     || exit 1; 
  324.   fi; 
  325. done
  326. check-am: all-am
  327. check: check-am
  328. all-am: Makefile $(LIBRARIES) $(HEADERS)
  329. installdirs:
  330. install: install-am
  331. install-exec: install-exec-am
  332. install-data: install-data-am
  333. uninstall: uninstall-am
  334. install-am: all-am
  335. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  336. installcheck: installcheck-am
  337. install-strip:
  338. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  339.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  340.   `test -z '$(STRIP)' || 
  341.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  342. mostlyclean-generic:
  343. clean-generic:
  344. distclean-generic:
  345. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  346. maintainer-clean-generic:
  347. @echo "This command is intended for maintainers to use"
  348. @echo "it deletes files that may require special tools to rebuild."
  349. clean: clean-am
  350. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  351. distclean: distclean-am
  352. -rm -rf ./$(DEPDIR)
  353. -rm -f Makefile
  354. distclean-am: clean-am distclean-compile distclean-generic 
  355. distclean-tags
  356. dvi: dvi-am
  357. dvi-am:
  358. html: html-am
  359. info: info-am
  360. info-am:
  361. install-data-am:
  362. install-dvi: install-dvi-am
  363. install-exec-am:
  364. install-html: install-html-am
  365. install-info: install-info-am
  366. install-man:
  367. install-pdf: install-pdf-am
  368. install-ps: install-ps-am
  369. installcheck-am:
  370. maintainer-clean: maintainer-clean-am
  371. -rm -rf ./$(DEPDIR)
  372. -rm -f Makefile
  373. maintainer-clean-am: distclean-am maintainer-clean-generic
  374. mostlyclean: mostlyclean-am
  375. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  376. pdf: pdf-am
  377. pdf-am:
  378. ps: ps-am
  379. ps-am:
  380. uninstall-am:
  381. .MAKE: install-am install-strip
  382. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  383. clean-noinstLIBRARIES ctags distclean distclean-compile 
  384. distclean-generic distclean-tags distdir dvi dvi-am html 
  385. html-am info info-am install install-am install-data 
  386. install-data-am install-dvi install-dvi-am install-exec 
  387. install-exec-am install-html install-html-am install-info 
  388. install-info-am install-man install-pdf install-pdf-am 
  389. install-ps install-ps-am install-strip installcheck 
  390. installcheck-am installdirs maintainer-clean 
  391. maintainer-clean-generic mostlyclean mostlyclean-compile 
  392. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall 
  393. uninstall-am
  394. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  395. # Otherwise a system limit (for SysV at least) may be exceeded.
  396. .NOEXPORT: