Makefile.in 13 KB

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