Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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 = interception
  35. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  38. $(top_srcdir)/../config/depstand.m4 \
  39. $(top_srcdir)/../config/lead-dot.m4 \
  40. $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
  41. $(top_srcdir)/../config/multi.m4 \
  42. $(top_srcdir)/../config/override.m4 \
  43. $(top_srcdir)/../config/stdint.m4 \
  44. $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
  45. $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
  46. $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
  47. $(top_srcdir)/configure.ac
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  51. CONFIG_HEADER = $(top_builddir)/config.h
  52. CONFIG_CLEAN_FILES =
  53. CONFIG_CLEAN_VPATH_FILES =
  54. LTLIBRARIES = $(noinst_LTLIBRARIES)
  55. libinterception_la_LIBADD =
  56. am__objects_1 = interception_linux.lo interception_mac.lo \
  57. interception_win.lo interception_type_test.lo
  58. am_libinterception_la_OBJECTS = $(am__objects_1)
  59. libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
  60. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  61. depcomp = $(SHELL) $(top_srcdir)/../depcomp
  62. am__depfiles_maybe = depfiles
  63. am__mv = mv -f
  64. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  65. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  66. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  67. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  68. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  69. CXXLD = $(CXX)
  70. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  71. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  72. $(LDFLAGS) -o $@
  73. SOURCES = $(libinterception_la_SOURCES)
  74. ETAGS = etags
  75. CTAGS = ctags
  76. ACLOCAL = @ACLOCAL@
  77. ALLOC_FILE = @ALLOC_FILE@
  78. AMTAR = @AMTAR@
  79. AR = @AR@
  80. AUTOCONF = @AUTOCONF@
  81. AUTOHEADER = @AUTOHEADER@
  82. AUTOMAKE = @AUTOMAKE@
  83. AWK = @AWK@
  84. BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
  85. BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
  86. BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
  87. CC = @CC@
  88. CCAS = @CCAS@
  89. CCASDEPMODE = @CCASDEPMODE@
  90. CCASFLAGS = @CCASFLAGS@
  91. CCDEPMODE = @CCDEPMODE@
  92. CFLAGS = @CFLAGS@
  93. CPP = @CPP@
  94. CPPFLAGS = @CPPFLAGS@
  95. CXX = @CXX@
  96. CXXCPP = @CXXCPP@
  97. CXXDEPMODE = @CXXDEPMODE@
  98. CXXFLAGS = @CXXFLAGS@
  99. CYGPATH_W = @CYGPATH_W@
  100. DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  101. DEPDIR = @DEPDIR@
  102. DSYMUTIL = @DSYMUTIL@
  103. DUMPBIN = @DUMPBIN@
  104. ECHO_C = @ECHO_C@
  105. ECHO_N = @ECHO_N@
  106. ECHO_T = @ECHO_T@
  107. EGREP = @EGREP@
  108. EXEEXT = @EXEEXT@
  109. FGREP = @FGREP@
  110. FORMAT_FILE = @FORMAT_FILE@
  111. GREP = @GREP@
  112. INSTALL = @INSTALL@
  113. INSTALL_DATA = @INSTALL_DATA@
  114. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  115. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  116. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  117. LD = @LD@
  118. LDFLAGS = @LDFLAGS@
  119. LIBOBJS = @LIBOBJS@
  120. LIBS = @LIBS@
  121. LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
  122. LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
  123. LIBTOOL = @LIBTOOL@
  124. LIPO = @LIPO@
  125. LN_S = @LN_S@
  126. LTLIBOBJS = @LTLIBOBJS@
  127. MAINT = @MAINT@
  128. MAKEINFO = @MAKEINFO@
  129. MKDIR_P = @MKDIR_P@
  130. NM = @NM@
  131. NMEDIT = @NMEDIT@
  132. OBJDUMP = @OBJDUMP@
  133. OBJEXT = @OBJEXT@
  134. OTOOL = @OTOOL@
  135. OTOOL64 = @OTOOL64@
  136. PACKAGE = @PACKAGE@
  137. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  138. PACKAGE_NAME = @PACKAGE_NAME@
  139. PACKAGE_STRING = @PACKAGE_STRING@
  140. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  141. PACKAGE_URL = @PACKAGE_URL@
  142. PACKAGE_VERSION = @PACKAGE_VERSION@
  143. PATH_SEPARATOR = @PATH_SEPARATOR@
  144. RANLIB = @RANLIB@
  145. RPC_DEFS = @RPC_DEFS@
  146. SED = @SED@
  147. SET_MAKE = @SET_MAKE@
  148. SHELL = @SHELL@
  149. STRIP = @STRIP@
  150. TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
  151. VERSION = @VERSION@
  152. VIEW_FILE = @VIEW_FILE@
  153. abs_builddir = @abs_builddir@
  154. abs_srcdir = @abs_srcdir@
  155. abs_top_builddir = @abs_top_builddir@
  156. abs_top_srcdir = @abs_top_srcdir@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_CXX = @ac_ct_CXX@
  159. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  160. am__include = @am__include@
  161. am__leading_dot = @am__leading_dot@
  162. am__quote = @am__quote@
  163. am__tar = @am__tar@
  164. am__untar = @am__untar@
  165. bindir = @bindir@
  166. build = @build@
  167. build_alias = @build_alias@
  168. build_cpu = @build_cpu@
  169. build_os = @build_os@
  170. build_vendor = @build_vendor@
  171. builddir = @builddir@
  172. datadir = @datadir@
  173. datarootdir = @datarootdir@
  174. docdir = @docdir@
  175. dvidir = @dvidir@
  176. enable_shared = @enable_shared@
  177. enable_static = @enable_static@
  178. exec_prefix = @exec_prefix@
  179. host = @host@
  180. host_alias = @host_alias@
  181. host_cpu = @host_cpu@
  182. host_os = @host_os@
  183. host_vendor = @host_vendor@
  184. htmldir = @htmldir@
  185. includedir = @includedir@
  186. infodir = @infodir@
  187. install_sh = @install_sh@
  188. libdir = @libdir@
  189. libexecdir = @libexecdir@
  190. link_libasan = @link_libasan@
  191. link_liblsan = @link_liblsan@
  192. link_libtsan = @link_libtsan@
  193. link_libubsan = @link_libubsan@
  194. localedir = @localedir@
  195. localstatedir = @localstatedir@
  196. mandir = @mandir@
  197. mkdir_p = @mkdir_p@
  198. multi_basedir = @multi_basedir@
  199. oldincludedir = @oldincludedir@
  200. pdfdir = @pdfdir@
  201. prefix = @prefix@
  202. program_transform_name = @program_transform_name@
  203. psdir = @psdir@
  204. sbindir = @sbindir@
  205. sharedstatedir = @sharedstatedir@
  206. srcdir = @srcdir@
  207. sysconfdir = @sysconfdir@
  208. target = @target@
  209. target_alias = @target_alias@
  210. target_cpu = @target_cpu@
  211. target_noncanonical = @target_noncanonical@
  212. target_os = @target_os@
  213. target_vendor = @target_vendor@
  214. toolexecdir = @toolexecdir@
  215. toolexeclibdir = @toolexeclibdir@
  216. top_build_prefix = @top_build_prefix@
  217. top_builddir = @top_builddir@
  218. top_srcdir = @top_srcdir@
  219. AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
  220. # May be used by toolexeclibdir.
  221. gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
  222. AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
  223. -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
  224. -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
  225. -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
  226. -std=gnu++11
  227. ACLOCAL_AMFLAGS = -I m4
  228. noinst_LTLIBRARIES = libinterception.la
  229. interception_files = \
  230. interception_linux.cc \
  231. interception_mac.cc \
  232. interception_win.cc \
  233. interception_type_test.cc
  234. libinterception_la_SOURCES = $(interception_files)
  235. # Work around what appears to be a GNU make bug handling MAKEFLAGS
  236. # values defined in terms of make variables, as is the case for CC and
  237. # friends when we are called from the top level Makefile.
  238. AM_MAKEFLAGS = \
  239. "AR_FLAGS=$(AR_FLAGS)" \
  240. "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
  241. "CFLAGS=$(CFLAGS)" \
  242. "CXXFLAGS=$(CXXFLAGS)" \
  243. "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
  244. "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
  245. "INSTALL=$(INSTALL)" \
  246. "INSTALL_DATA=$(INSTALL_DATA)" \
  247. "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
  248. "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
  249. "JC1FLAGS=$(JC1FLAGS)" \
  250. "LDFLAGS=$(LDFLAGS)" \
  251. "LIBCFLAGS=$(LIBCFLAGS)" \
  252. "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
  253. "MAKE=$(MAKE)" \
  254. "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
  255. "PICFLAG=$(PICFLAG)" \
  256. "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
  257. "SHELL=$(SHELL)" \
  258. "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
  259. "exec_prefix=$(exec_prefix)" \
  260. "infodir=$(infodir)" \
  261. "libdir=$(libdir)" \
  262. "prefix=$(prefix)" \
  263. "includedir=$(includedir)" \
  264. "AR=$(AR)" \
  265. "AS=$(AS)" \
  266. "LD=$(LD)" \
  267. "LIBCFLAGS=$(LIBCFLAGS)" \
  268. "NM=$(NM)" \
  269. "PICFLAG=$(PICFLAG)" \
  270. "RANLIB=$(RANLIB)" \
  271. "DESTDIR=$(DESTDIR)"
  272. MAKEOVERRIDES =
  273. all: all-am
  274. .SUFFIXES:
  275. .SUFFIXES: .cc .lo .o .obj
  276. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  277. @for dep in $?; do \
  278. case '$(am__configure_deps)' in \
  279. *$$dep*) \
  280. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  281. && { if test -f $@; then exit 0; else break; fi; }; \
  282. exit 1;; \
  283. esac; \
  284. done; \
  285. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
  286. $(am__cd) $(top_srcdir) && \
  287. $(AUTOMAKE) --foreign interception/Makefile
  288. .PRECIOUS: Makefile
  289. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  290. @case '$?' in \
  291. *config.status*) \
  292. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  293. *) \
  294. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  295. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  296. esac;
  297. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  299. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  300. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  301. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  302. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  303. $(am__aclocal_m4_deps):
  304. clean-noinstLTLIBRARIES:
  305. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  306. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  307. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  308. test "$$dir" != "$$p" || dir=.; \
  309. echo "rm -f \"$${dir}/so_locations\""; \
  310. rm -f "$${dir}/so_locations"; \
  311. done
  312. libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES)
  313. $(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
  314. mostlyclean-compile:
  315. -rm -f *.$(OBJEXT)
  316. distclean-compile:
  317. -rm -f *.tab.c
  318. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_type_test.Plo@am__quote@
  321. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
  322. .cc.o:
  323. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  324. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  325. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  326. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  327. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  328. .cc.obj:
  329. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  330. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  331. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  332. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  333. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  334. .cc.lo:
  335. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  336. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  337. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  338. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  339. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  340. mostlyclean-libtool:
  341. -rm -f *.lo
  342. clean-libtool:
  343. -rm -rf .libs _libs
  344. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  345. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  346. unique=`for i in $$list; do \
  347. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  348. done | \
  349. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  350. END { if (nonempty) { for (i in files) print i; }; }'`; \
  351. mkid -fID $$unique
  352. tags: TAGS
  353. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  354. $(TAGS_FILES) $(LISP)
  355. set x; \
  356. here=`pwd`; \
  357. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  358. unique=`for i in $$list; do \
  359. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  360. done | \
  361. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  362. END { if (nonempty) { for (i in files) print i; }; }'`; \
  363. shift; \
  364. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  365. test -n "$$unique" || unique=$$empty_fix; \
  366. if test $$# -gt 0; then \
  367. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  368. "$$@" $$unique; \
  369. else \
  370. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  371. $$unique; \
  372. fi; \
  373. fi
  374. ctags: CTAGS
  375. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  376. $(TAGS_FILES) $(LISP)
  377. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  378. unique=`for i in $$list; do \
  379. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  380. done | \
  381. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  382. END { if (nonempty) { for (i in files) print i; }; }'`; \
  383. test -z "$(CTAGS_ARGS)$$unique" \
  384. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  385. $$unique
  386. GTAGS:
  387. here=`$(am__cd) $(top_builddir) && pwd` \
  388. && $(am__cd) $(top_srcdir) \
  389. && gtags -i $(GTAGS_ARGS) "$$here"
  390. distclean-tags:
  391. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  392. check-am: all-am
  393. check: check-am
  394. all-am: Makefile $(LTLIBRARIES)
  395. installdirs:
  396. install: install-am
  397. install-exec: install-exec-am
  398. install-data: install-data-am
  399. uninstall: uninstall-am
  400. install-am: all-am
  401. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  402. installcheck: installcheck-am
  403. install-strip:
  404. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  405. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  406. `test -z '$(STRIP)' || \
  407. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  408. mostlyclean-generic:
  409. clean-generic:
  410. distclean-generic:
  411. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  412. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  413. maintainer-clean-generic:
  414. @echo "This command is intended for maintainers to use"
  415. @echo "it deletes files that may require special tools to rebuild."
  416. clean: clean-am
  417. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  418. mostlyclean-am
  419. distclean: distclean-am
  420. -rm -rf ./$(DEPDIR)
  421. -rm -f Makefile
  422. distclean-am: clean-am distclean-compile distclean-generic \
  423. distclean-tags
  424. dvi: dvi-am
  425. dvi-am:
  426. html: html-am
  427. html-am:
  428. info: info-am
  429. info-am:
  430. install-data-am:
  431. install-dvi: install-dvi-am
  432. install-dvi-am:
  433. install-exec-am:
  434. install-html: install-html-am
  435. install-html-am:
  436. install-info: install-info-am
  437. install-info-am:
  438. install-man:
  439. install-pdf: install-pdf-am
  440. install-pdf-am:
  441. install-ps: install-ps-am
  442. install-ps-am:
  443. installcheck-am:
  444. maintainer-clean: maintainer-clean-am
  445. -rm -rf ./$(DEPDIR)
  446. -rm -f Makefile
  447. maintainer-clean-am: distclean-am maintainer-clean-generic
  448. mostlyclean: mostlyclean-am
  449. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  450. mostlyclean-libtool
  451. pdf: pdf-am
  452. pdf-am:
  453. ps: ps-am
  454. ps-am:
  455. uninstall-am:
  456. .MAKE: install-am install-strip
  457. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  458. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  459. distclean-compile distclean-generic distclean-libtool \
  460. distclean-tags dvi dvi-am html html-am info info-am install \
  461. install-am install-data install-data-am install-dvi \
  462. install-dvi-am install-exec install-exec-am install-html \
  463. install-html-am install-info install-info-am install-man \
  464. install-pdf install-pdf-am install-ps install-ps-am \
  465. install-strip installcheck installcheck-am installdirs \
  466. maintainer-clean maintainer-clean-generic mostlyclean \
  467. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  468. pdf pdf-am ps ps-am tags uninstall uninstall-am
  469. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  470. # Otherwise a system limit (for SysV at least) may be exceeded.
  471. .NOEXPORT: