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.

800 lines
42 KiB

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