Makefile.in 12 KB

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