Makefile 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. # Makefile.in generated by automake 1.6.1 from Makefile.am.
  2. # src/common/Makefile. Generated from Makefile.in by configure.
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # 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. SHELL = /bin/sh
  13. srcdir = .
  14. top_srcdir = ../..
  15. prefix = /usr/local
  16. exec_prefix = ${prefix}
  17. bindir = ${exec_prefix}/bin
  18. sbindir = ${exec_prefix}/sbin
  19. libexecdir = ${exec_prefix}/libexec
  20. datadir = ${prefix}/share
  21. sysconfdir = ${prefix}/etc
  22. sharedstatedir = ${prefix}/com
  23. localstatedir = ${prefix}/var
  24. libdir = ${exec_prefix}/lib
  25. infodir = ${prefix}/info
  26. mandir = ${prefix}/man
  27. includedir = ${prefix}/include
  28. oldincludedir = /usr/include
  29. pkgdatadir = $(datadir)/or
  30. pkglibdir = $(libdir)/or
  31. pkgincludedir = $(includedir)/or
  32. top_builddir = ../..
  33. ACLOCAL = ${SHELL} /home/bergo/src/work/or/missing --run aclocal-1.6
  34. AUTOCONF = ${SHELL} /home/bergo/src/work/or/missing --run autoconf
  35. AUTOMAKE = ${SHELL} /home/bergo/src/work/or/missing --run automake-1.6
  36. AUTOHEADER = ${SHELL} /home/bergo/src/work/or/missing --run autoheader
  37. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  38. INSTALL = /usr/bin/ginstall -c
  39. INSTALL_PROGRAM = ${INSTALL}
  40. INSTALL_DATA = ${INSTALL} -m 644
  41. install_sh_DATA = $(install_sh) -c -m 644
  42. install_sh_PROGRAM = $(install_sh) -c
  43. INSTALL_SCRIPT = ${INSTALL}
  44. INSTALL_HEADER = $(INSTALL_DATA)
  45. transform = s,x,x,
  46. NORMAL_INSTALL = :
  47. PRE_INSTALL = :
  48. POST_INSTALL = :
  49. NORMAL_UNINSTALL = :
  50. PRE_UNINSTALL = :
  51. POST_UNINSTALL = :
  52. EXEEXT =
  53. OBJEXT = o
  54. PATH_SEPARATOR = :
  55. AMTAR = ${SHELL} /home/bergo/src/work/or/missing --run tar
  56. AWK = gawk
  57. CC = gcc
  58. DEPDIR = .deps
  59. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  60. PACKAGE = or
  61. RANLIB = ranlib
  62. STRIP =
  63. VERSION = 0.0.0
  64. am__include = include
  65. am__quote =
  66. install_sh = /home/bergo/src/work/or/install-sh
  67. noinst_LIBRARIES = libor.a
  68. #CFLAGS = -Wall -Wpointer-arith -O2
  69. libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \
  70. routent.c scheduler.c utils.c
  71. # ss.h is not used anywhere, distributing it just because
  72. noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \
  73. policies.h routent.h scheduler.h utils.h \
  74. ss.h version.h
  75. subdir = src/common
  76. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  77. CONFIG_HEADER = $(top_builddir)/orconfig.h
  78. CONFIG_CLEAN_FILES =
  79. LIBRARIES = $(noinst_LIBRARIES)
  80. libor_a_AR = $(AR) cru
  81. libor_a_LIBADD =
  82. am_libor_a_OBJECTS = cell.$(OBJEXT) config.$(OBJEXT) key.$(OBJEXT) \
  83. log.$(OBJEXT) onion.$(OBJEXT) opcell.$(OBJEXT) \
  84. routent.$(OBJEXT) scheduler.$(OBJEXT) utils.$(OBJEXT)
  85. libor_a_OBJECTS = $(am_libor_a_OBJECTS)
  86. DEFS = -DHAVE_CONFIG_H
  87. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  88. CPPFLAGS = -I/usr/local/ssl/include
  89. LDFLAGS = -L/usr/local/ssl/lib
  90. LIBS = -lpopt -lcrypto
  91. depcomp = $(SHELL) $(top_srcdir)/depcomp
  92. am__depfiles_maybe = depfiles
  93. DEP_FILES = ./$(DEPDIR)/cell.Po ./$(DEPDIR)/config.Po \
  94. ./$(DEPDIR)/key.Po ./$(DEPDIR)/log.Po \
  95. ./$(DEPDIR)/onion.Po ./$(DEPDIR)/opcell.Po \
  96. ./$(DEPDIR)/routent.Po ./$(DEPDIR)/scheduler.Po \
  97. ./$(DEPDIR)/utils.Po
  98. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  99. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  100. CCLD = $(CC)
  101. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  102. CFLAGS = -Wall -O2
  103. DIST_SOURCES = $(libor_a_SOURCES)
  104. HEADERS = $(noinst_HEADERS)
  105. DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
  106. SOURCES = $(libor_a_SOURCES)
  107. all: all-am
  108. .SUFFIXES:
  109. .SUFFIXES: .c .o .obj
  110. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  111. cd $(top_srcdir) && \
  112. $(AUTOMAKE) --gnu src/common/Makefile
  113. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  114. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  115. AR = ar
  116. clean-noinstLIBRARIES:
  117. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  118. libor.a: $(libor_a_OBJECTS) $(libor_a_DEPENDENCIES)
  119. -rm -f libor.a
  120. $(libor_a_AR) libor.a $(libor_a_OBJECTS) $(libor_a_LIBADD)
  121. $(RANLIB) libor.a
  122. mostlyclean-compile:
  123. -rm -f *.$(OBJEXT) core *.core
  124. distclean-compile:
  125. -rm -f *.tab.c
  126. include ./$(DEPDIR)/cell.Po
  127. include ./$(DEPDIR)/config.Po
  128. include ./$(DEPDIR)/key.Po
  129. include ./$(DEPDIR)/log.Po
  130. include ./$(DEPDIR)/onion.Po
  131. include ./$(DEPDIR)/opcell.Po
  132. include ./$(DEPDIR)/routent.Po
  133. include ./$(DEPDIR)/scheduler.Po
  134. include ./$(DEPDIR)/utils.Po
  135. distclean-depend:
  136. -rm -rf ./$(DEPDIR)
  137. .c.o:
  138. source='$<' object='$@' libtool=no \
  139. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  140. $(CCDEPMODE) $(depcomp) \
  141. $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  142. .c.obj:
  143. source='$<' object='$@' libtool=no \
  144. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  145. $(CCDEPMODE) $(depcomp) \
  146. $(COMPILE) -c `cygpath -w $<`
  147. CCDEPMODE = depmode=gcc
  148. uninstall-info-am:
  149. ETAGS = etags
  150. ETAGSFLAGS =
  151. tags: TAGS
  152. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  153. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  154. unique=`for i in $$list; do \
  155. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  156. done | \
  157. $(AWK) ' { files[$$0] = 1; } \
  158. END { for (i in files) print i; }'`; \
  159. mkid -fID $$unique
  160. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  161. $(TAGS_FILES) $(LISP)
  162. tags=; \
  163. here=`pwd`; \
  164. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  165. unique=`for i in $$list; do \
  166. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  167. done | \
  168. $(AWK) ' { files[$$0] = 1; } \
  169. END { for (i in files) print i; }'`; \
  170. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  171. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  172. $$tags $$unique
  173. GTAGS:
  174. here=`$(am__cd) $(top_builddir) && pwd` \
  175. && cd $(top_srcdir) \
  176. && gtags -i $(GTAGS_ARGS) $$here
  177. distclean-tags:
  178. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  179. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  180. top_distdir = ../..
  181. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  182. distdir: $(DISTFILES)
  183. @for file in $(DISTFILES); do \
  184. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  185. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  186. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  187. dir="/$$dir"; \
  188. $(mkinstalldirs) "$(distdir)$$dir"; \
  189. else \
  190. dir=''; \
  191. fi; \
  192. if test -d $$d/$$file; then \
  193. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  194. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  195. fi; \
  196. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  197. else \
  198. test -f $(distdir)/$$file \
  199. || cp -p $$d/$$file $(distdir)/$$file \
  200. || exit 1; \
  201. fi; \
  202. done
  203. check-am: all-am
  204. check: check-am
  205. all-am: Makefile $(LIBRARIES) $(HEADERS)
  206. installdirs:
  207. install: install-am
  208. install-exec: install-exec-am
  209. install-data: install-data-am
  210. uninstall: uninstall-am
  211. install-am: all-am
  212. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  213. installcheck: installcheck-am
  214. install-strip:
  215. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  216. INSTALL_STRIP_FLAG=-s \
  217. `test -z '$(STRIP)' || \
  218. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  219. mostlyclean-generic:
  220. clean-generic:
  221. distclean-generic:
  222. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  223. maintainer-clean-generic:
  224. @echo "This command is intended for maintainers to use"
  225. @echo "it deletes files that may require special tools to rebuild."
  226. clean: clean-am
  227. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  228. distclean: distclean-am
  229. distclean-am: clean-am distclean-compile distclean-depend \
  230. distclean-generic distclean-tags
  231. dvi: dvi-am
  232. dvi-am:
  233. info: info-am
  234. info-am:
  235. install-data-am:
  236. install-exec-am:
  237. install-info: install-info-am
  238. install-man:
  239. installcheck-am:
  240. maintainer-clean: maintainer-clean-am
  241. maintainer-clean-am: distclean-am maintainer-clean-generic
  242. mostlyclean: mostlyclean-am
  243. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  244. uninstall-am: uninstall-info-am
  245. .PHONY: GTAGS all all-am check check-am clean clean-generic \
  246. clean-noinstLIBRARIES distclean distclean-compile \
  247. distclean-depend distclean-generic distclean-tags distdir dvi \
  248. dvi-am info info-am install install-am install-data \
  249. install-data-am install-exec install-exec-am install-info \
  250. install-info-am install-man install-strip installcheck \
  251. installcheck-am installdirs maintainer-clean \
  252. maintainer-clean-generic mostlyclean mostlyclean-compile \
  253. mostlyclean-generic tags uninstall uninstall-am \
  254. uninstall-info-am
  255. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  256. # Otherwise a system limit (for SysV at least) may be exceeded.
  257. .NOEXPORT: