/contrib/ntp/sntp/libopts/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 546 lines · 468 code · 64 blank · 14 comment · 79 complexity · c922a2e32eb86a50ad69a34870858e2a MD5 · raw file

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