Nife version Beta
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 21 KiB

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