Guest User

Untitled

a guest
Jun 25th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.39 KB | None | 0 0
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  6. # Inc.
  7. # This Makefile.in is free software; the Free Software Foundation
  8. # gives unlimited permission to copy and/or distribute it,
  9. # with or without modifications, as long as this notice is preserved.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  13. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  14. # PARTICULAR PURPOSE.
  15.  
  16. MAKE=make
  17.  
  18.  
  19. pkgdatadir = $(datadir)/libogg
  20. pkgincludedir = $(includedir)/libogg
  21. pkglibdir = $(libdir)/libogg
  22. pkglibexecdir = $(libexecdir)/libogg
  23. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  24. install_sh_DATA = $(install_sh) -c -m 644
  25. install_sh_PROGRAM = $(install_sh) -c
  26. install_sh_SCRIPT = $(install_sh) -c
  27. INSTALL_HEADER = $(INSTALL_DATA)
  28. transform = $(program_transform_name)
  29. NORMAL_INSTALL = :
  30. PRE_INSTALL = :
  31. POST_INSTALL = :
  32. NORMAL_UNINSTALL = :
  33. PRE_UNINSTALL = :
  34. POST_UNINSTALL = :
  35. build_triplet = i686-pc-mingw32
  36. host_triplet = i686-pc-mingw32
  37. subdir = .
  38. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  39. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  40. $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \
  41. $(srcdir)/ogg.pc.in $(top_srcdir)/configure AUTHORS COPYING \
  42. compile config.guess config.sub depcomp install-sh ltmain.sh \
  43. missing
  44. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  45. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  46. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  47. $(ACLOCAL_M4)
  48. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  49. configure.lineno config.status.lineno
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_HEADER = config.h
  52. CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc
  53. CONFIG_CLEAN_VPATH_FILES =
  54. SOURCES =
  55. DIST_SOURCES =
  56. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  57. html-recursive info-recursive install-data-recursive \
  58. install-dvi-recursive install-exec-recursive \
  59. install-html-recursive install-info-recursive \
  60. install-pdf-recursive install-ps-recursive install-recursive \
  61. installcheck-recursive installdirs-recursive pdf-recursive \
  62. ps-recursive uninstall-recursive
  63. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  64. am__vpath_adj = case $$p in \
  65. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  66. *) f=$$p;; \
  67. esac;
  68. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  69. am__install_max = 40
  70. am__nobase_strip_setup = \
  71. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  72. am__nobase_strip = \
  73. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  74. am__nobase_list = $(am__nobase_strip_setup); \
  75. for p in $$list; do echo "$$p $$p"; done | \
  76. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  77. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  78. if (++n[$$2] == $(am__install_max)) \
  79. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  80. END { for (dir in files) print dir, files[dir] }'
  81. am__base_list = \
  82. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  83. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  84. am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
  85. DATA = $(m4data_DATA) $(pkgconfig_DATA)
  86. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  87. distclean-recursive maintainer-clean-recursive
  88. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  89. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  90. distdir dist dist-all distcheck
  91. ETAGS = etags
  92. CTAGS = ctags
  93. DIST_SUBDIRS = $(SUBDIRS)
  94. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  95. distdir = $(PACKAGE)-$(VERSION)
  96. top_distdir = $(distdir)
  97. am__remove_distdir = \
  98. { test ! -d "$(distdir)" \
  99. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  100. && rm -fr "$(distdir)"; }; }
  101. am__relativize = \
  102. dir0=`pwd`; \
  103. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  104. sed_rest='s,^[^/]*/*,,'; \
  105. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  106. sed_butlast='s,/*[^/]*$$,,'; \
  107. while test -n "$$dir1"; do \
  108. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  109. if test "$$first" != "."; then \
  110. if test "$$first" = ".."; then \
  111. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  112. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  113. else \
  114. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  115. if test "$$first2" = "$$first"; then \
  116. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  117. else \
  118. dir2="../$$dir2"; \
  119. fi; \
  120. dir0="$$dir0"/"$$first"; \
  121. fi; \
  122. fi; \
  123. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  124. done; \
  125. reldir="$$dir2"
  126. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
  127. GZIP_ENV = --best
  128. distuninstallcheck_listfiles = find . -type f -print
  129. distcleancheck_listfiles = find . -type f -print
  130. ACLOCAL = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run aclocal-1.11
  131. AMTAR = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run tar
  132. AR = ar
  133. AUTOCONF = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run autoconf
  134. AUTOHEADER = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run autoheader
  135. AUTOMAKE = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run automake-1.11
  136. AWK = gawk
  137. CC = gcc
  138. CCDEPMODE = depmode=gcc3
  139. CFLAGS = -O20 -fsigned-char -g -O2
  140. CPP = gcc -E
  141. CPPFLAGS =
  142. CYGPATH_W = echo
  143. DEBUG = -g -Wall -fsigned-char -g -O2
  144. DEFS = -DHAVE_CONFIG_H
  145. DEPDIR = .deps
  146. DLLTOOL = dlltool
  147. DSYMUTIL =
  148. DUMPBIN =
  149. ECHO_C =
  150. ECHO_N = -n
  151. ECHO_T =
  152. EGREP = /bin/grep -E
  153. EXEEXT = .exe
  154. FGREP = /bin/grep -F
  155. GREP = /bin/grep
  156. INCLUDE_INTTYPES_H = 1
  157. INCLUDE_STDINT_H = 1
  158. INCLUDE_SYS_TYPES_H = 1
  159. INSTALL = ./install-sh -c
  160. INSTALL_DATA = ${INSTALL} -m 644
  161. INSTALL_PROGRAM = ${INSTALL}
  162. INSTALL_SCRIPT = ${INSTALL}
  163. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  164. LD = c:/users/greg/desktop/enigma2/i686-w64-mingw32/bin/ld.exe
  165. LDFLAGS =
  166. LIBOBJS =
  167. LIBS =
  168. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  169. LIBTOOL_DEPS = ./ltmain.sh
  170. LIB_AGE = 8
  171. LIB_CURRENT = 8
  172. LIB_REVISION = 0
  173. LIPO =
  174. LN_S = cp -p
  175. LTLIBOBJS =
  176. MAINT = #
  177. MAKEINFO = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/missing --run makeinfo
  178. MANIFEST_TOOL = :
  179. MKDIR_P = /bin/mkdir -p
  180. NM = /mingw/bin/nm
  181. NMEDIT =
  182. OBJDUMP = objdump
  183. OBJEXT = o
  184. OPT =
  185. OTOOL =
  186. OTOOL64 =
  187. PACKAGE = libogg
  188. PACKAGE_BUGREPORT =
  189. PACKAGE_NAME =
  190. PACKAGE_STRING =
  191. PACKAGE_TARNAME =
  192. PACKAGE_URL =
  193. PACKAGE_VERSION =
  194. PATH_SEPARATOR = :
  195. PROFILE = -O20 -g -pg -fsigned-char -g -O2
  196. RANLIB = ranlib
  197. SED = /bin/sed
  198. SET_MAKE = MAKE=make
  199. SHELL = /bin/sh
  200. SIZE16 = short
  201. SIZE32 = int
  202. SIZE64 = long long
  203. STRIP = strip
  204. USIZE16 = unsigned short
  205. USIZE32 = unsigned int
  206. VERSION = 1.3.0
  207. abs_builddir = /c/Users/Greg/libs/libogg-1.3.0
  208. abs_srcdir = /c/Users/Greg/libs/libogg-1.3.0
  209. abs_top_builddir = /c/Users/Greg/libs/libogg-1.3.0
  210. abs_top_srcdir = /c/Users/Greg/libs/libogg-1.3.0
  211. ac_ct_AR = ar
  212. ac_ct_CC = gcc
  213. ac_ct_DUMPBIN =
  214. am__include = include
  215. am__leading_dot = .
  216. am__quote =
  217. am__tar = ${AMTAR} chof - "$$tardir"
  218. am__untar = ${AMTAR} xf -
  219. bindir = ${exec_prefix}/bin
  220. build = i686-pc-mingw32
  221. build_alias =
  222. build_cpu = i686
  223. build_os = mingw32
  224. build_vendor = pc
  225. builddir = .
  226. datadir = ${datarootdir}
  227. datarootdir = ${prefix}/share
  228. docdir = ${datarootdir}/doc/${PACKAGE}
  229. dvidir = ${docdir}
  230. exec_prefix = ${prefix}
  231. host = i686-pc-mingw32
  232. host_alias =
  233. host_cpu = i686
  234. host_os = mingw32
  235. host_vendor = pc
  236. htmldir = ${docdir}
  237. includedir = ${prefix}/include
  238. infodir = ${datarootdir}/info
  239. install_sh = ${SHELL} /c/Users/Greg/libs/libogg-1.3.0/install-sh
  240. libdir = ${exec_prefix}/lib
  241. libexecdir = ${exec_prefix}/libexec
  242. localedir = ${datarootdir}/locale
  243. localstatedir = ${prefix}/var
  244. mandir = ${datarootdir}/man
  245. mkdir_p = /bin/mkdir -p
  246. oldincludedir = /usr/include
  247. pdfdir = ${docdir}
  248. prefix = /i686-w64-mingw32
  249. program_transform_name = s,x,x,
  250. psdir = ${docdir}
  251. sbindir = ${exec_prefix}/sbin
  252. sharedstatedir = ${prefix}/com
  253. srcdir = .
  254. sysconfdir = ${prefix}/etc
  255. target_alias =
  256. top_build_prefix =
  257. top_builddir = .
  258. top_srcdir = .
  259.  
  260. #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  261. AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
  262. SUBDIRS = src include doc
  263. m4datadir = $(datadir)/aclocal
  264. m4data_DATA = ogg.m4
  265. pkgconfigdir = $(libdir)/pkgconfig
  266. pkgconfig_DATA = ogg.pc
  267. EXTRA_DIST = README AUTHORS CHANGES COPYING \
  268. libogg.spec libogg.spec.in \
  269. ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
  270. macosx win32
  271.  
  272. all: config.h
  273. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  274.  
  275. .SUFFIXES:
  276. am--refresh:
  277. @:
  278. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  279. @for dep in $?; do \
  280. case '$(am__configure_deps)' in \
  281. *$$dep*) \
  282. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  283. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  284. && exit 0; \
  285. exit 1;; \
  286. esac; \
  287. done; \
  288. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  289. $(am__cd) $(top_srcdir) && \
  290. $(AUTOMAKE) --foreign Makefile
  291. .PRECIOUS: Makefile
  292. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  293. @case '$?' in \
  294. *config.status*) \
  295. echo ' $(SHELL) ./config.status'; \
  296. $(SHELL) ./config.status;; \
  297. *) \
  298. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  299. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  300. esac;
  301.  
  302. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  303. $(SHELL) ./config.status --recheck
  304.  
  305. $(top_srcdir)/configure: # $(am__configure_deps)
  306. $(am__cd) $(srcdir) && $(AUTOCONF)
  307. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  308. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  309. $(am__aclocal_m4_deps):
  310.  
  311. config.h: stamp-h1
  312. @if test ! -f $@; then \
  313. rm -f stamp-h1; \
  314. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  315. else :; fi
  316.  
  317. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  318. @rm -f stamp-h1
  319. cd $(top_builddir) && $(SHELL) ./config.status config.h
  320. $(srcdir)/config.h.in: # $(am__configure_deps)
  321. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  322. rm -f stamp-h1
  323. touch $@
  324.  
  325. distclean-hdr:
  326. -rm -f config.h stamp-h1
  327. libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
  328. cd $(top_builddir) && $(SHELL) ./config.status $@
  329. ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in
  330. cd $(top_builddir) && $(SHELL) ./config.status $@
  331. ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in
  332. cd $(top_builddir) && $(SHELL) ./config.status $@
  333.  
  334. mostlyclean-libtool:
  335. -rm -f *.lo
  336.  
  337. clean-libtool:
  338. -rm -rf .libs _libs
  339.  
  340. distclean-libtool:
  341. -rm -f libtool config.lt
  342. install-m4dataDATA: $(m4data_DATA)
  343. @$(NORMAL_INSTALL)
  344. test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
  345. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  346. for p in $$list; do \
  347. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  348. echo "$$d$$p"; \
  349. done | $(am__base_list) | \
  350. while read files; do \
  351. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  352. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  353. done
  354.  
  355. uninstall-m4dataDATA:
  356. @$(NORMAL_UNINSTALL)
  357. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  358. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  359. test -n "$$files" || exit 0; \
  360. echo " ( cd '$(DESTDIR)$(m4datadir)' && rm -f" $$files ")"; \
  361. cd "$(DESTDIR)$(m4datadir)" && rm -f $$files
  362. install-pkgconfigDATA: $(pkgconfig_DATA)
  363. @$(NORMAL_INSTALL)
  364. test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
  365. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  366. for p in $$list; do \
  367. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  368. echo "$$d$$p"; \
  369. done | $(am__base_list) | \
  370. while read files; do \
  371. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  372. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  373. done
  374.  
  375. uninstall-pkgconfigDATA:
  376. @$(NORMAL_UNINSTALL)
  377. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  378. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  379. test -n "$$files" || exit 0; \
  380. echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
  381. cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
  382.  
  383. # This directory's subdirectories are mostly independent; you can cd
  384. # into them and run `make' without going through this Makefile.
  385. # To change the values of `make' variables: instead of editing Makefiles,
  386. # (1) if the variable is set in `config.status', edit `config.status'
  387. # (which will cause the Makefiles to be regenerated when you run `make');
  388. # (2) otherwise, pass the desired values on the `make' command line.
  389. $(RECURSIVE_TARGETS):
  390. @fail= failcom='exit 1'; \
  391. for f in x $$MAKEFLAGS; do \
  392. case $$f in \
  393. *=* | --[!k]*);; \
  394. *k*) failcom='fail=yes';; \
  395. esac; \
  396. done; \
  397. dot_seen=no; \
  398. target=`echo $@ | sed s/-recursive//`; \
  399. list='$(SUBDIRS)'; for subdir in $$list; do \
  400. echo "Making $$target in $$subdir"; \
  401. if test "$$subdir" = "."; then \
  402. dot_seen=yes; \
  403. local_target="$$target-am"; \
  404. else \
  405. local_target="$$target"; \
  406. fi; \
  407. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  408. || eval $$failcom; \
  409. done; \
  410. if test "$$dot_seen" = "no"; then \
  411. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  412. fi; test -z "$$fail"
  413.  
  414. $(RECURSIVE_CLEAN_TARGETS):
  415. @fail= failcom='exit 1'; \
  416. for f in x $$MAKEFLAGS; do \
  417. case $$f in \
  418. *=* | --[!k]*);; \
  419. *k*) failcom='fail=yes';; \
  420. esac; \
  421. done; \
  422. dot_seen=no; \
  423. case "$@" in \
  424. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  425. *) list='$(SUBDIRS)' ;; \
  426. esac; \
  427. rev=''; for subdir in $$list; do \
  428. if test "$$subdir" = "."; then :; else \
  429. rev="$$subdir $$rev"; \
  430. fi; \
  431. done; \
  432. rev="$$rev ."; \
  433. target=`echo $@ | sed s/-recursive//`; \
  434. for subdir in $$rev; do \
  435. echo "Making $$target in $$subdir"; \
  436. if test "$$subdir" = "."; then \
  437. local_target="$$target-am"; \
  438. else \
  439. local_target="$$target"; \
  440. fi; \
  441. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  442. || eval $$failcom; \
  443. done && test -z "$$fail"
  444. tags-recursive:
  445. list='$(SUBDIRS)'; for subdir in $$list; do \
  446. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  447. done
  448. ctags-recursive:
  449. list='$(SUBDIRS)'; for subdir in $$list; do \
  450. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  451. done
  452.  
  453. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  454. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  455. unique=`for i in $$list; do \
  456. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  457. done | \
  458. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  459. END { if (nonempty) { for (i in files) print i; }; }'`; \
  460. mkid -fID $$unique
  461. tags: TAGS
  462.  
  463. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  464. $(TAGS_FILES) $(LISP)
  465. set x; \
  466. here=`pwd`; \
  467. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  468. include_option=--etags-include; \
  469. empty_fix=.; \
  470. else \
  471. include_option=--include; \
  472. empty_fix=; \
  473. fi; \
  474. list='$(SUBDIRS)'; for subdir in $$list; do \
  475. if test "$$subdir" = .; then :; else \
  476. test ! -f $$subdir/TAGS || \
  477. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  478. fi; \
  479. done; \
  480. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  481. unique=`for i in $$list; do \
  482. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  483. done | \
  484. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  485. END { if (nonempty) { for (i in files) print i; }; }'`; \
  486. shift; \
  487. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  488. test -n "$$unique" || unique=$$empty_fix; \
  489. if test $$# -gt 0; then \
  490. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  491. "$$@" $$unique; \
  492. else \
  493. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  494. $$unique; \
  495. fi; \
  496. fi
  497. ctags: CTAGS
  498. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  499. $(TAGS_FILES) $(LISP)
  500. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  501. unique=`for i in $$list; do \
  502. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  503. done | \
  504. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  505. END { if (nonempty) { for (i in files) print i; }; }'`; \
  506. test -z "$(CTAGS_ARGS)$$unique" \
  507. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  508. $$unique
  509.  
  510. GTAGS:
  511. here=`$(am__cd) $(top_builddir) && pwd` \
  512. && $(am__cd) $(top_srcdir) \
  513. && gtags -i $(GTAGS_ARGS) "$$here"
  514.  
  515. distclean-tags:
  516. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  517.  
  518. distdir: $(DISTFILES)
  519. $(am__remove_distdir)
  520. test -d "$(distdir)" || mkdir "$(distdir)"
  521. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  522. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  523. list='$(DISTFILES)'; \
  524. dist_files=`for file in $$list; do echo $$file; done | \
  525. sed -e "s|^$$srcdirstrip/||;t" \
  526. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  527. case $$dist_files in \
  528. */*) $(MKDIR_P) `echo "$$dist_files" | \
  529. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  530. sort -u` ;; \
  531. esac; \
  532. for file in $$dist_files; do \
  533. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  534. if test -d $$d/$$file; then \
  535. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  536. if test -d "$(distdir)/$$file"; then \
  537. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  538. fi; \
  539. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  540. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  541. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  542. fi; \
  543. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  544. else \
  545. test -f "$(distdir)/$$file" \
  546. || cp -p $$d/$$file "$(distdir)/$$file" \
  547. || exit 1; \
  548. fi; \
  549. done
  550. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  551. if test "$$subdir" = .; then :; else \
  552. test -d "$(distdir)/$$subdir" \
  553. || $(MKDIR_P) "$(distdir)/$$subdir" \
  554. || exit 1; \
  555. fi; \
  556. done
  557. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  558. if test "$$subdir" = .; then :; else \
  559. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  560. $(am__relativize); \
  561. new_distdir=$$reldir; \
  562. dir1=$$subdir; dir2="$(top_distdir)"; \
  563. $(am__relativize); \
  564. new_top_distdir=$$reldir; \
  565. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  566. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  567. ($(am__cd) $$subdir && \
  568. $(MAKE) $(AM_MAKEFLAGS) \
  569. top_distdir="$$new_top_distdir" \
  570. distdir="$$new_distdir" \
  571. am__remove_distdir=: \
  572. am__skip_length_check=: \
  573. am__skip_mode_fix=: \
  574. distdir) \
  575. || exit 1; \
  576. fi; \
  577. done
  578. $(MAKE) $(AM_MAKEFLAGS) \
  579. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  580. dist-hook
  581. -test -n "$(am__skip_mode_fix)" \
  582. || find "$(distdir)" -type d ! -perm -755 \
  583. -exec chmod u+rwx,go+rx {} \; -o \
  584. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  585. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  586. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  587. || chmod -R a+r "$(distdir)"
  588. dist-gzip: distdir
  589. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  590. $(am__remove_distdir)
  591.  
  592. dist-bzip2: distdir
  593. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  594. $(am__remove_distdir)
  595.  
  596. dist-lzma: distdir
  597. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  598. $(am__remove_distdir)
  599. dist-xz: distdir
  600. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  601. $(am__remove_distdir)
  602.  
  603. dist-tarZ: distdir
  604. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  605. $(am__remove_distdir)
  606.  
  607. dist-shar: distdir
  608. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  609. $(am__remove_distdir)
  610. dist-zip: distdir
  611. -rm -f $(distdir).zip
  612. zip -rq $(distdir).zip $(distdir)
  613. $(am__remove_distdir)
  614.  
  615. dist dist-all: distdir
  616. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  617. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  618. -rm -f $(distdir).zip
  619. zip -rq $(distdir).zip $(distdir)
  620. $(am__remove_distdir)
  621.  
  622. # This target untars the dist file and tries a VPATH configuration. Then
  623. # it guarantees that the distribution is self-contained by making another
  624. # tarfile.
  625. distcheck: dist
  626. case '$(DIST_ARCHIVES)' in \
  627. *.tar.gz*) \
  628. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  629. *.tar.bz2*) \
  630. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  631. *.tar.lzma*) \
  632. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  633. *.tar.xz*) \
  634. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  635. *.tar.Z*) \
  636. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  637. *.shar.gz*) \
  638. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  639. *.zip*) \
  640. unzip $(distdir).zip ;;\
  641. esac
  642. chmod -R a-w $(distdir); chmod a+w $(distdir)
  643. mkdir $(distdir)/_build
  644. mkdir $(distdir)/_inst
  645. chmod a-w $(distdir)
  646. test -d $(distdir)/_build || exit 0; \
  647. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  648. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  649. && am__cwd=`pwd` \
  650. && $(am__cd) $(distdir)/_build \
  651. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  652. $(DISTCHECK_CONFIGURE_FLAGS) \
  653. && $(MAKE) $(AM_MAKEFLAGS) \
  654. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  655. && $(MAKE) $(AM_MAKEFLAGS) check \
  656. && $(MAKE) $(AM_MAKEFLAGS) install \
  657. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  658. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  659. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  660. distuninstallcheck \
  661. && chmod -R a-w "$$dc_install_base" \
  662. && ({ \
  663. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  664. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  665. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  666. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  667. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  668. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  669. && rm -rf "$$dc_destdir" \
  670. && $(MAKE) $(AM_MAKEFLAGS) dist \
  671. && rm -rf $(DIST_ARCHIVES) \
  672. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  673. && cd "$$am__cwd" \
  674. || exit 1
  675. $(am__remove_distdir)
  676. @(echo "$(distdir) archives ready for distribution: "; \
  677. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  678. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  679. distuninstallcheck:
  680. @$(am__cd) '$(distuninstallcheck_dir)' \
  681. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  682. || { echo "ERROR: files left after uninstall:" ; \
  683. if test -n "$(DESTDIR)"; then \
  684. echo " (check DESTDIR support)"; \
  685. fi ; \
  686. $(distuninstallcheck_listfiles) ; \
  687. exit 1; } >&2
  688. distcleancheck: distclean
  689. @if test '$(srcdir)' = . ; then \
  690. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  691. exit 1 ; \
  692. fi
  693. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  694. || { echo "ERROR: files left in build directory after distclean:" ; \
  695. $(distcleancheck_listfiles) ; \
  696. exit 1; } >&2
  697. check-am: all-am
  698. check: check-recursive
  699. all-am: Makefile $(DATA) config.h
  700. installdirs: installdirs-recursive
  701. installdirs-am:
  702. for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  703. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  704. done
  705. install: install-recursive
  706. install-exec: install-exec-recursive
  707. install-data: install-data-recursive
  708. uninstall: uninstall-recursive
  709.  
  710. install-am: all-am
  711. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  712.  
  713. installcheck: installcheck-recursive
  714. install-strip:
  715. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  716. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  717. `test -z '$(STRIP)' || \
  718. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  719. mostlyclean-generic:
  720.  
  721. clean-generic:
  722.  
  723. distclean-generic:
  724. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  725. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  726.  
  727. maintainer-clean-generic:
  728. @echo "This command is intended for maintainers to use"
  729. @echo "it deletes files that may require special tools to rebuild."
  730. clean: clean-recursive
  731.  
  732. clean-am: clean-generic clean-libtool mostlyclean-am
  733.  
  734. distclean: distclean-recursive
  735. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  736. -rm -f Makefile
  737. distclean-am: clean-am distclean-generic distclean-hdr \
  738. distclean-libtool distclean-tags
  739.  
  740. dvi: dvi-recursive
  741.  
  742. dvi-am:
  743.  
  744. html: html-recursive
  745.  
  746. html-am:
  747.  
  748. info: info-recursive
  749.  
  750. info-am:
  751.  
  752. install-data-am: install-m4dataDATA install-pkgconfigDATA
  753.  
  754. install-dvi: install-dvi-recursive
  755.  
  756. install-dvi-am:
  757.  
  758. install-exec-am:
  759.  
  760. install-html: install-html-recursive
  761.  
  762. install-html-am:
  763.  
  764. install-info: install-info-recursive
  765.  
  766. install-info-am:
  767.  
  768. install-man:
  769.  
  770. install-pdf: install-pdf-recursive
  771.  
  772. install-pdf-am:
  773.  
  774. install-ps: install-ps-recursive
  775.  
  776. install-ps-am:
  777.  
  778. installcheck-am:
  779.  
  780. maintainer-clean: maintainer-clean-recursive
  781. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  782. -rm -rf $(top_srcdir)/autom4te.cache
  783. -rm -f Makefile
  784. maintainer-clean-am: distclean-am maintainer-clean-generic
  785.  
  786. mostlyclean: mostlyclean-recursive
  787.  
  788. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  789.  
  790. pdf: pdf-recursive
  791.  
  792. pdf-am:
  793.  
  794. ps: ps-recursive
  795.  
  796. ps-am:
  797.  
  798. uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
  799.  
  800. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  801. ctags-recursive install-am install-strip tags-recursive
  802.  
  803. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  804. all all-am am--refresh check check-am clean clean-generic \
  805. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  806. dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
  807. dist-zip distcheck distclean distclean-generic distclean-hdr \
  808. distclean-libtool distclean-tags distcleancheck distdir \
  809. distuninstallcheck dvi dvi-am html html-am info info-am \
  810. install install-am install-data install-data-am install-dvi \
  811. install-dvi-am install-exec install-exec-am install-html \
  812. install-html-am install-info install-info-am \
  813. install-m4dataDATA install-man install-pdf install-pdf-am \
  814. install-pkgconfigDATA install-ps install-ps-am install-strip \
  815. installcheck installcheck-am installdirs installdirs-am \
  816. maintainer-clean maintainer-clean-generic mostlyclean \
  817. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  818. tags tags-recursive uninstall uninstall-am \
  819. uninstall-m4dataDATA uninstall-pkgconfigDATA
  820.  
  821.  
  822. dist-hook:
  823. for item in $(EXTRA_DIST); do \
  824. if test -d $$item; then \
  825. echo -n "cleaning dir $$item for distribution..."; \
  826. rm -rf `find $(distdir)/$$item -name .svn`; \
  827. echo "OK"; \
  828. fi; \
  829. done
  830. debug:
  831. $(MAKE) all CFLAGS="-g -Wall -fsigned-char -g -O2"
  832.  
  833. profile:
  834. $(MAKE) all CFLAGS="-O20 -g -pg -fsigned-char -g -O2"
  835.  
  836. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  837. # Otherwise a system limit (for SysV at least) may be exceeded.
  838. .NOEXPORT:
Add Comment
Please, Sign In to add comment