Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added libvorbis

File size: 16.3 KB
Line 
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
34host_triplet = @host@
35target_triplet = @target@
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)@am__isrc@
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 = @ACLOCAL@
92ALLOCA = @ALLOCA@
93AMTAR = @AMTAR@
94AR = @AR@
95AUTOCONF = @AUTOCONF@
96AUTOHEADER = @AUTOHEADER@
97AUTOMAKE = @AUTOMAKE@
98AWK = @AWK@
99CC = @CC@
100CCDEPMODE = @CCDEPMODE@
101CFLAGS = @CFLAGS@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXCPP = @CXXCPP@
106CXXDEPMODE = @CXXDEPMODE@
107CXXFLAGS = @CXXFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEBUG = @DEBUG@
110DEFS = @DEFS@
111DEPDIR = @DEPDIR@
112ECHO = @ECHO@
113ECHO_C = @ECHO_C@
114ECHO_N = @ECHO_N@
115ECHO_T = @ECHO_T@
116EGREP = @EGREP@
117EXEEXT = @EXEEXT@
118F77 = @F77@
119FFLAGS = @FFLAGS@
120GREP = @GREP@
121HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
122INSTALL = @INSTALL@
123INSTALL_DATA = @INSTALL_DATA@
124INSTALL_PROGRAM = @INSTALL_PROGRAM@
125INSTALL_SCRIPT = @INSTALL_SCRIPT@
126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127LDFLAGS = @LDFLAGS@
128LIBOBJS = @LIBOBJS@
129LIBS = @LIBS@
130LIBTOOL = @LIBTOOL@
131LN_S = @LN_S@
132LTLIBOBJS = @LTLIBOBJS@
133MAINT = @MAINT@
134MAKEINFO = @MAKEINFO@
135MKDIR_P = @MKDIR_P@
136OBJEXT = @OBJEXT@
137OGG_CFLAGS = @OGG_CFLAGS@
138OGG_LIBS = @OGG_LIBS@
139PACKAGE = @PACKAGE@
140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141PACKAGE_NAME = @PACKAGE_NAME@
142PACKAGE_STRING = @PACKAGE_STRING@
143PACKAGE_TARNAME = @PACKAGE_TARNAME@
144PACKAGE_VERSION = @PACKAGE_VERSION@
145PATH_SEPARATOR = @PATH_SEPARATOR@
146PDFXMLTEX = @PDFXMLTEX@
147PKG_CONFIG = @PKG_CONFIG@
148PROFILE = @PROFILE@
149RANLIB = @RANLIB@
150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152STRIP = @STRIP@
153VERSION = @VERSION@
154VE_LIB_AGE = @VE_LIB_AGE@
155VE_LIB_CURRENT = @VE_LIB_CURRENT@
156VE_LIB_REVISION = @VE_LIB_REVISION@
157VF_LIB_AGE = @VF_LIB_AGE@
158VF_LIB_CURRENT = @VF_LIB_CURRENT@
159VF_LIB_REVISION = @VF_LIB_REVISION@
160VORBIS_LIBS = @VORBIS_LIBS@
161V_LIB_AGE = @V_LIB_AGE@
162V_LIB_CURRENT = @V_LIB_CURRENT@
163V_LIB_REVISION = @V_LIB_REVISION@
164XSLTPROC = @XSLTPROC@
165abs_builddir = @abs_builddir@
166abs_srcdir = @abs_srcdir@
167abs_top_builddir = @abs_top_builddir@
168abs_top_srcdir = @abs_top_srcdir@
169ac_ct_CC = @ac_ct_CC@
170ac_ct_CXX = @ac_ct_CXX@
171ac_ct_F77 = @ac_ct_F77@
172am__include = @am__include@
173am__leading_dot = @am__leading_dot@
174am__quote = @am__quote@
175am__tar = @am__tar@
176am__untar = @am__untar@
177bindir = @bindir@
178build = @build@
179build_alias = @build_alias@
180build_cpu = @build_cpu@
181build_os = @build_os@
182build_vendor = @build_vendor@
183builddir = @builddir@
184datadir = @datadir@
185datarootdir = @datarootdir@
186docdir = @docdir@
187dvidir = @dvidir@
188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
194htmldir = @htmldir@
195includedir = @includedir@
196infodir = @infodir@
197install_sh = @install_sh@
198libdir = @libdir@
199libexecdir = @libexecdir@
200localedir = @localedir@
201localstatedir = @localstatedir@
202mandir = @mandir@
203mkdir_p = @mkdir_p@
204oldincludedir = @oldincludedir@
205pdfdir = @pdfdir@
206prefix = @prefix@
207program_transform_name = @program_transform_name@
208psdir = @psdir@
209pthread_lib = @pthread_lib@
210sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@
212srcdir = @srcdir@
213sysconfdir = @sysconfdir@
214target = @target@
215target_alias = @target_alias@
216target_cpu = @target_cpu@
217target_os = @target_os@
218target_vendor = @target_vendor@
219top_builddir = @top_builddir@
220top_srcdir = @top_srcdir@
221AUTOMAKE_OPTIONS = foreign
222INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
266        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@
303
304.c.o:
305@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309@am__fastdepCC_FALSE@   $(COMPILE) -c $<
310
311.c.obj:
312@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
313@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
317
318.c.lo:
319@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
321@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
322@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323@am__fastdepCC_FALSE@   $(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="@DEBUG@"
510
511profile:
512        $(MAKE) all CFLAGS="@PROFILE@"
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.