Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # ipaddr/Makefile.am
  14. # (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
  15. #
  16. VPATH = @srcdir@
  17. am__is_gnu_make = { \
  18. if test -z '$(MAKELEVEL)'; then \
  19. false; \
  20. elif test -n '$(MAKE_HOST)'; then \
  21. true; \
  22. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  23. true; \
  24. else \
  25. false; \
  26. fi; \
  27. }
  28. am__make_running_with_option = \
  29. case $${target_option-} in \
  30. ?) ;; \
  31. *) echo "am__make_running_with_option: internal error: invalid" \
  32. "target option '$${target_option-}' specified" >&2; \
  33. exit 1;; \
  34. esac; \
  35. has_opt=no; \
  36. sane_makeflags=$$MAKEFLAGS; \
  37. if $(am__is_gnu_make); then \
  38. sane_makeflags=$$MFLAGS; \
  39. else \
  40. case $$MAKEFLAGS in \
  41. *\\[\ \ ]*) \
  42. bs=\\; \
  43. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  44. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  45. esac; \
  46. fi; \
  47. skip_next=no; \
  48. strip_trailopt () \
  49. { \
  50. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  51. }; \
  52. for flg in $$sane_makeflags; do \
  53. test $$skip_next = yes && { skip_next=no; continue; }; \
  54. case $$flg in \
  55. *=*|--*) continue;; \
  56. -*I) strip_trailopt 'I'; skip_next=yes;; \
  57. -*I?*) strip_trailopt 'I';; \
  58. -*O) strip_trailopt 'O'; skip_next=yes;; \
  59. -*O?*) strip_trailopt 'O';; \
  60. -*l) strip_trailopt 'l'; skip_next=yes;; \
  61. -*l?*) strip_trailopt 'l';; \
  62. -[dEDm]) skip_next=yes;; \
  63. -[JT]) skip_next=yes;; \
  64. esac; \
  65. case $$flg in \
  66. *$$target_option*) has_opt=yes; break;; \
  67. esac; \
  68. done; \
  69. test $$has_opt = yes
  70. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  71. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  72. pkgdatadir = $(datadir)/@PACKAGE@
  73. pkgincludedir = $(includedir)/@PACKAGE@
  74. pkglibdir = $(libdir)/@PACKAGE@
  75. pkglibexecdir = $(libexecdir)/@PACKAGE@
  76. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  77. install_sh_DATA = $(install_sh) -c -m 644
  78. install_sh_PROGRAM = $(install_sh) -c
  79. install_sh_SCRIPT = $(install_sh) -c
  80. INSTALL_HEADER = $(INSTALL_DATA)
  81. transform = $(program_transform_name)
  82. NORMAL_INSTALL = :
  83. PRE_INSTALL = :
  84. POST_INSTALL = :
  85. NORMAL_UNINSTALL = :
  86. PRE_UNINSTALL = :
  87. POST_UNINSTALL = :
  88. build_triplet = @build@
  89. host_triplet = @host@
  90. subdir = src/ipaddr
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  96. $(am__DIST_COMMON)
  97. mkinstalldirs = $(install_sh) -d
  98. CONFIG_HEADER = $(top_builddir)/src/config.h
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. LIBRARIES = $(noinst_LIBRARIES)
  102. ARFLAGS = cru
  103. AM_V_AR = $(am__v_AR_@AM_V@)
  104. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  105. am__v_AR_0 = @echo " AR " $@;
  106. am__v_AR_1 =
  107. libngipaddr_a_AR = $(AR) $(ARFLAGS)
  108. libngipaddr_a_LIBADD =
  109. am_libngipaddr_a_OBJECTS = ng_ipaddr.$(OBJEXT)
  110. libngipaddr_a_OBJECTS = $(am_libngipaddr_a_OBJECTS)
  111. AM_V_P = $(am__v_P_@AM_V@)
  112. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  113. am__v_P_0 = false
  114. am__v_P_1 = :
  115. AM_V_GEN = $(am__v_GEN_@AM_V@)
  116. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  117. am__v_GEN_0 = @echo " GEN " $@;
  118. am__v_GEN_1 =
  119. AM_V_at = $(am__v_at_@AM_V@)
  120. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  121. am__v_at_0 = @
  122. am__v_at_1 =
  123. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  124. depcomp = $(SHELL) $(top_srcdir)/depcomp
  125. am__maybe_remake_depfiles = depfiles
  126. am__depfiles_remade = ./$(DEPDIR)/ng_ipaddr.Po
  127. am__mv = mv -f
  128. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  129. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  130. AM_V_CC = $(am__v_CC_@AM_V@)
  131. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  132. am__v_CC_0 = @echo " CC " $@;
  133. am__v_CC_1 =
  134. CCLD = $(CC)
  135. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  136. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  137. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  138. am__v_CCLD_0 = @echo " CCLD " $@;
  139. am__v_CCLD_1 =
  140. SOURCES = $(libngipaddr_a_SOURCES)
  141. DIST_SOURCES = $(libngipaddr_a_SOURCES)
  142. am__can_run_installinfo = \
  143. case $$AM_UPDATE_INFO_DIR in \
  144. n|no|NO) false;; \
  145. *) (install-info --version) >/dev/null 2>&1;; \
  146. esac
  147. HEADERS = $(noinst_HEADERS)
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. # Read a list of newline-separated strings from the standard input,
  150. # and print each of them once, without duplicates. Input order is
  151. # *not* preserved.
  152. am__uniquify_input = $(AWK) '\
  153. BEGIN { nonempty = 0; } \
  154. { items[$$0] = 1; nonempty = 1; } \
  155. END { if (nonempty) { for (i in items) print i; }; } \
  156. '
  157. # Make sure the list of sources is unique. This is necessary because,
  158. # e.g., the same source file might be shared among _SOURCES variables
  159. # for different programs/libraries.
  160. am__define_uniq_tagged_files = \
  161. list='$(am__tagged_files)'; \
  162. unique=`for i in $$list; do \
  163. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  164. done | $(am__uniquify_input)`
  165. ETAGS = etags
  166. CTAGS = ctags
  167. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. ACLOCAL = @ACLOCAL@
  170. AMTAR = @AMTAR@
  171. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  172. AR = @AR@
  173. AUTOCONF = @AUTOCONF@
  174. AUTOHEADER = @AUTOHEADER@
  175. AUTOMAKE = @AUTOMAKE@
  176. AWK = @AWK@
  177. CC = @CC@
  178. CCDEPMODE = @CCDEPMODE@
  179. CFLAGS = @CFLAGS@
  180. CPP = @CPP@
  181. CPPFLAGS = @CPPFLAGS@
  182. CYGPATH_W = @CYGPATH_W@
  183. DEFS = @DEFS@
  184. DEPDIR = @DEPDIR@
  185. ECHO_C = @ECHO_C@
  186. ECHO_N = @ECHO_N@
  187. ECHO_T = @ECHO_T@
  188. EGREP = @EGREP@
  189. EXEEXT = @EXEEXT@
  190. GREP = @GREP@
  191. INSTALL = @INSTALL@
  192. INSTALL_DATA = @INSTALL_DATA@
  193. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  194. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  195. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  196. LDFLAGS = @LDFLAGS@
  197. LIBOBJS = @LIBOBJS@
  198. LIBS = @LIBS@
  199. LN_S = @LN_S@
  200. LTLIBOBJS = @LTLIBOBJS@
  201. MAKEINFO = @MAKEINFO@
  202. MKDIR_P = @MKDIR_P@
  203. OBJEXT = @OBJEXT@
  204. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  205. OPENSSL_LIBS = @OPENSSL_LIBS@
  206. PACKAGE = @PACKAGE@
  207. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  208. PACKAGE_NAME = @PACKAGE_NAME@
  209. PACKAGE_STRING = @PACKAGE_STRING@
  210. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  211. PACKAGE_URL = @PACKAGE_URL@
  212. PACKAGE_VERSION = @PACKAGE_VERSION@
  213. PATH_SEPARATOR = @PATH_SEPARATOR@
  214. PKG_CONFIG = @PKG_CONFIG@
  215. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  216. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  217. RANLIB = @RANLIB@
  218. SET_MAKE = @SET_MAKE@
  219. SHELL = @SHELL@
  220. STRIP = @STRIP@
  221. VERSION = @VERSION@
  222. abs_builddir = @abs_builddir@
  223. abs_srcdir = @abs_srcdir@
  224. abs_top_builddir = @abs_top_builddir@
  225. abs_top_srcdir = @abs_top_srcdir@
  226. ac_ct_AR = @ac_ct_AR@
  227. ac_ct_CC = @ac_ct_CC@
  228. am__include = @am__include@
  229. am__leading_dot = @am__leading_dot@
  230. am__quote = @am__quote@
  231. am__tar = @am__tar@
  232. am__untar = @am__untar@
  233. bindir = @bindir@
  234. build = @build@
  235. build_alias = @build_alias@
  236. build_cpu = @build_cpu@
  237. build_os = @build_os@
  238. build_vendor = @build_vendor@
  239. builddir = @builddir@
  240. datadir = @datadir@
  241. datarootdir = @datarootdir@
  242. docdir = @docdir@
  243. dvidir = @dvidir@
  244. exec_prefix = @exec_prefix@
  245. host = @host@
  246. host_alias = @host_alias@
  247. host_cpu = @host_cpu@
  248. host_os = @host_os@
  249. host_vendor = @host_vendor@
  250. htmldir = @htmldir@
  251. includedir = @includedir@
  252. infodir = @infodir@
  253. install_sh = @install_sh@
  254. libdir = @libdir@
  255. libexecdir = @libexecdir@
  256. localedir = @localedir@
  257. localstatedir = @localstatedir@
  258. mandir = @mandir@
  259. mkdir_p = @mkdir_p@
  260. oldincludedir = @oldincludedir@
  261. pdfdir = @pdfdir@
  262. prefix = @prefix@
  263. program_transform_name = @program_transform_name@
  264. psdir = @psdir@
  265. runstatedir = @runstatedir@
  266. sbindir = @sbindir@
  267. sharedstatedir = @sharedstatedir@
  268. srcdir = @srcdir@
  269. sysconfdir = @sysconfdir@
  270. target_alias = @target_alias@
  271. top_build_prefix = @top_build_prefix@
  272. top_builddir = @top_builddir@
  273. top_srcdir = @top_srcdir@
  274. AUTOMAKE_OPTIONS = serial-tests #../portab/ansi2knr (disabled by ./autogen.sh script)
  275. EXTRA_DIST = Makefile.ng
  276. AM_CPPFLAGS = -I$(srcdir)/../portab
  277. noinst_LIBRARIES = libngipaddr.a
  278. libngipaddr_a_SOURCES = ng_ipaddr.c
  279. noinst_HEADERS = ng_ipaddr.h
  280. all: all-am
  281. .SUFFIXES:
  282. .SUFFIXES: .c .o .obj
  283. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  284. @for dep in $?; do \
  285. case '$(am__configure_deps)' in \
  286. *$$dep*) \
  287. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  288. && { if test -f $@; then exit 0; else break; fi; }; \
  289. exit 1;; \
  290. esac; \
  291. done; \
  292. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ipaddr/Makefile'; \
  293. $(am__cd) $(top_srcdir) && \
  294. $(AUTOMAKE) --foreign src/ipaddr/Makefile
  295. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  296. @case '$?' in \
  297. *config.status*) \
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  299. *) \
  300. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  301. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  302. esac;
  303. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  305. $(top_srcdir)/configure: $(am__configure_deps)
  306. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  307. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  308. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  309. $(am__aclocal_m4_deps):
  310. clean-noinstLIBRARIES:
  311. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  312. libngipaddr.a: $(libngipaddr_a_OBJECTS) $(libngipaddr_a_DEPENDENCIES) $(EXTRA_libngipaddr_a_DEPENDENCIES)
  313. $(AM_V_at)-rm -f libngipaddr.a
  314. $(AM_V_AR)$(libngipaddr_a_AR) libngipaddr.a $(libngipaddr_a_OBJECTS) $(libngipaddr_a_LIBADD)
  315. $(AM_V_at)$(RANLIB) libngipaddr.a
  316. mostlyclean-compile:
  317. -rm -f *.$(OBJEXT)
  318. distclean-compile:
  319. -rm -f *.tab.c
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ng_ipaddr.Po@am__quote@ # am--include-marker
  321. $(am__depfiles_remade):
  322. @$(MKDIR_P) $(@D)
  323. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  324. am--depfiles: $(am__depfiles_remade)
  325. .c.o:
  326. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  327. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  328. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  329. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  330. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  331. .c.obj:
  332. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  333. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  335. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  336. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  337. ID: $(am__tagged_files)
  338. $(am__define_uniq_tagged_files); mkid -fID $$unique
  339. tags: tags-am
  340. TAGS: tags
  341. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  342. set x; \
  343. here=`pwd`; \
  344. $(am__define_uniq_tagged_files); \
  345. shift; \
  346. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  347. test -n "$$unique" || unique=$$empty_fix; \
  348. if test $$# -gt 0; then \
  349. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  350. "$$@" $$unique; \
  351. else \
  352. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  353. $$unique; \
  354. fi; \
  355. fi
  356. ctags: ctags-am
  357. CTAGS: ctags
  358. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  359. $(am__define_uniq_tagged_files); \
  360. test -z "$(CTAGS_ARGS)$$unique" \
  361. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  362. $$unique
  363. GTAGS:
  364. here=`$(am__cd) $(top_builddir) && pwd` \
  365. && $(am__cd) $(top_srcdir) \
  366. && gtags -i $(GTAGS_ARGS) "$$here"
  367. cscopelist: cscopelist-am
  368. cscopelist-am: $(am__tagged_files)
  369. list='$(am__tagged_files)'; \
  370. case "$(srcdir)" in \
  371. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  372. *) sdir=$(subdir)/$(srcdir) ;; \
  373. esac; \
  374. for i in $$list; do \
  375. if test -f "$$i"; then \
  376. echo "$(subdir)/$$i"; \
  377. else \
  378. echo "$$sdir/$$i"; \
  379. fi; \
  380. done >> $(top_builddir)/cscope.files
  381. distclean-tags:
  382. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  383. distdir: $(BUILT_SOURCES)
  384. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  385. distdir-am: $(DISTFILES)
  386. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  387. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  388. list='$(DISTFILES)'; \
  389. dist_files=`for file in $$list; do echo $$file; done | \
  390. sed -e "s|^$$srcdirstrip/||;t" \
  391. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  392. case $$dist_files in \
  393. */*) $(MKDIR_P) `echo "$$dist_files" | \
  394. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  395. sort -u` ;; \
  396. esac; \
  397. for file in $$dist_files; do \
  398. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  399. if test -d $$d/$$file; then \
  400. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  401. if test -d "$(distdir)/$$file"; then \
  402. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  403. fi; \
  404. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  405. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  406. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  407. fi; \
  408. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  409. else \
  410. test -f "$(distdir)/$$file" \
  411. || cp -p $$d/$$file "$(distdir)/$$file" \
  412. || exit 1; \
  413. fi; \
  414. done
  415. check-am: all-am
  416. check: check-am
  417. all-am: Makefile $(LIBRARIES) $(HEADERS)
  418. installdirs:
  419. install: install-am
  420. install-exec: install-exec-am
  421. install-data: install-data-am
  422. uninstall: uninstall-am
  423. install-am: all-am
  424. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  425. installcheck: installcheck-am
  426. install-strip:
  427. if test -z '$(STRIP)'; then \
  428. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  429. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  430. install; \
  431. else \
  432. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  433. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  434. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  435. fi
  436. mostlyclean-generic:
  437. clean-generic:
  438. distclean-generic:
  439. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  440. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  441. maintainer-clean-generic:
  442. @echo "This command is intended for maintainers to use"
  443. @echo "it deletes files that may require special tools to rebuild."
  444. clean: clean-am
  445. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  446. distclean: distclean-am
  447. -rm -f ./$(DEPDIR)/ng_ipaddr.Po
  448. -rm -f Makefile
  449. distclean-am: clean-am distclean-compile distclean-generic \
  450. distclean-tags
  451. dvi: dvi-am
  452. dvi-am:
  453. html: html-am
  454. html-am:
  455. info: info-am
  456. info-am:
  457. install-data-am:
  458. install-dvi: install-dvi-am
  459. install-dvi-am:
  460. install-exec-am:
  461. install-html: install-html-am
  462. install-html-am:
  463. install-info: install-info-am
  464. install-info-am:
  465. install-man:
  466. install-pdf: install-pdf-am
  467. install-pdf-am:
  468. install-ps: install-ps-am
  469. install-ps-am:
  470. installcheck-am:
  471. maintainer-clean: maintainer-clean-am
  472. -rm -f ./$(DEPDIR)/ng_ipaddr.Po
  473. -rm -f Makefile
  474. maintainer-clean-am: distclean-am maintainer-clean-generic \
  475. maintainer-clean-local
  476. mostlyclean: mostlyclean-am
  477. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  478. pdf: pdf-am
  479. pdf-am:
  480. ps: ps-am
  481. ps-am:
  482. uninstall-am:
  483. .MAKE: install-am install-strip
  484. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  485. clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
  486. ctags-am distclean distclean-compile distclean-generic \
  487. distclean-tags distdir dvi dvi-am html html-am info info-am \
  488. install install-am install-data install-data-am install-dvi \
  489. install-dvi-am install-exec install-exec-am install-html \
  490. install-html-am install-info install-info-am install-man \
  491. install-pdf install-pdf-am install-ps install-ps-am \
  492. install-strip installcheck installcheck-am installdirs \
  493. maintainer-clean maintainer-clean-generic \
  494. maintainer-clean-local mostlyclean mostlyclean-compile \
  495. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  496. uninstall-am
  497. .PRECIOUS: Makefile
  498. maintainer-clean-local:
  499. rm -f Makefile Makefile.in Makefile.am
  500. # -eof-
  501. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  502. # Otherwise a system limit (for SysV at least) may be exceeded.
  503. .NOEXPORT: