Tests About Natural Selection In Virtual Environment
c
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.

Makefile.in 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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. bin_PROGRAMS = ../tansive$(EXEEXT)
  32. subdir = src
  33. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  36. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  37. $(ACLOCAL_M4)
  38. mkinstalldirs = $(install_sh) -d
  39. CONFIG_HEADER = $(top_builddir)/config/config.h
  40. CONFIG_CLEAN_FILES =
  41. CONFIG_CLEAN_VPATH_FILES =
  42. am__installdirs = "$(DESTDIR)$(bindir)"
  43. PROGRAMS = $(bin_PROGRAMS)
  44. am____tansive_OBJECTS = main.$(OBJEXT) creature.$(OBJEXT) \
  45. creature_logic.$(OBJEXT) event.$(OBJEXT) genome.$(OBJEXT) \
  46. map.$(OBJEXT) visu.$(OBJEXT)
  47. ___tansive_OBJECTS = $(am____tansive_OBJECTS)
  48. ___tansive_LDADD = $(LDADD)
  49. ___tansive_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(___tansive_LDFLAGS) \
  50. $(LDFLAGS) -o $@
  51. am__dirstamp = $(am__leading_dot)dirstamp
  52. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
  53. depcomp = $(SHELL) $(top_srcdir)/depcomp
  54. am__depfiles_maybe = depfiles
  55. am__mv = mv -f
  56. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  57. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  58. CCLD = $(CC)
  59. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  60. SOURCES = $(___tansive_SOURCES)
  61. DIST_SOURCES = $(___tansive_SOURCES)
  62. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  63. html-recursive info-recursive install-data-recursive \
  64. install-dvi-recursive install-exec-recursive \
  65. install-html-recursive install-info-recursive \
  66. install-pdf-recursive install-ps-recursive install-recursive \
  67. installcheck-recursive installdirs-recursive pdf-recursive \
  68. ps-recursive uninstall-recursive
  69. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  70. distclean-recursive maintainer-clean-recursive
  71. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  72. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  73. distdir
  74. ETAGS = etags
  75. CTAGS = ctags
  76. DIST_SUBDIRS = $(SUBDIRS)
  77. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  78. am__relativize = \
  79. dir0=`pwd`; \
  80. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  81. sed_rest='s,^[^/]*/*,,'; \
  82. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  83. sed_butlast='s,/*[^/]*$$,,'; \
  84. while test -n "$$dir1"; do \
  85. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  86. if test "$$first" != "."; then \
  87. if test "$$first" = ".."; then \
  88. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  89. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  90. else \
  91. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  92. if test "$$first2" = "$$first"; then \
  93. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  94. else \
  95. dir2="../$$dir2"; \
  96. fi; \
  97. dir0="$$dir0"/"$$first"; \
  98. fi; \
  99. fi; \
  100. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  101. done; \
  102. reldir="$$dir2"
  103. ACLOCAL = @ACLOCAL@
  104. AMTAR = @AMTAR@
  105. AUTOCONF = @AUTOCONF@
  106. AUTOHEADER = @AUTOHEADER@
  107. AUTOMAKE = @AUTOMAKE@
  108. AWK = @AWK@
  109. CC = @CC@
  110. CCDEPMODE = @CCDEPMODE@
  111. CFLAGS = @CFLAGS@
  112. CPP = @CPP@
  113. CPPFLAGS = @CPPFLAGS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DEFS = @DEFS@
  116. DEPDIR = @DEPDIR@
  117. ECHO_C = @ECHO_C@
  118. ECHO_N = @ECHO_N@
  119. ECHO_T = @ECHO_T@
  120. EGREP = @EGREP@
  121. EXEEXT = @EXEEXT@
  122. GREP = @GREP@
  123. INSTALL = @INSTALL@
  124. INSTALL_DATA = @INSTALL_DATA@
  125. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  126. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  127. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  128. LDFLAGS = @LDFLAGS@
  129. LIBOBJS = @LIBOBJS@
  130. LIBS = @LIBS@
  131. LTLIBOBJS = @LTLIBOBJS@
  132. MAKEINFO = @MAKEINFO@
  133. MKDIR_P = @MKDIR_P@
  134. OBJEXT = @OBJEXT@
  135. PACKAGE = @PACKAGE@
  136. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  137. PACKAGE_NAME = @PACKAGE_NAME@
  138. PACKAGE_STRING = @PACKAGE_STRING@
  139. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  140. PACKAGE_URL = @PACKAGE_URL@
  141. PACKAGE_VERSION = @PACKAGE_VERSION@
  142. PATH_SEPARATOR = @PATH_SEPARATOR@
  143. SDL_CFLAGS = @SDL_CFLAGS@
  144. SDL_CONFIG = @SDL_CONFIG@
  145. SDL_LIBS = @SDL_LIBS@
  146. SET_MAKE = @SET_MAKE@
  147. SHELL = @SHELL@
  148. STRIP = @STRIP@
  149. VERSION = @VERSION@
  150. abs_builddir = @abs_builddir@
  151. abs_srcdir = @abs_srcdir@
  152. abs_top_builddir = @abs_top_builddir@
  153. abs_top_srcdir = @abs_top_srcdir@
  154. ac_ct_CC = @ac_ct_CC@
  155. am__include = @am__include@
  156. am__leading_dot = @am__leading_dot@
  157. am__quote = @am__quote@
  158. am__tar = @am__tar@
  159. am__untar = @am__untar@
  160. bindir = @bindir@
  161. build_alias = @build_alias@
  162. builddir = @builddir@
  163. datadir = @datadir@
  164. datarootdir = @datarootdir@
  165. docdir = @docdir@
  166. dvidir = @dvidir@
  167. exec_prefix = @exec_prefix@
  168. host_alias = @host_alias@
  169. htmldir = @htmldir@
  170. includedir = @includedir@
  171. infodir = @infodir@
  172. install_sh = @install_sh@
  173. libdir = @libdir@
  174. libexecdir = @libexecdir@
  175. localedir = @localedir@
  176. localstatedir = @localstatedir@
  177. mandir = @mandir@
  178. mkdir_p = @mkdir_p@
  179. oldincludedir = @oldincludedir@
  180. pdfdir = @pdfdir@
  181. prefix = @prefix@
  182. program_transform_name = @program_transform_name@
  183. psdir = @psdir@
  184. sbindir = @sbindir@
  185. sharedstatedir = @sharedstatedir@
  186. srcdir = @srcdir@
  187. sysconfdir = @sysconfdir@
  188. target_alias = @target_alias@
  189. top_build_prefix = @top_build_prefix@
  190. top_builddir = @top_builddir@
  191. top_srcdir = @top_srcdir@
  192. SUBDIRS =
  193. ___tansive_SOURCES = main.c \
  194. creature.h \
  195. creature.c \
  196. creature_logic.h \
  197. creature_logic.c \
  198. event.h \
  199. event.c \
  200. genome.h \
  201. genome.c \
  202. map.h \
  203. map.c \
  204. visu.h \
  205. visu.c
  206. ___tansive_LDFLAGS = @LDFLAGS@ @SDL_LIBS@ -lpthread
  207. INCLUDES = @SDL_CFLAGS@
  208. all: all-recursive
  209. .SUFFIXES:
  210. .SUFFIXES: .c .o .obj
  211. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  212. @for dep in $?; do \
  213. case '$(am__configure_deps)' in \
  214. *$$dep*) \
  215. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  216. && { if test -f $@; then exit 0; else break; fi; }; \
  217. exit 1;; \
  218. esac; \
  219. done; \
  220. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  221. $(am__cd) $(top_srcdir) && \
  222. $(AUTOMAKE) --foreign src/Makefile
  223. .PRECIOUS: Makefile
  224. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  225. @case '$?' in \
  226. *config.status*) \
  227. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  228. *) \
  229. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  230. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  231. esac;
  232. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  233. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  234. $(top_srcdir)/configure: $(am__configure_deps)
  235. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  236. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  238. $(am__aclocal_m4_deps):
  239. install-binPROGRAMS: $(bin_PROGRAMS)
  240. @$(NORMAL_INSTALL)
  241. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  242. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  243. for p in $$list; do echo "$$p $$p"; done | \
  244. sed 's/$(EXEEXT)$$//' | \
  245. while read p p1; do if test -f $$p; \
  246. then echo "$$p"; echo "$$p"; else :; fi; \
  247. done | \
  248. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  249. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  250. sed 'N;N;N;s,\n, ,g' | \
  251. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  252. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  253. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  254. else { print "f", $$3 "/" $$4, $$1; } } \
  255. END { for (d in files) print "f", d, files[d] }' | \
  256. while read type dir files; do \
  257. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  258. test -z "$$files" || { \
  259. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  260. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  261. } \
  262. ; done
  263. uninstall-binPROGRAMS:
  264. @$(NORMAL_UNINSTALL)
  265. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  266. files=`for p in $$list; do echo "$$p"; done | \
  267. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  268. -e 's/$$/$(EXEEXT)/' `; \
  269. test -n "$$list" || exit 0; \
  270. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  271. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  272. clean-binPROGRAMS:
  273. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  274. ../$(am__dirstamp):
  275. @$(MKDIR_P) ..
  276. @: > ../$(am__dirstamp)
  277. ../tansive$(EXEEXT): $(___tansive_OBJECTS) $(___tansive_DEPENDENCIES) ../$(am__dirstamp)
  278. @rm -f ../tansive$(EXEEXT)
  279. $(___tansive_LINK) $(___tansive_OBJECTS) $(___tansive_LDADD) $(LIBS)
  280. mostlyclean-compile:
  281. -rm -f *.$(OBJEXT)
  282. distclean-compile:
  283. -rm -f *.tab.c
  284. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creature.Po@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creature_logic.Po@am__quote@
  286. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
  287. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genome.Po@am__quote@
  288. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
  289. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Po@am__quote@
  290. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/visu.Po@am__quote@
  291. .c.o:
  292. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  293. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  294. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  295. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  296. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  297. .c.obj:
  298. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  299. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  300. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  301. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  302. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  303. # This directory's subdirectories are mostly independent; you can cd
  304. # into them and run `make' without going through this Makefile.
  305. # To change the values of `make' variables: instead of editing Makefiles,
  306. # (1) if the variable is set in `config.status', edit `config.status'
  307. # (which will cause the Makefiles to be regenerated when you run `make');
  308. # (2) otherwise, pass the desired values on the `make' command line.
  309. $(RECURSIVE_TARGETS):
  310. @fail= failcom='exit 1'; \
  311. for f in x $$MAKEFLAGS; do \
  312. case $$f in \
  313. *=* | --[!k]*);; \
  314. *k*) failcom='fail=yes';; \
  315. esac; \
  316. done; \
  317. dot_seen=no; \
  318. target=`echo $@ | sed s/-recursive//`; \
  319. list='$(SUBDIRS)'; for subdir in $$list; do \
  320. echo "Making $$target in $$subdir"; \
  321. if test "$$subdir" = "."; then \
  322. dot_seen=yes; \
  323. local_target="$$target-am"; \
  324. else \
  325. local_target="$$target"; \
  326. fi; \
  327. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  328. || eval $$failcom; \
  329. done; \
  330. if test "$$dot_seen" = "no"; then \
  331. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  332. fi; test -z "$$fail"
  333. $(RECURSIVE_CLEAN_TARGETS):
  334. @fail= failcom='exit 1'; \
  335. for f in x $$MAKEFLAGS; do \
  336. case $$f in \
  337. *=* | --[!k]*);; \
  338. *k*) failcom='fail=yes';; \
  339. esac; \
  340. done; \
  341. dot_seen=no; \
  342. case "$@" in \
  343. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  344. *) list='$(SUBDIRS)' ;; \
  345. esac; \
  346. rev=''; for subdir in $$list; do \
  347. if test "$$subdir" = "."; then :; else \
  348. rev="$$subdir $$rev"; \
  349. fi; \
  350. done; \
  351. rev="$$rev ."; \
  352. target=`echo $@ | sed s/-recursive//`; \
  353. for subdir in $$rev; do \
  354. echo "Making $$target in $$subdir"; \
  355. if test "$$subdir" = "."; then \
  356. local_target="$$target-am"; \
  357. else \
  358. local_target="$$target"; \
  359. fi; \
  360. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  361. || eval $$failcom; \
  362. done && test -z "$$fail"
  363. tags-recursive:
  364. list='$(SUBDIRS)'; for subdir in $$list; do \
  365. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  366. done
  367. ctags-recursive:
  368. list='$(SUBDIRS)'; for subdir in $$list; do \
  369. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  370. done
  371. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  372. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  373. unique=`for i in $$list; do \
  374. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  375. done | \
  376. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  377. END { if (nonempty) { for (i in files) print i; }; }'`; \
  378. mkid -fID $$unique
  379. tags: TAGS
  380. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  381. $(TAGS_FILES) $(LISP)
  382. set x; \
  383. here=`pwd`; \
  384. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  385. include_option=--etags-include; \
  386. empty_fix=.; \
  387. else \
  388. include_option=--include; \
  389. empty_fix=; \
  390. fi; \
  391. list='$(SUBDIRS)'; for subdir in $$list; do \
  392. if test "$$subdir" = .; then :; else \
  393. test ! -f $$subdir/TAGS || \
  394. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  395. fi; \
  396. done; \
  397. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  398. unique=`for i in $$list; do \
  399. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  400. done | \
  401. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  402. END { if (nonempty) { for (i in files) print i; }; }'`; \
  403. shift; \
  404. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  405. test -n "$$unique" || unique=$$empty_fix; \
  406. if test $$# -gt 0; then \
  407. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  408. "$$@" $$unique; \
  409. else \
  410. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  411. $$unique; \
  412. fi; \
  413. fi
  414. ctags: CTAGS
  415. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  416. $(TAGS_FILES) $(LISP)
  417. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  418. unique=`for i in $$list; do \
  419. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  420. done | \
  421. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  422. END { if (nonempty) { for (i in files) print i; }; }'`; \
  423. test -z "$(CTAGS_ARGS)$$unique" \
  424. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  425. $$unique
  426. GTAGS:
  427. here=`$(am__cd) $(top_builddir) && pwd` \
  428. && $(am__cd) $(top_srcdir) \
  429. && gtags -i $(GTAGS_ARGS) "$$here"
  430. distclean-tags:
  431. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  432. distdir: $(DISTFILES)
  433. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  434. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  435. list='$(DISTFILES)'; \
  436. dist_files=`for file in $$list; do echo $$file; done | \
  437. sed -e "s|^$$srcdirstrip/||;t" \
  438. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  439. case $$dist_files in \
  440. */*) $(MKDIR_P) `echo "$$dist_files" | \
  441. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  442. sort -u` ;; \
  443. esac; \
  444. for file in $$dist_files; do \
  445. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  446. if test -d $$d/$$file; then \
  447. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  448. if test -d "$(distdir)/$$file"; then \
  449. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  450. fi; \
  451. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  452. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  453. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  454. fi; \
  455. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  456. else \
  457. test -f "$(distdir)/$$file" \
  458. || cp -p $$d/$$file "$(distdir)/$$file" \
  459. || exit 1; \
  460. fi; \
  461. done
  462. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  463. if test "$$subdir" = .; then :; else \
  464. test -d "$(distdir)/$$subdir" \
  465. || $(MKDIR_P) "$(distdir)/$$subdir" \
  466. || exit 1; \
  467. fi; \
  468. done
  469. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  470. if test "$$subdir" = .; then :; else \
  471. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  472. $(am__relativize); \
  473. new_distdir=$$reldir; \
  474. dir1=$$subdir; dir2="$(top_distdir)"; \
  475. $(am__relativize); \
  476. new_top_distdir=$$reldir; \
  477. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  478. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  479. ($(am__cd) $$subdir && \
  480. $(MAKE) $(AM_MAKEFLAGS) \
  481. top_distdir="$$new_top_distdir" \
  482. distdir="$$new_distdir" \
  483. am__remove_distdir=: \
  484. am__skip_length_check=: \
  485. am__skip_mode_fix=: \
  486. distdir) \
  487. || exit 1; \
  488. fi; \
  489. done
  490. check-am: all-am
  491. check: check-recursive
  492. all-am: Makefile $(PROGRAMS)
  493. installdirs: installdirs-recursive
  494. installdirs-am:
  495. for dir in "$(DESTDIR)$(bindir)"; do \
  496. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  497. done
  498. install: install-recursive
  499. install-exec: install-exec-recursive
  500. install-data: install-data-recursive
  501. uninstall: uninstall-recursive
  502. install-am: all-am
  503. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  504. installcheck: installcheck-recursive
  505. install-strip:
  506. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  507. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  508. `test -z '$(STRIP)' || \
  509. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  510. mostlyclean-generic:
  511. clean-generic:
  512. distclean-generic:
  513. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  514. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  515. -rm -f ../$(am__dirstamp)
  516. maintainer-clean-generic:
  517. @echo "This command is intended for maintainers to use"
  518. @echo "it deletes files that may require special tools to rebuild."
  519. clean: clean-recursive
  520. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  521. distclean: distclean-recursive
  522. -rm -rf ./$(DEPDIR)
  523. -rm -f Makefile
  524. distclean-am: clean-am distclean-compile distclean-generic \
  525. distclean-tags
  526. dvi: dvi-recursive
  527. dvi-am:
  528. html: html-recursive
  529. html-am:
  530. info: info-recursive
  531. info-am:
  532. install-data-am:
  533. install-dvi: install-dvi-recursive
  534. install-dvi-am:
  535. install-exec-am: install-binPROGRAMS
  536. install-html: install-html-recursive
  537. install-html-am:
  538. install-info: install-info-recursive
  539. install-info-am:
  540. install-man:
  541. install-pdf: install-pdf-recursive
  542. install-pdf-am:
  543. install-ps: install-ps-recursive
  544. install-ps-am:
  545. installcheck-am:
  546. maintainer-clean: maintainer-clean-recursive
  547. -rm -rf ./$(DEPDIR)
  548. -rm -f Makefile
  549. maintainer-clean-am: distclean-am maintainer-clean-generic
  550. mostlyclean: mostlyclean-recursive
  551. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  552. pdf: pdf-recursive
  553. pdf-am:
  554. ps: ps-recursive
  555. ps-am:
  556. uninstall-am: uninstall-binPROGRAMS
  557. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  558. install-am install-strip tags-recursive
  559. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  560. all all-am check check-am clean clean-binPROGRAMS \
  561. clean-generic ctags ctags-recursive distclean \
  562. distclean-compile distclean-generic distclean-tags distdir dvi \
  563. dvi-am html html-am info info-am install install-am \
  564. install-binPROGRAMS install-data install-data-am install-dvi \
  565. install-dvi-am install-exec install-exec-am install-html \
  566. install-html-am install-info install-info-am install-man \
  567. install-pdf install-pdf-am install-ps install-ps-am \
  568. install-strip installcheck installcheck-am installdirs \
  569. installdirs-am maintainer-clean maintainer-clean-generic \
  570. mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  571. ps ps-am tags tags-recursive uninstall uninstall-am \
  572. uninstall-binPROGRAMS
  573. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  574. # Otherwise a system limit (for SysV at least) may be exceeded.
  575. .NOEXPORT: