Makefile 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. # Makefile.in generated by automake 1.6.1 from Makefile.am.
  2. # src/httpap/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. bin_PROGRAMS = httpap
  68. httpap_LDADD = -L../common -lor
  69. httpap_SOURCES = httpap.c http.c
  70. noinst_HEADERS = httpap.h http.h
  71. subdir = src/httpap
  72. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  73. CONFIG_HEADER = $(top_builddir)/orconfig.h
  74. CONFIG_CLEAN_FILES =
  75. bin_PROGRAMS = httpap$(EXEEXT)
  76. PROGRAMS = $(bin_PROGRAMS)
  77. am_httpap_OBJECTS = httpap.$(OBJEXT) http.$(OBJEXT)
  78. httpap_OBJECTS = $(am_httpap_OBJECTS)
  79. httpap_DEPENDENCIES =
  80. httpap_LDFLAGS =
  81. DEFS = -DHAVE_CONFIG_H
  82. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  83. CPPFLAGS = -I/usr/local/ssl/include
  84. LDFLAGS = -L/usr/local/ssl/lib
  85. LIBS = -lpopt -lcrypto
  86. depcomp = $(SHELL) $(top_srcdir)/depcomp
  87. am__depfiles_maybe = depfiles
  88. DEP_FILES = ./$(DEPDIR)/http.Po ./$(DEPDIR)/httpap.Po
  89. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  90. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  91. CCLD = $(CC)
  92. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  93. CFLAGS = -Wall -O2
  94. DIST_SOURCES = $(httpap_SOURCES)
  95. HEADERS = $(noinst_HEADERS)
  96. DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
  97. SOURCES = $(httpap_SOURCES)
  98. all: all-am
  99. .SUFFIXES:
  100. .SUFFIXES: .c .o .obj
  101. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  102. cd $(top_srcdir) && \
  103. $(AUTOMAKE) --gnu src/httpap/Makefile
  104. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  105. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  106. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  107. install-binPROGRAMS: $(bin_PROGRAMS)
  108. @$(NORMAL_INSTALL)
  109. $(mkinstalldirs) $(DESTDIR)$(bindir)
  110. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  111. p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  112. if test -f $$p \
  113. ; then \
  114. p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
  115. f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
  116. echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
  117. $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
  118. else :; fi; \
  119. done
  120. uninstall-binPROGRAMS:
  121. @$(NORMAL_UNINSTALL)
  122. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  123. f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  124. f=`echo "$$f" | sed -e 's,^.*/,,'`; \
  125. echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
  126. rm -f $(DESTDIR)$(bindir)/$$f; \
  127. done
  128. clean-binPROGRAMS:
  129. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  130. httpap$(EXEEXT): $(httpap_OBJECTS) $(httpap_DEPENDENCIES)
  131. @rm -f httpap$(EXEEXT)
  132. $(LINK) $(httpap_LDFLAGS) $(httpap_OBJECTS) $(httpap_LDADD) $(LIBS)
  133. mostlyclean-compile:
  134. -rm -f *.$(OBJEXT) core *.core
  135. distclean-compile:
  136. -rm -f *.tab.c
  137. include ./$(DEPDIR)/http.Po
  138. include ./$(DEPDIR)/httpap.Po
  139. distclean-depend:
  140. -rm -rf ./$(DEPDIR)
  141. .c.o:
  142. source='$<' object='$@' libtool=no \
  143. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  144. $(CCDEPMODE) $(depcomp) \
  145. $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  146. .c.obj:
  147. source='$<' object='$@' libtool=no \
  148. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  149. $(CCDEPMODE) $(depcomp) \
  150. $(COMPILE) -c `cygpath -w $<`
  151. CCDEPMODE = depmode=gcc
  152. uninstall-info-am:
  153. ETAGS = etags
  154. ETAGSFLAGS =
  155. tags: TAGS
  156. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  157. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  158. unique=`for i in $$list; do \
  159. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160. done | \
  161. $(AWK) ' { files[$$0] = 1; } \
  162. END { for (i in files) print i; }'`; \
  163. mkid -fID $$unique
  164. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  165. $(TAGS_FILES) $(LISP)
  166. tags=; \
  167. here=`pwd`; \
  168. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  169. unique=`for i in $$list; do \
  170. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  171. done | \
  172. $(AWK) ' { files[$$0] = 1; } \
  173. END { for (i in files) print i; }'`; \
  174. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  175. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  176. $$tags $$unique
  177. GTAGS:
  178. here=`$(am__cd) $(top_builddir) && pwd` \
  179. && cd $(top_srcdir) \
  180. && gtags -i $(GTAGS_ARGS) $$here
  181. distclean-tags:
  182. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  183. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  184. top_distdir = ../..
  185. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  186. distdir: $(DISTFILES)
  187. @for file in $(DISTFILES); do \
  188. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  189. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  190. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  191. dir="/$$dir"; \
  192. $(mkinstalldirs) "$(distdir)$$dir"; \
  193. else \
  194. dir=''; \
  195. fi; \
  196. if test -d $$d/$$file; then \
  197. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  198. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  199. fi; \
  200. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  201. else \
  202. test -f $(distdir)/$$file \
  203. || cp -p $$d/$$file $(distdir)/$$file \
  204. || exit 1; \
  205. fi; \
  206. done
  207. check-am: all-am
  208. check: check-am
  209. all-am: Makefile $(PROGRAMS) $(HEADERS)
  210. installdirs:
  211. $(mkinstalldirs) $(DESTDIR)$(bindir)
  212. install: install-am
  213. install-exec: install-exec-am
  214. install-data: install-data-am
  215. uninstall: uninstall-am
  216. install-am: all-am
  217. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  218. installcheck: installcheck-am
  219. install-strip:
  220. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  221. INSTALL_STRIP_FLAG=-s \
  222. `test -z '$(STRIP)' || \
  223. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  224. mostlyclean-generic:
  225. clean-generic:
  226. distclean-generic:
  227. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  228. maintainer-clean-generic:
  229. @echo "This command is intended for maintainers to use"
  230. @echo "it deletes files that may require special tools to rebuild."
  231. clean: clean-am
  232. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  233. distclean: distclean-am
  234. distclean-am: clean-am distclean-compile distclean-depend \
  235. distclean-generic distclean-tags
  236. dvi: dvi-am
  237. dvi-am:
  238. info: info-am
  239. info-am:
  240. install-data-am:
  241. install-exec-am: install-binPROGRAMS
  242. install-info: install-info-am
  243. install-man:
  244. installcheck-am:
  245. maintainer-clean: maintainer-clean-am
  246. maintainer-clean-am: distclean-am maintainer-clean-generic
  247. mostlyclean: mostlyclean-am
  248. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  249. uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  250. .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
  251. clean-generic distclean distclean-compile distclean-depend \
  252. distclean-generic distclean-tags distdir dvi dvi-am info \
  253. info-am install install-am install-binPROGRAMS install-data \
  254. install-data-am install-exec install-exec-am install-info \
  255. install-info-am install-man install-strip installcheck \
  256. installcheck-am installdirs maintainer-clean \
  257. maintainer-clean-generic mostlyclean mostlyclean-compile \
  258. mostlyclean-generic tags uninstall uninstall-am \
  259. uninstall-binPROGRAMS uninstall-info-am
  260. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  261. # Otherwise a system limit (for SysV at least) may be exceeded.
  262. .NOEXPORT: