Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. # global section for every Makefile.am
  13. VPATH = @srcdir@
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/@PACKAGE@
  70. pkgincludedir = $(includedir)/@PACKAGE@
  71. pkglibdir = $(libdir)/@PACKAGE@
  72. pkglibexecdir = $(libexecdir)/@PACKAGE@
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = @build@
  86. host_triplet = @host@
  87. subdir = include
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  90. $(top_srcdir)/configure.in
  91. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  92. $(ACLOCAL_M4)
  93. DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
  94. $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. AM_V_P = $(am__v_P_@AM_V@)
  100. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  101. am__v_P_0 = false
  102. am__v_P_1 = :
  103. AM_V_GEN = $(am__v_GEN_@AM_V@)
  104. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  105. am__v_GEN_0 = @echo " GEN " $@;
  106. am__v_GEN_1 =
  107. AM_V_at = $(am__v_at_@AM_V@)
  108. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  109. am__v_at_0 = @
  110. am__v_at_1 =
  111. SOURCES =
  112. DIST_SOURCES =
  113. am__can_run_installinfo = \
  114. case $$AM_UPDATE_INFO_DIR in \
  115. n|no|NO) false;; \
  116. *) (install-info --version) >/dev/null 2>&1;; \
  117. esac
  118. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  119. am__vpath_adj = case $$p in \
  120. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  121. *) f=$$p;; \
  122. esac;
  123. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  124. am__install_max = 40
  125. am__nobase_strip_setup = \
  126. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  127. am__nobase_strip = \
  128. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  129. am__nobase_list = $(am__nobase_strip_setup); \
  130. for p in $$list; do echo "$$p $$p"; done | \
  131. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  132. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  133. if (++n[$$2] == $(am__install_max)) \
  134. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  135. END { for (dir in files) print dir, files[dir] }'
  136. am__base_list = \
  137. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  138. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  139. am__uninstall_files_from_dir = { \
  140. test -z "$$files" \
  141. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  142. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  143. $(am__cd) "$$dir" && rm -f $$files; }; \
  144. }
  145. am__installdirs = "$(DESTDIR)$(pkgincludedir)"
  146. HEADERS = $(pkginclude_HEADERS)
  147. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  148. # Read a list of newline-separated strings from the standard input,
  149. # and print each of them once, without duplicates. Input order is
  150. # *not* preserved.
  151. am__uniquify_input = $(AWK) '\
  152. BEGIN { nonempty = 0; } \
  153. { items[$$0] = 1; nonempty = 1; } \
  154. END { if (nonempty) { for (i in items) print i; }; } \
  155. '
  156. # Make sure the list of sources is unique. This is necessary because,
  157. # e.g., the same source file might be shared among _SOURCES variables
  158. # for different programs/libraries.
  159. am__define_uniq_tagged_files = \
  160. list='$(am__tagged_files)'; \
  161. unique=`for i in $$list; do \
  162. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  163. done | $(am__uniquify_input)`
  164. ETAGS = etags
  165. CTAGS = ctags
  166. am__DIST_COMMON = $(srcdir)/Makefile.in \
  167. $(top_srcdir)/Makefile.am.global
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. ACLOCAL = @ACLOCAL@
  170. ALLOCA = @ALLOCA@
  171. AMTAR = @AMTAR@
  172. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  173. AR = @AR@
  174. AUTOCONF = @AUTOCONF@
  175. AUTOHEADER = @AUTOHEADER@
  176. AUTOMAKE = @AUTOMAKE@
  177. AWK = @AWK@
  178. CC = @CC@
  179. CCDEPMODE = @CCDEPMODE@
  180. CFLAGS = @CFLAGS@
  181. CONFIG_DEFS = @CONFIG_DEFS@
  182. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  183. CPP = @CPP@
  184. CPPFLAGS = @CPPFLAGS@
  185. CPUCCODE = @CPUCCODE@
  186. CPUTYPE = @CPUTYPE@
  187. CYGPATH_W = @CYGPATH_W@
  188. DEFS = @DEFS@
  189. DEPDIR = @DEPDIR@
  190. DLLTOOL = @DLLTOOL@
  191. DSYMUTIL = @DSYMUTIL@
  192. DUMPBIN = @DUMPBIN@
  193. ECHO_C = @ECHO_C@
  194. ECHO_N = @ECHO_N@
  195. ECHO_T = @ECHO_T@
  196. EGREP = @EGREP@
  197. EXEEXT = @EXEEXT@
  198. FGREP = @FGREP@
  199. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  200. FRONTEND_LDADD = @FRONTEND_LDADD@
  201. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  202. GREP = @GREP@
  203. GTK_CFLAGS = @GTK_CFLAGS@
  204. GTK_CONFIG = @GTK_CONFIG@
  205. GTK_LIBS = @GTK_LIBS@
  206. INCLUDES = @INCLUDES@
  207. INSTALL = @INSTALL@
  208. INSTALL_DATA = @INSTALL_DATA@
  209. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  210. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  211. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  212. LD = @LD@
  213. LDADD = @LDADD@
  214. LDFLAGS = @LDFLAGS@
  215. LIBICONV = @LIBICONV@
  216. LIBOBJS = @LIBOBJS@
  217. LIBS = @LIBS@
  218. LIBTOOL = @LIBTOOL@
  219. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  220. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  221. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  222. LIPO = @LIPO@
  223. LN_S = @LN_S@
  224. LTLIBICONV = @LTLIBICONV@
  225. LTLIBOBJS = @LTLIBOBJS@
  226. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  227. MAINT = @MAINT@
  228. MAKEDEP = @MAKEDEP@
  229. MAKEINFO = @MAKEINFO@
  230. MANIFEST_TOOL = @MANIFEST_TOOL@
  231. MKDIR_P = @MKDIR_P@
  232. NASM = @NASM@
  233. NASM_FORMAT = @NASM_FORMAT@
  234. NM = @NM@
  235. NMEDIT = @NMEDIT@
  236. OBJDUMP = @OBJDUMP@
  237. OBJEXT = @OBJEXT@
  238. OTOOL = @OTOOL@
  239. OTOOL64 = @OTOOL64@
  240. PACKAGE = @PACKAGE@
  241. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  242. PACKAGE_NAME = @PACKAGE_NAME@
  243. PACKAGE_STRING = @PACKAGE_STRING@
  244. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  245. PACKAGE_URL = @PACKAGE_URL@
  246. PACKAGE_VERSION = @PACKAGE_VERSION@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. PKG_CONFIG = @PKG_CONFIG@
  249. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  250. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  251. RANLIB = @RANLIB@
  252. RM_F = @RM_F@
  253. SED = @SED@
  254. SET_MAKE = @SET_MAKE@
  255. SHELL = @SHELL@
  256. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  257. SNDFILE_LIBS = @SNDFILE_LIBS@
  258. STRIP = @STRIP@
  259. VERSION = @VERSION@
  260. WITH_FRONTEND = @WITH_FRONTEND@
  261. WITH_MP3RTP = @WITH_MP3RTP@
  262. WITH_MP3X = @WITH_MP3X@
  263. abs_builddir = @abs_builddir@
  264. abs_srcdir = @abs_srcdir@
  265. abs_top_builddir = @abs_top_builddir@
  266. abs_top_srcdir = @abs_top_srcdir@
  267. ac_ct_AR = @ac_ct_AR@
  268. ac_ct_CC = @ac_ct_CC@
  269. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  270. am__include = @am__include@
  271. am__leading_dot = @am__leading_dot@
  272. am__quote = @am__quote@
  273. am__tar = @am__tar@
  274. am__untar = @am__untar@
  275. bindir = @bindir@
  276. build = @build@
  277. build_alias = @build_alias@
  278. build_cpu = @build_cpu@
  279. build_os = @build_os@
  280. build_vendor = @build_vendor@
  281. builddir = @builddir@
  282. datadir = @datadir@
  283. datarootdir = @datarootdir@
  284. docdir = @docdir@
  285. dvidir = @dvidir@
  286. exec_prefix = @exec_prefix@
  287. host = @host@
  288. host_alias = @host_alias@
  289. host_cpu = @host_cpu@
  290. host_os = @host_os@
  291. host_vendor = @host_vendor@
  292. htmldir = @htmldir@
  293. includedir = @includedir@
  294. infodir = @infodir@
  295. install_sh = @install_sh@
  296. libdir = @libdir@
  297. libexecdir = @libexecdir@
  298. localedir = @localedir@
  299. localstatedir = @localstatedir@
  300. mandir = @mandir@
  301. mkdir_p = @mkdir_p@
  302. oldincludedir = @oldincludedir@
  303. pdfdir = @pdfdir@
  304. prefix = @prefix@
  305. program_transform_name = @program_transform_name@
  306. psdir = @psdir@
  307. sbindir = @sbindir@
  308. sharedstatedir = @sharedstatedir@
  309. srcdir = @srcdir@
  310. sysconfdir = @sysconfdir@
  311. target_alias = @target_alias@
  312. top_build_prefix = @top_build_prefix@
  313. top_builddir = @top_builddir@
  314. top_srcdir = @top_srcdir@
  315. AUTOMAKE_OPTIONS = 1.15 foreign
  316. pkginclude_HEADERS = lame.h
  317. EXTRA_DIST = lame.def libmp3lame.sym
  318. all: all-am
  319. .SUFFIXES:
  320. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  321. @for dep in $?; do \
  322. case '$(am__configure_deps)' in \
  323. *$$dep*) \
  324. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  325. && { if test -f $@; then exit 0; else break; fi; }; \
  326. exit 1;; \
  327. esac; \
  328. done; \
  329. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  330. $(am__cd) $(top_srcdir) && \
  331. $(AUTOMAKE) --foreign include/Makefile
  332. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  333. @case '$?' in \
  334. *config.status*) \
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  336. *) \
  337. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  338. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  339. esac;
  340. $(top_srcdir)/Makefile.am.global $(am__empty):
  341. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  346. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  347. $(am__aclocal_m4_deps):
  348. mostlyclean-libtool:
  349. -rm -f *.lo
  350. clean-libtool:
  351. -rm -rf .libs _libs
  352. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  353. @$(NORMAL_INSTALL)
  354. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  355. if test -n "$$list"; then \
  356. echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
  357. $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
  358. fi; \
  359. for p in $$list; do \
  360. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  361. echo "$$d$$p"; \
  362. done | $(am__base_list) | \
  363. while read files; do \
  364. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  365. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  366. done
  367. uninstall-pkgincludeHEADERS:
  368. @$(NORMAL_UNINSTALL)
  369. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  370. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  371. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  372. ID: $(am__tagged_files)
  373. $(am__define_uniq_tagged_files); mkid -fID $$unique
  374. tags: tags-am
  375. TAGS: tags
  376. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  377. set x; \
  378. here=`pwd`; \
  379. $(am__define_uniq_tagged_files); \
  380. shift; \
  381. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  382. test -n "$$unique" || unique=$$empty_fix; \
  383. if test $$# -gt 0; then \
  384. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  385. "$$@" $$unique; \
  386. else \
  387. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  388. $$unique; \
  389. fi; \
  390. fi
  391. ctags: ctags-am
  392. CTAGS: ctags
  393. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  394. $(am__define_uniq_tagged_files); \
  395. test -z "$(CTAGS_ARGS)$$unique" \
  396. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  397. $$unique
  398. GTAGS:
  399. here=`$(am__cd) $(top_builddir) && pwd` \
  400. && $(am__cd) $(top_srcdir) \
  401. && gtags -i $(GTAGS_ARGS) "$$here"
  402. cscopelist: cscopelist-am
  403. cscopelist-am: $(am__tagged_files)
  404. list='$(am__tagged_files)'; \
  405. case "$(srcdir)" in \
  406. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  407. *) sdir=$(subdir)/$(srcdir) ;; \
  408. esac; \
  409. for i in $$list; do \
  410. if test -f "$$i"; then \
  411. echo "$(subdir)/$$i"; \
  412. else \
  413. echo "$$sdir/$$i"; \
  414. fi; \
  415. done >> $(top_builddir)/cscope.files
  416. distclean-tags:
  417. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  418. distdir: $(DISTFILES)
  419. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  420. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  421. list='$(DISTFILES)'; \
  422. dist_files=`for file in $$list; do echo $$file; done | \
  423. sed -e "s|^$$srcdirstrip/||;t" \
  424. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  425. case $$dist_files in \
  426. */*) $(MKDIR_P) `echo "$$dist_files" | \
  427. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  428. sort -u` ;; \
  429. esac; \
  430. for file in $$dist_files; do \
  431. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  432. if test -d $$d/$$file; then \
  433. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  434. if test -d "$(distdir)/$$file"; then \
  435. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  436. fi; \
  437. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  438. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  439. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  440. fi; \
  441. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  442. else \
  443. test -f "$(distdir)/$$file" \
  444. || cp -p $$d/$$file "$(distdir)/$$file" \
  445. || exit 1; \
  446. fi; \
  447. done
  448. check-am: all-am
  449. check: check-am
  450. all-am: Makefile $(HEADERS)
  451. installdirs:
  452. for dir in "$(DESTDIR)$(pkgincludedir)"; do \
  453. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  454. done
  455. install: install-am
  456. install-exec: install-exec-am
  457. install-data: install-data-am
  458. uninstall: uninstall-am
  459. install-am: all-am
  460. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  461. installcheck: installcheck-am
  462. install-strip:
  463. if test -z '$(STRIP)'; then \
  464. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  465. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  466. install; \
  467. else \
  468. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  469. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  470. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  471. fi
  472. mostlyclean-generic:
  473. clean-generic:
  474. distclean-generic:
  475. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  476. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  477. maintainer-clean-generic:
  478. @echo "This command is intended for maintainers to use"
  479. @echo "it deletes files that may require special tools to rebuild."
  480. clean: clean-am
  481. clean-am: clean-generic clean-libtool mostlyclean-am
  482. distclean: distclean-am
  483. -rm -f Makefile
  484. distclean-am: clean-am distclean-generic distclean-tags
  485. dvi: dvi-am
  486. dvi-am:
  487. html: html-am
  488. html-am:
  489. info: info-am
  490. info-am:
  491. install-data-am: install-pkgincludeHEADERS
  492. install-dvi: install-dvi-am
  493. install-dvi-am:
  494. install-exec-am:
  495. install-html: install-html-am
  496. install-html-am:
  497. install-info: install-info-am
  498. install-info-am:
  499. install-man:
  500. install-pdf: install-pdf-am
  501. install-pdf-am:
  502. install-ps: install-ps-am
  503. install-ps-am:
  504. installcheck-am:
  505. maintainer-clean: maintainer-clean-am
  506. -rm -f Makefile
  507. maintainer-clean-am: distclean-am maintainer-clean-generic
  508. mostlyclean: mostlyclean-am
  509. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  510. pdf: pdf-am
  511. pdf-am:
  512. ps: ps-am
  513. ps-am:
  514. uninstall-am: uninstall-pkgincludeHEADERS
  515. .MAKE: install-am install-strip
  516. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  517. clean-libtool cscopelist-am ctags ctags-am distclean \
  518. distclean-generic distclean-libtool distclean-tags distdir dvi \
  519. dvi-am html html-am info info-am install install-am \
  520. install-data install-data-am install-dvi install-dvi-am \
  521. install-exec install-exec-am install-html install-html-am \
  522. install-info install-info-am install-man install-pdf \
  523. install-pdf-am install-pkgincludeHEADERS install-ps \
  524. install-ps-am install-strip installcheck installcheck-am \
  525. installdirs maintainer-clean maintainer-clean-generic \
  526. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  527. ps ps-am tags tags-am uninstall uninstall-am \
  528. uninstall-pkgincludeHEADERS
  529. .PRECIOUS: Makefile
  530. # end global section
  531. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  532. # Otherwise a system limit (for SysV at least) may be exceeded.
  533. .NOEXPORT: