# Makefile.in generated automatically by automake 1.5 from Makefile.am. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = /bin/sh srcdir = . top_srcdir = . prefix = exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/share/info mandir = ${prefix}/share/man includedir = ${prefix}/include oldincludedir = /usr/include pkgdatadir = $(datadir)/oggsplit pkglibdir = $(libdir)/oggsplit pkgincludedir = $(includedir)/oggsplit top_builddir = . ACLOCAL = /usr/local/bin/aclocal-1.5 AUTOCONF = /usr/local/bin/autoconf-2.61 AUTOMAKE = /usr/local/bin/automake-1.5 AUTOHEADER = /usr/local/bin/autoheader-2.61 INSTALL = /usr/local/bin/ginstall -c INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL} INSTALL_HEADER = $(INSTALL_DATA) transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = i386-unknown-gnu host_triplet = i386-unknown-gnu AMTAR = ${SHELL} /mnt/gmirror/ports/audio/oggsplit/work/oggsplit-0.1.0/missing --run tar AWK = gawk CC = gcc DEPDIR = .deps EXEEXT = INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s OBJEXT = OGG_CFLAGS = -I/include OGG_LIBS = -L/lib -logg PACKAGE = oggsplit VERSION = 0.1.0 am__include = include am__quote = install_sh = /mnt/gmirror/ports/audio/oggsplit/work/oggsplit-0.1.0/install-sh AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = oggsplit oggsplit_SOURCES = oggsplit.c stream.c stream.h output.c output.h \ xmalloc.c system.h getopt.c getopt1.c getopt.h oggsplit_CFLAGS = $(OGG_CFLAGS) oggsplit_LDADD = $(OGG_LIBS) man_MANS = oggsplit.1 subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = bin_PROGRAMS = oggsplit$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) am_oggsplit_OBJECTS = oggsplit-oggsplit.$(OBJEXT) \ oggsplit-stream.$(OBJEXT) oggsplit-output.$(OBJEXT) \ oggsplit-xmalloc.$(OBJEXT) oggsplit-getopt.$(OBJEXT) \ oggsplit-getopt1.$(OBJEXT) oggsplit_OBJECTS = $(am_oggsplit_OBJECTS) oggsplit_DEPENDENCIES = oggsplit_LDFLAGS = DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"oggsplit\" -DVERSION=\"0.1.0\" DEFAULT_INCLUDES = -I. -I$(srcdir) CPPFLAGS = LDFLAGS = LIBS = depcomp = $(SHELL) $(top_srcdir)/depcomp DEP_FILES = $(DEPDIR)/oggsplit-getopt.Po \ $(DEPDIR)/oggsplit-getopt1.Po \ $(DEPDIR)/oggsplit-oggsplit.Po \ $(DEPDIR)/oggsplit-output.Po \ $(DEPDIR)/oggsplit-stream.Po \ $(DEPDIR)/oggsplit-xmalloc.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ CFLAGS = -fno-common DIST_SOURCES = $(oggsplit_SOURCES) NROFF = nroff MANS = $(man_MANS) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in acinclude.m4 aclocal.m4 compile config.guess \ config.sub configure configure.in depcomp install-sh missing \ mkinstalldirs SOURCES = $(oggsplit_SOURCES) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$@ $(SHELL) ./config.status $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): configure.in acinclude.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ ; then \ f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ rm -f $(DESTDIR)$(bindir)/$$f; \ done clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) oggsplit-oggsplit.$(OBJEXT): oggsplit.c oggsplit-stream.$(OBJEXT): stream.c oggsplit-output.$(OBJEXT): output.c oggsplit-xmalloc.$(OBJEXT): xmalloc.c oggsplit-getopt.$(OBJEXT): getopt.c oggsplit-getopt1.$(OBJEXT): getopt1.c oggsplit$(EXEEXT): $(oggsplit_OBJECTS) $(oggsplit_DEPENDENCIES) @rm -f oggsplit$(EXEEXT) $(LINK) $(oggsplit_LDFLAGS) $(oggsplit_OBJECTS) $(oggsplit_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c include $(DEPDIR)/oggsplit-getopt.Po include $(DEPDIR)/oggsplit-getopt1.Po include $(DEPDIR)/oggsplit-oggsplit.Po include $(DEPDIR)/oggsplit-output.Po include $(DEPDIR)/oggsplit-stream.Po include $(DEPDIR)/oggsplit-xmalloc.Po distclean-depend: -rm -rf $(DEPDIR) .c.o: source='$<' object='$@' libtool=no \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ $(CCDEPMODE) $(depcomp) \ $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< .c.obj: source='$<' object='$@' libtool=no \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ $(CCDEPMODE) $(depcomp) \ $(COMPILE) -c `cygpath -w $<` oggsplit-oggsplit.o: oggsplit.c source='oggsplit.c' object='oggsplit-oggsplit.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-oggsplit.Po' tmpdepfile='$(DEPDIR)/oggsplit-oggsplit.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-oggsplit.o `test -f oggsplit.c || echo '$(srcdir)/'`oggsplit.c oggsplit-oggsplit.obj: oggsplit.c source='oggsplit.c' object='oggsplit-oggsplit.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-oggsplit.Po' tmpdepfile='$(DEPDIR)/oggsplit-oggsplit.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-oggsplit.obj `cygpath -w oggsplit.c` oggsplit-stream.o: stream.c source='stream.c' object='oggsplit-stream.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-stream.Po' tmpdepfile='$(DEPDIR)/oggsplit-stream.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-stream.o `test -f stream.c || echo '$(srcdir)/'`stream.c oggsplit-stream.obj: stream.c source='stream.c' object='oggsplit-stream.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-stream.Po' tmpdepfile='$(DEPDIR)/oggsplit-stream.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-stream.obj `cygpath -w stream.c` oggsplit-output.o: output.c source='output.c' object='oggsplit-output.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-output.Po' tmpdepfile='$(DEPDIR)/oggsplit-output.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-output.o `test -f output.c || echo '$(srcdir)/'`output.c oggsplit-output.obj: output.c source='output.c' object='oggsplit-output.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-output.Po' tmpdepfile='$(DEPDIR)/oggsplit-output.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-output.obj `cygpath -w output.c` oggsplit-xmalloc.o: xmalloc.c source='xmalloc.c' object='oggsplit-xmalloc.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-xmalloc.Po' tmpdepfile='$(DEPDIR)/oggsplit-xmalloc.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-xmalloc.o `test -f xmalloc.c || echo '$(srcdir)/'`xmalloc.c oggsplit-xmalloc.obj: xmalloc.c source='xmalloc.c' object='oggsplit-xmalloc.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-xmalloc.Po' tmpdepfile='$(DEPDIR)/oggsplit-xmalloc.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-xmalloc.obj `cygpath -w xmalloc.c` oggsplit-getopt.o: getopt.c source='getopt.c' object='oggsplit-getopt.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-getopt.Po' tmpdepfile='$(DEPDIR)/oggsplit-getopt.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-getopt.o `test -f getopt.c || echo '$(srcdir)/'`getopt.c oggsplit-getopt.obj: getopt.c source='getopt.c' object='oggsplit-getopt.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-getopt.Po' tmpdepfile='$(DEPDIR)/oggsplit-getopt.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-getopt.obj `cygpath -w getopt.c` oggsplit-getopt1.o: getopt1.c source='getopt1.c' object='oggsplit-getopt1.o' libtool=no \ depfile='$(DEPDIR)/oggsplit-getopt1.Po' tmpdepfile='$(DEPDIR)/oggsplit-getopt1.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-getopt1.o `test -f getopt1.c || echo '$(srcdir)/'`getopt1.c oggsplit-getopt1.obj: getopt1.c source='getopt1.c' object='oggsplit-getopt1.obj' libtool=no \ depfile='$(DEPDIR)/oggsplit-getopt1.Po' tmpdepfile='$(DEPDIR)/oggsplit-getopt1.TPo' \ $(CCDEPMODE) $(depcomp) \ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(oggsplit_CFLAGS) $(CFLAGS) -c -o oggsplit-getopt1.obj `cygpath -w getopt1.c` CCDEPMODE = depmode=gcc3 uninstall-info-am: man1dir = $(mandir)/man1 install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(man1dir) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ done uninstall-man1: @$(NORMAL_UNINSTALL) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ rm -f $(DESTDIR)$(man1dir)/$$inst; \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) GTAGS: here=`CDPATH=: && cd $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = . # Avoid unsightly `./'. distdir = $(PACKAGE)-$(VERSION) GZIP_ENV = --best distdir: $(DISTFILES) -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) mkdir $(distdir) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ $(mkinstalldirs) "$(distdir)/$$dir"; \ fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist: distdir $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/=build mkdir $(distdir)/=inst chmod a-w $(distdir) dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ && cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix=$$dc_install_base \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ || (echo "Error: files left after uninstall" 1>&2; \ exit 1) ) \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && $(MAKE) $(AM_MAKEFLAGS) distclean \ && rm -f $(distdir).tar.gz \ && (test `find . -type f -print | wc -l` -eq 0 \ || (echo "Error: files left after distclean" 1>&2; \ exit 1) ) -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) @echo "$(distdir).tar.gz is ready for distribution" | \ sed 'h;s/./=/g;p;x;p;x' check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic mostlyclean-am dist-all: distdir $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) distclean: distclean-am -rm -f config.status config.cache config.log distclean-am: clean-am distclean-compile distclean-depend \ distclean-generic distclean-tags dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-man install-exec-am: install-binPROGRAMS install-info: install-info-am install-man: install-man1 installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man uninstall-man: uninstall-man1 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic dist dist-all distcheck distclean \ distclean-compile distclean-depend distclean-generic \ distclean-tags distdir dvi dvi-am info info-am install \ install-am install-binPROGRAMS install-data install-data-am \ install-exec install-exec-am install-info install-info-am \ install-man install-man1 install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic tags uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-info-am uninstall-man \ uninstall-man1 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: