1# Makefile.in generated by automake 1.10.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008 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)/m4/add_cflags.m4 \ 43 $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \ 44 $(top_srcdir)/configure.ac 45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 $(ACLOCAL_M4) 47mkinstalldirs = $(install_sh) -d 48CONFIG_HEADER = $(top_builddir)/config.h 49CONFIG_CLEAN_FILES = 50PROGRAMS = $(noinst_PROGRAMS) 51am_chaining_example_OBJECTS = chaining_example.$(OBJEXT) 52chaining_example_OBJECTS = $(am_chaining_example_OBJECTS) 53chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \ 54 $(top_builddir)/lib/libvorbis.la 55am_decoder_example_OBJECTS = decoder_example.$(OBJEXT) 56decoder_example_OBJECTS = $(am_decoder_example_OBJECTS) 57decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la 58am_encoder_example_OBJECTS = encoder_example.$(OBJEXT) 59encoder_example_OBJECTS = $(am_encoder_example_OBJECTS) 60encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \ 61 $(top_builddir)/lib/libvorbis.la 62am_seeking_example_OBJECTS = seeking_example.$(OBJEXT) 63seeking_example_OBJECTS = $(am_seeking_example_OBJECTS) 64seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \ 65 $(top_builddir)/lib/libvorbis.la 66am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT) 67vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS) 68vorbisfile_example_DEPENDENCIES = \ 69 $(top_builddir)/lib/libvorbisfile.la \ 70 $(top_builddir)/lib/libvorbis.la 71DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 72depcomp = $(SHELL) $(top_srcdir)/depcomp 73am__depfiles_maybe = depfiles 74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 75 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 76LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 77 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 78 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 79CCLD = $(CC) 80LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 81 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 82 $(LDFLAGS) -o $@ 83SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ 84 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ 85 $(vorbisfile_example_SOURCES) 86DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ 87 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ 88 $(vorbisfile_example_SOURCES) 89ETAGS = etags 90CTAGS = ctags 91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 92ACLOCAL = @ACLOCAL@ 93ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ 94ALLOCA = @ALLOCA@ 95AMTAR = @AMTAR@ 96AR = @AR@ 97AS = @AS@ 98AUTOCONF = @AUTOCONF@ 99AUTOHEADER = @AUTOHEADER@ 100AUTOMAKE = @AUTOMAKE@ 101AWK = @AWK@ 102CC = @CC@ 103CCDEPMODE = @CCDEPMODE@ 104CFLAGS = @CFLAGS@ 105CPP = @CPP@ 106CPPFLAGS = @CPPFLAGS@ 107CYGPATH_W = @CYGPATH_W@ 108DEBUG = @DEBUG@ 109DEFS = @DEFS@ 110DEPDIR = @DEPDIR@ 111DLLTOOL = @DLLTOOL@ 112DSYMUTIL = @DSYMUTIL@ 113DUMPBIN = @DUMPBIN@ 114ECHO_C = @ECHO_C@ 115ECHO_N = @ECHO_N@ 116ECHO_T = @ECHO_T@ 117EGREP = @EGREP@ 118EXEEXT = @EXEEXT@ 119FGREP = @FGREP@ 120GREP = @GREP@ 121HAVE_DOXYGEN = @HAVE_DOXYGEN@ 122HTLATEX = @HTLATEX@ 123INSTALL = @INSTALL@ 124INSTALL_DATA = @INSTALL_DATA@ 125INSTALL_PROGRAM = @INSTALL_PROGRAM@ 126INSTALL_SCRIPT = @INSTALL_SCRIPT@ 127INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 128LD = @LD@ 129LDFLAGS = @LDFLAGS@ 130LIBOBJS = @LIBOBJS@ 131LIBS = @LIBS@ 132LIBTOOL = @LIBTOOL@ 133LIBTOOL_DEPS = @LIBTOOL_DEPS@ 134LIPO = @LIPO@ 135LN_S = @LN_S@ 136LTLIBOBJS = @LTLIBOBJS@ 137MAINT = @MAINT@ 138MAKEINFO = @MAKEINFO@ 139MKDIR_P = @MKDIR_P@ 140NM = @NM@ 141NMEDIT = @NMEDIT@ 142OBJDUMP = @OBJDUMP@ 143OBJEXT = @OBJEXT@ 144OGG_CFLAGS = @OGG_CFLAGS@ 145OGG_LIBS = @OGG_LIBS@ 146OTOOL = @OTOOL@ 147OTOOL64 = @OTOOL64@ 148PACKAGE = @PACKAGE@ 149PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 150PACKAGE_NAME = @PACKAGE_NAME@ 151PACKAGE_STRING = @PACKAGE_STRING@ 152PACKAGE_TARNAME = @PACKAGE_TARNAME@ 153PACKAGE_VERSION = @PACKAGE_VERSION@ 154PATH_SEPARATOR = @PATH_SEPARATOR@ 155PDFLATEX = @PDFLATEX@ 156PKG_CONFIG = @PKG_CONFIG@ 157PROFILE = @PROFILE@ 158RANLIB = @RANLIB@ 159SED = @SED@ 160SET_MAKE = @SET_MAKE@ 161SHELL = @SHELL@ 162STRIP = @STRIP@ 163VERSION = @VERSION@ 164VE_LIB_AGE = @VE_LIB_AGE@ 165VE_LIB_CURRENT = @VE_LIB_CURRENT@ 166VE_LIB_REVISION = @VE_LIB_REVISION@ 167VF_LIB_AGE = @VF_LIB_AGE@ 168VF_LIB_CURRENT = @VF_LIB_CURRENT@ 169VF_LIB_REVISION = @VF_LIB_REVISION@ 170VORBIS_LIBS = @VORBIS_LIBS@ 171V_LIB_AGE = @V_LIB_AGE@ 172V_LIB_CURRENT = @V_LIB_CURRENT@ 173V_LIB_REVISION = @V_LIB_REVISION@ 174abs_builddir = @abs_builddir@ 175abs_srcdir = @abs_srcdir@ 176abs_top_builddir = @abs_top_builddir@ 177abs_top_srcdir = @abs_top_srcdir@ 178ac_ct_CC = @ac_ct_CC@ 179ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 180am__include = @am__include@ 181am__leading_dot = @am__leading_dot@ 182am__quote = @am__quote@ 183am__tar = @am__tar@ 184am__untar = @am__untar@ 185bindir = @bindir@ 186build = @build@ 187build_alias = @build_alias@ 188build_cpu = @build_cpu@ 189build_os = @build_os@ 190build_vendor = @build_vendor@ 191builddir = @builddir@ 192datadir = @datadir@ 193datarootdir = @datarootdir@ 194docdir = @docdir@ 195dvidir = @dvidir@ 196exec_prefix = @exec_prefix@ 197host = @host@ 198host_alias = @host_alias@ 199host_cpu = @host_cpu@ 200host_os = @host_os@ 201host_vendor = @host_vendor@ 202htmldir = @htmldir@ 203includedir = @includedir@ 204infodir = @infodir@ 205install_sh = @install_sh@ 206libdir = @libdir@ 207libexecdir = @libexecdir@ 208localedir = @localedir@ 209localstatedir = @localstatedir@ 210lt_ECHO = @lt_ECHO@ 211mandir = @mandir@ 212mkdir_p = @mkdir_p@ 213oldincludedir = @oldincludedir@ 214pdfdir = @pdfdir@ 215prefix = @prefix@ 216program_transform_name = @program_transform_name@ 217psdir = @psdir@ 218pthread_lib = @pthread_lib@ 219sbindir = @sbindir@ 220sharedstatedir = @sharedstatedir@ 221srcdir = @srcdir@ 222sysconfdir = @sysconfdir@ 223target = @target@ 224target_alias = @target_alias@ 225target_cpu = @target_cpu@ 226target_os = @target_os@ 227target_vendor = @target_vendor@ 228top_builddir = @top_builddir@ 229top_srcdir = @top_srcdir@ 230AUTOMAKE_OPTIONS = foreign 231INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@ 232EXTRA_DIST = frameview.pl 233 234# uncomment to build static executables from the example code 235#LDFLAGS = -all-static 236decoder_example_SOURCES = decoder_example.c 237decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la 238encoder_example_SOURCES = encoder_example.c 239encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la 240chaining_example_SOURCES = chaining_example.c 241chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 242vorbisfile_example_SOURCES = vorbisfile_example.c 243vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 244seeking_example_SOURCES = seeking_example.c 245seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 246all: all-am 247 248.SUFFIXES: 249.SUFFIXES: .c .lo .o .obj 250$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 251 @for dep in $?; do \ 252 case '$(am__configure_deps)' in \ 253 *$$dep*) \ 254 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 255 && { if test -f $@; then exit 0; else break; fi; }; \ 256 exit 1;; \ 257 esac; \ 258 done; \ 259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ 260 cd $(top_srcdir) && \ 261 $(AUTOMAKE) --foreign examples/Makefile 262.PRECIOUS: Makefile 263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 264 @case '$?' in \ 265 *config.status*) \ 266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 267 *) \ 268 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 269 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 270 esac; 271 272$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 274 275$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 277$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 279 280clean-noinstPROGRAMS: 281 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 282 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 283 echo " rm -f $$p $$f"; \ 284 rm -f $$p $$f ; \ 285 done 286chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) 287 @rm -f chaining_example$(EXEEXT) 288 $(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS) 289decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) 290 @rm -f decoder_example$(EXEEXT) 291 $(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS) 292encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) 293 @rm -f encoder_example$(EXEEXT) 294 $(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS) 295seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) 296 @rm -f seeking_example$(EXEEXT) 297 $(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS) 298vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) 299 @rm -f vorbisfile_example$(EXEEXT) 300 $(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS) 301 302mostlyclean-compile: 303 -rm -f *.$(OBJEXT) 304 305distclean-compile: 306 -rm -f *.tab.c 307 308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@ 309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@ 310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@ 311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@ 312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@ 313 314.c.o: 315@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 316@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 317@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 318@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 319@am__fastdepCC_FALSE@ $(COMPILE) -c $< 320 321.c.obj: 322@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 323@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 324@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 325@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 326@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 327 328.c.lo: 329@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 330@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 331@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 332@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 333@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 334 335mostlyclean-libtool: 336 -rm -f *.lo 337 338clean-libtool: 339 -rm -rf .libs _libs 340 341ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 343 unique=`for i in $$list; do \ 344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 345 done | \ 346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 347 END { if (nonempty) { for (i in files) print i; }; }'`; \ 348 mkid -fID $$unique 349tags: TAGS 350 351TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 352 $(TAGS_FILES) $(LISP) 353 tags=; \ 354 here=`pwd`; \ 355 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 356 unique=`for i in $$list; do \ 357 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 358 done | \ 359 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 360 END { if (nonempty) { for (i in files) print i; }; }'`; \ 361 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 362 test -n "$$unique" || unique=$$empty_fix; \ 363 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 364 $$tags $$unique; \ 365 fi 366ctags: CTAGS 367CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 368 $(TAGS_FILES) $(LISP) 369 tags=; \ 370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 371 unique=`for i in $$list; do \ 372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 373 done | \ 374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 375 END { if (nonempty) { for (i in files) print i; }; }'`; \ 376 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 377 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 378 $$tags $$unique 379 380GTAGS: 381 here=`$(am__cd) $(top_builddir) && pwd` \ 382 && cd $(top_srcdir) \ 383 && gtags -i $(GTAGS_ARGS) $$here 384 385distclean-tags: 386 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 387 388distdir: $(DISTFILES) 389 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 390 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 391 list='$(DISTFILES)'; \ 392 dist_files=`for file in $$list; do echo $$file; done | \ 393 sed -e "s|^$$srcdirstrip/||;t" \ 394 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 395 case $$dist_files in \ 396 */*) $(MKDIR_P) `echo "$$dist_files" | \ 397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 398 sort -u` ;; \ 399 esac; \ 400 for file in $$dist_files; do \ 401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 402 if test -d $$d/$$file; then \ 403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 405 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 406 fi; \ 407 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 408 else \ 409 test -f $(distdir)/$$file \ 410 || cp -p $$d/$$file $(distdir)/$$file \ 411 || exit 1; \ 412 fi; \ 413 done 414check-am: all-am 415check: check-am 416all-am: Makefile $(PROGRAMS) 417installdirs: 418install: install-am 419install-exec: install-exec-am 420install-data: install-data-am 421uninstall: uninstall-am 422 423install-am: all-am 424 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 425 426installcheck: installcheck-am 427install-strip: 428 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 429 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 430 `test -z '$(STRIP)' || \ 431 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 432mostlyclean-generic: 433 434clean-generic: 435 436distclean-generic: 437 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 438 439maintainer-clean-generic: 440 @echo "This command is intended for maintainers to use" 441 @echo "it deletes files that may require special tools to rebuild." 442clean: clean-am 443 444clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 445 mostlyclean-am 446 447distclean: distclean-am 448 -rm -rf ./$(DEPDIR) 449 -rm -f Makefile 450distclean-am: clean-am distclean-compile distclean-generic \ 451 distclean-tags 452 453dvi: dvi-am 454 455dvi-am: 456 457html: html-am 458 459info: info-am 460 461info-am: 462 463install-data-am: 464 465install-dvi: install-dvi-am 466 467install-exec-am: 468 469install-html: install-html-am 470 471install-info: install-info-am 472 473install-man: 474 475install-pdf: install-pdf-am 476 477install-ps: install-ps-am 478 479installcheck-am: 480 481maintainer-clean: maintainer-clean-am 482 -rm -rf ./$(DEPDIR) 483 -rm -f Makefile 484maintainer-clean-am: distclean-am maintainer-clean-generic 485 486mostlyclean: mostlyclean-am 487 488mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 489 mostlyclean-libtool 490 491pdf: pdf-am 492 493pdf-am: 494 495ps: ps-am 496 497ps-am: 498 499uninstall-am: 500 501.MAKE: install-am install-strip 502 503.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 504 clean-libtool clean-noinstPROGRAMS ctags distclean \ 505 distclean-compile distclean-generic distclean-libtool \ 506 distclean-tags distdir dvi dvi-am html html-am info info-am \ 507 install install-am install-data install-data-am install-dvi \ 508 install-dvi-am install-exec install-exec-am install-html \ 509 install-html-am install-info install-info-am install-man \ 510 install-pdf install-pdf-am install-ps install-ps-am \ 511 install-strip installcheck installcheck-am installdirs \ 512 maintainer-clean maintainer-clean-generic mostlyclean \ 513 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 514 pdf pdf-am ps ps-am tags uninstall uninstall-am 515 516 517debug: 518 $(MAKE) all CFLAGS="@DEBUG@" 519 520profile: 521 $(MAKE) all CFLAGS="@PROFILE@" 522# Tell versions [3.59,3.63) of GNU make to not export all variables. 523# Otherwise a system limit (for SysV at least) may be exceeded. 524.NOEXPORT: 525