Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3. # Copyright (C) 1994, 1995-8, 1999 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. SHELL = /bin/sh
  12. srcdir = .
  13. top_srcdir = ..
  14. prefix = /usr/local
  15. exec_prefix = ${prefix}
  16. bindir = ${exec_prefix}/bin
  17. sbindir = ${exec_prefix}/sbin
  18. libexecdir = ${exec_prefix}/libexec
  19. datadir = ${prefix}/share
  20. sysconfdir = ${prefix}/etc
  21. sharedstatedir = ${prefix}/com
  22. localstatedir = ${prefix}/var
  23. libdir = ${exec_prefix}/lib
  24. infodir = ${prefix}/info
  25. mandir = ${prefix}/man
  26. includedir = ${prefix}/include
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/libvorbis
  30. pkglibdir = $(libdir)/libvorbis
  31. pkgincludedir = $(includedir)/libvorbis
  32. top_builddir = ..
  33. ACLOCAL = aclocal
  34. AUTOCONF = autoconf
  35. AUTOMAKE = automake
  36. AUTOHEADER = autoheader
  37. INSTALL = /usr/bin/install -c
  38. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = ${INSTALL} -m 644
  40. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  41. transform = s,x,x,
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias = powerpc-unknown-linux-gnu
  49. host_triplet = powerpc-unknown-linux-gnu
  50. AS = @AS@
  51. CC = gcc
  52. CPP = gcc -E
  53. DEBUG = -g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char
  54. DLLTOOL = @DLLTOOL@
  55. ECHO = echo
  56. EXEEXT =
  57. LIBS = -lm -logg
  58. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  59. LN_S = ln -s
  60. MAKEINFO = makeinfo
  61. OBJDUMP = @OBJDUMP@
  62. OBJEXT = o
  63. OGG_CFLAGS = -INONE/include
  64. OGG_LIBS = -logg
  65. PACKAGE = libvorbis
  66. PROFILE = -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char
  67. RANLIB = ranlib
  68. STRIP = strip
  69. VERSION = 1.0rc3
  70. VE_LIB_AGE = 0
  71. VE_LIB_CURRENT = 0
  72. VE_LIB_REVISION = 1
  73. VF_LIB_AGE = 1
  74. VF_LIB_CURRENT = 1
  75. VF_LIB_REVISION = 0
  76. V_LIB_AGE = 0
  77. V_LIB_CURRENT = 0
  78. V_LIB_REVISION = 1
  79. pthread_lib = -lpthread
  80. AUTOMAKE_OPTIONS = foreign
  81. SUBDIRS = modes books
  82. INCLUDES = -I$(top_srcdir)/include -INONE/include
  83. lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
  84. libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c analysis.c synthesis.c psy.c info.c time0.c floor1.c floor0.c res0.c mapping0.c registry.c codebook.c sharedbook.c lookup.c bitrate.c envelope.h lpc.h lsp.h codebook.h misc.h psy.h masking.h iir.h os.h mdct.h smallft.h registry.h scales.h window.h lookup.h lookup_data.h codec_internal.h backends.h bitrate.h
  85. libvorbis_la_LDFLAGS = -version-info 0:1:0
  86. libvorbisfile_la_SOURCES = vorbisfile.c
  87. libvorbisfile_la_LDFLAGS = -version-info 1:0:1
  88. libvorbisenc_la_SOURCES = vorbisenc.c registry-api.h
  89. libvorbisenc_la_LDFLAGS = -version-info 0:1:0
  90. EXTRA_PROGRAMS = barkmel tone psytune
  91. CLEANFILES = $(EXTRA_PROGRAMS)
  92. barkmel_SOURCES = barkmel.c
  93. tone_SOURCES = tone.c
  94. psytune_SOURCES = psytune.c
  95. psytune_LDFLAGS = -static
  96. psytune_LDADD = libvorbis.la
  97. EXTRA_DIST = lookups.pl iir.c
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  99. CONFIG_CLEAN_FILES =
  100. LTLIBRARIES = $(lib_LTLIBRARIES)
  101. DEFS = -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -I. -I$(srcdir) -DTRAIN_RES -DTRAIN_FLOOR1
  102. CPPFLAGS =
  103. LDFLAGS =
  104. libvorbis_la_LIBADD =
  105. libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
  106. window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo \
  107. time0.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
  108. codebook.lo sharedbook.lo lookup.lo bitrate.lo
  109. libvorbisfile_la_LIBADD =
  110. libvorbisfile_la_OBJECTS = vorbisfile.lo
  111. libvorbisenc_la_LIBADD =
  112. libvorbisenc_la_OBJECTS = vorbisenc.lo
  113. barkmel_OBJECTS = barkmel.$(OBJEXT)
  114. barkmel_LDADD = $(LDADD)
  115. barkmel_DEPENDENCIES =
  116. barkmel_LDFLAGS =
  117. tone_OBJECTS = tone.$(OBJEXT)
  118. tone_LDADD = $(LDADD)
  119. tone_DEPENDENCIES =
  120. tone_LDFLAGS =
  121. psytune_OBJECTS = psytune.$(OBJEXT)
  122. psytune_DEPENDENCIES = libvorbis.la
  123. CFLAGS = -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H
  124. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  125. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  126. CCLD = $(CC)
  127. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  128. DIST_COMMON = Makefile.am Makefile.in
  129. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  130. TAR = tar
  131. GZIP_ENV = --best
  132. DEP_FILES = .deps/analysis.P .deps/barkmel.P .deps/bitrate.P \
  133. .deps/block.P .deps/codebook.P .deps/envelope.P .deps/floor0.P \
  134. .deps/floor1.P .deps/info.P .deps/lookup.P .deps/lpc.P .deps/lsp.P \
  135. .deps/mapping0.P .deps/mdct.P .deps/psy.P .deps/psytune.P \
  136. .deps/registry.P .deps/res0.P .deps/sharedbook.P .deps/smallft.P \
  137. .deps/synthesis.P .deps/time0.P .deps/tone.P .deps/vorbisenc.P \
  138. .deps/vorbisfile.P .deps/window.P
  139. SOURCES = $(libvorbis_la_SOURCES) $(libvorbisfile_la_SOURCES) $(libvorbisenc_la_SOURCES) $(barkmel_SOURCES) $(tone_SOURCES) $(psytune_SOURCES)
  140. OBJECTS = $(libvorbis_la_OBJECTS) $(libvorbisfile_la_OBJECTS) $(libvorbisenc_la_OBJECTS) $(barkmel_OBJECTS) $(tone_OBJECTS) $(psytune_OBJECTS)
  141. all: all-redirect
  142. .SUFFIXES:
  143. .SUFFIXES: .S .c .lo .o .obj .s
  144. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  145. cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile
  146. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  147. cd $(top_builddir) \
  148. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  149. mostlyclean-libLTLIBRARIES:
  150. clean-libLTLIBRARIES:
  151. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  152. distclean-libLTLIBRARIES:
  153. maintainer-clean-libLTLIBRARIES:
  154. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  155. @$(NORMAL_INSTALL)
  156. $(mkinstalldirs) $(DESTDIR)$(libdir)
  157. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  158. if test -f $$p; then \
  159. echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
  160. $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  161. else :; fi; \
  162. done
  163. uninstall-libLTLIBRARIES:
  164. @$(NORMAL_UNINSTALL)
  165. list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  166. $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  167. done
  168. # FIXME: We should only use cygpath when building on Windows,
  169. # and only if it is available.
  170. .c.obj:
  171. $(COMPILE) -c `cygpath -w $<`
  172. .s.o:
  173. $(COMPILE) -c $<
  174. .S.o:
  175. $(COMPILE) -c $<
  176. mostlyclean-compile:
  177. -rm -f *.o core *.core
  178. -rm -f *.$(OBJEXT)
  179. clean-compile:
  180. distclean-compile:
  181. -rm -f *.tab.c
  182. maintainer-clean-compile:
  183. .s.lo:
  184. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  185. .S.lo:
  186. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  187. mostlyclean-libtool:
  188. -rm -f *.lo
  189. clean-libtool:
  190. -rm -rf .libs _libs
  191. distclean-libtool:
  192. maintainer-clean-libtool:
  193. libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
  194. $(LINK) -rpath $(libdir) $(libvorbis_la_LDFLAGS) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
  195. libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
  196. $(LINK) -rpath $(libdir) $(libvorbisfile_la_LDFLAGS) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
  197. libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
  198. $(LINK) -rpath $(libdir) $(libvorbisenc_la_LDFLAGS) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
  199. barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
  200. @rm -f barkmel$(EXEEXT)
  201. $(LINK) $(barkmel_LDFLAGS) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
  202. tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
  203. @rm -f tone$(EXEEXT)
  204. $(LINK) $(tone_LDFLAGS) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
  205. psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
  206. @rm -f psytune$(EXEEXT)
  207. $(LINK) $(psytune_LDFLAGS) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
  208. # This directory's subdirectories are mostly independent; you can cd
  209. # into them and run `make' without going through this Makefile.
  210. # To change the values of `make' variables: instead of editing Makefiles,
  211. # (1) if the variable is set in `config.status', edit `config.status'
  212. # (which will cause the Makefiles to be regenerated when you run `make');
  213. # (2) otherwise, pass the desired values on the `make' command line.
  214. all-recursive install-data-recursive install-exec-recursive \
  215. installdirs-recursive install-recursive uninstall-recursive \
  216. check-recursive installcheck-recursive info-recursive dvi-recursive:
  217. @set fnord $(MAKEFLAGS); amf=$$2; \
  218. dot_seen=no; \
  219. target=`echo $@ | sed s/-recursive//`; \
  220. list='$(SUBDIRS)'; for subdir in $$list; do \
  221. echo "Making $$target in $$subdir"; \
  222. if test "$$subdir" = "."; then \
  223. dot_seen=yes; \
  224. local_target="$$target-am"; \
  225. else \
  226. local_target="$$target"; \
  227. fi; \
  228. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  229. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  230. done; \
  231. if test "$$dot_seen" = "no"; then \
  232. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  233. fi; test -z "$$fail"
  234. mostlyclean-recursive clean-recursive distclean-recursive \
  235. maintainer-clean-recursive:
  236. @set fnord $(MAKEFLAGS); amf=$$2; \
  237. dot_seen=no; \
  238. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  239. rev="$$subdir $$rev"; \
  240. test "$$subdir" = "." && dot_seen=yes; \
  241. done; \
  242. test "$$dot_seen" = "no" && rev=". $$rev"; \
  243. target=`echo $@ | sed s/-recursive//`; \
  244. for subdir in $$rev; do \
  245. echo "Making $$target in $$subdir"; \
  246. if test "$$subdir" = "."; then \
  247. local_target="$$target-am"; \
  248. else \
  249. local_target="$$target"; \
  250. fi; \
  251. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  252. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  253. done && test -z "$$fail"
  254. tags-recursive:
  255. list='$(SUBDIRS)'; for subdir in $$list; do \
  256. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  257. done
  258. tags: TAGS
  259. ID: $(HEADERS) $(SOURCES) $(LISP)
  260. list='$(SOURCES) $(HEADERS)'; \
  261. unique=`for i in $$list; do echo $$i; done | \
  262. awk ' { files[$$0] = 1; } \
  263. END { for (i in files) print i; }'`; \
  264. here=`pwd` && cd $(srcdir) \
  265. && mkid -f$$here/ID $$unique $(LISP)
  266. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  267. tags=; \
  268. here=`pwd`; \
  269. list='$(SUBDIRS)'; for subdir in $$list; do \
  270. if test "$$subdir" = .; then :; else \
  271. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  272. fi; \
  273. done; \
  274. list='$(SOURCES) $(HEADERS)'; \
  275. unique=`for i in $$list; do echo $$i; done | \
  276. awk ' { files[$$0] = 1; } \
  277. END { for (i in files) print i; }'`; \
  278. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  279. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  280. mostlyclean-tags:
  281. clean-tags:
  282. distclean-tags:
  283. -rm -f TAGS ID
  284. maintainer-clean-tags:
  285. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  286. subdir = lib
  287. distdir: $(DISTFILES)
  288. here=`cd $(top_builddir) && pwd`; \
  289. top_distdir=`cd $(top_distdir) && pwd`; \
  290. distdir=`cd $(distdir) && pwd`; \
  291. cd $(top_srcdir) \
  292. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign lib/Makefile
  293. @for file in $(DISTFILES); do \
  294. d=$(srcdir); \
  295. if test -d $$d/$$file; then \
  296. cp -pr $$d/$$file $(distdir)/$$file; \
  297. else \
  298. test -f $(distdir)/$$file \
  299. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  300. || cp -p $$d/$$file $(distdir)/$$file || :; \
  301. fi; \
  302. done
  303. for subdir in $(SUBDIRS); do \
  304. if test "$$subdir" = .; then :; else \
  305. test -d $(distdir)/$$subdir \
  306. || mkdir $(distdir)/$$subdir \
  307. || exit 1; \
  308. chmod 777 $(distdir)/$$subdir; \
  309. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  310. || exit 1; \
  311. fi; \
  312. done
  313. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  314. -include $(DEP_FILES)
  315. mostlyclean-depend:
  316. clean-depend:
  317. distclean-depend:
  318. -rm -rf .deps
  319. maintainer-clean-depend:
  320. %.o: %.c
  321. @echo '$(COMPILE) -c $<'; \
  322. $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  323. @-cp .deps/$(*F).pp .deps/$(*F).P; \
  324. tr ' ' '\012' < .deps/$(*F).pp \
  325. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  326. >> .deps/$(*F).P; \
  327. rm .deps/$(*F).pp
  328. %.lo: %.c
  329. @echo '$(LTCOMPILE) -c $<'; \
  330. $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  331. @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
  332. < .deps/$(*F).pp > .deps/$(*F).P; \
  333. tr ' ' '\012' < .deps/$(*F).pp \
  334. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  335. >> .deps/$(*F).P; \
  336. rm -f .deps/$(*F).pp
  337. info-am:
  338. info: info-recursive
  339. dvi-am:
  340. dvi: dvi-recursive
  341. check-am: all-am
  342. check: check-recursive
  343. installcheck-am:
  344. installcheck: installcheck-recursive
  345. install-exec-am: install-libLTLIBRARIES
  346. install-exec: install-exec-recursive
  347. install-data-am:
  348. install-data: install-data-recursive
  349. install-am: all-am
  350. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  351. install: install-recursive
  352. uninstall-am: uninstall-libLTLIBRARIES
  353. uninstall: uninstall-recursive
  354. all-am: Makefile $(LTLIBRARIES)
  355. all-redirect: all-recursive
  356. install-strip:
  357. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  358. installdirs: installdirs-recursive
  359. installdirs-am:
  360. $(mkinstalldirs) $(DESTDIR)$(libdir)
  361. mostlyclean-generic:
  362. clean-generic:
  363. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  364. distclean-generic:
  365. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  366. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  367. maintainer-clean-generic:
  368. mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
  369. mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  370. mostlyclean-generic
  371. mostlyclean: mostlyclean-recursive
  372. clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
  373. clean-depend clean-generic mostlyclean-am
  374. clean: clean-recursive
  375. distclean-am: distclean-libLTLIBRARIES distclean-compile \
  376. distclean-libtool distclean-tags distclean-depend \
  377. distclean-generic clean-am
  378. -rm -f libtool
  379. distclean: distclean-recursive
  380. maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
  381. maintainer-clean-compile maintainer-clean-libtool \
  382. maintainer-clean-tags maintainer-clean-depend \
  383. maintainer-clean-generic distclean-am
  384. @echo "This command is intended for maintainers to use;"
  385. @echo "it deletes files that may require special tools to rebuild."
  386. maintainer-clean: maintainer-clean-recursive
  387. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  388. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  389. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  390. distclean-compile clean-compile maintainer-clean-compile \
  391. mostlyclean-libtool distclean-libtool clean-libtool \
  392. maintainer-clean-libtool install-data-recursive \
  393. uninstall-data-recursive install-exec-recursive \
  394. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  395. all-recursive check-recursive installcheck-recursive info-recursive \
  396. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  397. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  398. distclean-tags clean-tags maintainer-clean-tags distdir \
  399. mostlyclean-depend distclean-depend clean-depend \
  400. maintainer-clean-depend info-am info dvi-am dvi check check-am \
  401. installcheck-am installcheck install-exec-am install-exec \
  402. install-data-am install-data install-am install uninstall-am uninstall \
  403. all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
  404. distclean-generic clean-generic maintainer-clean-generic clean \
  405. mostlyclean distclean maintainer-clean
  406. debug:
  407. $(MAKE) all CFLAGS="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
  408. profile:
  409. $(MAKE) all CFLAGS="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char"
  410. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  411. # Otherwise a system limit (for SysV at least) may be exceeded.
  412. .NOEXPORT: