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 20KB

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