Home | History | Annotate | Download | only in examples
      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 
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkglibdir = $(libdir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     22 install_sh_DATA = $(install_sh) -c -m 644
     23 install_sh_PROGRAM = $(install_sh) -c
     24 install_sh_SCRIPT = $(install_sh) -c
     25 INSTALL_HEADER = $(INSTALL_DATA)
     26 transform = $(program_transform_name)
     27 NORMAL_INSTALL = :
     28 PRE_INSTALL = :
     29 POST_INSTALL = :
     30 NORMAL_UNINSTALL = :
     31 PRE_UNINSTALL = :
     32 POST_UNINSTALL = :
     33 build_triplet = @build@
     34 host_triplet = @host@
     35 target_triplet = @target@
     36 noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
     37 	chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
     38 	seeking_example$(EXEEXT)
     39 subdir = examples
     40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     42 am__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
     45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     46 	$(ACLOCAL_M4)
     47 mkinstalldirs = $(install_sh) -d
     48 CONFIG_HEADER = $(top_builddir)/config.h
     49 CONFIG_CLEAN_FILES =
     50 PROGRAMS = $(noinst_PROGRAMS)
     51 am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
     52 chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
     53 chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
     54 	$(top_builddir)/lib/libvorbis.la
     55 am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
     56 decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
     57 decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la
     58 am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
     59 encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
     60 encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \
     61 	$(top_builddir)/lib/libvorbis.la
     62 am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
     63 seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
     64 seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
     65 	$(top_builddir)/lib/libvorbis.la
     66 am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
     67 vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
     68 vorbisfile_example_DEPENDENCIES =  \
     69 	$(top_builddir)/lib/libvorbisfile.la \
     70 	$(top_builddir)/lib/libvorbis.la
     71 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     72 depcomp = $(SHELL) $(top_srcdir)/depcomp
     73 am__depfiles_maybe = depfiles
     74 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     75 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     77 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     78 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     79 CCLD = $(CC)
     80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     81 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     82 	$(LDFLAGS) -o $@
     83 SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
     84 	$(encoder_example_SOURCES) $(seeking_example_SOURCES) \
     85 	$(vorbisfile_example_SOURCES)
     86 DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
     87 	$(encoder_example_SOURCES) $(seeking_example_SOURCES) \
     88 	$(vorbisfile_example_SOURCES)
     89 ETAGS = etags
     90 CTAGS = ctags
     91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     92 ACLOCAL = @ACLOCAL@
     93 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
     94 ALLOCA = @ALLOCA@
     95 AMTAR = @AMTAR@
     96 AR = @AR@
     97 AS = @AS@
     98 AUTOCONF = @AUTOCONF@
     99 AUTOHEADER = @AUTOHEADER@
    100 AUTOMAKE = @AUTOMAKE@
    101 AWK = @AWK@
    102 CC = @CC@
    103 CCDEPMODE = @CCDEPMODE@
    104 CFLAGS = @CFLAGS@
    105 CPP = @CPP@
    106 CPPFLAGS = @CPPFLAGS@
    107 CYGPATH_W = @CYGPATH_W@
    108 DEBUG = @DEBUG@
    109 DEFS = @DEFS@
    110 DEPDIR = @DEPDIR@
    111 DLLTOOL = @DLLTOOL@
    112 DSYMUTIL = @DSYMUTIL@
    113 DUMPBIN = @DUMPBIN@
    114 ECHO_C = @ECHO_C@
    115 ECHO_N = @ECHO_N@
    116 ECHO_T = @ECHO_T@
    117 EGREP = @EGREP@
    118 EXEEXT = @EXEEXT@
    119 FGREP = @FGREP@
    120 GREP = @GREP@
    121 HAVE_DOXYGEN = @HAVE_DOXYGEN@
    122 HTLATEX = @HTLATEX@
    123 INSTALL = @INSTALL@
    124 INSTALL_DATA = @INSTALL_DATA@
    125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    128 LD = @LD@
    129 LDFLAGS = @LDFLAGS@
    130 LIBOBJS = @LIBOBJS@
    131 LIBS = @LIBS@
    132 LIBTOOL = @LIBTOOL@
    133 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    134 LIPO = @LIPO@
    135 LN_S = @LN_S@
    136 LTLIBOBJS = @LTLIBOBJS@
    137 MAINT = @MAINT@
    138 MAKEINFO = @MAKEINFO@
    139 MKDIR_P = @MKDIR_P@
    140 NM = @NM@
    141 NMEDIT = @NMEDIT@
    142 OBJDUMP = @OBJDUMP@
    143 OBJEXT = @OBJEXT@
    144 OGG_CFLAGS = @OGG_CFLAGS@
    145 OGG_LIBS = @OGG_LIBS@
    146 OTOOL = @OTOOL@
    147 OTOOL64 = @OTOOL64@
    148 PACKAGE = @PACKAGE@
    149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    150 PACKAGE_NAME = @PACKAGE_NAME@
    151 PACKAGE_STRING = @PACKAGE_STRING@
    152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    153 PACKAGE_VERSION = @PACKAGE_VERSION@
    154 PATH_SEPARATOR = @PATH_SEPARATOR@
    155 PDFLATEX = @PDFLATEX@
    156 PKG_CONFIG = @PKG_CONFIG@
    157 PROFILE = @PROFILE@
    158 RANLIB = @RANLIB@
    159 SED = @SED@
    160 SET_MAKE = @SET_MAKE@
    161 SHELL = @SHELL@
    162 STRIP = @STRIP@
    163 VERSION = @VERSION@
    164 VE_LIB_AGE = @VE_LIB_AGE@
    165 VE_LIB_CURRENT = @VE_LIB_CURRENT@
    166 VE_LIB_REVISION = @VE_LIB_REVISION@
    167 VF_LIB_AGE = @VF_LIB_AGE@
    168 VF_LIB_CURRENT = @VF_LIB_CURRENT@
    169 VF_LIB_REVISION = @VF_LIB_REVISION@
    170 VORBIS_LIBS = @VORBIS_LIBS@
    171 V_LIB_AGE = @V_LIB_AGE@
    172 V_LIB_CURRENT = @V_LIB_CURRENT@
    173 V_LIB_REVISION = @V_LIB_REVISION@
    174 abs_builddir = @abs_builddir@
    175 abs_srcdir = @abs_srcdir@
    176 abs_top_builddir = @abs_top_builddir@
    177 abs_top_srcdir = @abs_top_srcdir@
    178 ac_ct_CC = @ac_ct_CC@
    179 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    180 am__include = @am__include@
    181 am__leading_dot = @am__leading_dot@
    182 am__quote = @am__quote@
    183 am__tar = @am__tar@
    184 am__untar = @am__untar@
    185 bindir = @bindir@
    186 build = @build@
    187 build_alias = @build_alias@
    188 build_cpu = @build_cpu@
    189 build_os = @build_os@
    190 build_vendor = @build_vendor@
    191 builddir = @builddir@
    192 datadir = @datadir@
    193 datarootdir = @datarootdir@
    194 docdir = @docdir@
    195 dvidir = @dvidir@
    196 exec_prefix = @exec_prefix@
    197 host = @host@
    198 host_alias = @host_alias@
    199 host_cpu = @host_cpu@
    200 host_os = @host_os@
    201 host_vendor = @host_vendor@
    202 htmldir = @htmldir@
    203 includedir = @includedir@
    204 infodir = @infodir@
    205 install_sh = @install_sh@
    206 libdir = @libdir@
    207 libexecdir = @libexecdir@
    208 localedir = @localedir@
    209 localstatedir = @localstatedir@
    210 lt_ECHO = @lt_ECHO@
    211 mandir = @mandir@
    212 mkdir_p = @mkdir_p@
    213 oldincludedir = @oldincludedir@
    214 pdfdir = @pdfdir@
    215 prefix = @prefix@
    216 program_transform_name = @program_transform_name@
    217 psdir = @psdir@
    218 pthread_lib = @pthread_lib@
    219 sbindir = @sbindir@
    220 sharedstatedir = @sharedstatedir@
    221 srcdir = @srcdir@
    222 sysconfdir = @sysconfdir@
    223 target = @target@
    224 target_alias = @target_alias@
    225 target_cpu = @target_cpu@
    226 target_os = @target_os@
    227 target_vendor = @target_vendor@
    228 top_builddir = @top_builddir@
    229 top_srcdir = @top_srcdir@
    230 AUTOMAKE_OPTIONS = foreign
    231 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
    232 EXTRA_DIST = frameview.pl
    233 
    234 # uncomment to build static executables from the example code
    235 #LDFLAGS = -all-static 
    236 decoder_example_SOURCES = decoder_example.c
    237 decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la 
    238 encoder_example_SOURCES = encoder_example.c
    239 encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la 
    240 chaining_example_SOURCES = chaining_example.c
    241 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
    242 vorbisfile_example_SOURCES = vorbisfile_example.c
    243 vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
    244 seeking_example_SOURCES = seeking_example.c
    245 seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
    246 all: 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
    263 Makefile: $(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 
    280 clean-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
    286 chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) 
    287 	@rm -f chaining_example$(EXEEXT)
    288 	$(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
    289 decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) 
    290 	@rm -f decoder_example$(EXEEXT)
    291 	$(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
    292 encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) 
    293 	@rm -f encoder_example$(EXEEXT)
    294 	$(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
    295 seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) 
    296 	@rm -f seeking_example$(EXEEXT)
    297 	$(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
    298 vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) 
    299 	@rm -f vorbisfile_example$(EXEEXT)
    300 	$(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
    301 
    302 mostlyclean-compile:
    303 	-rm -f *.$(OBJEXT)
    304 
    305 distclean-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 
    335 mostlyclean-libtool:
    336 	-rm -f *.lo
    337 
    338 clean-libtool:
    339 	-rm -rf .libs _libs
    340 
    341 ID: $(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
    349 tags: TAGS
    350 
    351 TAGS:  $(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
    366 ctags: CTAGS
    367 CTAGS:  $(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 
    380 GTAGS:
    381 	here=`$(am__cd) $(top_builddir) && pwd` \
    382 	  && cd $(top_srcdir) \
    383 	  && gtags -i $(GTAGS_ARGS) $$here
    384 
    385 distclean-tags:
    386 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    387 
    388 distdir: $(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
    414 check-am: all-am
    415 check: check-am
    416 all-am: Makefile $(PROGRAMS)
    417 installdirs:
    418 install: install-am
    419 install-exec: install-exec-am
    420 install-data: install-data-am
    421 uninstall: uninstall-am
    422 
    423 install-am: all-am
    424 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    425 
    426 installcheck: installcheck-am
    427 install-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
    432 mostlyclean-generic:
    433 
    434 clean-generic:
    435 
    436 distclean-generic:
    437 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    438 
    439 maintainer-clean-generic:
    440 	@echo "This command is intended for maintainers to use"
    441 	@echo "it deletes files that may require special tools to rebuild."
    442 clean: clean-am
    443 
    444 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
    445 	mostlyclean-am
    446 
    447 distclean: distclean-am
    448 	-rm -rf ./$(DEPDIR)
    449 	-rm -f Makefile
    450 distclean-am: clean-am distclean-compile distclean-generic \
    451 	distclean-tags
    452 
    453 dvi: dvi-am
    454 
    455 dvi-am:
    456 
    457 html: html-am
    458 
    459 info: info-am
    460 
    461 info-am:
    462 
    463 install-data-am:
    464 
    465 install-dvi: install-dvi-am
    466 
    467 install-exec-am:
    468 
    469 install-html: install-html-am
    470 
    471 install-info: install-info-am
    472 
    473 install-man:
    474 
    475 install-pdf: install-pdf-am
    476 
    477 install-ps: install-ps-am
    478 
    479 installcheck-am:
    480 
    481 maintainer-clean: maintainer-clean-am
    482 	-rm -rf ./$(DEPDIR)
    483 	-rm -f Makefile
    484 maintainer-clean-am: distclean-am maintainer-clean-generic
    485 
    486 mostlyclean: mostlyclean-am
    487 
    488 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    489 	mostlyclean-libtool
    490 
    491 pdf: pdf-am
    492 
    493 pdf-am:
    494 
    495 ps: ps-am
    496 
    497 ps-am:
    498 
    499 uninstall-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 
    517 debug:
    518 	$(MAKE) all CFLAGS="@DEBUG@"
    519 
    520 profile:
    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