Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. check_PROGRAMS = test$(EXEEXT)
  35. subdir = test
  36. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  39. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  40. $(top_srcdir)/configure.ac
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_HEADER = $(top_builddir)/config.h
  45. CONFIG_CLEAN_FILES =
  46. CONFIG_CLEAN_VPATH_FILES =
  47. am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
  48. test_OBJECTS = $(am_test_OBJECTS)
  49. test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
  50. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  51. depcomp = $(SHELL) $(top_srcdir)/depcomp
  52. am__depfiles_maybe = depfiles
  53. am__mv = mv -f
  54. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  55. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  56. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  57. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  58. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  59. CCLD = $(CC)
  60. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  61. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  62. $(LDFLAGS) -o $@
  63. SOURCES = $(test_SOURCES)
  64. DIST_SOURCES = $(test_SOURCES)
  65. ETAGS = etags
  66. CTAGS = ctags
  67. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  68. ACLOCAL = @ACLOCAL@
  69. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  70. ALLOCA = @ALLOCA@
  71. AMTAR = @AMTAR@
  72. AR = @AR@
  73. AS = @AS@
  74. AUTOCONF = @AUTOCONF@
  75. AUTOHEADER = @AUTOHEADER@
  76. AUTOMAKE = @AUTOMAKE@
  77. AWK = @AWK@
  78. CC = @CC@
  79. CCDEPMODE = @CCDEPMODE@
  80. CFLAGS = @CFLAGS@
  81. CPP = @CPP@
  82. CPPFLAGS = @CPPFLAGS@
  83. CYGPATH_W = @CYGPATH_W@
  84. DEBUG = @DEBUG@
  85. DEFS = @DEFS@
  86. DEPDIR = @DEPDIR@
  87. DLLTOOL = @DLLTOOL@
  88. DSYMUTIL = @DSYMUTIL@
  89. DUMPBIN = @DUMPBIN@
  90. ECHO_C = @ECHO_C@
  91. ECHO_N = @ECHO_N@
  92. ECHO_T = @ECHO_T@
  93. EGREP = @EGREP@
  94. EXEEXT = @EXEEXT@
  95. FGREP = @FGREP@
  96. GREP = @GREP@
  97. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  98. HTLATEX = @HTLATEX@
  99. INSTALL = @INSTALL@
  100. INSTALL_DATA = @INSTALL_DATA@
  101. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  102. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  103. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  104. LD = @LD@
  105. LDFLAGS = @LDFLAGS@
  106. LIBOBJS = @LIBOBJS@
  107. LIBS = @LIBS@
  108. LIBTOOL = @LIBTOOL@
  109. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  110. LIPO = @LIPO@
  111. LN_S = @LN_S@
  112. LTLIBOBJS = @LTLIBOBJS@
  113. MAINT = @MAINT@
  114. MAKEINFO = @MAKEINFO@
  115. MANIFEST_TOOL = @MANIFEST_TOOL@
  116. MKDIR_P = @MKDIR_P@
  117. NM = @NM@
  118. NMEDIT = @NMEDIT@
  119. OBJDUMP = @OBJDUMP@
  120. OBJEXT = @OBJEXT@
  121. OGG_CFLAGS = @OGG_CFLAGS@
  122. OGG_LIBS = @OGG_LIBS@
  123. OTOOL = @OTOOL@
  124. OTOOL64 = @OTOOL64@
  125. PACKAGE = @PACKAGE@
  126. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  127. PACKAGE_NAME = @PACKAGE_NAME@
  128. PACKAGE_STRING = @PACKAGE_STRING@
  129. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  130. PACKAGE_URL = @PACKAGE_URL@
  131. PACKAGE_VERSION = @PACKAGE_VERSION@
  132. PATH_SEPARATOR = @PATH_SEPARATOR@
  133. PDFLATEX = @PDFLATEX@
  134. PKG_CONFIG = @PKG_CONFIG@
  135. PROFILE = @PROFILE@
  136. RANLIB = @RANLIB@
  137. SED = @SED@
  138. SET_MAKE = @SET_MAKE@
  139. SHELL = @SHELL@
  140. STRIP = @STRIP@
  141. VERSION = @VERSION@
  142. VE_LIB_AGE = @VE_LIB_AGE@
  143. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  144. VE_LIB_REVISION = @VE_LIB_REVISION@
  145. VF_LIB_AGE = @VF_LIB_AGE@
  146. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  147. VF_LIB_REVISION = @VF_LIB_REVISION@
  148. VORBIS_LIBS = @VORBIS_LIBS@
  149. V_LIB_AGE = @V_LIB_AGE@
  150. V_LIB_CURRENT = @V_LIB_CURRENT@
  151. V_LIB_REVISION = @V_LIB_REVISION@
  152. abs_builddir = @abs_builddir@
  153. abs_srcdir = @abs_srcdir@
  154. abs_top_builddir = @abs_top_builddir@
  155. abs_top_srcdir = @abs_top_srcdir@
  156. ac_ct_AR = @ac_ct_AR@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  159. am__include = @am__include@
  160. am__leading_dot = @am__leading_dot@
  161. am__quote = @am__quote@
  162. am__tar = @am__tar@
  163. am__untar = @am__untar@
  164. bindir = @bindir@
  165. build = @build@
  166. build_alias = @build_alias@
  167. build_cpu = @build_cpu@
  168. build_os = @build_os@
  169. build_vendor = @build_vendor@
  170. builddir = @builddir@
  171. datadir = @datadir@
  172. datarootdir = @datarootdir@
  173. docdir = @docdir@
  174. dvidir = @dvidir@
  175. exec_prefix = @exec_prefix@
  176. host = @host@
  177. host_alias = @host_alias@
  178. host_cpu = @host_cpu@
  179. host_os = @host_os@
  180. host_vendor = @host_vendor@
  181. htmldir = @htmldir@
  182. includedir = @includedir@
  183. infodir = @infodir@
  184. install_sh = @install_sh@
  185. libdir = @libdir@
  186. libexecdir = @libexecdir@
  187. localedir = @localedir@
  188. localstatedir = @localstatedir@
  189. mandir = @mandir@
  190. mkdir_p = @mkdir_p@
  191. oldincludedir = @oldincludedir@
  192. pdfdir = @pdfdir@
  193. prefix = @prefix@
  194. program_transform_name = @program_transform_name@
  195. psdir = @psdir@
  196. pthread_lib = @pthread_lib@
  197. sbindir = @sbindir@
  198. sharedstatedir = @sharedstatedir@
  199. srcdir = @srcdir@
  200. sysconfdir = @sysconfdir@
  201. target = @target@
  202. target_alias = @target_alias@
  203. target_cpu = @target_cpu@
  204. target_os = @target_os@
  205. target_vendor = @target_vendor@
  206. top_build_prefix = @top_build_prefix@
  207. top_builddir = @top_builddir@
  208. top_srcdir = @top_srcdir@
  209. AUTOMAKE_OPTIONS = foreign
  210. INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
  211. test_SOURCES = util.c util.h write_read.c write_read.h test.c
  212. test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
  213. all: all-am
  214. .SUFFIXES:
  215. .SUFFIXES: .c .lo .o .obj
  216. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  217. @for dep in $?; do \
  218. case '$(am__configure_deps)' in \
  219. *$$dep*) \
  220. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  221. && { if test -f $@; then exit 0; else break; fi; }; \
  222. exit 1;; \
  223. esac; \
  224. done; \
  225. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  226. $(am__cd) $(top_srcdir) && \
  227. $(AUTOMAKE) --foreign test/Makefile
  228. .PRECIOUS: Makefile
  229. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  230. @case '$?' in \
  231. *config.status*) \
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  233. *) \
  234. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  235. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  236. esac;
  237. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  238. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  239. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  240. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  241. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  242. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  243. $(am__aclocal_m4_deps):
  244. clean-checkPROGRAMS:
  245. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  246. echo " rm -f" $$list; \
  247. rm -f $$list || exit $$?; \
  248. test -n "$(EXEEXT)" || exit 0; \
  249. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  250. echo " rm -f" $$list; \
  251. rm -f $$list
  252. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
  253. @rm -f test$(EXEEXT)
  254. $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  255. mostlyclean-compile:
  256. -rm -f *.$(OBJEXT)
  257. distclean-compile:
  258. -rm -f *.tab.c
  259. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
  260. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
  261. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@
  262. .c.o:
  263. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  264. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  265. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  266. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  267. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  268. .c.obj:
  269. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  270. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  271. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  272. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  273. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  274. .c.lo:
  275. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  276. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  277. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  278. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  279. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  280. mostlyclean-libtool:
  281. -rm -f *.lo
  282. clean-libtool:
  283. -rm -rf .libs _libs
  284. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  285. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  286. unique=`for i in $$list; do \
  287. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  288. done | \
  289. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  290. END { if (nonempty) { for (i in files) print i; }; }'`; \
  291. mkid -fID $$unique
  292. tags: TAGS
  293. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  294. $(TAGS_FILES) $(LISP)
  295. set x; \
  296. here=`pwd`; \
  297. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  298. unique=`for i in $$list; do \
  299. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  300. done | \
  301. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  302. END { if (nonempty) { for (i in files) print i; }; }'`; \
  303. shift; \
  304. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  305. test -n "$$unique" || unique=$$empty_fix; \
  306. if test $$# -gt 0; then \
  307. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  308. "$$@" $$unique; \
  309. else \
  310. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  311. $$unique; \
  312. fi; \
  313. fi
  314. ctags: CTAGS
  315. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  316. $(TAGS_FILES) $(LISP)
  317. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  318. unique=`for i in $$list; do \
  319. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  320. done | \
  321. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  322. END { if (nonempty) { for (i in files) print i; }; }'`; \
  323. test -z "$(CTAGS_ARGS)$$unique" \
  324. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  325. $$unique
  326. GTAGS:
  327. here=`$(am__cd) $(top_builddir) && pwd` \
  328. && $(am__cd) $(top_srcdir) \
  329. && gtags -i $(GTAGS_ARGS) "$$here"
  330. distclean-tags:
  331. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  332. distdir: $(DISTFILES)
  333. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  334. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  335. list='$(DISTFILES)'; \
  336. dist_files=`for file in $$list; do echo $$file; done | \
  337. sed -e "s|^$$srcdirstrip/||;t" \
  338. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  339. case $$dist_files in \
  340. */*) $(MKDIR_P) `echo "$$dist_files" | \
  341. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  342. sort -u` ;; \
  343. esac; \
  344. for file in $$dist_files; do \
  345. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  346. if test -d $$d/$$file; then \
  347. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  348. if test -d "$(distdir)/$$file"; then \
  349. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  350. fi; \
  351. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  352. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  353. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  354. fi; \
  355. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  356. else \
  357. test -f "$(distdir)/$$file" \
  358. || cp -p $$d/$$file "$(distdir)/$$file" \
  359. || exit 1; \
  360. fi; \
  361. done
  362. check-am: all-am
  363. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  364. check: check-am
  365. all-am: Makefile
  366. installdirs:
  367. install: install-am
  368. install-exec: install-exec-am
  369. install-data: install-data-am
  370. uninstall: uninstall-am
  371. install-am: all-am
  372. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  373. installcheck: installcheck-am
  374. install-strip:
  375. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  376. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  377. `test -z '$(STRIP)' || \
  378. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  379. mostlyclean-generic:
  380. clean-generic:
  381. distclean-generic:
  382. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  383. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  384. maintainer-clean-generic:
  385. @echo "This command is intended for maintainers to use"
  386. @echo "it deletes files that may require special tools to rebuild."
  387. clean: clean-am
  388. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  389. mostlyclean-am
  390. distclean: distclean-am
  391. -rm -rf ./$(DEPDIR)
  392. -rm -f Makefile
  393. distclean-am: clean-am distclean-compile distclean-generic \
  394. distclean-tags
  395. dvi: dvi-am
  396. dvi-am:
  397. html: html-am
  398. html-am:
  399. info: info-am
  400. info-am:
  401. install-data-am:
  402. install-dvi: install-dvi-am
  403. install-dvi-am:
  404. install-exec-am:
  405. install-html: install-html-am
  406. install-html-am:
  407. install-info: install-info-am
  408. install-info-am:
  409. install-man:
  410. install-pdf: install-pdf-am
  411. install-pdf-am:
  412. install-ps: install-ps-am
  413. install-ps-am:
  414. installcheck-am:
  415. maintainer-clean: maintainer-clean-am
  416. -rm -rf ./$(DEPDIR)
  417. -rm -f Makefile
  418. maintainer-clean-am: distclean-am maintainer-clean-generic
  419. mostlyclean: mostlyclean-am
  420. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  421. mostlyclean-libtool
  422. pdf: pdf-am
  423. pdf-am:
  424. ps: ps-am
  425. ps-am:
  426. uninstall-am:
  427. .MAKE: check-am install-am install-strip
  428. .PHONY: CTAGS GTAGS all all-am check check-am clean \
  429. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  430. distclean distclean-compile distclean-generic \
  431. distclean-libtool distclean-tags distdir dvi dvi-am html \
  432. html-am info info-am install install-am install-data \
  433. install-data-am install-dvi install-dvi-am install-exec \
  434. install-exec-am install-html install-html-am install-info \
  435. install-info-am install-man install-pdf install-pdf-am \
  436. install-ps install-ps-am install-strip installcheck \
  437. installcheck-am installdirs maintainer-clean \
  438. maintainer-clean-generic mostlyclean mostlyclean-compile \
  439. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  440. tags uninstall uninstall-am
  441. check: $(check_PROGRAMS)
  442. ./test$(EXEEXT)
  443. debug:
  444. $(MAKE) all CFLAGS="@DEBUG@"
  445. profile:
  446. $(MAKE) all CFLAGS="@PROFILE@"
  447. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  448. # Otherwise a system limit (for SysV at least) may be exceeded.
  449. .NOEXPORT: