Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/examples/Makefile @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 16.1 KB
Line 
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# examples/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  Free Software Foundation, 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
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17
18pkgdatadir = $(datadir)/libvorbis
19pkglibdir = $(libdir)/libvorbis
20pkgincludedir = $(includedir)/libvorbis
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = x86_64-unknown-linux-gnu
34host_triplet = x86_64-unknown-linux-gnu
35target_triplet = x86_64-unknown-linux-gnu
36noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
37        chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
38        seeking_example$(EXEEXT)
39subdir = examples
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43        $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45        $(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49PROGRAMS = $(noinst_PROGRAMS)
50am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
51chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
52chaining_example_DEPENDENCIES = ../lib/libvorbisfile.la \
53        ../lib/libvorbis.la
54am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
55decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
56decoder_example_LDADD = $(LDADD)
57decoder_example_DEPENDENCIES = ../lib/libvorbis.la
58am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
59encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
60encoder_example_DEPENDENCIES = ../lib/libvorbisenc.la \
61        ../lib/libvorbis.la
62am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
63seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
64seeking_example_DEPENDENCIES = ../lib/libvorbisfile.la \
65        ../lib/libvorbis.la
66am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
67vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
68vorbisfile_example_DEPENDENCIES = ../lib/libvorbisfile.la \
69        ../lib/libvorbis.la
70DEFAULT_INCLUDES = -I. -I$(top_builddir)
71depcomp = $(SHELL) $(top_srcdir)/depcomp
72am__depfiles_maybe = depfiles
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
81        $(LDFLAGS) -o $@
82SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
83        $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
84        $(vorbisfile_example_SOURCES)
85DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
86        $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
87        $(vorbisfile_example_SOURCES)
88ETAGS = etags
89CTAGS = ctags
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91ACLOCAL = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run aclocal-1.10
92ALLOCA = 
93AMTAR = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run tar
94AR = ar
95AUTOCONF = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoconf
96AUTOHEADER = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoheader
97AUTOMAKE = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run automake-1.10
98AWK = mawk
99CC = gcc
100CCDEPMODE = depmode=gcc3
101CFLAGS = -O20 -ffast-math -D_REENTRANT -fsigned-char  -DUSE_MEMORY_H
102CPP = gcc -E
103CPPFLAGS = 
104CXX = g++
105CXXCPP = g++ -E
106CXXDEPMODE = depmode=gcc3
107CXXFLAGS = -g -O2
108CYGPATH_W = echo
109DEBUG = -g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char
110DEFS = -DHAVE_CONFIG_H
111DEPDIR = .deps
112ECHO = echo
113ECHO_C = 
114ECHO_N = -n
115ECHO_T = 
116EGREP = /bin/grep -E
117EXEEXT = 
118F77 = 
119FFLAGS = 
120GREP = /bin/grep
121HAVE_PKG_CONFIG = yes
122INSTALL = /usr/bin/install -c
123INSTALL_DATA = ${INSTALL} -m 644
124INSTALL_PROGRAM = ${INSTALL}
125INSTALL_SCRIPT = ${INSTALL}
126INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
127LDFLAGS = 
128LIBOBJS = 
129LIBS = 
130LIBTOOL = $(SHELL) $(top_builddir)/libtool
131LN_S = ln -s
132LTLIBOBJS = 
133MAINT = 
134MAKEINFO = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run makeinfo
135MKDIR_P = /bin/mkdir -p
136OBJEXT = o
137OGG_CFLAGS = 
138OGG_LIBS = -logg 
139PACKAGE = libvorbis
140PACKAGE_BUGREPORT = 
141PACKAGE_NAME = 
142PACKAGE_STRING = 
143PACKAGE_TARNAME = 
144PACKAGE_VERSION = 
145PATH_SEPARATOR = :
146PDFXMLTEX = 
147PKG_CONFIG = /usr/bin/pkg-config
148PROFILE = -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char
149RANLIB = ranlib
150SET_MAKE = 
151SHELL = /bin/bash
152STRIP = strip
153VERSION = 1.2.0
154VE_LIB_AGE = 0
155VE_LIB_CURRENT = 2
156VE_LIB_REVISION = 3
157VF_LIB_AGE = 2
158VF_LIB_CURRENT = 5
159VF_LIB_REVISION = 0
160VORBIS_LIBS = -lm
161V_LIB_AGE = 4
162V_LIB_CURRENT = 4
163V_LIB_REVISION = 0
164XSLTPROC = 
165abs_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0/examples
166abs_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0/examples
167abs_top_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0
168abs_top_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0
169ac_ct_CC = gcc
170ac_ct_CXX = g++
171ac_ct_F77 = 
172am__include = include
173am__leading_dot = .
174am__quote = 
175am__tar = ${AMTAR} chof - "$$tardir"
176am__untar = ${AMTAR} xf -
177bindir = ${exec_prefix}/bin
178build = x86_64-unknown-linux-gnu
179build_alias = 
180build_cpu = x86_64
181build_os = linux-gnu
182build_vendor = unknown
183builddir = .
184datadir = ${datarootdir}
185datarootdir = ${prefix}/share
186docdir = ${datarootdir}/doc/${PACKAGE}
187dvidir = ${docdir}
188exec_prefix = ${prefix}
189host = x86_64-unknown-linux-gnu
190host_alias = 
191host_cpu = x86_64
192host_os = linux-gnu
193host_vendor = unknown
194htmldir = ${docdir}
195includedir = ${prefix}/include
196infodir = ${datarootdir}/info
197install_sh = $(SHELL) /home/giles/projects/ghostscript/libvorbis-1.2.0/install-sh
198libdir = ${exec_prefix}/lib
199libexecdir = ${exec_prefix}/libexec
200localedir = ${datarootdir}/locale
201localstatedir = ${prefix}/var
202mandir = ${datarootdir}/man
203mkdir_p = /bin/mkdir -p
204oldincludedir = /usr/include
205pdfdir = ${docdir}
206prefix = /usr/local
207program_transform_name = s,x,x,
208psdir = ${docdir}
209pthread_lib = -lpthread
210sbindir = ${exec_prefix}/sbin
211sharedstatedir = ${prefix}/com
212srcdir = .
213sysconfdir = ${prefix}/etc
214target = x86_64-unknown-linux-gnu
215target_alias = 
216target_cpu = x86_64
217target_os = linux-gnu
218target_vendor = unknown
219top_builddir = ..
220top_srcdir = ..
221AUTOMAKE_OPTIONS = foreign
222INCLUDES = -I$(top_srcdir)/include 
223
224# uncomment to build static executables from the example code
225#LDFLAGS = -all-static
226LDADD = ../lib/libvorbis.la
227decoder_example_SOURCES = decoder_example.c
228encoder_example_SOURCES = encoder_example.c
229encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la
230chaining_example_SOURCES = chaining_example.c
231chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la
232vorbisfile_example_SOURCES = vorbisfile_example.c
233vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la
234seeking_example_SOURCES = seeking_example.c
235seeking_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la
236all: all-am
237
238.SUFFIXES:
239.SUFFIXES: .c .lo .o .obj
240$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241        @for dep in $?; do \
242          case '$(am__configure_deps)' in \
243            *$$dep*) \
244              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245                && exit 0; \
246              exit 1;; \
247          esac; \
248        done; \
249        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  examples/Makefile'; \
250        cd $(top_srcdir) && \
251          $(AUTOMAKE) --foreign  examples/Makefile
252.PRECIOUS: Makefile
253Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254        @case '$?' in \
255          *config.status*) \
256            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257          *) \
258            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260        esac;
261
262$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
265$(top_srcdir)/configure:  $(am__configure_deps)
266        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
270clean-noinstPROGRAMS:
271        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
272          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
273          echo " rm -f $$p $$f"; \
274          rm -f $$p $$f ; \
275        done
276chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) 
277        @rm -f chaining_example$(EXEEXT)
278        $(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
279decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) 
280        @rm -f decoder_example$(EXEEXT)
281        $(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
282encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) 
283        @rm -f encoder_example$(EXEEXT)
284        $(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
285seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) 
286        @rm -f seeking_example$(EXEEXT)
287        $(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
288vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) 
289        @rm -f vorbisfile_example$(EXEEXT)
290        $(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
291
292mostlyclean-compile:
293        -rm -f *.$(OBJEXT)
294
295distclean-compile:
296        -rm -f *.tab.c
297
298include ./$(DEPDIR)/chaining_example.Po
299include ./$(DEPDIR)/decoder_example.Po
300include ./$(DEPDIR)/encoder_example.Po
301include ./$(DEPDIR)/seeking_example.Po
302include ./$(DEPDIR)/vorbisfile_example.Po
303
304.c.o:
305        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307#       source='$<' object='$@' libtool=no \
308#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
309#       $(COMPILE) -c $<
310
311.c.obj:
312        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
313        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314#       source='$<' object='$@' libtool=no \
315#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
316#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
317
318.c.lo:
319        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
321#       source='$<' object='$@' libtool=yes \
322#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
323#       $(LTCOMPILE) -c -o $@ $<
324
325mostlyclean-libtool:
326        -rm -f *.lo
327
328clean-libtool:
329        -rm -rf .libs _libs
330
331ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
332        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
333        unique=`for i in $$list; do \
334            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335          done | \
336          $(AWK) '    { files[$$0] = 1; } \
337               END { for (i in files) print i; }'`; \
338        mkid -fID $$unique
339tags: TAGS
340
341TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342                $(TAGS_FILES) $(LISP)
343        tags=; \
344        here=`pwd`; \
345        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346        unique=`for i in $$list; do \
347            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348          done | \
349          $(AWK) '    { files[$$0] = 1; } \
350               END { for (i in files) print i; }'`; \
351        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352          test -n "$$unique" || unique=$$empty_fix; \
353          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354            $$tags $$unique; \
355        fi
356ctags: CTAGS
357CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
358                $(TAGS_FILES) $(LISP)
359        tags=; \
360        here=`pwd`; \
361        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362        unique=`for i in $$list; do \
363            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364          done | \
365          $(AWK) '    { files[$$0] = 1; } \
366               END { for (i in files) print i; }'`; \
367        test -z "$(CTAGS_ARGS)$$tags$$unique" \
368          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369             $$tags $$unique
370
371GTAGS:
372        here=`$(am__cd) $(top_builddir) && pwd` \
373          && cd $(top_srcdir) \
374          && gtags -i $(GTAGS_ARGS) $$here
375
376distclean-tags:
377        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
379distdir: $(DISTFILES)
380        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382        list='$(DISTFILES)'; \
383          dist_files=`for file in $$list; do echo $$file; done | \
384          sed -e "s|^$$srcdirstrip/||;t" \
385              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386        case $$dist_files in \
387          */*) $(MKDIR_P) `echo "$$dist_files" | \
388                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389                           sort -u` ;; \
390        esac; \
391        for file in $$dist_files; do \
392          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393          if test -d $$d/$$file; then \
394            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397            fi; \
398            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
399          else \
400            test -f $(distdir)/$$file \
401            || cp -p $$d/$$file $(distdir)/$$file \
402            || exit 1; \
403          fi; \
404        done
405check-am: all-am
406check: check-am
407all-am: Makefile $(PROGRAMS)
408installdirs:
409install: install-am
410install-exec: install-exec-am
411install-data: install-data-am
412uninstall: uninstall-am
413
414install-am: all-am
415        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416
417installcheck: installcheck-am
418install-strip:
419        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421          `test -z '$(STRIP)' || \
422            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
423mostlyclean-generic:
424
425clean-generic:
426
427distclean-generic:
428        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
429
430maintainer-clean-generic:
431        @echo "This command is intended for maintainers to use"
432        @echo "it deletes files that may require special tools to rebuild."
433clean: clean-am
434
435clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
436        mostlyclean-am
437
438distclean: distclean-am
439        -rm -rf ./$(DEPDIR)
440        -rm -f Makefile
441distclean-am: clean-am distclean-compile distclean-generic \
442        distclean-tags
443
444dvi: dvi-am
445
446dvi-am:
447
448html: html-am
449
450info: info-am
451
452info-am:
453
454install-data-am:
455
456install-dvi: install-dvi-am
457
458install-exec-am:
459
460install-html: install-html-am
461
462install-info: install-info-am
463
464install-man:
465
466install-pdf: install-pdf-am
467
468install-ps: install-ps-am
469
470installcheck-am:
471
472maintainer-clean: maintainer-clean-am
473        -rm -rf ./$(DEPDIR)
474        -rm -f Makefile
475maintainer-clean-am: distclean-am maintainer-clean-generic
476
477mostlyclean: mostlyclean-am
478
479mostlyclean-am: mostlyclean-compile mostlyclean-generic \
480        mostlyclean-libtool
481
482pdf: pdf-am
483
484pdf-am:
485
486ps: ps-am
487
488ps-am:
489
490uninstall-am:
491
492.MAKE: install-am install-strip
493
494.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
495        clean-libtool clean-noinstPROGRAMS ctags distclean \
496        distclean-compile distclean-generic distclean-libtool \
497        distclean-tags distdir dvi dvi-am html html-am info info-am \
498        install install-am install-data install-data-am install-dvi \
499        install-dvi-am install-exec install-exec-am install-html \
500        install-html-am install-info install-info-am install-man \
501        install-pdf install-pdf-am install-ps install-ps-am \
502        install-strip installcheck installcheck-am installdirs \
503        maintainer-clean maintainer-clean-generic mostlyclean \
504        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
505        pdf pdf-am ps ps-am tags uninstall uninstall-am
506
507
508debug:
509        $(MAKE) all CFLAGS="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
510
511profile:
512        $(MAKE) all CFLAGS="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char"
513# Tell versions [3.59,3.63) of GNU make to not export all variables.
514# Otherwise a system limit (for SysV at least) may be exceeded.
515.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.