Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  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. # ngIRCd -- The Next Generation IRC Daemon
  14. # Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors
  15. #
  16. # This program is free software; you can redistribute it and/or modify
  17. # it under the terms of the GNU General Public License as published by
  18. # the Free Software Foundation; either version 2 of the License, or
  19. # (at your option) any later version.
  20. # Please read the file COPYING, README and AUTHORS for more information.
  21. #
  22. VPATH = @srcdir@
  23. am__is_gnu_make = { \
  24. if test -z '$(MAKELEVEL)'; then \
  25. false; \
  26. elif test -n '$(MAKE_HOST)'; then \
  27. true; \
  28. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  29. true; \
  30. else \
  31. false; \
  32. fi; \
  33. }
  34. am__make_running_with_option = \
  35. case $${target_option-} in \
  36. ?) ;; \
  37. *) echo "am__make_running_with_option: internal error: invalid" \
  38. "target option '$${target_option-}' specified" >&2; \
  39. exit 1;; \
  40. esac; \
  41. has_opt=no; \
  42. sane_makeflags=$$MAKEFLAGS; \
  43. if $(am__is_gnu_make); then \
  44. sane_makeflags=$$MFLAGS; \
  45. else \
  46. case $$MAKEFLAGS in \
  47. *\\[\ \ ]*) \
  48. bs=\\; \
  49. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  50. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  51. esac; \
  52. fi; \
  53. skip_next=no; \
  54. strip_trailopt () \
  55. { \
  56. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  57. }; \
  58. for flg in $$sane_makeflags; do \
  59. test $$skip_next = yes && { skip_next=no; continue; }; \
  60. case $$flg in \
  61. *=*|--*) continue;; \
  62. -*I) strip_trailopt 'I'; skip_next=yes;; \
  63. -*I?*) strip_trailopt 'I';; \
  64. -*O) strip_trailopt 'O'; skip_next=yes;; \
  65. -*O?*) strip_trailopt 'O';; \
  66. -*l) strip_trailopt 'l'; skip_next=yes;; \
  67. -*l?*) strip_trailopt 'l';; \
  68. -[dEDm]) skip_next=yes;; \
  69. -[JT]) skip_next=yes;; \
  70. esac; \
  71. case $$flg in \
  72. *$$target_option*) has_opt=yes; break;; \
  73. esac; \
  74. done; \
  75. test $$has_opt = yes
  76. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  77. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  78. pkgdatadir = $(datadir)/@PACKAGE@
  79. pkgincludedir = $(includedir)/@PACKAGE@
  80. pkglibdir = $(libdir)/@PACKAGE@
  81. pkglibexecdir = $(libexecdir)/@PACKAGE@
  82. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  83. install_sh_DATA = $(install_sh) -c -m 644
  84. install_sh_PROGRAM = $(install_sh) -c
  85. install_sh_SCRIPT = $(install_sh) -c
  86. INSTALL_HEADER = $(INSTALL_DATA)
  87. transform = $(program_transform_name)
  88. NORMAL_INSTALL = :
  89. PRE_INSTALL = :
  90. POST_INSTALL = :
  91. NORMAL_UNINSTALL = :
  92. PRE_UNINSTALL = :
  93. POST_UNINSTALL = :
  94. build_triplet = @build@
  95. host_triplet = @host@
  96. check_PROGRAMS = portabtest$(EXEEXT)
  97. TESTS = portabtest$(EXEEXT)
  98. subdir = src/portab
  99. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  100. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  101. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  102. $(ACLOCAL_M4)
  103. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  104. $(am__DIST_COMMON)
  105. mkinstalldirs = $(install_sh) -d
  106. CONFIG_HEADER = $(top_builddir)/src/config.h
  107. CONFIG_CLEAN_FILES =
  108. CONFIG_CLEAN_VPATH_FILES =
  109. LIBRARIES = $(noinst_LIBRARIES)
  110. ARFLAGS = cru
  111. AM_V_AR = $(am__v_AR_@AM_V@)
  112. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  113. am__v_AR_0 = @echo " AR " $@;
  114. am__v_AR_1 =
  115. libngportab_a_AR = $(AR) $(ARFLAGS)
  116. libngportab_a_LIBADD =
  117. am_libngportab_a_OBJECTS = strdup.$(OBJEXT) strlcpy.$(OBJEXT) \
  118. strndup.$(OBJEXT) strtok_r.$(OBJEXT) vsnprintf.$(OBJEXT) \
  119. waitpid.$(OBJEXT)
  120. libngportab_a_OBJECTS = $(am_libngportab_a_OBJECTS)
  121. am_portabtest_OBJECTS = portabtest.$(OBJEXT)
  122. portabtest_OBJECTS = $(am_portabtest_OBJECTS)
  123. portabtest_DEPENDENCIES =
  124. portabtest_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(portabtest_LDFLAGS) \
  125. $(LDFLAGS) -o $@
  126. AM_V_P = $(am__v_P_@AM_V@)
  127. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  128. am__v_P_0 = false
  129. am__v_P_1 = :
  130. AM_V_GEN = $(am__v_GEN_@AM_V@)
  131. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  132. am__v_GEN_0 = @echo " GEN " $@;
  133. am__v_GEN_1 =
  134. AM_V_at = $(am__v_at_@AM_V@)
  135. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  136. am__v_at_0 = @
  137. am__v_at_1 =
  138. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  139. depcomp = $(SHELL) $(top_srcdir)/depcomp
  140. am__maybe_remake_depfiles = depfiles
  141. am__depfiles_remade = ./$(DEPDIR)/portabtest.Po ./$(DEPDIR)/strdup.Po \
  142. ./$(DEPDIR)/strlcpy.Po ./$(DEPDIR)/strndup.Po \
  143. ./$(DEPDIR)/strtok_r.Po ./$(DEPDIR)/vsnprintf.Po \
  144. ./$(DEPDIR)/waitpid.Po
  145. am__mv = mv -f
  146. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  147. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  148. AM_V_CC = $(am__v_CC_@AM_V@)
  149. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  150. am__v_CC_0 = @echo " CC " $@;
  151. am__v_CC_1 =
  152. CCLD = $(CC)
  153. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  154. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  155. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  156. am__v_CCLD_0 = @echo " CCLD " $@;
  157. am__v_CCLD_1 =
  158. SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  159. DIST_SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  160. am__can_run_installinfo = \
  161. case $$AM_UPDATE_INFO_DIR in \
  162. n|no|NO) false;; \
  163. *) (install-info --version) >/dev/null 2>&1;; \
  164. esac
  165. HEADERS = $(noinst_HEADERS)
  166. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  167. # Read a list of newline-separated strings from the standard input,
  168. # and print each of them once, without duplicates. Input order is
  169. # *not* preserved.
  170. am__uniquify_input = $(AWK) '\
  171. BEGIN { nonempty = 0; } \
  172. { items[$$0] = 1; nonempty = 1; } \
  173. END { if (nonempty) { for (i in items) print i; }; } \
  174. '
  175. # Make sure the list of sources is unique. This is necessary because,
  176. # e.g., the same source file might be shared among _SOURCES variables
  177. # for different programs/libraries.
  178. am__define_uniq_tagged_files = \
  179. list='$(am__tagged_files)'; \
  180. unique=`for i in $$list; do \
  181. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  182. done | $(am__uniquify_input)`
  183. ETAGS = etags
  184. CTAGS = ctags
  185. am__tty_colors_dummy = \
  186. mgn= red= grn= lgn= blu= brg= std=; \
  187. am__color_tests=no
  188. am__tty_colors = { \
  189. $(am__tty_colors_dummy); \
  190. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  191. am__color_tests=no; \
  192. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  193. am__color_tests=yes; \
  194. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  195. am__color_tests=yes; \
  196. fi; \
  197. if test $$am__color_tests = yes; then \
  198. red=''; \
  199. grn=''; \
  200. lgn=''; \
  201. blu=''; \
  202. mgn=''; \
  203. brg=''; \
  204. std=''; \
  205. fi; \
  206. }
  207. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  208. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  209. ACLOCAL = @ACLOCAL@
  210. AMTAR = @AMTAR@
  211. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  212. AR = @AR@
  213. AUTOCONF = @AUTOCONF@
  214. AUTOHEADER = @AUTOHEADER@
  215. AUTOMAKE = @AUTOMAKE@
  216. AWK = @AWK@
  217. CC = @CC@
  218. CCDEPMODE = @CCDEPMODE@
  219. CFLAGS = @CFLAGS@
  220. CPP = @CPP@
  221. CPPFLAGS = @CPPFLAGS@
  222. CYGPATH_W = @CYGPATH_W@
  223. DEFS = @DEFS@
  224. DEPDIR = @DEPDIR@
  225. ECHO_C = @ECHO_C@
  226. ECHO_N = @ECHO_N@
  227. ECHO_T = @ECHO_T@
  228. EGREP = @EGREP@
  229. EXEEXT = @EXEEXT@
  230. GREP = @GREP@
  231. INSTALL = @INSTALL@
  232. INSTALL_DATA = @INSTALL_DATA@
  233. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  234. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  235. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  236. LDFLAGS = @LDFLAGS@
  237. LIBOBJS = @LIBOBJS@
  238. LIBS = @LIBS@
  239. LN_S = @LN_S@
  240. LTLIBOBJS = @LTLIBOBJS@
  241. MAKEINFO = @MAKEINFO@
  242. MKDIR_P = @MKDIR_P@
  243. OBJEXT = @OBJEXT@
  244. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  245. OPENSSL_LIBS = @OPENSSL_LIBS@
  246. PACKAGE = @PACKAGE@
  247. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  248. PACKAGE_NAME = @PACKAGE_NAME@
  249. PACKAGE_STRING = @PACKAGE_STRING@
  250. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  251. PACKAGE_URL = @PACKAGE_URL@
  252. PACKAGE_VERSION = @PACKAGE_VERSION@
  253. PATH_SEPARATOR = @PATH_SEPARATOR@
  254. PKG_CONFIG = @PKG_CONFIG@
  255. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  256. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  257. RANLIB = @RANLIB@
  258. SET_MAKE = @SET_MAKE@
  259. SHELL = @SHELL@
  260. STRIP = @STRIP@
  261. VERSION = @VERSION@
  262. abs_builddir = @abs_builddir@
  263. abs_srcdir = @abs_srcdir@
  264. abs_top_builddir = @abs_top_builddir@
  265. abs_top_srcdir = @abs_top_srcdir@
  266. ac_ct_AR = @ac_ct_AR@
  267. ac_ct_CC = @ac_ct_CC@
  268. am__include = @am__include@
  269. am__leading_dot = @am__leading_dot@
  270. am__quote = @am__quote@
  271. am__tar = @am__tar@
  272. am__untar = @am__untar@
  273. bindir = @bindir@
  274. build = @build@
  275. build_alias = @build_alias@
  276. build_cpu = @build_cpu@
  277. build_os = @build_os@
  278. build_vendor = @build_vendor@
  279. builddir = @builddir@
  280. datadir = @datadir@
  281. datarootdir = @datarootdir@
  282. docdir = @docdir@
  283. dvidir = @dvidir@
  284. exec_prefix = @exec_prefix@
  285. host = @host@
  286. host_alias = @host_alias@
  287. host_cpu = @host_cpu@
  288. host_os = @host_os@
  289. host_vendor = @host_vendor@
  290. htmldir = @htmldir@
  291. includedir = @includedir@
  292. infodir = @infodir@
  293. install_sh = @install_sh@
  294. libdir = @libdir@
  295. libexecdir = @libexecdir@
  296. localedir = @localedir@
  297. localstatedir = @localstatedir@
  298. mandir = @mandir@
  299. mkdir_p = @mkdir_p@
  300. oldincludedir = @oldincludedir@
  301. pdfdir = @pdfdir@
  302. prefix = @prefix@
  303. program_transform_name = @program_transform_name@
  304. psdir = @psdir@
  305. runstatedir = @runstatedir@
  306. sbindir = @sbindir@
  307. sharedstatedir = @sharedstatedir@
  308. srcdir = @srcdir@
  309. sysconfdir = @sysconfdir@
  310. target_alias = @target_alias@
  311. top_build_prefix = @top_build_prefix@
  312. top_builddir = @top_builddir@
  313. top_srcdir = @top_srcdir@
  314. AUTOMAKE_OPTIONS = serial-tests #ansi2knr (disabled by ./autogen.sh script)
  315. EXTRA_DIST = Makefile.ng
  316. noinst_LIBRARIES = libngportab.a
  317. libngportab_a_SOURCES = \
  318. strdup.c \
  319. strlcpy.c \
  320. strndup.c \
  321. strtok_r.c \
  322. vsnprintf.c \
  323. waitpid.c
  324. portabtest_SOURCES = portabtest.c
  325. portabtest_LDFLAGS = -L.
  326. portabtest_LDADD = -lngportab
  327. noinst_HEADERS = portab.h splint.h
  328. all: all-am
  329. .SUFFIXES:
  330. .SUFFIXES: .c .o .obj
  331. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  332. @for dep in $?; do \
  333. case '$(am__configure_deps)' in \
  334. *$$dep*) \
  335. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  336. && { if test -f $@; then exit 0; else break; fi; }; \
  337. exit 1;; \
  338. esac; \
  339. done; \
  340. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/portab/Makefile'; \
  341. $(am__cd) $(top_srcdir) && \
  342. $(AUTOMAKE) --foreign src/portab/Makefile
  343. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  344. @case '$?' in \
  345. *config.status*) \
  346. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  347. *) \
  348. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  349. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  350. esac;
  351. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  352. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  353. $(top_srcdir)/configure: $(am__configure_deps)
  354. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  355. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  356. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  357. $(am__aclocal_m4_deps):
  358. clean-checkPROGRAMS:
  359. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  360. clean-noinstLIBRARIES:
  361. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  362. libngportab.a: $(libngportab_a_OBJECTS) $(libngportab_a_DEPENDENCIES) $(EXTRA_libngportab_a_DEPENDENCIES)
  363. $(AM_V_at)-rm -f libngportab.a
  364. $(AM_V_AR)$(libngportab_a_AR) libngportab.a $(libngportab_a_OBJECTS) $(libngportab_a_LIBADD)
  365. $(AM_V_at)$(RANLIB) libngportab.a
  366. portabtest$(EXEEXT): $(portabtest_OBJECTS) $(portabtest_DEPENDENCIES) $(EXTRA_portabtest_DEPENDENCIES)
  367. @rm -f portabtest$(EXEEXT)
  368. $(AM_V_CCLD)$(portabtest_LINK) $(portabtest_OBJECTS) $(portabtest_LDADD) $(LIBS)
  369. mostlyclean-compile:
  370. -rm -f *.$(OBJEXT)
  371. distclean-compile:
  372. -rm -f *.tab.c
  373. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portabtest.Po@am__quote@ # am--include-marker
  374. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@ # am--include-marker
  375. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@ # am--include-marker
  376. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@ # am--include-marker
  377. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_r.Po@am__quote@ # am--include-marker
  378. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@ # am--include-marker
  379. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waitpid.Po@am__quote@ # am--include-marker
  380. $(am__depfiles_remade):
  381. @$(MKDIR_P) $(@D)
  382. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  383. am--depfiles: $(am__depfiles_remade)
  384. .c.o:
  385. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  386. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  387. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  388. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  389. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  390. .c.obj:
  391. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  392. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  393. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  394. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  395. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  396. ID: $(am__tagged_files)
  397. $(am__define_uniq_tagged_files); mkid -fID $$unique
  398. tags: tags-am
  399. TAGS: tags
  400. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  401. set x; \
  402. here=`pwd`; \
  403. $(am__define_uniq_tagged_files); \
  404. shift; \
  405. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  406. test -n "$$unique" || unique=$$empty_fix; \
  407. if test $$# -gt 0; then \
  408. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  409. "$$@" $$unique; \
  410. else \
  411. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  412. $$unique; \
  413. fi; \
  414. fi
  415. ctags: ctags-am
  416. CTAGS: ctags
  417. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  418. $(am__define_uniq_tagged_files); \
  419. test -z "$(CTAGS_ARGS)$$unique" \
  420. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  421. $$unique
  422. GTAGS:
  423. here=`$(am__cd) $(top_builddir) && pwd` \
  424. && $(am__cd) $(top_srcdir) \
  425. && gtags -i $(GTAGS_ARGS) "$$here"
  426. cscopelist: cscopelist-am
  427. cscopelist-am: $(am__tagged_files)
  428. list='$(am__tagged_files)'; \
  429. case "$(srcdir)" in \
  430. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  431. *) sdir=$(subdir)/$(srcdir) ;; \
  432. esac; \
  433. for i in $$list; do \
  434. if test -f "$$i"; then \
  435. echo "$(subdir)/$$i"; \
  436. else \
  437. echo "$$sdir/$$i"; \
  438. fi; \
  439. done >> $(top_builddir)/cscope.files
  440. distclean-tags:
  441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  442. check-TESTS: $(TESTS)
  443. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  444. srcdir=$(srcdir); export srcdir; \
  445. list=' $(TESTS) '; \
  446. $(am__tty_colors); \
  447. if test -n "$$list"; then \
  448. for tst in $$list; do \
  449. if test -f ./$$tst; then dir=./; \
  450. elif test -f $$tst; then dir=; \
  451. else dir="$(srcdir)/"; fi; \
  452. if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
  453. all=`expr $$all + 1`; \
  454. case " $(XFAIL_TESTS) " in \
  455. *[\ \ ]$$tst[\ \ ]*) \
  456. xpass=`expr $$xpass + 1`; \
  457. failed=`expr $$failed + 1`; \
  458. col=$$red; res=XPASS; \
  459. ;; \
  460. *) \
  461. col=$$grn; res=PASS; \
  462. ;; \
  463. esac; \
  464. elif test $$? -ne 77; then \
  465. all=`expr $$all + 1`; \
  466. case " $(XFAIL_TESTS) " in \
  467. *[\ \ ]$$tst[\ \ ]*) \
  468. xfail=`expr $$xfail + 1`; \
  469. col=$$lgn; res=XFAIL; \
  470. ;; \
  471. *) \
  472. failed=`expr $$failed + 1`; \
  473. col=$$red; res=FAIL; \
  474. ;; \
  475. esac; \
  476. else \
  477. skip=`expr $$skip + 1`; \
  478. col=$$blu; res=SKIP; \
  479. fi; \
  480. echo "$${col}$$res$${std}: $$tst"; \
  481. done; \
  482. if test "$$all" -eq 1; then \
  483. tests="test"; \
  484. All=""; \
  485. else \
  486. tests="tests"; \
  487. All="All "; \
  488. fi; \
  489. if test "$$failed" -eq 0; then \
  490. if test "$$xfail" -eq 0; then \
  491. banner="$$All$$all $$tests passed"; \
  492. else \
  493. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  494. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  495. fi; \
  496. else \
  497. if test "$$xpass" -eq 0; then \
  498. banner="$$failed of $$all $$tests failed"; \
  499. else \
  500. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  501. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  502. fi; \
  503. fi; \
  504. dashes="$$banner"; \
  505. skipped=""; \
  506. if test "$$skip" -ne 0; then \
  507. if test "$$skip" -eq 1; then \
  508. skipped="($$skip test was not run)"; \
  509. else \
  510. skipped="($$skip tests were not run)"; \
  511. fi; \
  512. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  513. dashes="$$skipped"; \
  514. fi; \
  515. report=""; \
  516. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  517. report="Please report to $(PACKAGE_BUGREPORT)"; \
  518. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  519. dashes="$$report"; \
  520. fi; \
  521. dashes=`echo "$$dashes" | sed s/./=/g`; \
  522. if test "$$failed" -eq 0; then \
  523. col="$$grn"; \
  524. else \
  525. col="$$red"; \
  526. fi; \
  527. echo "$${col}$$dashes$${std}"; \
  528. echo "$${col}$$banner$${std}"; \
  529. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  530. test -z "$$report" || echo "$${col}$$report$${std}"; \
  531. echo "$${col}$$dashes$${std}"; \
  532. test "$$failed" -eq 0; \
  533. else :; fi
  534. distdir: $(BUILT_SOURCES)
  535. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  536. distdir-am: $(DISTFILES)
  537. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  538. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  539. list='$(DISTFILES)'; \
  540. dist_files=`for file in $$list; do echo $$file; done | \
  541. sed -e "s|^$$srcdirstrip/||;t" \
  542. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  543. case $$dist_files in \
  544. */*) $(MKDIR_P) `echo "$$dist_files" | \
  545. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  546. sort -u` ;; \
  547. esac; \
  548. for file in $$dist_files; do \
  549. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  550. if test -d $$d/$$file; then \
  551. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  552. if test -d "$(distdir)/$$file"; then \
  553. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  554. fi; \
  555. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  556. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  557. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  558. fi; \
  559. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  560. else \
  561. test -f "$(distdir)/$$file" \
  562. || cp -p $$d/$$file "$(distdir)/$$file" \
  563. || exit 1; \
  564. fi; \
  565. done
  566. check-am: all-am
  567. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  568. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  569. check: check-am
  570. all-am: Makefile $(LIBRARIES) $(HEADERS)
  571. installdirs:
  572. install: install-am
  573. install-exec: install-exec-am
  574. install-data: install-data-am
  575. uninstall: uninstall-am
  576. install-am: all-am
  577. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  578. installcheck: installcheck-am
  579. install-strip:
  580. if test -z '$(STRIP)'; then \
  581. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  582. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  583. install; \
  584. else \
  585. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  586. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  587. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  588. fi
  589. mostlyclean-generic:
  590. clean-generic:
  591. distclean-generic:
  592. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  593. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  594. maintainer-clean-generic:
  595. @echo "This command is intended for maintainers to use"
  596. @echo "it deletes files that may require special tools to rebuild."
  597. clean: clean-am
  598. clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
  599. mostlyclean-am
  600. distclean: distclean-am
  601. -rm -f ./$(DEPDIR)/portabtest.Po
  602. -rm -f ./$(DEPDIR)/strdup.Po
  603. -rm -f ./$(DEPDIR)/strlcpy.Po
  604. -rm -f ./$(DEPDIR)/strndup.Po
  605. -rm -f ./$(DEPDIR)/strtok_r.Po
  606. -rm -f ./$(DEPDIR)/vsnprintf.Po
  607. -rm -f ./$(DEPDIR)/waitpid.Po
  608. -rm -f Makefile
  609. distclean-am: clean-am distclean-compile distclean-generic \
  610. distclean-tags
  611. dvi: dvi-am
  612. dvi-am:
  613. html: html-am
  614. html-am:
  615. info: info-am
  616. info-am:
  617. install-data-am:
  618. install-dvi: install-dvi-am
  619. install-dvi-am:
  620. install-exec-am:
  621. install-html: install-html-am
  622. install-html-am:
  623. install-info: install-info-am
  624. install-info-am:
  625. install-man:
  626. install-pdf: install-pdf-am
  627. install-pdf-am:
  628. install-ps: install-ps-am
  629. install-ps-am:
  630. installcheck-am:
  631. maintainer-clean: maintainer-clean-am
  632. -rm -f ./$(DEPDIR)/portabtest.Po
  633. -rm -f ./$(DEPDIR)/strdup.Po
  634. -rm -f ./$(DEPDIR)/strlcpy.Po
  635. -rm -f ./$(DEPDIR)/strndup.Po
  636. -rm -f ./$(DEPDIR)/strtok_r.Po
  637. -rm -f ./$(DEPDIR)/vsnprintf.Po
  638. -rm -f ./$(DEPDIR)/waitpid.Po
  639. -rm -f Makefile
  640. maintainer-clean-am: distclean-am maintainer-clean-generic \
  641. maintainer-clean-local
  642. mostlyclean: mostlyclean-am
  643. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  644. pdf: pdf-am
  645. pdf-am:
  646. ps: ps-am
  647. ps-am:
  648. uninstall-am:
  649. .MAKE: check-am install-am install-strip
  650. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
  651. check-am clean clean-checkPROGRAMS clean-generic \
  652. clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
  653. distclean-compile distclean-generic distclean-tags distdir dvi \
  654. dvi-am html html-am info info-am install install-am \
  655. install-data install-data-am install-dvi install-dvi-am \
  656. install-exec install-exec-am install-html install-html-am \
  657. install-info install-info-am install-man install-pdf \
  658. install-pdf-am install-ps install-ps-am install-strip \
  659. installcheck installcheck-am installdirs maintainer-clean \
  660. maintainer-clean-generic maintainer-clean-local mostlyclean \
  661. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  662. tags tags-am uninstall uninstall-am
  663. .PRECIOUS: Makefile
  664. maintainer-clean-local:
  665. rm -f Makefile Makefile.in Makefile.am
  666. # -eof-
  667. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  668. # Otherwise a system limit (for SysV at least) may be exceeded.
  669. .NOEXPORT: