You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

854 lines
44 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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. # This file is part of libasyncns.
  13. #
  14. # Copyright 2005-2008 Lennart Poettering
  15. #
  16. # libasyncns is free software; you can redistribute it and/or modify
  17. # it under the terms of the GNU Lesser General Public License as
  18. # published by the Free Software Foundation, either version 2.1 of the
  19. # License, or (at your option) any later version.
  20. #
  21. # libasyncns is distributed in the hope that it will be useful, but
  22. # WITHOUT ANY WARRANTY; without even the implied warranty of
  23. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  24. # Lesser General Public License for more details.
  25. #
  26. # You should have received a copy of the GNU Lesser General Public
  27. # License along with libasyncns. If not, see
  28. # <http://www.gnu.org/licenses/>.
  29. VPATH = @srcdir@
  30. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  31. am__make_running_with_option = \
  32. case $${target_option-} in \
  33. ?) ;; \
  34. *) echo "am__make_running_with_option: internal error: invalid" \
  35. "target option '$${target_option-}' specified" >&2; \
  36. exit 1;; \
  37. esac; \
  38. has_opt=no; \
  39. sane_makeflags=$$MAKEFLAGS; \
  40. if $(am__is_gnu_make); then \
  41. sane_makeflags=$$MFLAGS; \
  42. else \
  43. case $$MAKEFLAGS in \
  44. *\\[\ \ ]*) \
  45. bs=\\; \
  46. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  47. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  48. esac; \
  49. fi; \
  50. skip_next=no; \
  51. strip_trailopt () \
  52. { \
  53. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  54. }; \
  55. for flg in $$sane_makeflags; do \
  56. test $$skip_next = yes && { skip_next=no; continue; }; \
  57. case $$flg in \
  58. *=*|--*) continue;; \
  59. -*I) strip_trailopt 'I'; skip_next=yes;; \
  60. -*I?*) strip_trailopt 'I';; \
  61. -*O) strip_trailopt 'O'; skip_next=yes;; \
  62. -*O?*) strip_trailopt 'O';; \
  63. -*l) strip_trailopt 'l'; skip_next=yes;; \
  64. -*l?*) strip_trailopt 'l';; \
  65. -[dEDm]) skip_next=yes;; \
  66. -[JT]) skip_next=yes;; \
  67. esac; \
  68. case $$flg in \
  69. *$$target_option*) has_opt=yes; break;; \
  70. esac; \
  71. done; \
  72. test $$has_opt = yes
  73. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  74. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  75. pkgdatadir = $(datadir)/@PACKAGE@
  76. pkgincludedir = $(includedir)/@PACKAGE@
  77. pkglibdir = $(libdir)/@PACKAGE@
  78. pkglibexecdir = $(libexecdir)/@PACKAGE@
  79. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  80. install_sh_DATA = $(install_sh) -c -m 644
  81. install_sh_PROGRAM = $(install_sh) -c
  82. install_sh_SCRIPT = $(install_sh) -c
  83. INSTALL_HEADER = $(INSTALL_DATA)
  84. transform = $(program_transform_name)
  85. NORMAL_INSTALL = :
  86. PRE_INSTALL = :
  87. POST_INSTALL = :
  88. NORMAL_UNINSTALL = :
  89. PRE_UNINSTALL = :
  90. POST_UNINSTALL = :
  91. build_triplet = @build@
  92. host_triplet = @host@
  93. subdir = libipset
  94. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  95. $(top_srcdir)/auto/depcomp
  96. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  97. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
  98. $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/inet_ntop.m4 \
  99. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  100. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  101. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mbedtls.m4 \
  102. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/polarssl.m4 \
  103. $(top_srcdir)/m4/stack-protector.m4 $(top_srcdir)/m4/zlib.m4 \
  104. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  105. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  106. $(ACLOCAL_M4)
  107. mkinstalldirs = $(install_sh) -d
  108. CONFIG_HEADER = $(top_builddir)/config.h
  109. CONFIG_CLEAN_FILES =
  110. CONFIG_CLEAN_VPATH_FILES =
  111. LTLIBRARIES = $(noinst_LTLIBRARIES)
  112. libipset_la_LIBADD =
  113. am__dirstamp = $(am__leading_dot)dirstamp
  114. am__objects_1 = bdd/libipset_la-assignments.lo \
  115. bdd/libipset_la-basics.lo bdd/libipset_la-bdd-iterator.lo \
  116. bdd/libipset_la-expanded.lo bdd/libipset_la-reachable.lo \
  117. bdd/libipset_la-read.lo bdd/libipset_la-write.lo
  118. am__objects_2 = map/libipset_la-allocation.lo \
  119. map/libipset_la-inspection.lo map/libipset_la-ipv4_map.lo \
  120. map/libipset_la-ipv6_map.lo map/libipset_la-storage.lo
  121. am__objects_3 = set/libipset_la-allocation.lo \
  122. set/libipset_la-inspection.lo set/libipset_la-ipv4_set.lo \
  123. set/libipset_la-ipv6_set.lo set/libipset_la-iterator.lo \
  124. set/libipset_la-storage.lo
  125. am_libipset_la_OBJECTS = libipset_la-general.lo $(am__objects_1) \
  126. $(am__objects_2) $(am__objects_3)
  127. libipset_la_OBJECTS = $(am_libipset_la_OBJECTS)
  128. AM_V_lt = $(am__v_lt_@AM_V@)
  129. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  130. am__v_lt_0 = --silent
  131. am__v_lt_1 =
  132. libipset_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  133. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libipset_la_CFLAGS) \
  134. $(CFLAGS) $(libipset_la_LDFLAGS) $(LDFLAGS) -o $@
  135. AM_V_P = $(am__v_P_@AM_V@)
  136. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  137. am__v_P_0 = false
  138. am__v_P_1 = :
  139. AM_V_GEN = $(am__v_GEN_@AM_V@)
  140. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  141. am__v_GEN_0 = @echo " GEN " $@;
  142. am__v_GEN_1 =
  143. AM_V_at = $(am__v_at_@AM_V@)
  144. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  145. am__v_at_0 = @
  146. am__v_at_1 =
  147. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  148. depcomp = $(SHELL) $(top_srcdir)/auto/depcomp
  149. am__depfiles_maybe = depfiles
  150. am__mv = mv -f
  151. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  152. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  153. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  154. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  155. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  156. $(AM_CFLAGS) $(CFLAGS)
  157. AM_V_CC = $(am__v_CC_@AM_V@)
  158. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  159. am__v_CC_0 = @echo " CC " $@;
  160. am__v_CC_1 =
  161. CCLD = $(CC)
  162. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  163. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  164. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  165. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  166. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  167. am__v_CCLD_0 = @echo " CCLD " $@;
  168. am__v_CCLD_1 =
  169. SOURCES = $(libipset_la_SOURCES)
  170. DIST_SOURCES = $(libipset_la_SOURCES)
  171. am__can_run_installinfo = \
  172. case $$AM_UPDATE_INFO_DIR in \
  173. n|no|NO) false;; \
  174. *) (install-info --version) >/dev/null 2>&1;; \
  175. esac
  176. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  177. # Read a list of newline-separated strings from the standard input,
  178. # and print each of them once, without duplicates. Input order is
  179. # *not* preserved.
  180. am__uniquify_input = $(AWK) '\
  181. BEGIN { nonempty = 0; } \
  182. { items[$$0] = 1; nonempty = 1; } \
  183. END { if (nonempty) { for (i in items) print i; }; } \
  184. '
  185. # Make sure the list of sources is unique. This is necessary because,
  186. # e.g., the same source file might be shared among _SOURCES variables
  187. # for different programs/libraries.
  188. am__define_uniq_tagged_files = \
  189. list='$(am__tagged_files)'; \
  190. unique=`for i in $$list; do \
  191. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  192. done | $(am__uniquify_input)`
  193. ETAGS = etags
  194. CTAGS = ctags
  195. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  196. ACLOCAL = @ACLOCAL@
  197. AMTAR = @AMTAR@
  198. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  199. AR = @AR@
  200. ASCIIDOC = @ASCIIDOC@
  201. AUTOCONF = @AUTOCONF@
  202. AUTOHEADER = @AUTOHEADER@
  203. AUTOMAKE = @AUTOMAKE@
  204. AWK = @AWK@
  205. CC = @CC@
  206. CCDEPMODE = @CCDEPMODE@
  207. CFLAGS = @CFLAGS@
  208. CPP = @CPP@
  209. CPPFLAGS = @CPPFLAGS@
  210. CYGPATH_W = @CYGPATH_W@
  211. DEFS = @DEFS@
  212. DEPDIR = @DEPDIR@
  213. DLLTOOL = @DLLTOOL@
  214. DSYMUTIL = @DSYMUTIL@
  215. DUMPBIN = @DUMPBIN@
  216. ECHO_C = @ECHO_C@
  217. ECHO_N = @ECHO_N@
  218. ECHO_T = @ECHO_T@
  219. EGREP = @EGREP@
  220. EXEEXT = @EXEEXT@
  221. FGREP = @FGREP@
  222. GREP = @GREP@
  223. GZIP = @GZIP@
  224. INET_NTOP_LIB = @INET_NTOP_LIB@
  225. INSTALL = @INSTALL@
  226. INSTALL_DATA = @INSTALL_DATA@
  227. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  228. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  229. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  230. LD = @LD@
  231. LDFLAGS = @LDFLAGS@
  232. LIBOBJS = @LIBOBJS@
  233. LIBS = @LIBS@
  234. LIBTOOL = @LIBTOOL@
  235. LIPO = @LIPO@
  236. LN_S = @LN_S@
  237. LTLIBOBJS = @LTLIBOBJS@
  238. MAINT = @MAINT@
  239. MAKEINFO = @MAKEINFO@
  240. MANIFEST_TOOL = @MANIFEST_TOOL@
  241. MKDIR_P = @MKDIR_P@
  242. MV = @MV@
  243. NM = @NM@
  244. NMEDIT = @NMEDIT@
  245. OBJDUMP = @OBJDUMP@
  246. OBJEXT = @OBJEXT@
  247. OTOOL = @OTOOL@
  248. OTOOL64 = @OTOOL64@
  249. PACKAGE = @PACKAGE@
  250. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  251. PACKAGE_NAME = @PACKAGE_NAME@
  252. PACKAGE_STRING = @PACKAGE_STRING@
  253. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  254. PACKAGE_URL = @PACKAGE_URL@
  255. PACKAGE_VERSION = @PACKAGE_VERSION@
  256. PATH_SEPARATOR = @PATH_SEPARATOR@
  257. PTHREAD_CC = @PTHREAD_CC@
  258. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  259. PTHREAD_LIBS = @PTHREAD_LIBS@
  260. RANLIB = @RANLIB@
  261. RM = @RM@
  262. SED = @SED@
  263. SET_MAKE = @SET_MAKE@
  264. SHELL = @SHELL@
  265. STRIP = @STRIP@
  266. VERSION = @VERSION@
  267. XMLTO = @XMLTO@
  268. abs_builddir = @abs_builddir@
  269. abs_srcdir = @abs_srcdir@
  270. abs_top_builddir = @abs_top_builddir@
  271. abs_top_srcdir = @abs_top_srcdir@
  272. ac_ct_AR = @ac_ct_AR@
  273. ac_ct_CC = @ac_ct_CC@
  274. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  275. am__include = @am__include@
  276. am__leading_dot = @am__leading_dot@
  277. am__quote = @am__quote@
  278. am__tar = @am__tar@
  279. am__untar = @am__untar@
  280. ax_pthread_config = @ax_pthread_config@
  281. bindir = @bindir@
  282. build = @build@
  283. build_alias = @build_alias@
  284. build_cpu = @build_cpu@
  285. build_os = @build_os@
  286. build_vendor = @build_vendor@
  287. builddir = @builddir@
  288. datadir = @datadir@
  289. datarootdir = @datarootdir@
  290. docdir = @docdir@
  291. dvidir = @dvidir@
  292. exec_prefix = @exec_prefix@
  293. host = @host@
  294. host_alias = @host_alias@
  295. host_cpu = @host_cpu@
  296. host_os = @host_os@
  297. host_vendor = @host_vendor@
  298. htmldir = @htmldir@
  299. includedir = @includedir@
  300. infodir = @infodir@
  301. install_sh = @install_sh@
  302. libdir = @libdir@
  303. libexecdir = @libexecdir@
  304. localedir = @localedir@
  305. localstatedir = @localstatedir@
  306. mandir = @mandir@
  307. mkdir_p = @mkdir_p@
  308. oldincludedir = @oldincludedir@
  309. pdfdir = @pdfdir@
  310. prefix = @prefix@
  311. program_transform_name = @program_transform_name@
  312. psdir = @psdir@
  313. sbindir = @sbindir@
  314. sharedstatedir = @sharedstatedir@
  315. srcdir = @srcdir@
  316. subdirs = @subdirs@
  317. sysconfdir = @sysconfdir@
  318. target_alias = @target_alias@
  319. top_build_prefix = @top_build_prefix@
  320. top_builddir = @top_builddir@
  321. top_srcdir = @top_srcdir@
  322. noinst_LTLIBRARIES = libipset.la
  323. bdd_src = bdd/assignments.c bdd/basics.c bdd/bdd-iterator.c bdd/expanded.c \
  324. bdd/reachable.c bdd/read.c bdd/write.c
  325. map_src = map/allocation.c map/inspection.c map/ipv4_map.c map/ipv6_map.c \
  326. map/storage.c
  327. set_src = set/allocation.c set/inspection.c set/ipv4_set.c set/ipv6_set.c \
  328. set/iterator.c set/storage.c
  329. libipset_la_SOURCES = general.c ${bdd_src} ${map_src} ${set_src}
  330. libipset_la_CFLAGS = -I$(top_srcdir)/libipset/include -I$(top_srcdir)/libcork/include
  331. libipset_la_LDFLAGS = -static
  332. all: all-am
  333. .SUFFIXES:
  334. .SUFFIXES: .c .lo .o .obj
  335. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  336. @for dep in $?; do \
  337. case '$(am__configure_deps)' in \
  338. *$$dep*) \
  339. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  340. && { if test -f $@; then exit 0; else break; fi; }; \
  341. exit 1;; \
  342. esac; \
  343. done; \
  344. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libipset/Makefile'; \
  345. $(am__cd) $(top_srcdir) && \
  346. $(AUTOMAKE) --foreign libipset/Makefile
  347. .PRECIOUS: Makefile
  348. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  349. @case '$?' in \
  350. *config.status*) \
  351. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  352. *) \
  353. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  354. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  355. esac;
  356. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  357. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  358. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  359. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  360. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  361. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  362. $(am__aclocal_m4_deps):
  363. clean-noinstLTLIBRARIES:
  364. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  365. @list='$(noinst_LTLIBRARIES)'; \
  366. locs=`for p in $$list; do echo $$p; done | \
  367. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  368. sort -u`; \
  369. test -z "$$locs" || { \
  370. echo rm -f $${locs}; \
  371. rm -f $${locs}; \
  372. }
  373. bdd/$(am__dirstamp):
  374. @$(MKDIR_P) bdd
  375. @: > bdd/$(am__dirstamp)
  376. bdd/$(DEPDIR)/$(am__dirstamp):
  377. @$(MKDIR_P) bdd/$(DEPDIR)
  378. @: > bdd/$(DEPDIR)/$(am__dirstamp)
  379. bdd/libipset_la-assignments.lo: bdd/$(am__dirstamp) \
  380. bdd/$(DEPDIR)/$(am__dirstamp)
  381. bdd/libipset_la-basics.lo: bdd/$(am__dirstamp) \
  382. bdd/$(DEPDIR)/$(am__dirstamp)
  383. bdd/libipset_la-bdd-iterator.lo: bdd/$(am__dirstamp) \
  384. bdd/$(DEPDIR)/$(am__dirstamp)
  385. bdd/libipset_la-expanded.lo: bdd/$(am__dirstamp) \
  386. bdd/$(DEPDIR)/$(am__dirstamp)
  387. bdd/libipset_la-reachable.lo: bdd/$(am__dirstamp) \
  388. bdd/$(DEPDIR)/$(am__dirstamp)
  389. bdd/libipset_la-read.lo: bdd/$(am__dirstamp) \
  390. bdd/$(DEPDIR)/$(am__dirstamp)
  391. bdd/libipset_la-write.lo: bdd/$(am__dirstamp) \
  392. bdd/$(DEPDIR)/$(am__dirstamp)
  393. map/$(am__dirstamp):
  394. @$(MKDIR_P) map
  395. @: > map/$(am__dirstamp)
  396. map/$(DEPDIR)/$(am__dirstamp):
  397. @$(MKDIR_P) map/$(DEPDIR)
  398. @: > map/$(DEPDIR)/$(am__dirstamp)
  399. map/libipset_la-allocation.lo: map/$(am__dirstamp) \
  400. map/$(DEPDIR)/$(am__dirstamp)
  401. map/libipset_la-inspection.lo: map/$(am__dirstamp) \
  402. map/$(DEPDIR)/$(am__dirstamp)
  403. map/libipset_la-ipv4_map.lo: map/$(am__dirstamp) \
  404. map/$(DEPDIR)/$(am__dirstamp)
  405. map/libipset_la-ipv6_map.lo: map/$(am__dirstamp) \
  406. map/$(DEPDIR)/$(am__dirstamp)
  407. map/libipset_la-storage.lo: map/$(am__dirstamp) \
  408. map/$(DEPDIR)/$(am__dirstamp)
  409. set/$(am__dirstamp):
  410. @$(MKDIR_P) set
  411. @: > set/$(am__dirstamp)
  412. set/$(DEPDIR)/$(am__dirstamp):
  413. @$(MKDIR_P) set/$(DEPDIR)
  414. @: > set/$(DEPDIR)/$(am__dirstamp)
  415. set/libipset_la-allocation.lo: set/$(am__dirstamp) \
  416. set/$(DEPDIR)/$(am__dirstamp)
  417. set/libipset_la-inspection.lo: set/$(am__dirstamp) \
  418. set/$(DEPDIR)/$(am__dirstamp)
  419. set/libipset_la-ipv4_set.lo: set/$(am__dirstamp) \
  420. set/$(DEPDIR)/$(am__dirstamp)
  421. set/libipset_la-ipv6_set.lo: set/$(am__dirstamp) \
  422. set/$(DEPDIR)/$(am__dirstamp)
  423. set/libipset_la-iterator.lo: set/$(am__dirstamp) \
  424. set/$(DEPDIR)/$(am__dirstamp)
  425. set/libipset_la-storage.lo: set/$(am__dirstamp) \
  426. set/$(DEPDIR)/$(am__dirstamp)
  427. libipset.la: $(libipset_la_OBJECTS) $(libipset_la_DEPENDENCIES) $(EXTRA_libipset_la_DEPENDENCIES)
  428. $(AM_V_CCLD)$(libipset_la_LINK) $(libipset_la_OBJECTS) $(libipset_la_LIBADD) $(LIBS)
  429. mostlyclean-compile:
  430. -rm -f *.$(OBJEXT)
  431. -rm -f bdd/*.$(OBJEXT)
  432. -rm -f bdd/*.lo
  433. -rm -f map/*.$(OBJEXT)
  434. -rm -f map/*.lo
  435. -rm -f set/*.$(OBJEXT)
  436. -rm -f set/*.lo
  437. distclean-compile:
  438. -rm -f *.tab.c
  439. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libipset_la-general.Plo@am__quote@
  440. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-assignments.Plo@am__quote@
  441. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-basics.Plo@am__quote@
  442. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-bdd-iterator.Plo@am__quote@
  443. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-expanded.Plo@am__quote@
  444. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-reachable.Plo@am__quote@
  445. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-read.Plo@am__quote@
  446. @AMDEP_TRUE@@am__include@ @am__quote@bdd/$(DEPDIR)/libipset_la-write.Plo@am__quote@
  447. @AMDEP_TRUE@@am__include@ @am__quote@map/$(DEPDIR)/libipset_la-allocation.Plo@am__quote@
  448. @AMDEP_TRUE@@am__include@ @am__quote@map/$(DEPDIR)/libipset_la-inspection.Plo@am__quote@
  449. @AMDEP_TRUE@@am__include@ @am__quote@map/$(DEPDIR)/libipset_la-ipv4_map.Plo@am__quote@
  450. @AMDEP_TRUE@@am__include@ @am__quote@map/$(DEPDIR)/libipset_la-ipv6_map.Plo@am__quote@
  451. @AMDEP_TRUE@@am__include@ @am__quote@map/$(DEPDIR)/libipset_la-storage.Plo@am__quote@
  452. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-allocation.Plo@am__quote@
  453. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-inspection.Plo@am__quote@
  454. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-ipv4_set.Plo@am__quote@
  455. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-ipv6_set.Plo@am__quote@
  456. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-iterator.Plo@am__quote@
  457. @AMDEP_TRUE@@am__include@ @am__quote@set/$(DEPDIR)/libipset_la-storage.Plo@am__quote@
  458. .c.o:
  459. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  460. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  461. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  462. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  463. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  464. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  465. .c.obj:
  466. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  467. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  468. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  469. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  470. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  471. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  472. .c.lo:
  473. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  474. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  475. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  476. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  477. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  478. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  479. libipset_la-general.lo: general.c
  480. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT libipset_la-general.lo -MD -MP -MF $(DEPDIR)/libipset_la-general.Tpo -c -o libipset_la-general.lo `test -f 'general.c' || echo '$(srcdir)/'`general.c
  481. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libipset_la-general.Tpo $(DEPDIR)/libipset_la-general.Plo
  482. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='general.c' object='libipset_la-general.lo' libtool=yes @AMDEPBACKSLASH@
  483. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  484. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o libipset_la-general.lo `test -f 'general.c' || echo '$(srcdir)/'`general.c
  485. bdd/libipset_la-assignments.lo: bdd/assignments.c
  486. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-assignments.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-assignments.Tpo -c -o bdd/libipset_la-assignments.lo `test -f 'bdd/assignments.c' || echo '$(srcdir)/'`bdd/assignments.c
  487. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-assignments.Tpo bdd/$(DEPDIR)/libipset_la-assignments.Plo
  488. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/assignments.c' object='bdd/libipset_la-assignments.lo' libtool=yes @AMDEPBACKSLASH@
  489. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  490. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-assignments.lo `test -f 'bdd/assignments.c' || echo '$(srcdir)/'`bdd/assignments.c
  491. bdd/libipset_la-basics.lo: bdd/basics.c
  492. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-basics.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-basics.Tpo -c -o bdd/libipset_la-basics.lo `test -f 'bdd/basics.c' || echo '$(srcdir)/'`bdd/basics.c
  493. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-basics.Tpo bdd/$(DEPDIR)/libipset_la-basics.Plo
  494. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/basics.c' object='bdd/libipset_la-basics.lo' libtool=yes @AMDEPBACKSLASH@
  495. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  496. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-basics.lo `test -f 'bdd/basics.c' || echo '$(srcdir)/'`bdd/basics.c
  497. bdd/libipset_la-bdd-iterator.lo: bdd/bdd-iterator.c
  498. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-bdd-iterator.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-bdd-iterator.Tpo -c -o bdd/libipset_la-bdd-iterator.lo `test -f 'bdd/bdd-iterator.c' || echo '$(srcdir)/'`bdd/bdd-iterator.c
  499. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-bdd-iterator.Tpo bdd/$(DEPDIR)/libipset_la-bdd-iterator.Plo
  500. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/bdd-iterator.c' object='bdd/libipset_la-bdd-iterator.lo' libtool=yes @AMDEPBACKSLASH@
  501. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  502. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-bdd-iterator.lo `test -f 'bdd/bdd-iterator.c' || echo '$(srcdir)/'`bdd/bdd-iterator.c
  503. bdd/libipset_la-expanded.lo: bdd/expanded.c
  504. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-expanded.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-expanded.Tpo -c -o bdd/libipset_la-expanded.lo `test -f 'bdd/expanded.c' || echo '$(srcdir)/'`bdd/expanded.c
  505. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-expanded.Tpo bdd/$(DEPDIR)/libipset_la-expanded.Plo
  506. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/expanded.c' object='bdd/libipset_la-expanded.lo' libtool=yes @AMDEPBACKSLASH@
  507. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  508. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-expanded.lo `test -f 'bdd/expanded.c' || echo '$(srcdir)/'`bdd/expanded.c
  509. bdd/libipset_la-reachable.lo: bdd/reachable.c
  510. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-reachable.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-reachable.Tpo -c -o bdd/libipset_la-reachable.lo `test -f 'bdd/reachable.c' || echo '$(srcdir)/'`bdd/reachable.c
  511. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-reachable.Tpo bdd/$(DEPDIR)/libipset_la-reachable.Plo
  512. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/reachable.c' object='bdd/libipset_la-reachable.lo' libtool=yes @AMDEPBACKSLASH@
  513. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  514. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-reachable.lo `test -f 'bdd/reachable.c' || echo '$(srcdir)/'`bdd/reachable.c
  515. bdd/libipset_la-read.lo: bdd/read.c
  516. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-read.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-read.Tpo -c -o bdd/libipset_la-read.lo `test -f 'bdd/read.c' || echo '$(srcdir)/'`bdd/read.c
  517. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-read.Tpo bdd/$(DEPDIR)/libipset_la-read.Plo
  518. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/read.c' object='bdd/libipset_la-read.lo' libtool=yes @AMDEPBACKSLASH@
  519. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  520. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-read.lo `test -f 'bdd/read.c' || echo '$(srcdir)/'`bdd/read.c
  521. bdd/libipset_la-write.lo: bdd/write.c
  522. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT bdd/libipset_la-write.lo -MD -MP -MF bdd/$(DEPDIR)/libipset_la-write.Tpo -c -o bdd/libipset_la-write.lo `test -f 'bdd/write.c' || echo '$(srcdir)/'`bdd/write.c
  523. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bdd/$(DEPDIR)/libipset_la-write.Tpo bdd/$(DEPDIR)/libipset_la-write.Plo
  524. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bdd/write.c' object='bdd/libipset_la-write.lo' libtool=yes @AMDEPBACKSLASH@
  525. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  526. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o bdd/libipset_la-write.lo `test -f 'bdd/write.c' || echo '$(srcdir)/'`bdd/write.c
  527. map/libipset_la-allocation.lo: map/allocation.c
  528. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT map/libipset_la-allocation.lo -MD -MP -MF map/$(DEPDIR)/libipset_la-allocation.Tpo -c -o map/libipset_la-allocation.lo `test -f 'map/allocation.c' || echo '$(srcdir)/'`map/allocation.c
  529. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) map/$(DEPDIR)/libipset_la-allocation.Tpo map/$(DEPDIR)/libipset_la-allocation.Plo
  530. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='map/allocation.c' object='map/libipset_la-allocation.lo' libtool=yes @AMDEPBACKSLASH@
  531. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  532. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o map/libipset_la-allocation.lo `test -f 'map/allocation.c' || echo '$(srcdir)/'`map/allocation.c
  533. map/libipset_la-inspection.lo: map/inspection.c
  534. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT map/libipset_la-inspection.lo -MD -MP -MF map/$(DEPDIR)/libipset_la-inspection.Tpo -c -o map/libipset_la-inspection.lo `test -f 'map/inspection.c' || echo '$(srcdir)/'`map/inspection.c
  535. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) map/$(DEPDIR)/libipset_la-inspection.Tpo map/$(DEPDIR)/libipset_la-inspection.Plo
  536. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='map/inspection.c' object='map/libipset_la-inspection.lo' libtool=yes @AMDEPBACKSLASH@
  537. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  538. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o map/libipset_la-inspection.lo `test -f 'map/inspection.c' || echo '$(srcdir)/'`map/inspection.c
  539. map/libipset_la-ipv4_map.lo: map/ipv4_map.c
  540. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT map/libipset_la-ipv4_map.lo -MD -MP -MF map/$(DEPDIR)/libipset_la-ipv4_map.Tpo -c -o map/libipset_la-ipv4_map.lo `test -f 'map/ipv4_map.c' || echo '$(srcdir)/'`map/ipv4_map.c
  541. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) map/$(DEPDIR)/libipset_la-ipv4_map.Tpo map/$(DEPDIR)/libipset_la-ipv4_map.Plo
  542. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='map/ipv4_map.c' object='map/libipset_la-ipv4_map.lo' libtool=yes @AMDEPBACKSLASH@
  543. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  544. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o map/libipset_la-ipv4_map.lo `test -f 'map/ipv4_map.c' || echo '$(srcdir)/'`map/ipv4_map.c
  545. map/libipset_la-ipv6_map.lo: map/ipv6_map.c
  546. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT map/libipset_la-ipv6_map.lo -MD -MP -MF map/$(DEPDIR)/libipset_la-ipv6_map.Tpo -c -o map/libipset_la-ipv6_map.lo `test -f 'map/ipv6_map.c' || echo '$(srcdir)/'`map/ipv6_map.c
  547. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) map/$(DEPDIR)/libipset_la-ipv6_map.Tpo map/$(DEPDIR)/libipset_la-ipv6_map.Plo
  548. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='map/ipv6_map.c' object='map/libipset_la-ipv6_map.lo' libtool=yes @AMDEPBACKSLASH@
  549. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  550. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o map/libipset_la-ipv6_map.lo `test -f 'map/ipv6_map.c' || echo '$(srcdir)/'`map/ipv6_map.c
  551. map/libipset_la-storage.lo: map/storage.c
  552. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT map/libipset_la-storage.lo -MD -MP -MF map/$(DEPDIR)/libipset_la-storage.Tpo -c -o map/libipset_la-storage.lo `test -f 'map/storage.c' || echo '$(srcdir)/'`map/storage.c
  553. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) map/$(DEPDIR)/libipset_la-storage.Tpo map/$(DEPDIR)/libipset_la-storage.Plo
  554. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='map/storage.c' object='map/libipset_la-storage.lo' libtool=yes @AMDEPBACKSLASH@
  555. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  556. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o map/libipset_la-storage.lo `test -f 'map/storage.c' || echo '$(srcdir)/'`map/storage.c
  557. set/libipset_la-allocation.lo: set/allocation.c
  558. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-allocation.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-allocation.Tpo -c -o set/libipset_la-allocation.lo `test -f 'set/allocation.c' || echo '$(srcdir)/'`set/allocation.c
  559. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-allocation.Tpo set/$(DEPDIR)/libipset_la-allocation.Plo
  560. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/allocation.c' object='set/libipset_la-allocation.lo' libtool=yes @AMDEPBACKSLASH@
  561. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  562. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-allocation.lo `test -f 'set/allocation.c' || echo '$(srcdir)/'`set/allocation.c
  563. set/libipset_la-inspection.lo: set/inspection.c
  564. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-inspection.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-inspection.Tpo -c -o set/libipset_la-inspection.lo `test -f 'set/inspection.c' || echo '$(srcdir)/'`set/inspection.c
  565. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-inspection.Tpo set/$(DEPDIR)/libipset_la-inspection.Plo
  566. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/inspection.c' object='set/libipset_la-inspection.lo' libtool=yes @AMDEPBACKSLASH@
  567. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  568. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-inspection.lo `test -f 'set/inspection.c' || echo '$(srcdir)/'`set/inspection.c
  569. set/libipset_la-ipv4_set.lo: set/ipv4_set.c
  570. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-ipv4_set.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-ipv4_set.Tpo -c -o set/libipset_la-ipv4_set.lo `test -f 'set/ipv4_set.c' || echo '$(srcdir)/'`set/ipv4_set.c
  571. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-ipv4_set.Tpo set/$(DEPDIR)/libipset_la-ipv4_set.Plo
  572. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/ipv4_set.c' object='set/libipset_la-ipv4_set.lo' libtool=yes @AMDEPBACKSLASH@
  573. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  574. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-ipv4_set.lo `test -f 'set/ipv4_set.c' || echo '$(srcdir)/'`set/ipv4_set.c
  575. set/libipset_la-ipv6_set.lo: set/ipv6_set.c
  576. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-ipv6_set.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-ipv6_set.Tpo -c -o set/libipset_la-ipv6_set.lo `test -f 'set/ipv6_set.c' || echo '$(srcdir)/'`set/ipv6_set.c
  577. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-ipv6_set.Tpo set/$(DEPDIR)/libipset_la-ipv6_set.Plo
  578. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/ipv6_set.c' object='set/libipset_la-ipv6_set.lo' libtool=yes @AMDEPBACKSLASH@
  579. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  580. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-ipv6_set.lo `test -f 'set/ipv6_set.c' || echo '$(srcdir)/'`set/ipv6_set.c
  581. set/libipset_la-iterator.lo: set/iterator.c
  582. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-iterator.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-iterator.Tpo -c -o set/libipset_la-iterator.lo `test -f 'set/iterator.c' || echo '$(srcdir)/'`set/iterator.c
  583. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-iterator.Tpo set/$(DEPDIR)/libipset_la-iterator.Plo
  584. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/iterator.c' object='set/libipset_la-iterator.lo' libtool=yes @AMDEPBACKSLASH@
  585. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  586. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-iterator.lo `test -f 'set/iterator.c' || echo '$(srcdir)/'`set/iterator.c
  587. set/libipset_la-storage.lo: set/storage.c
  588. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -MT set/libipset_la-storage.lo -MD -MP -MF set/$(DEPDIR)/libipset_la-storage.Tpo -c -o set/libipset_la-storage.lo `test -f 'set/storage.c' || echo '$(srcdir)/'`set/storage.c
  589. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) set/$(DEPDIR)/libipset_la-storage.Tpo set/$(DEPDIR)/libipset_la-storage.Plo
  590. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='set/storage.c' object='set/libipset_la-storage.lo' libtool=yes @AMDEPBACKSLASH@
  591. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  592. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libipset_la_CFLAGS) $(CFLAGS) -c -o set/libipset_la-storage.lo `test -f 'set/storage.c' || echo '$(srcdir)/'`set/storage.c
  593. mostlyclean-libtool:
  594. -rm -f *.lo
  595. clean-libtool:
  596. -rm -rf .libs _libs
  597. -rm -rf bdd/.libs bdd/_libs
  598. -rm -rf map/.libs map/_libs
  599. -rm -rf set/.libs set/_libs
  600. ID: $(am__tagged_files)
  601. $(am__define_uniq_tagged_files); mkid -fID $$unique
  602. tags: tags-am
  603. TAGS: tags
  604. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  605. set x; \
  606. here=`pwd`; \
  607. $(am__define_uniq_tagged_files); \
  608. shift; \
  609. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  610. test -n "$$unique" || unique=$$empty_fix; \
  611. if test $$# -gt 0; then \
  612. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  613. "$$@" $$unique; \
  614. else \
  615. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  616. $$unique; \
  617. fi; \
  618. fi
  619. ctags: ctags-am
  620. CTAGS: ctags
  621. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  622. $(am__define_uniq_tagged_files); \
  623. test -z "$(CTAGS_ARGS)$$unique" \
  624. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  625. $$unique
  626. GTAGS:
  627. here=`$(am__cd) $(top_builddir) && pwd` \
  628. && $(am__cd) $(top_srcdir) \
  629. && gtags -i $(GTAGS_ARGS) "$$here"
  630. cscopelist: cscopelist-am
  631. cscopelist-am: $(am__tagged_files)
  632. list='$(am__tagged_files)'; \
  633. case "$(srcdir)" in \
  634. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  635. *) sdir=$(subdir)/$(srcdir) ;; \
  636. esac; \
  637. for i in $$list; do \
  638. if test -f "$$i"; then \
  639. echo "$(subdir)/$$i"; \
  640. else \
  641. echo "$$sdir/$$i"; \
  642. fi; \
  643. done >> $(top_builddir)/cscope.files
  644. distclean-tags:
  645. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  646. distdir: $(DISTFILES)
  647. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  648. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  649. list='$(DISTFILES)'; \
  650. dist_files=`for file in $$list; do echo $$file; done | \
  651. sed -e "s|^$$srcdirstrip/||;t" \
  652. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  653. case $$dist_files in \
  654. */*) $(MKDIR_P) `echo "$$dist_files" | \
  655. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  656. sort -u` ;; \
  657. esac; \
  658. for file in $$dist_files; do \
  659. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  660. if test -d $$d/$$file; then \
  661. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  662. if test -d "$(distdir)/$$file"; then \
  663. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  664. fi; \
  665. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  666. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  667. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  668. fi; \
  669. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  670. else \
  671. test -f "$(distdir)/$$file" \
  672. || cp -p $$d/$$file "$(distdir)/$$file" \
  673. || exit 1; \
  674. fi; \
  675. done
  676. check-am: all-am
  677. check: check-am
  678. all-am: Makefile $(LTLIBRARIES)
  679. installdirs:
  680. install: install-am
  681. install-exec: install-exec-am
  682. install-data: install-data-am
  683. uninstall: uninstall-am
  684. install-am: all-am
  685. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  686. installcheck: installcheck-am
  687. install-strip:
  688. if test -z '$(STRIP)'; then \
  689. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  690. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  691. install; \
  692. else \
  693. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  694. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  695. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  696. fi
  697. mostlyclean-generic:
  698. clean-generic:
  699. distclean-generic:
  700. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  701. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  702. -rm -f bdd/$(DEPDIR)/$(am__dirstamp)
  703. -rm -f bdd/$(am__dirstamp)
  704. -rm -f map/$(DEPDIR)/$(am__dirstamp)
  705. -rm -f map/$(am__dirstamp)
  706. -rm -f set/$(DEPDIR)/$(am__dirstamp)
  707. -rm -f set/$(am__dirstamp)
  708. maintainer-clean-generic:
  709. @echo "This command is intended for maintainers to use"
  710. @echo "it deletes files that may require special tools to rebuild."
  711. clean: clean-am
  712. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  713. mostlyclean-am
  714. distclean: distclean-am
  715. -rm -rf ./$(DEPDIR) bdd/$(DEPDIR) map/$(DEPDIR) set/$(DEPDIR)
  716. -rm -f Makefile
  717. distclean-am: clean-am distclean-compile distclean-generic \
  718. distclean-tags
  719. dvi: dvi-am
  720. dvi-am:
  721. html: html-am
  722. html-am:
  723. info: info-am
  724. info-am:
  725. install-data-am:
  726. install-dvi: install-dvi-am
  727. install-dvi-am:
  728. install-exec-am:
  729. install-html: install-html-am
  730. install-html-am:
  731. install-info: install-info-am
  732. install-info-am:
  733. install-man:
  734. install-pdf: install-pdf-am
  735. install-pdf-am:
  736. install-ps: install-ps-am
  737. install-ps-am:
  738. installcheck-am:
  739. maintainer-clean: maintainer-clean-am
  740. -rm -rf ./$(DEPDIR) bdd/$(DEPDIR) map/$(DEPDIR) set/$(DEPDIR)
  741. -rm -f Makefile
  742. maintainer-clean-am: distclean-am maintainer-clean-generic
  743. mostlyclean: mostlyclean-am
  744. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  745. mostlyclean-libtool
  746. pdf: pdf-am
  747. pdf-am:
  748. ps: ps-am
  749. ps-am:
  750. uninstall-am:
  751. .MAKE: install-am install-strip
  752. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  753. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  754. ctags-am distclean distclean-compile distclean-generic \
  755. distclean-libtool distclean-tags distdir dvi dvi-am html \
  756. html-am info info-am install install-am install-data \
  757. install-data-am install-dvi install-dvi-am install-exec \
  758. install-exec-am install-html install-html-am install-info \
  759. install-info-am install-man install-pdf install-pdf-am \
  760. install-ps install-ps-am install-strip installcheck \
  761. installcheck-am installdirs maintainer-clean \
  762. maintainer-clean-generic mostlyclean mostlyclean-compile \
  763. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  764. tags tags-am uninstall uninstall-am
  765. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  766. # Otherwise a system limit (for SysV at least) may be exceeded.
  767. .NOEXPORT: