Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. @CLUSTER_FALSE@bin_PROGRAMS = qa$(EXEEXT)
  75. @CLUSTER_TRUE@bin_PROGRAMS = qa$(EXEEXT) indiana$(EXEEXT) \
  76. @CLUSTER_TRUE@ stranamore$(EXEEXT) despicable$(EXEEXT)
  77. subdir = src
  78. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  79. $(top_srcdir)/depcomp
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  82. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  83. $(ACLOCAL_M4)
  84. mkinstalldirs = $(install_sh) -d
  85. CONFIG_HEADER = $(top_builddir)/src/include/config.h
  86. CONFIG_CLEAN_FILES =
  87. CONFIG_CLEAN_VPATH_FILES =
  88. am__installdirs = "$(DESTDIR)$(bindir)"
  89. PROGRAMS = $(bin_PROGRAMS)
  90. am__despicable_SOURCES_DIST = despicable.c
  91. @CLUSTER_TRUE@am_despicable_OBJECTS = despicable.$(OBJEXT)
  92. despicable_OBJECTS = $(am_despicable_OBJECTS)
  93. @CLUSTER_TRUE@despicable_DEPENDENCIES = questions/libquestions.a
  94. am__indiana_SOURCES_DIST = indiana.c qa_sock.c
  95. @CLUSTER_TRUE@am_indiana_OBJECTS = indiana.$(OBJEXT) qa_sock.$(OBJEXT)
  96. indiana_OBJECTS = $(am_indiana_OBJECTS)
  97. @CLUSTER_TRUE@indiana_DEPENDENCIES = questions/libquestions.a
  98. am_qa_OBJECTS = qa.$(OBJEXT) qa_sock.$(OBJEXT) cmdline.$(OBJEXT)
  99. qa_OBJECTS = $(am_qa_OBJECTS)
  100. qa_DEPENDENCIES = questions/libquestions.a
  101. am__stranamore_SOURCES_DIST = stranamore.c
  102. @CLUSTER_TRUE@am_stranamore_OBJECTS = stranamore.$(OBJEXT)
  103. stranamore_OBJECTS = $(am_stranamore_OBJECTS)
  104. stranamore_DEPENDENCIES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
  118. depcomp = $(SHELL) $(top_srcdir)/depcomp
  119. am__depfiles_maybe = depfiles
  120. am__mv = mv -f
  121. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  122. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  123. AM_V_CC = $(am__v_CC_@AM_V@)
  124. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  125. am__v_CC_0 = @echo " CC " $@;
  126. am__v_CC_1 =
  127. CCLD = $(CC)
  128. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  129. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  130. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  131. am__v_CCLD_0 = @echo " CCLD " $@;
  132. am__v_CCLD_1 =
  133. SOURCES = $(despicable_SOURCES) $(indiana_SOURCES) $(qa_SOURCES) \
  134. $(stranamore_SOURCES)
  135. DIST_SOURCES = $(am__despicable_SOURCES_DIST) \
  136. $(am__indiana_SOURCES_DIST) $(qa_SOURCES) \
  137. $(am__stranamore_SOURCES_DIST)
  138. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  139. ctags-recursive dvi-recursive html-recursive info-recursive \
  140. install-data-recursive install-dvi-recursive \
  141. install-exec-recursive install-html-recursive \
  142. install-info-recursive install-pdf-recursive \
  143. install-ps-recursive install-recursive installcheck-recursive \
  144. installdirs-recursive pdf-recursive ps-recursive \
  145. tags-recursive uninstall-recursive
  146. am__can_run_installinfo = \
  147. case $$AM_UPDATE_INFO_DIR in \
  148. n|no|NO) false;; \
  149. *) (install-info --version) >/dev/null 2>&1;; \
  150. esac
  151. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  152. distclean-recursive maintainer-clean-recursive
  153. am__recursive_targets = \
  154. $(RECURSIVE_TARGETS) \
  155. $(RECURSIVE_CLEAN_TARGETS) \
  156. $(am__extra_recursive_targets)
  157. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  158. distdir
  159. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  160. # Read a list of newline-separated strings from the standard input,
  161. # and print each of them once, without duplicates. Input order is
  162. # *not* preserved.
  163. am__uniquify_input = $(AWK) '\
  164. BEGIN { nonempty = 0; } \
  165. { items[$$0] = 1; nonempty = 1; } \
  166. END { if (nonempty) { for (i in items) print i; }; } \
  167. '
  168. # Make sure the list of sources is unique. This is necessary because,
  169. # e.g., the same source file might be shared among _SOURCES variables
  170. # for different programs/libraries.
  171. am__define_uniq_tagged_files = \
  172. list='$(am__tagged_files)'; \
  173. unique=`for i in $$list; do \
  174. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  175. done | $(am__uniquify_input)`
  176. ETAGS = etags
  177. CTAGS = ctags
  178. DIST_SUBDIRS = $(SUBDIRS)
  179. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  180. am__relativize = \
  181. dir0=`pwd`; \
  182. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  183. sed_rest='s,^[^/]*/*,,'; \
  184. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  185. sed_butlast='s,/*[^/]*$$,,'; \
  186. while test -n "$$dir1"; do \
  187. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  188. if test "$$first" != "."; then \
  189. if test "$$first" = ".."; then \
  190. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  191. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  192. else \
  193. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  194. if test "$$first2" = "$$first"; then \
  195. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  196. else \
  197. dir2="../$$dir2"; \
  198. fi; \
  199. dir0="$$dir0"/"$$first"; \
  200. fi; \
  201. fi; \
  202. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  203. done; \
  204. reldir="$$dir2"
  205. ACLOCAL = @ACLOCAL@
  206. AMTAR = @AMTAR@
  207. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  208. AUTOCONF = @AUTOCONF@
  209. AUTOHEADER = @AUTOHEADER@
  210. AUTOMAKE = @AUTOMAKE@
  211. AWK = @AWK@
  212. CC = @CC@
  213. CCDEPMODE = @CCDEPMODE@
  214. CFLAGS = @CFLAGS@
  215. CPP = @CPP@
  216. CPPFLAGS = @CPPFLAGS@
  217. CYGPATH_W = @CYGPATH_W@
  218. DEFS = @DEFS@
  219. DEPDIR = @DEPDIR@
  220. ECHO_C = @ECHO_C@
  221. ECHO_N = @ECHO_N@
  222. ECHO_T = @ECHO_T@
  223. EGREP = @EGREP@
  224. EXEEXT = @EXEEXT@
  225. GREP = @GREP@
  226. INSTALL = @INSTALL@
  227. INSTALL_DATA = @INSTALL_DATA@
  228. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  229. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  230. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  231. LDFLAGS = @LDFLAGS@
  232. LIBOBJS = @LIBOBJS@
  233. LIBS = @LIBS@
  234. LTLIBOBJS = @LTLIBOBJS@
  235. MAKEINFO = @MAKEINFO@
  236. MKDIR_P = @MKDIR_P@
  237. OBJEXT = @OBJEXT@
  238. PACKAGE = @PACKAGE@
  239. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  240. PACKAGE_NAME = @PACKAGE_NAME@
  241. PACKAGE_STRING = @PACKAGE_STRING@
  242. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  243. PACKAGE_URL = @PACKAGE_URL@
  244. PACKAGE_VERSION = @PACKAGE_VERSION@
  245. PATH_SEPARATOR = @PATH_SEPARATOR@
  246. RANLIB = @RANLIB@
  247. SET_MAKE = @SET_MAKE@
  248. SHELL = @SHELL@
  249. STRIP = @STRIP@
  250. VERSION = @VERSION@
  251. abs_builddir = @abs_builddir@
  252. abs_srcdir = @abs_srcdir@
  253. abs_top_builddir = @abs_top_builddir@
  254. abs_top_srcdir = @abs_top_srcdir@
  255. ac_ct_CC = @ac_ct_CC@
  256. am__include = @am__include@
  257. am__leading_dot = @am__leading_dot@
  258. am__quote = @am__quote@
  259. am__tar = @am__tar@
  260. am__untar = @am__untar@
  261. bindir = @bindir@
  262. build_alias = @build_alias@
  263. builddir = @builddir@
  264. datadir = @datadir@
  265. datarootdir = @datarootdir@
  266. docdir = @docdir@
  267. dvidir = @dvidir@
  268. exec_prefix = @exec_prefix@
  269. host_alias = @host_alias@
  270. htmldir = @htmldir@
  271. includedir = @includedir@
  272. infodir = @infodir@
  273. install_sh = @install_sh@
  274. libdir = @libdir@
  275. libexecdir = @libexecdir@
  276. localedir = @localedir@
  277. localstatedir = @localstatedir@
  278. mandir = @mandir@
  279. mkdir_p = @mkdir_p@
  280. oldincludedir = @oldincludedir@
  281. pdfdir = @pdfdir@
  282. prefix = @prefix@
  283. program_transform_name = @program_transform_name@
  284. psdir = @psdir@
  285. sbindir = @sbindir@
  286. sharedstatedir = @sharedstatedir@
  287. srcdir = @srcdir@
  288. sysconfdir = @sysconfdir@
  289. target_alias = @target_alias@
  290. top_build_prefix = @top_build_prefix@
  291. top_builddir = @top_builddir@
  292. top_srcdir = @top_srcdir@
  293. SUBDIRS = questions/ apps/ tests/
  294. @CLUSTER_TRUE@indiana_SOURCES = indiana.c qa_sock.c
  295. @CLUSTER_TRUE@indiana_LDADD = questions/libquestions.a -lssl -lcrypto
  296. @CLUSTER_TRUE@stranamore_SOURCES = stranamore.c
  297. @CLUSTER_TRUE@stranamore_LDADD = -lssl -lcrypto
  298. @CLUSTER_TRUE@despicable_SOURCES = despicable.c
  299. @CLUSTER_TRUE@despicable_LDADD = questions/libquestions.a -lssl -lcrypto
  300. qa_SOURCES = qa.c qa_sock.c cmdline.c
  301. qa_LDADD = questions/libquestions.a -lssl -lcrypto
  302. all: all-recursive
  303. .SUFFIXES:
  304. .SUFFIXES: .c .o .obj
  305. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  306. @for dep in $?; do \
  307. case '$(am__configure_deps)' in \
  308. *$$dep*) \
  309. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  310. && { if test -f $@; then exit 0; else break; fi; }; \
  311. exit 1;; \
  312. esac; \
  313. done; \
  314. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  315. $(am__cd) $(top_srcdir) && \
  316. $(AUTOMAKE) --gnu src/Makefile
  317. .PRECIOUS: Makefile
  318. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  319. @case '$?' in \
  320. *config.status*) \
  321. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  322. *) \
  323. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  324. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  325. esac;
  326. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  328. $(top_srcdir)/configure: $(am__configure_deps)
  329. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  330. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(am__aclocal_m4_deps):
  333. install-binPROGRAMS: $(bin_PROGRAMS)
  334. @$(NORMAL_INSTALL)
  335. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  336. if test -n "$$list"; then \
  337. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  338. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  339. fi; \
  340. for p in $$list; do echo "$$p $$p"; done | \
  341. sed 's/$(EXEEXT)$$//' | \
  342. while read p p1; do if test -f $$p \
  343. ; then echo "$$p"; echo "$$p"; else :; fi; \
  344. done | \
  345. sed -e 'p;s,.*/,,;n;h' \
  346. -e 's|.*|.|' \
  347. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  348. sed 'N;N;N;s,\n, ,g' | \
  349. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  350. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  351. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  352. else { print "f", $$3 "/" $$4, $$1; } } \
  353. END { for (d in files) print "f", d, files[d] }' | \
  354. while read type dir files; do \
  355. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  356. test -z "$$files" || { \
  357. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  358. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  359. } \
  360. ; done
  361. uninstall-binPROGRAMS:
  362. @$(NORMAL_UNINSTALL)
  363. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  364. files=`for p in $$list; do echo "$$p"; done | \
  365. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  366. -e 's/$$/$(EXEEXT)/' \
  367. `; \
  368. test -n "$$list" || exit 0; \
  369. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  370. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  371. clean-binPROGRAMS:
  372. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  373. despicable$(EXEEXT): $(despicable_OBJECTS) $(despicable_DEPENDENCIES) $(EXTRA_despicable_DEPENDENCIES)
  374. @rm -f despicable$(EXEEXT)
  375. $(AM_V_CCLD)$(LINK) $(despicable_OBJECTS) $(despicable_LDADD) $(LIBS)
  376. indiana$(EXEEXT): $(indiana_OBJECTS) $(indiana_DEPENDENCIES) $(EXTRA_indiana_DEPENDENCIES)
  377. @rm -f indiana$(EXEEXT)
  378. $(AM_V_CCLD)$(LINK) $(indiana_OBJECTS) $(indiana_LDADD) $(LIBS)
  379. qa$(EXEEXT): $(qa_OBJECTS) $(qa_DEPENDENCIES) $(EXTRA_qa_DEPENDENCIES)
  380. @rm -f qa$(EXEEXT)
  381. $(AM_V_CCLD)$(LINK) $(qa_OBJECTS) $(qa_LDADD) $(LIBS)
  382. stranamore$(EXEEXT): $(stranamore_OBJECTS) $(stranamore_DEPENDENCIES) $(EXTRA_stranamore_DEPENDENCIES)
  383. @rm -f stranamore$(EXEEXT)
  384. $(AM_V_CCLD)$(LINK) $(stranamore_OBJECTS) $(stranamore_LDADD) $(LIBS)
  385. mostlyclean-compile:
  386. -rm -f *.$(OBJEXT)
  387. distclean-compile:
  388. -rm -f *.tab.c
  389. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdline.Po@am__quote@
  390. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/despicable.Po@am__quote@
  391. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indiana.Po@am__quote@
  392. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qa.Po@am__quote@
  393. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qa_sock.Po@am__quote@
  394. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stranamore.Po@am__quote@
  395. .c.o:
  396. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  397. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  398. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  399. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  400. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  401. .c.obj:
  402. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  403. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  404. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  405. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  406. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  407. # This directory's subdirectories are mostly independent; you can cd
  408. # into them and run 'make' without going through this Makefile.
  409. # To change the values of 'make' variables: instead of editing Makefiles,
  410. # (1) if the variable is set in 'config.status', edit 'config.status'
  411. # (which will cause the Makefiles to be regenerated when you run 'make');
  412. # (2) otherwise, pass the desired values on the 'make' command line.
  413. $(am__recursive_targets):
  414. @fail=; \
  415. if $(am__make_keepgoing); then \
  416. failcom='fail=yes'; \
  417. else \
  418. failcom='exit 1'; \
  419. fi; \
  420. dot_seen=no; \
  421. target=`echo $@ | sed s/-recursive//`; \
  422. case "$@" in \
  423. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  424. *) list='$(SUBDIRS)' ;; \
  425. esac; \
  426. for subdir in $$list; do \
  427. echo "Making $$target in $$subdir"; \
  428. if test "$$subdir" = "."; then \
  429. dot_seen=yes; \
  430. local_target="$$target-am"; \
  431. else \
  432. local_target="$$target"; \
  433. fi; \
  434. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  435. || eval $$failcom; \
  436. done; \
  437. if test "$$dot_seen" = "no"; then \
  438. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  439. fi; test -z "$$fail"
  440. ID: $(am__tagged_files)
  441. $(am__define_uniq_tagged_files); mkid -fID $$unique
  442. tags: tags-recursive
  443. TAGS: tags
  444. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  445. set x; \
  446. here=`pwd`; \
  447. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  448. include_option=--etags-include; \
  449. empty_fix=.; \
  450. else \
  451. include_option=--include; \
  452. empty_fix=; \
  453. fi; \
  454. list='$(SUBDIRS)'; for subdir in $$list; do \
  455. if test "$$subdir" = .; then :; else \
  456. test ! -f $$subdir/TAGS || \
  457. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  458. fi; \
  459. done; \
  460. $(am__define_uniq_tagged_files); \
  461. shift; \
  462. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  463. test -n "$$unique" || unique=$$empty_fix; \
  464. if test $$# -gt 0; then \
  465. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  466. "$$@" $$unique; \
  467. else \
  468. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  469. $$unique; \
  470. fi; \
  471. fi
  472. ctags: ctags-recursive
  473. CTAGS: ctags
  474. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  475. $(am__define_uniq_tagged_files); \
  476. test -z "$(CTAGS_ARGS)$$unique" \
  477. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  478. $$unique
  479. GTAGS:
  480. here=`$(am__cd) $(top_builddir) && pwd` \
  481. && $(am__cd) $(top_srcdir) \
  482. && gtags -i $(GTAGS_ARGS) "$$here"
  483. cscopelist: cscopelist-recursive
  484. cscopelist-am: $(am__tagged_files)
  485. list='$(am__tagged_files)'; \
  486. case "$(srcdir)" in \
  487. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  488. *) sdir=$(subdir)/$(srcdir) ;; \
  489. esac; \
  490. for i in $$list; do \
  491. if test -f "$$i"; then \
  492. echo "$(subdir)/$$i"; \
  493. else \
  494. echo "$$sdir/$$i"; \
  495. fi; \
  496. done >> $(top_builddir)/cscope.files
  497. distclean-tags:
  498. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  499. distdir: $(DISTFILES)
  500. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  501. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  502. list='$(DISTFILES)'; \
  503. dist_files=`for file in $$list; do echo $$file; done | \
  504. sed -e "s|^$$srcdirstrip/||;t" \
  505. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  506. case $$dist_files in \
  507. */*) $(MKDIR_P) `echo "$$dist_files" | \
  508. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  509. sort -u` ;; \
  510. esac; \
  511. for file in $$dist_files; do \
  512. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  513. if test -d $$d/$$file; then \
  514. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  515. if test -d "$(distdir)/$$file"; then \
  516. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  517. fi; \
  518. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  519. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  520. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  521. fi; \
  522. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  523. else \
  524. test -f "$(distdir)/$$file" \
  525. || cp -p $$d/$$file "$(distdir)/$$file" \
  526. || exit 1; \
  527. fi; \
  528. done
  529. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  530. if test "$$subdir" = .; then :; else \
  531. $(am__make_dryrun) \
  532. || test -d "$(distdir)/$$subdir" \
  533. || $(MKDIR_P) "$(distdir)/$$subdir" \
  534. || exit 1; \
  535. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  536. $(am__relativize); \
  537. new_distdir=$$reldir; \
  538. dir1=$$subdir; dir2="$(top_distdir)"; \
  539. $(am__relativize); \
  540. new_top_distdir=$$reldir; \
  541. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  542. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  543. ($(am__cd) $$subdir && \
  544. $(MAKE) $(AM_MAKEFLAGS) \
  545. top_distdir="$$new_top_distdir" \
  546. distdir="$$new_distdir" \
  547. am__remove_distdir=: \
  548. am__skip_length_check=: \
  549. am__skip_mode_fix=: \
  550. distdir) \
  551. || exit 1; \
  552. fi; \
  553. done
  554. check-am: all-am
  555. check: check-recursive
  556. all-am: Makefile $(PROGRAMS)
  557. installdirs: installdirs-recursive
  558. installdirs-am:
  559. for dir in "$(DESTDIR)$(bindir)"; do \
  560. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  561. done
  562. install: install-recursive
  563. install-exec: install-exec-recursive
  564. install-data: install-data-recursive
  565. uninstall: uninstall-recursive
  566. install-am: all-am
  567. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  568. installcheck: installcheck-recursive
  569. install-strip:
  570. if test -z '$(STRIP)'; then \
  571. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  572. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  573. install; \
  574. else \
  575. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  576. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  577. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  578. fi
  579. mostlyclean-generic:
  580. clean-generic:
  581. distclean-generic:
  582. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  583. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  584. maintainer-clean-generic:
  585. @echo "This command is intended for maintainers to use"
  586. @echo "it deletes files that may require special tools to rebuild."
  587. clean: clean-recursive
  588. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  589. distclean: distclean-recursive
  590. -rm -rf ./$(DEPDIR)
  591. -rm -f Makefile
  592. distclean-am: clean-am distclean-compile distclean-generic \
  593. distclean-tags
  594. dvi: dvi-recursive
  595. dvi-am:
  596. html: html-recursive
  597. html-am:
  598. info: info-recursive
  599. info-am:
  600. install-data-am:
  601. install-dvi: install-dvi-recursive
  602. install-dvi-am:
  603. install-exec-am: install-binPROGRAMS
  604. install-html: install-html-recursive
  605. install-html-am:
  606. install-info: install-info-recursive
  607. install-info-am:
  608. install-man:
  609. install-pdf: install-pdf-recursive
  610. install-pdf-am:
  611. install-ps: install-ps-recursive
  612. install-ps-am:
  613. installcheck-am:
  614. maintainer-clean: maintainer-clean-recursive
  615. -rm -rf ./$(DEPDIR)
  616. -rm -f Makefile
  617. maintainer-clean-am: distclean-am maintainer-clean-generic
  618. mostlyclean: mostlyclean-recursive
  619. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  620. pdf: pdf-recursive
  621. pdf-am:
  622. ps: ps-recursive
  623. ps-am:
  624. uninstall-am: uninstall-binPROGRAMS
  625. .MAKE: $(am__recursive_targets) install-am install-strip
  626. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  627. check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
  628. ctags ctags-am distclean distclean-compile distclean-generic \
  629. distclean-tags distdir dvi dvi-am html html-am info info-am \
  630. install install-am install-binPROGRAMS install-data \
  631. install-data-am install-dvi install-dvi-am install-exec \
  632. install-exec-am install-html install-html-am install-info \
  633. install-info-am install-man install-pdf install-pdf-am \
  634. install-ps install-ps-am install-strip installcheck \
  635. installcheck-am installdirs installdirs-am maintainer-clean \
  636. maintainer-clean-generic mostlyclean mostlyclean-compile \
  637. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  638. uninstall-am uninstall-binPROGRAMS
  639. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  640. # Otherwise a system limit (for SysV at least) may be exceeded.
  641. .NOEXPORT: