Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. ##################################################################
  13. #
  14. # uEcho for C
  15. #
  16. # Copyright (C) Satoshi Konno 2015
  17. #
  18. # This is licensed under BSD-style license, see file COPYING.
  19. #
  20. ##################################################################
  21. VPATH = @srcdir@
  22. am__is_gnu_make = { \
  23. if test -z '$(MAKELEVEL)'; then \
  24. false; \
  25. elif test -n '$(MAKE_HOST)'; then \
  26. true; \
  27. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  28. true; \
  29. else \
  30. false; \
  31. fi; \
  32. }
  33. am__make_running_with_option = \
  34. case $${target_option-} in \
  35. ?) ;; \
  36. *) echo "am__make_running_with_option: internal error: invalid" \
  37. "target option '$${target_option-}' specified" >&2; \
  38. exit 1;; \
  39. esac; \
  40. has_opt=no; \
  41. sane_makeflags=$$MAKEFLAGS; \
  42. if $(am__is_gnu_make); then \
  43. sane_makeflags=$$MFLAGS; \
  44. else \
  45. case $$MAKEFLAGS in \
  46. *\\[\ \ ]*) \
  47. bs=\\; \
  48. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  49. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  50. esac; \
  51. fi; \
  52. skip_next=no; \
  53. strip_trailopt () \
  54. { \
  55. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  56. }; \
  57. for flg in $$sane_makeflags; do \
  58. test $$skip_next = yes && { skip_next=no; continue; }; \
  59. case $$flg in \
  60. *=*|--*) continue;; \
  61. -*I) strip_trailopt 'I'; skip_next=yes;; \
  62. -*I?*) strip_trailopt 'I';; \
  63. -*O) strip_trailopt 'O'; skip_next=yes;; \
  64. -*O?*) strip_trailopt 'O';; \
  65. -*l) strip_trailopt 'l'; skip_next=yes;; \
  66. -*l?*) strip_trailopt 'l';; \
  67. -[dEDm]) skip_next=yes;; \
  68. -[JT]) skip_next=yes;; \
  69. esac; \
  70. case $$flg in \
  71. *$$target_option*) has_opt=yes; break;; \
  72. esac; \
  73. done; \
  74. test $$has_opt = yes
  75. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  76. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  77. pkgdatadir = $(datadir)/@PACKAGE@
  78. pkgincludedir = $(includedir)/@PACKAGE@
  79. pkglibdir = $(libdir)/@PACKAGE@
  80. pkglibexecdir = $(libexecdir)/@PACKAGE@
  81. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  82. install_sh_DATA = $(install_sh) -c -m 644
  83. install_sh_PROGRAM = $(install_sh) -c
  84. install_sh_SCRIPT = $(install_sh) -c
  85. INSTALL_HEADER = $(INSTALL_DATA)
  86. transform = $(program_transform_name)
  87. NORMAL_INSTALL = :
  88. PRE_INSTALL = :
  89. POST_INSTALL = :
  90. NORMAL_UNINSTALL = :
  91. PRE_UNINSTALL = :
  92. POST_UNINSTALL = :
  93. noinst_PROGRAMS = uechosearch$(EXEEXT)
  94. subdir = examples/controller/uechosearch/unix
  95. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  96. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_HEADER = $(top_builddir)/config.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. PROGRAMS = $(noinst_PROGRAMS)
  105. am__dirstamp = $(am__leading_dot)dirstamp
  106. am_uechosearch_OBJECTS = ../uechosearch.$(OBJEXT)
  107. uechosearch_OBJECTS = $(am_uechosearch_OBJECTS)
  108. uechosearch_DEPENDENCIES = ../../../../lib/unix/libuecho.a
  109. AM_V_P = $(am__v_P_@AM_V@)
  110. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  111. am__v_P_0 = false
  112. am__v_P_1 = :
  113. AM_V_GEN = $(am__v_GEN_@AM_V@)
  114. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  115. am__v_GEN_0 = @echo " GEN " $@;
  116. am__v_GEN_1 =
  117. AM_V_at = $(am__v_at_@AM_V@)
  118. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  119. am__v_at_0 = @
  120. am__v_at_1 =
  121. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  122. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  123. am__maybe_remake_depfiles = depfiles
  124. am__depfiles_remade = ../$(DEPDIR)/uechosearch.Po
  125. am__mv = mv -f
  126. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  127. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  128. AM_V_CC = $(am__v_CC_@AM_V@)
  129. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  130. am__v_CC_0 = @echo " CC " $@;
  131. am__v_CC_1 =
  132. CCLD = $(CC)
  133. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  134. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  135. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  136. am__v_CCLD_0 = @echo " CCLD " $@;
  137. am__v_CCLD_1 =
  138. SOURCES = $(uechosearch_SOURCES)
  139. DIST_SOURCES = $(uechosearch_SOURCES)
  140. am__can_run_installinfo = \
  141. case $$AM_UPDATE_INFO_DIR in \
  142. n|no|NO) false;; \
  143. *) (install-info --version) >/dev/null 2>&1;; \
  144. esac
  145. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  146. # Read a list of newline-separated strings from the standard input,
  147. # and print each of them once, without duplicates. Input order is
  148. # *not* preserved.
  149. am__uniquify_input = $(AWK) '\
  150. BEGIN { nonempty = 0; } \
  151. { items[$$0] = 1; nonempty = 1; } \
  152. END { if (nonempty) { for (i in items) print i; }; } \
  153. '
  154. # Make sure the list of sources is unique. This is necessary because,
  155. # e.g., the same source file might be shared among _SOURCES variables
  156. # for different programs/libraries.
  157. am__define_uniq_tagged_files = \
  158. list='$(am__tagged_files)'; \
  159. unique=`for i in $$list; do \
  160. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  161. done | $(am__uniquify_input)`
  162. ETAGS = etags
  163. CTAGS = ctags
  164. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
  165. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  166. ACLOCAL = @ACLOCAL@
  167. AMTAR = @AMTAR@
  168. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  169. AUTOCONF = @AUTOCONF@
  170. AUTOHEADER = @AUTOHEADER@
  171. AUTOMAKE = @AUTOMAKE@
  172. AWK = @AWK@
  173. CC = @CC@
  174. CCDEPMODE = @CCDEPMODE@
  175. CFLAGS = @CFLAGS@
  176. CPP = @CPP@
  177. CPPFLAGS = @CPPFLAGS@
  178. CXX = @CXX@
  179. CXXDEPMODE = @CXXDEPMODE@
  180. CXXFLAGS = @CXXFLAGS@
  181. CYGPATH_W = @CYGPATH_W@
  182. DEFS = @DEFS@
  183. DEPDIR = @DEPDIR@
  184. ECHO_C = @ECHO_C@
  185. ECHO_N = @ECHO_N@
  186. ECHO_T = @ECHO_T@
  187. EGREP = @EGREP@
  188. EXEEXT = @EXEEXT@
  189. GREP = @GREP@
  190. INSTALL = @INSTALL@
  191. INSTALL_DATA = @INSTALL_DATA@
  192. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  193. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  194. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  195. LDFLAGS = @LDFLAGS@
  196. LIBOBJS = @LIBOBJS@
  197. LIBS = @LIBS@
  198. LTLIBOBJS = @LTLIBOBJS@
  199. MAKEINFO = @MAKEINFO@
  200. MKDIR_P = @MKDIR_P@
  201. OBJEXT = @OBJEXT@
  202. PACKAGE = @PACKAGE@
  203. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  204. PACKAGE_NAME = @PACKAGE_NAME@
  205. PACKAGE_STRING = @PACKAGE_STRING@
  206. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  207. PACKAGE_URL = @PACKAGE_URL@
  208. PACKAGE_VERSION = @PACKAGE_VERSION@
  209. PATH_SEPARATOR = @PATH_SEPARATOR@
  210. RANLIB = @RANLIB@
  211. SET_MAKE = @SET_MAKE@
  212. SHELL = @SHELL@
  213. STRIP = @STRIP@
  214. VERSION = @VERSION@
  215. abs_builddir = @abs_builddir@
  216. abs_srcdir = @abs_srcdir@
  217. abs_top_builddir = @abs_top_builddir@
  218. abs_top_srcdir = @abs_top_srcdir@
  219. ac_ct_CC = @ac_ct_CC@
  220. ac_ct_CXX = @ac_ct_CXX@
  221. am__include = @am__include@
  222. am__leading_dot = @am__leading_dot@
  223. am__quote = @am__quote@
  224. am__tar = @am__tar@
  225. am__untar = @am__untar@
  226. bindir = @bindir@
  227. build_alias = @build_alias@
  228. builddir = @builddir@
  229. datadir = @datadir@
  230. datarootdir = @datarootdir@
  231. docdir = @docdir@
  232. dvidir = @dvidir@
  233. exec_prefix = @exec_prefix@
  234. host_alias = @host_alias@
  235. htmldir = @htmldir@
  236. includedir = @includedir@
  237. infodir = @infodir@
  238. install_sh = @install_sh@
  239. libdir = @libdir@
  240. libexecdir = @libexecdir@
  241. localedir = @localedir@
  242. localstatedir = @localstatedir@
  243. mandir = @mandir@
  244. mkdir_p = @mkdir_p@
  245. oldincludedir = @oldincludedir@
  246. pdfdir = @pdfdir@
  247. prefix = @prefix@
  248. program_transform_name = @program_transform_name@
  249. psdir = @psdir@
  250. runstatedir = @runstatedir@
  251. sbindir = @sbindir@
  252. sharedstatedir = @sharedstatedir@
  253. srcdir = @srcdir@
  254. sysconfdir = @sysconfdir@
  255. target_alias = @target_alias@
  256. top_build_prefix = @top_build_prefix@
  257. top_builddir = @top_builddir@
  258. top_srcdir = @top_srcdir@
  259. AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../common
  260. uechosearch_SOURCES = \
  261. ../uechosearch.c
  262. #if HAVE_LIBTOOL
  263. #uechosearch_LDADD = ../../../../lib/unix/libuecho.la
  264. #else
  265. uechosearch_LDADD = ../../../../lib/unix/libuecho.a
  266. all: all-am
  267. .SUFFIXES:
  268. .SUFFIXES: .c .o .obj
  269. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  270. @for dep in $?; do \
  271. case '$(am__configure_deps)' in \
  272. *$$dep*) \
  273. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  274. && { if test -f $@; then exit 0; else break; fi; }; \
  275. exit 1;; \
  276. esac; \
  277. done; \
  278. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/controller/uechosearch/unix/Makefile'; \
  279. $(am__cd) $(top_srcdir) && \
  280. $(AUTOMAKE) --foreign examples/controller/uechosearch/unix/Makefile
  281. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  282. @case '$?' in \
  283. *config.status*) \
  284. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  285. *) \
  286. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  287. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  288. esac;
  289. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  290. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  291. $(top_srcdir)/configure: $(am__configure_deps)
  292. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  293. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295. $(am__aclocal_m4_deps):
  296. clean-noinstPROGRAMS:
  297. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  298. ../$(am__dirstamp):
  299. @$(MKDIR_P) ..
  300. @: > ../$(am__dirstamp)
  301. ../$(DEPDIR)/$(am__dirstamp):
  302. @$(MKDIR_P) ../$(DEPDIR)
  303. @: > ../$(DEPDIR)/$(am__dirstamp)
  304. ../uechosearch.$(OBJEXT): ../$(am__dirstamp) \
  305. ../$(DEPDIR)/$(am__dirstamp)
  306. uechosearch$(EXEEXT): $(uechosearch_OBJECTS) $(uechosearch_DEPENDENCIES) $(EXTRA_uechosearch_DEPENDENCIES)
  307. @rm -f uechosearch$(EXEEXT)
  308. $(AM_V_CCLD)$(LINK) $(uechosearch_OBJECTS) $(uechosearch_LDADD) $(LIBS)
  309. mostlyclean-compile:
  310. -rm -f *.$(OBJEXT)
  311. -rm -f ../*.$(OBJEXT)
  312. distclean-compile:
  313. -rm -f *.tab.c
  314. @AMDEP_TRUE@@am__include@ @am__quote@../$(DEPDIR)/uechosearch.Po@am__quote@ # am--include-marker
  315. $(am__depfiles_remade):
  316. @$(MKDIR_P) $(@D)
  317. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  318. am--depfiles: $(am__depfiles_remade)
  319. .c.o:
  320. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  321. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  322. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  323. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  324. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  325. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  326. .c.obj:
  327. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  328. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  329. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  330. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  331. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  332. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  333. ID: $(am__tagged_files)
  334. $(am__define_uniq_tagged_files); mkid -fID $$unique
  335. tags: tags-am
  336. TAGS: tags
  337. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  338. set x; \
  339. here=`pwd`; \
  340. $(am__define_uniq_tagged_files); \
  341. shift; \
  342. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  343. test -n "$$unique" || unique=$$empty_fix; \
  344. if test $$# -gt 0; then \
  345. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  346. "$$@" $$unique; \
  347. else \
  348. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  349. $$unique; \
  350. fi; \
  351. fi
  352. ctags: ctags-am
  353. CTAGS: ctags
  354. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  355. $(am__define_uniq_tagged_files); \
  356. test -z "$(CTAGS_ARGS)$$unique" \
  357. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  358. $$unique
  359. GTAGS:
  360. here=`$(am__cd) $(top_builddir) && pwd` \
  361. && $(am__cd) $(top_srcdir) \
  362. && gtags -i $(GTAGS_ARGS) "$$here"
  363. cscopelist: cscopelist-am
  364. cscopelist-am: $(am__tagged_files)
  365. list='$(am__tagged_files)'; \
  366. case "$(srcdir)" in \
  367. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  368. *) sdir=$(subdir)/$(srcdir) ;; \
  369. esac; \
  370. for i in $$list; do \
  371. if test -f "$$i"; then \
  372. echo "$(subdir)/$$i"; \
  373. else \
  374. echo "$$sdir/$$i"; \
  375. fi; \
  376. done >> $(top_builddir)/cscope.files
  377. distclean-tags:
  378. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  379. distdir: $(BUILT_SOURCES)
  380. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  381. distdir-am: $(DISTFILES)
  382. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  383. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  384. list='$(DISTFILES)'; \
  385. dist_files=`for file in $$list; do echo $$file; done | \
  386. sed -e "s|^$$srcdirstrip/||;t" \
  387. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  388. case $$dist_files in \
  389. */*) $(MKDIR_P) `echo "$$dist_files" | \
  390. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  391. sort -u` ;; \
  392. esac; \
  393. for file in $$dist_files; do \
  394. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  395. if test -d $$d/$$file; then \
  396. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  397. if test -d "$(distdir)/$$file"; then \
  398. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  399. fi; \
  400. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  401. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  402. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  403. fi; \
  404. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  405. else \
  406. test -f "$(distdir)/$$file" \
  407. || cp -p $$d/$$file "$(distdir)/$$file" \
  408. || exit 1; \
  409. fi; \
  410. done
  411. check-am: all-am
  412. check: check-am
  413. all-am: Makefile $(PROGRAMS)
  414. installdirs:
  415. install: install-am
  416. install-exec: install-exec-am
  417. install-data: install-data-am
  418. uninstall: uninstall-am
  419. install-am: all-am
  420. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  421. installcheck: installcheck-am
  422. install-strip:
  423. if test -z '$(STRIP)'; then \
  424. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  425. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  426. install; \
  427. else \
  428. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  429. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  430. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  431. fi
  432. mostlyclean-generic:
  433. clean-generic:
  434. distclean-generic:
  435. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  436. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  437. -rm -f ../$(DEPDIR)/$(am__dirstamp)
  438. -rm -f ../$(am__dirstamp)
  439. maintainer-clean-generic:
  440. @echo "This command is intended for maintainers to use"
  441. @echo "it deletes files that may require special tools to rebuild."
  442. clean: clean-am
  443. clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
  444. distclean: distclean-am
  445. -rm -f ../$(DEPDIR)/uechosearch.Po
  446. -rm -f Makefile
  447. distclean-am: clean-am distclean-compile distclean-generic \
  448. distclean-tags
  449. dvi: dvi-am
  450. dvi-am:
  451. html: html-am
  452. html-am:
  453. info: info-am
  454. info-am:
  455. install-data-am:
  456. install-dvi: install-dvi-am
  457. install-dvi-am:
  458. install-exec-am:
  459. install-html: install-html-am
  460. install-html-am:
  461. install-info: install-info-am
  462. install-info-am:
  463. install-man:
  464. install-pdf: install-pdf-am
  465. install-pdf-am:
  466. install-ps: install-ps-am
  467. install-ps-am:
  468. installcheck-am:
  469. maintainer-clean: maintainer-clean-am
  470. -rm -f ../$(DEPDIR)/uechosearch.Po
  471. -rm -f Makefile
  472. maintainer-clean-am: distclean-am maintainer-clean-generic
  473. mostlyclean: mostlyclean-am
  474. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  475. pdf: pdf-am
  476. pdf-am:
  477. ps: ps-am
  478. ps-am:
  479. uninstall-am:
  480. .MAKE: install-am install-strip
  481. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  482. clean-generic clean-noinstPROGRAMS cscopelist-am ctags \
  483. ctags-am distclean distclean-compile distclean-generic \
  484. distclean-tags distdir dvi dvi-am html html-am info info-am \
  485. install install-am install-data install-data-am install-dvi \
  486. install-dvi-am install-exec install-exec-am install-html \
  487. install-html-am install-info install-info-am install-man \
  488. install-pdf install-pdf-am install-ps install-ps-am \
  489. install-strip installcheck installcheck-am installdirs \
  490. maintainer-clean maintainer-clean-generic mostlyclean \
  491. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  492. tags tags-am uninstall uninstall-am
  493. .PRECIOUS: Makefile
  494. #endif
  495. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  496. # Otherwise a system limit (for SysV at least) may be exceeded.
  497. .NOEXPORT: