Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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-2012 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. subdir = src/tool
  97. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  98. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  102. $(am__DIST_COMMON)
  103. mkinstalldirs = $(install_sh) -d
  104. CONFIG_HEADER = $(top_builddir)/src/config.h
  105. CONFIG_CLEAN_FILES =
  106. CONFIG_CLEAN_VPATH_FILES =
  107. LIBRARIES = $(noinst_LIBRARIES)
  108. ARFLAGS = cru
  109. AM_V_AR = $(am__v_AR_@AM_V@)
  110. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  111. am__v_AR_0 = @echo " AR " $@;
  112. am__v_AR_1 =
  113. libngtool_a_AR = $(AR) $(ARFLAGS)
  114. libngtool_a_LIBADD =
  115. am_libngtool_a_OBJECTS = tool.$(OBJEXT)
  116. libngtool_a_OBJECTS = $(am_libngtool_a_OBJECTS)
  117. AM_V_P = $(am__v_P_@AM_V@)
  118. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  119. am__v_P_0 = false
  120. am__v_P_1 = :
  121. AM_V_GEN = $(am__v_GEN_@AM_V@)
  122. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  123. am__v_GEN_0 = @echo " GEN " $@;
  124. am__v_GEN_1 =
  125. AM_V_at = $(am__v_at_@AM_V@)
  126. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  127. am__v_at_0 = @
  128. am__v_at_1 =
  129. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  130. depcomp = $(SHELL) $(top_srcdir)/depcomp
  131. am__maybe_remake_depfiles = depfiles
  132. am__depfiles_remade = ./$(DEPDIR)/tool.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 = $(libngtool_a_SOURCES)
  147. DIST_SOURCES = $(libngtool_a_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. HEADERS = $(noinst_HEADERS)
  154. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  155. # Read a list of newline-separated strings from the standard input,
  156. # and print each of them once, without duplicates. Input order is
  157. # *not* preserved.
  158. am__uniquify_input = $(AWK) '\
  159. BEGIN { nonempty = 0; } \
  160. { items[$$0] = 1; nonempty = 1; } \
  161. END { if (nonempty) { for (i in items) print i; }; } \
  162. '
  163. # Make sure the list of sources is unique. This is necessary because,
  164. # e.g., the same source file might be shared among _SOURCES variables
  165. # for different programs/libraries.
  166. am__define_uniq_tagged_files = \
  167. list='$(am__tagged_files)'; \
  168. unique=`for i in $$list; do \
  169. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  170. done | $(am__uniquify_input)`
  171. ETAGS = etags
  172. CTAGS = ctags
  173. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  174. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  175. ACLOCAL = @ACLOCAL@
  176. AMTAR = @AMTAR@
  177. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  178. AR = @AR@
  179. AUTOCONF = @AUTOCONF@
  180. AUTOHEADER = @AUTOHEADER@
  181. AUTOMAKE = @AUTOMAKE@
  182. AWK = @AWK@
  183. CC = @CC@
  184. CCDEPMODE = @CCDEPMODE@
  185. CFLAGS = @CFLAGS@
  186. CPP = @CPP@
  187. CPPFLAGS = @CPPFLAGS@
  188. CYGPATH_W = @CYGPATH_W@
  189. DEFS = @DEFS@
  190. DEPDIR = @DEPDIR@
  191. ECHO_C = @ECHO_C@
  192. ECHO_N = @ECHO_N@
  193. ECHO_T = @ECHO_T@
  194. EGREP = @EGREP@
  195. EXEEXT = @EXEEXT@
  196. GREP = @GREP@
  197. INSTALL = @INSTALL@
  198. INSTALL_DATA = @INSTALL_DATA@
  199. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  200. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  201. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  202. LDFLAGS = @LDFLAGS@
  203. LIBOBJS = @LIBOBJS@
  204. LIBS = @LIBS@
  205. LN_S = @LN_S@
  206. LTLIBOBJS = @LTLIBOBJS@
  207. MAKEINFO = @MAKEINFO@
  208. MKDIR_P = @MKDIR_P@
  209. OBJEXT = @OBJEXT@
  210. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  211. OPENSSL_LIBS = @OPENSSL_LIBS@
  212. PACKAGE = @PACKAGE@
  213. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  214. PACKAGE_NAME = @PACKAGE_NAME@
  215. PACKAGE_STRING = @PACKAGE_STRING@
  216. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  217. PACKAGE_URL = @PACKAGE_URL@
  218. PACKAGE_VERSION = @PACKAGE_VERSION@
  219. PATH_SEPARATOR = @PATH_SEPARATOR@
  220. PKG_CONFIG = @PKG_CONFIG@
  221. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  222. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  223. RANLIB = @RANLIB@
  224. SET_MAKE = @SET_MAKE@
  225. SHELL = @SHELL@
  226. STRIP = @STRIP@
  227. VERSION = @VERSION@
  228. abs_builddir = @abs_builddir@
  229. abs_srcdir = @abs_srcdir@
  230. abs_top_builddir = @abs_top_builddir@
  231. abs_top_srcdir = @abs_top_srcdir@
  232. ac_ct_AR = @ac_ct_AR@
  233. ac_ct_CC = @ac_ct_CC@
  234. am__include = @am__include@
  235. am__leading_dot = @am__leading_dot@
  236. am__quote = @am__quote@
  237. am__tar = @am__tar@
  238. am__untar = @am__untar@
  239. bindir = @bindir@
  240. build = @build@
  241. build_alias = @build_alias@
  242. build_cpu = @build_cpu@
  243. build_os = @build_os@
  244. build_vendor = @build_vendor@
  245. builddir = @builddir@
  246. datadir = @datadir@
  247. datarootdir = @datarootdir@
  248. docdir = @docdir@
  249. dvidir = @dvidir@
  250. exec_prefix = @exec_prefix@
  251. host = @host@
  252. host_alias = @host_alias@
  253. host_cpu = @host_cpu@
  254. host_os = @host_os@
  255. host_vendor = @host_vendor@
  256. htmldir = @htmldir@
  257. includedir = @includedir@
  258. infodir = @infodir@
  259. install_sh = @install_sh@
  260. libdir = @libdir@
  261. libexecdir = @libexecdir@
  262. localedir = @localedir@
  263. localstatedir = @localstatedir@
  264. mandir = @mandir@
  265. mkdir_p = @mkdir_p@
  266. oldincludedir = @oldincludedir@
  267. pdfdir = @pdfdir@
  268. prefix = @prefix@
  269. program_transform_name = @program_transform_name@
  270. psdir = @psdir@
  271. runstatedir = @runstatedir@
  272. sbindir = @sbindir@
  273. sharedstatedir = @sharedstatedir@
  274. srcdir = @srcdir@
  275. sysconfdir = @sysconfdir@
  276. target_alias = @target_alias@
  277. top_build_prefix = @top_build_prefix@
  278. top_builddir = @top_builddir@
  279. top_srcdir = @top_srcdir@
  280. AUTOMAKE_OPTIONS = serial-tests #../portab/ansi2knr (disabled by ./autogen.sh script)
  281. EXTRA_DIST = Makefile.ng
  282. AM_CPPFLAGS = -I$(srcdir)/../portab
  283. noinst_LIBRARIES = libngtool.a
  284. libngtool_a_SOURCES = tool.c
  285. noinst_HEADERS = tool.h
  286. all: all-am
  287. .SUFFIXES:
  288. .SUFFIXES: .c .o .obj
  289. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  290. @for dep in $?; do \
  291. case '$(am__configure_deps)' in \
  292. *$$dep*) \
  293. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  294. && { if test -f $@; then exit 0; else break; fi; }; \
  295. exit 1;; \
  296. esac; \
  297. done; \
  298. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tool/Makefile'; \
  299. $(am__cd) $(top_srcdir) && \
  300. $(AUTOMAKE) --foreign src/tool/Makefile
  301. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  302. @case '$?' in \
  303. *config.status*) \
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  305. *) \
  306. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  307. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  308. esac;
  309. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  310. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  311. $(top_srcdir)/configure: $(am__configure_deps)
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  313. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  314. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  315. $(am__aclocal_m4_deps):
  316. clean-noinstLIBRARIES:
  317. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  318. libngtool.a: $(libngtool_a_OBJECTS) $(libngtool_a_DEPENDENCIES) $(EXTRA_libngtool_a_DEPENDENCIES)
  319. $(AM_V_at)-rm -f libngtool.a
  320. $(AM_V_AR)$(libngtool_a_AR) libngtool.a $(libngtool_a_OBJECTS) $(libngtool_a_LIBADD)
  321. $(AM_V_at)$(RANLIB) libngtool.a
  322. mostlyclean-compile:
  323. -rm -f *.$(OBJEXT)
  324. distclean-compile:
  325. -rm -f *.tab.c
  326. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool.Po@am__quote@ # am--include-marker
  327. $(am__depfiles_remade):
  328. @$(MKDIR_P) $(@D)
  329. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  330. am--depfiles: $(am__depfiles_remade)
  331. .c.o:
  332. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  333. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  335. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  336. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  337. .c.obj:
  338. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  339. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  340. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  343. ID: $(am__tagged_files)
  344. $(am__define_uniq_tagged_files); mkid -fID $$unique
  345. tags: tags-am
  346. TAGS: tags
  347. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  348. set x; \
  349. here=`pwd`; \
  350. $(am__define_uniq_tagged_files); \
  351. shift; \
  352. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  353. test -n "$$unique" || unique=$$empty_fix; \
  354. if test $$# -gt 0; then \
  355. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  356. "$$@" $$unique; \
  357. else \
  358. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  359. $$unique; \
  360. fi; \
  361. fi
  362. ctags: ctags-am
  363. CTAGS: ctags
  364. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  365. $(am__define_uniq_tagged_files); \
  366. test -z "$(CTAGS_ARGS)$$unique" \
  367. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  368. $$unique
  369. GTAGS:
  370. here=`$(am__cd) $(top_builddir) && pwd` \
  371. && $(am__cd) $(top_srcdir) \
  372. && gtags -i $(GTAGS_ARGS) "$$here"
  373. cscopelist: cscopelist-am
  374. cscopelist-am: $(am__tagged_files)
  375. list='$(am__tagged_files)'; \
  376. case "$(srcdir)" in \
  377. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  378. *) sdir=$(subdir)/$(srcdir) ;; \
  379. esac; \
  380. for i in $$list; do \
  381. if test -f "$$i"; then \
  382. echo "$(subdir)/$$i"; \
  383. else \
  384. echo "$$sdir/$$i"; \
  385. fi; \
  386. done >> $(top_builddir)/cscope.files
  387. distclean-tags:
  388. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  389. distdir: $(BUILT_SOURCES)
  390. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  391. distdir-am: $(DISTFILES)
  392. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  393. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  394. list='$(DISTFILES)'; \
  395. dist_files=`for file in $$list; do echo $$file; done | \
  396. sed -e "s|^$$srcdirstrip/||;t" \
  397. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  398. case $$dist_files in \
  399. */*) $(MKDIR_P) `echo "$$dist_files" | \
  400. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  401. sort -u` ;; \
  402. esac; \
  403. for file in $$dist_files; do \
  404. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  405. if test -d $$d/$$file; then \
  406. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  407. if test -d "$(distdir)/$$file"; then \
  408. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  409. fi; \
  410. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  411. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  412. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  413. fi; \
  414. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  415. else \
  416. test -f "$(distdir)/$$file" \
  417. || cp -p $$d/$$file "$(distdir)/$$file" \
  418. || exit 1; \
  419. fi; \
  420. done
  421. check-am: all-am
  422. check: check-am
  423. all-am: Makefile $(LIBRARIES) $(HEADERS)
  424. installdirs:
  425. install: install-am
  426. install-exec: install-exec-am
  427. install-data: install-data-am
  428. uninstall: uninstall-am
  429. install-am: all-am
  430. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  431. installcheck: installcheck-am
  432. install-strip:
  433. if test -z '$(STRIP)'; then \
  434. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  435. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  436. install; \
  437. else \
  438. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  439. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  440. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  441. fi
  442. mostlyclean-generic:
  443. clean-generic:
  444. distclean-generic:
  445. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  446. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  447. maintainer-clean-generic:
  448. @echo "This command is intended for maintainers to use"
  449. @echo "it deletes files that may require special tools to rebuild."
  450. clean: clean-am
  451. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  452. distclean: distclean-am
  453. -rm -f ./$(DEPDIR)/tool.Po
  454. -rm -f Makefile
  455. distclean-am: clean-am distclean-compile distclean-generic \
  456. distclean-tags
  457. dvi: dvi-am
  458. dvi-am:
  459. html: html-am
  460. html-am:
  461. info: info-am
  462. info-am:
  463. install-data-am:
  464. install-dvi: install-dvi-am
  465. install-dvi-am:
  466. install-exec-am:
  467. install-html: install-html-am
  468. install-html-am:
  469. install-info: install-info-am
  470. install-info-am:
  471. install-man:
  472. install-pdf: install-pdf-am
  473. install-pdf-am:
  474. install-ps: install-ps-am
  475. install-ps-am:
  476. installcheck-am:
  477. maintainer-clean: maintainer-clean-am
  478. -rm -f ./$(DEPDIR)/tool.Po
  479. -rm -f Makefile
  480. maintainer-clean-am: distclean-am maintainer-clean-generic \
  481. maintainer-clean-local
  482. mostlyclean: mostlyclean-am
  483. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  484. pdf: pdf-am
  485. pdf-am:
  486. ps: ps-am
  487. ps-am:
  488. uninstall-am:
  489. .MAKE: install-am install-strip
  490. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  491. clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
  492. ctags-am distclean distclean-compile distclean-generic \
  493. distclean-tags distdir dvi dvi-am html html-am info info-am \
  494. install install-am install-data install-data-am install-dvi \
  495. install-dvi-am install-exec install-exec-am install-html \
  496. install-html-am install-info install-info-am install-man \
  497. install-pdf install-pdf-am install-ps install-ps-am \
  498. install-strip installcheck installcheck-am installdirs \
  499. maintainer-clean maintainer-clean-generic \
  500. maintainer-clean-local mostlyclean mostlyclean-compile \
  501. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  502. uninstall-am
  503. .PRECIOUS: Makefile
  504. maintainer-clean-local:
  505. rm -f Makefile Makefile.in Makefile.am
  506. # -eof-
  507. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  508. # Otherwise a system limit (for SysV at least) may be exceeded.
  509. .NOEXPORT: