Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # 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. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. subdir = libopts
  35. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
  38. $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  42. CONFIG_HEADER = $(top_builddir)/src/config.h
  43. CONFIG_CLEAN_FILES =
  44. CONFIG_CLEAN_VPATH_FILES =
  45. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  46. am__vpath_adj = case $$p in \
  47. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  48. *) f=$$p;; \
  49. esac;
  50. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  51. am__install_max = 40
  52. am__nobase_strip_setup = \
  53. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  54. am__nobase_strip = \
  55. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  56. am__nobase_list = $(am__nobase_strip_setup); \
  57. for p in $$list; do echo "$$p $$p"; done | \
  58. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  59. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  60. if (++n[$$2] == $(am__install_max)) \
  61. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  62. END { for (dir in files) print dir, files[dir] }'
  63. am__base_list = \
  64. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  65. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  66. am__installdirs = "$(DESTDIR)$(libdir)"
  67. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  68. libopts_la_LIBADD =
  69. am_libopts_la_OBJECTS = libopts_la-libopts.lo
  70. libopts_la_OBJECTS = $(am_libopts_la_OBJECTS)
  71. libopts_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  72. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  73. $(libopts_la_LDFLAGS) $(LDFLAGS) -o $@
  74. @INSTALL_LIBOPTS_FALSE@am_libopts_la_rpath =
  75. @INSTALL_LIBOPTS_TRUE@am_libopts_la_rpath = -rpath $(libdir)
  76. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  77. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  78. am__depfiles_maybe = depfiles
  79. am__mv = mv -f
  80. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  81. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  82. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  83. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  84. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  85. CCLD = $(CC)
  86. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  87. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  88. $(LDFLAGS) -o $@
  89. SOURCES = $(libopts_la_SOURCES)
  90. DIST_SOURCES = $(libopts_la_SOURCES)
  91. ETAGS = etags
  92. CTAGS = ctags
  93. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  94. ACLOCAL = @ACLOCAL@
  95. AMTAR = @AMTAR@
  96. AR = @AR@
  97. AUTOCONF = @AUTOCONF@
  98. AUTOGEN = @AUTOGEN@
  99. AUTOHEADER = @AUTOHEADER@
  100. AUTOMAKE = @AUTOMAKE@
  101. AWK = @AWK@
  102. CC = @CC@
  103. CCDEPMODE = @CCDEPMODE@
  104. CFLAGS = @CFLAGS@
  105. CPP = @CPP@
  106. CPPFLAGS = @CPPFLAGS@
  107. CUT = @CUT@
  108. CXX = @CXX@
  109. CXXCPP = @CXXCPP@
  110. CXXDEPMODE = @CXXDEPMODE@
  111. CXXFLAGS = @CXXFLAGS@
  112. CYGPATH_W = @CYGPATH_W@
  113. DEFS = @DEFS@
  114. DEPDIR = @DEPDIR@
  115. DMALLOC_LIB = @DMALLOC_LIB@
  116. DSYMUTIL = @DSYMUTIL@
  117. DUMPBIN = @DUMPBIN@
  118. ECHO = @ECHO@
  119. ECHO_C = @ECHO_C@
  120. ECHO_N = @ECHO_N@
  121. ECHO_T = @ECHO_T@
  122. EGREP = @EGREP@
  123. EXEEXT = @EXEEXT@
  124. FGREP = @FGREP@
  125. GREP = @GREP@
  126. GROFF = @GROFF@
  127. INSTALL = @INSTALL@
  128. INSTALL_DATA = @INSTALL_DATA@
  129. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  130. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  131. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  132. LD = @LD@
  133. LDFLAGS = @LDFLAGS@
  134. LDNETINC = @LDNETINC@
  135. LDNETLIB = @LDNETLIB@
  136. LIBOBJS = @LIBOBJS@
  137. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  138. LIBOPTS_DIR = @LIBOPTS_DIR@
  139. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  140. LIBS = @LIBS@
  141. LIBTOOL = @LIBTOOL@
  142. LIPO = @LIPO@
  143. LNAVLIB = @LNAVLIB@
  144. LNAV_CFLAGS = @LNAV_CFLAGS@
  145. LN_S = @LN_S@
  146. LPCAPINC = @LPCAPINC@
  147. LPCAPLIB = @LPCAPLIB@
  148. LTLIBOBJS = @LTLIBOBJS@
  149. MAINT = @MAINT@
  150. MAKEINFO = @MAKEINFO@
  151. MKDIR_P = @MKDIR_P@
  152. NM = @NM@
  153. NMEDIT = @NMEDIT@
  154. OBJDUMP = @OBJDUMP@
  155. OBJEXT = @OBJEXT@
  156. OTOOL = @OTOOL@
  157. OTOOL64 = @OTOOL64@
  158. PACKAGE = @PACKAGE@
  159. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  160. PACKAGE_NAME = @PACKAGE_NAME@
  161. PACKAGE_STRING = @PACKAGE_STRING@
  162. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  163. PACKAGE_URL = @PACKAGE_URL@
  164. PACKAGE_VERSION = @PACKAGE_VERSION@
  165. PATH_SEPARATOR = @PATH_SEPARATOR@
  166. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  167. PRINTF = @PRINTF@
  168. RANLIB = @RANLIB@
  169. SED = @SED@
  170. SET_MAKE = @SET_MAKE@
  171. SHELL = @SHELL@
  172. STRIP = @STRIP@
  173. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  174. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  175. VERSION = @VERSION@
  176. abs_builddir = @abs_builddir@
  177. abs_srcdir = @abs_srcdir@
  178. abs_top_builddir = @abs_top_builddir@
  179. abs_top_srcdir = @abs_top_srcdir@
  180. ac_ct_CC = @ac_ct_CC@
  181. ac_ct_CXX = @ac_ct_CXX@
  182. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  183. am__include = @am__include@
  184. am__leading_dot = @am__leading_dot@
  185. am__quote = @am__quote@
  186. am__tar = @am__tar@
  187. am__untar = @am__untar@
  188. bindir = @bindir@
  189. build = @build@
  190. build_alias = @build_alias@
  191. build_cpu = @build_cpu@
  192. build_os = @build_os@
  193. build_vendor = @build_vendor@
  194. builddir = @builddir@
  195. datadir = @datadir@
  196. datarootdir = @datarootdir@
  197. debug_flag = @debug_flag@
  198. docdir = @docdir@
  199. dvidir = @dvidir@
  200. exec_prefix = @exec_prefix@
  201. host = @host@
  202. host_alias = @host_alias@
  203. host_cpu = @host_cpu@
  204. host_os = @host_os@
  205. host_vendor = @host_vendor@
  206. htmldir = @htmldir@
  207. includedir = @includedir@
  208. infodir = @infodir@
  209. install_sh = @install_sh@
  210. libdir = @libdir@
  211. libexecdir = @libexecdir@
  212. localedir = @localedir@
  213. localstatedir = @localstatedir@
  214. lt_ECHO = @lt_ECHO@
  215. mandir = @mandir@
  216. mkdir_p = @mkdir_p@
  217. nic1 = @nic1@
  218. nic2 = @nic2@
  219. oldincludedir = @oldincludedir@
  220. pcncfg = @pcncfg@
  221. pdfdir = @pdfdir@
  222. prefix = @prefix@
  223. program_transform_name = @program_transform_name@
  224. psdir = @psdir@
  225. sbindir = @sbindir@
  226. sharedstatedir = @sharedstatedir@
  227. srcdir = @srcdir@
  228. sysconfdir = @sysconfdir@
  229. target = @target@
  230. target_alias = @target_alias@
  231. target_cpu = @target_cpu@
  232. target_os = @target_os@
  233. target_vendor = @target_vendor@
  234. tcpdump_path = @tcpdump_path@
  235. top_build_prefix = @top_build_prefix@
  236. top_builddir = @top_builddir@
  237. top_srcdir = @top_srcdir@
  238. MAINTAINERCLEANFILES = Makefile.in
  239. @INSTALL_LIBOPTS_TRUE@lib_LTLIBRARIES = libopts.la
  240. @INSTALL_LIBOPTS_FALSE@noinst_LTLIBRARIES = libopts.la
  241. libopts_la_SOURCES = libopts.c
  242. libopts_la_CPPFLAGS = -I$(top_srcdir)
  243. libopts_la_LDFLAGS = -version-info 32:2:7
  244. EXTRA_DIST = \
  245. COPYING.gplv3 COPYING.lgplv3 COPYING.mbsd \
  246. MakeDefs.inc README ag-char-map.h \
  247. autoopts/options.h autoopts/usage-txt.h autoopts.c \
  248. autoopts.h boolean.c compat/compat.h \
  249. compat/pathfind.c compat/snprintf.c compat/strchr.c \
  250. compat/strdup.c compat/windows-config.h configfile.c \
  251. cook.c enumeration.c environment.c \
  252. file.c genshell.c genshell.h \
  253. load.c m4/libopts.m4 m4/liboptschk.m4 \
  254. makeshell.c nested.c numeric.c \
  255. parse-duration.c parse-duration.h pgusage.c \
  256. proto.h putshell.c reset.c \
  257. restore.c save.c sort.c \
  258. stack.c streqvcmp.c text_mmap.c \
  259. time.c tokenize.c usage.c \
  260. value-type.c value-type.h version.c \
  261. xat-attribute.c xat-attribute.h
  262. all: all-am
  263. .SUFFIXES:
  264. .SUFFIXES: .c .lo .o .obj
  265. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  270. && { if test -f $@; then exit 0; else break; fi; }; \
  271. exit 1;; \
  272. esac; \
  273. done; \
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libopts/Makefile'; \
  275. $(am__cd) $(top_srcdir) && \
  276. $(AUTOMAKE) --gnu libopts/Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in \
  280. *config.status*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  282. *) \
  283. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  284. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(am__aclocal_m4_deps):
  293. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  294. @$(NORMAL_INSTALL)
  295. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  296. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  297. list2=; for p in $$list; do \
  298. if test -f $$p; then \
  299. list2="$$list2 $$p"; \
  300. else :; fi; \
  301. done; \
  302. test -z "$$list2" || { \
  303. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  304. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  305. }
  306. uninstall-libLTLIBRARIES:
  307. @$(NORMAL_UNINSTALL)
  308. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  309. for p in $$list; do \
  310. $(am__strip_dir) \
  311. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  312. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  313. done
  314. clean-libLTLIBRARIES:
  315. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  316. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  317. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  318. test "$$dir" != "$$p" || dir=.; \
  319. echo "rm -f \"$${dir}/so_locations\""; \
  320. rm -f "$${dir}/so_locations"; \
  321. done
  322. clean-noinstLTLIBRARIES:
  323. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  324. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  325. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  326. test "$$dir" != "$$p" || dir=.; \
  327. echo "rm -f \"$${dir}/so_locations\""; \
  328. rm -f "$${dir}/so_locations"; \
  329. done
  330. libopts.la: $(libopts_la_OBJECTS) $(libopts_la_DEPENDENCIES)
  331. $(libopts_la_LINK) $(am_libopts_la_rpath) $(libopts_la_OBJECTS) $(libopts_la_LIBADD) $(LIBS)
  332. mostlyclean-compile:
  333. -rm -f *.$(OBJEXT)
  334. distclean-compile:
  335. -rm -f *.tab.c
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopts_la-libopts.Plo@am__quote@
  337. .c.o:
  338. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  339. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  340. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  343. .c.obj:
  344. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  345. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  346. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  348. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  349. .c.lo:
  350. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  351. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  352. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  353. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  354. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  355. libopts_la-libopts.lo: libopts.c
  356. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
  357. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libopts_la-libopts.Tpo $(DEPDIR)/libopts_la-libopts.Plo
  358. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libopts.c' object='libopts_la-libopts.lo' libtool=yes @AMDEPBACKSLASH@
  359. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  360. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
  361. mostlyclean-libtool:
  362. -rm -f *.lo
  363. clean-libtool:
  364. -rm -rf .libs _libs
  365. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. mkid -fID $$unique
  373. tags: TAGS
  374. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  375. $(TAGS_FILES) $(LISP)
  376. set x; \
  377. here=`pwd`; \
  378. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  379. unique=`for i in $$list; do \
  380. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  381. done | \
  382. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  383. END { if (nonempty) { for (i in files) print i; }; }'`; \
  384. shift; \
  385. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  386. test -n "$$unique" || unique=$$empty_fix; \
  387. if test $$# -gt 0; then \
  388. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  389. "$$@" $$unique; \
  390. else \
  391. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  392. $$unique; \
  393. fi; \
  394. fi
  395. ctags: CTAGS
  396. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  397. $(TAGS_FILES) $(LISP)
  398. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  399. unique=`for i in $$list; do \
  400. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  401. done | \
  402. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  403. END { if (nonempty) { for (i in files) print i; }; }'`; \
  404. test -z "$(CTAGS_ARGS)$$unique" \
  405. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  406. $$unique
  407. GTAGS:
  408. here=`$(am__cd) $(top_builddir) && pwd` \
  409. && $(am__cd) $(top_srcdir) \
  410. && gtags -i $(GTAGS_ARGS) "$$here"
  411. distclean-tags:
  412. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  413. distdir: $(DISTFILES)
  414. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  415. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  416. list='$(DISTFILES)'; \
  417. dist_files=`for file in $$list; do echo $$file; done | \
  418. sed -e "s|^$$srcdirstrip/||;t" \
  419. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  420. case $$dist_files in \
  421. */*) $(MKDIR_P) `echo "$$dist_files" | \
  422. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  423. sort -u` ;; \
  424. esac; \
  425. for file in $$dist_files; do \
  426. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  427. if test -d $$d/$$file; then \
  428. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  429. if test -d "$(distdir)/$$file"; then \
  430. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  431. fi; \
  432. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  433. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  434. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  435. fi; \
  436. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  437. else \
  438. test -f "$(distdir)/$$file" \
  439. || cp -p $$d/$$file "$(distdir)/$$file" \
  440. || exit 1; \
  441. fi; \
  442. done
  443. check-am: all-am
  444. check: check-am
  445. all-am: Makefile $(LTLIBRARIES)
  446. installdirs:
  447. for dir in "$(DESTDIR)$(libdir)"; do \
  448. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  449. done
  450. install: install-am
  451. install-exec: install-exec-am
  452. install-data: install-data-am
  453. uninstall: uninstall-am
  454. install-am: all-am
  455. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  456. installcheck: installcheck-am
  457. install-strip:
  458. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  459. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  460. `test -z '$(STRIP)' || \
  461. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  462. mostlyclean-generic:
  463. clean-generic:
  464. distclean-generic:
  465. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  466. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  467. maintainer-clean-generic:
  468. @echo "This command is intended for maintainers to use"
  469. @echo "it deletes files that may require special tools to rebuild."
  470. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  471. clean: clean-am
  472. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  473. clean-noinstLTLIBRARIES mostlyclean-am
  474. distclean: distclean-am
  475. -rm -rf ./$(DEPDIR)
  476. -rm -f Makefile
  477. distclean-am: clean-am distclean-compile distclean-generic \
  478. distclean-tags
  479. dvi: dvi-am
  480. dvi-am:
  481. html: html-am
  482. html-am:
  483. info: info-am
  484. info-am:
  485. install-data-am:
  486. install-dvi: install-dvi-am
  487. install-dvi-am:
  488. install-exec-am: install-libLTLIBRARIES
  489. install-html: install-html-am
  490. install-html-am:
  491. install-info: install-info-am
  492. install-info-am:
  493. install-man:
  494. install-pdf: install-pdf-am
  495. install-pdf-am:
  496. install-ps: install-ps-am
  497. install-ps-am:
  498. installcheck-am:
  499. maintainer-clean: maintainer-clean-am
  500. -rm -rf ./$(DEPDIR)
  501. -rm -f Makefile
  502. maintainer-clean-am: distclean-am maintainer-clean-generic
  503. mostlyclean: mostlyclean-am
  504. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  505. mostlyclean-libtool
  506. pdf: pdf-am
  507. pdf-am:
  508. ps: ps-am
  509. ps-am:
  510. uninstall-am: uninstall-libLTLIBRARIES
  511. .MAKE: install-am install-strip
  512. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  513. clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
  514. ctags distclean distclean-compile distclean-generic \
  515. distclean-libtool distclean-tags distdir dvi dvi-am html \
  516. html-am info info-am install install-am install-data \
  517. install-data-am install-dvi install-dvi-am install-exec \
  518. install-exec-am install-html install-html-am install-info \
  519. install-info-am install-libLTLIBRARIES install-man install-pdf \
  520. install-pdf-am install-ps install-ps-am install-strip \
  521. installcheck installcheck-am installdirs maintainer-clean \
  522. maintainer-clean-generic mostlyclean mostlyclean-compile \
  523. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  524. tags uninstall uninstall-am uninstall-libLTLIBRARIES
  525. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  526. # Otherwise a system limit (for SysV at least) may be exceeded.
  527. .NOEXPORT: