[16] | 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 | |
---|
| 18 | pkgdatadir = $(datadir)/libvorbis |
---|
| 19 | pkglibdir = $(libdir)/libvorbis |
---|
| 20 | pkgincludedir = $(includedir)/libvorbis |
---|
| 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 = x86_64-unknown-linux-gnu |
---|
| 34 | host_triplet = x86_64-unknown-linux-gnu |
---|
| 35 | target_triplet = x86_64-unknown-linux-gnu |
---|
| 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)/acinclude.m4 \ |
---|
| 43 | $(top_srcdir)/configure.in |
---|
| 44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 45 | $(ACLOCAL_M4) |
---|
| 46 | mkinstalldirs = $(install_sh) -d |
---|
| 47 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 48 | CONFIG_CLEAN_FILES = |
---|
| 49 | PROGRAMS = $(noinst_PROGRAMS) |
---|
| 50 | am_chaining_example_OBJECTS = chaining_example.$(OBJEXT) |
---|
| 51 | chaining_example_OBJECTS = $(am_chaining_example_OBJECTS) |
---|
| 52 | chaining_example_DEPENDENCIES = ../lib/libvorbisfile.la \ |
---|
| 53 | ../lib/libvorbis.la |
---|
| 54 | am_decoder_example_OBJECTS = decoder_example.$(OBJEXT) |
---|
| 55 | decoder_example_OBJECTS = $(am_decoder_example_OBJECTS) |
---|
| 56 | decoder_example_LDADD = $(LDADD) |
---|
| 57 | decoder_example_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 58 | am_encoder_example_OBJECTS = encoder_example.$(OBJEXT) |
---|
| 59 | encoder_example_OBJECTS = $(am_encoder_example_OBJECTS) |
---|
| 60 | encoder_example_DEPENDENCIES = ../lib/libvorbisenc.la \ |
---|
| 61 | ../lib/libvorbis.la |
---|
| 62 | am_seeking_example_OBJECTS = seeking_example.$(OBJEXT) |
---|
| 63 | seeking_example_OBJECTS = $(am_seeking_example_OBJECTS) |
---|
| 64 | seeking_example_DEPENDENCIES = ../lib/libvorbisfile.la \ |
---|
| 65 | ../lib/libvorbis.la |
---|
| 66 | am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT) |
---|
| 67 | vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS) |
---|
| 68 | vorbisfile_example_DEPENDENCIES = ../lib/libvorbisfile.la \ |
---|
| 69 | ../lib/libvorbis.la |
---|
| 70 | DEFAULT_INCLUDES = -I. -I$(top_builddir) |
---|
| 71 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 72 | am__depfiles_maybe = depfiles |
---|
| 73 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
| 74 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 75 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 76 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 77 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 78 | CCLD = $(CC) |
---|
| 79 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 80 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
---|
| 81 | $(LDFLAGS) -o $@ |
---|
| 82 | SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ |
---|
| 83 | $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ |
---|
| 84 | $(vorbisfile_example_SOURCES) |
---|
| 85 | DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \ |
---|
| 86 | $(encoder_example_SOURCES) $(seeking_example_SOURCES) \ |
---|
| 87 | $(vorbisfile_example_SOURCES) |
---|
| 88 | ETAGS = etags |
---|
| 89 | CTAGS = ctags |
---|
| 90 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 91 | ACLOCAL = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run aclocal-1.10 |
---|
| 92 | ALLOCA = |
---|
| 93 | AMTAR = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run tar |
---|
| 94 | AR = ar |
---|
| 95 | AUTOCONF = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoconf |
---|
| 96 | AUTOHEADER = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoheader |
---|
| 97 | AUTOMAKE = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run automake-1.10 |
---|
| 98 | AWK = mawk |
---|
| 99 | CC = gcc |
---|
| 100 | CCDEPMODE = depmode=gcc3 |
---|
| 101 | CFLAGS = -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H |
---|
| 102 | CPP = gcc -E |
---|
| 103 | CPPFLAGS = |
---|
| 104 | CXX = g++ |
---|
| 105 | CXXCPP = g++ -E |
---|
| 106 | CXXDEPMODE = depmode=gcc3 |
---|
| 107 | CXXFLAGS = -g -O2 |
---|
| 108 | CYGPATH_W = echo |
---|
| 109 | DEBUG = -g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char |
---|
| 110 | DEFS = -DHAVE_CONFIG_H |
---|
| 111 | DEPDIR = .deps |
---|
| 112 | ECHO = echo |
---|
| 113 | ECHO_C = |
---|
| 114 | ECHO_N = -n |
---|
| 115 | ECHO_T = |
---|
| 116 | EGREP = /bin/grep -E |
---|
| 117 | EXEEXT = |
---|
| 118 | F77 = |
---|
| 119 | FFLAGS = |
---|
| 120 | GREP = /bin/grep |
---|
| 121 | HAVE_PKG_CONFIG = yes |
---|
| 122 | INSTALL = /usr/bin/install -c |
---|
| 123 | INSTALL_DATA = ${INSTALL} -m 644 |
---|
| 124 | INSTALL_PROGRAM = ${INSTALL} |
---|
| 125 | INSTALL_SCRIPT = ${INSTALL} |
---|
| 126 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
---|
| 127 | LDFLAGS = |
---|
| 128 | LIBOBJS = |
---|
| 129 | LIBS = |
---|
| 130 | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
---|
| 131 | LN_S = ln -s |
---|
| 132 | LTLIBOBJS = |
---|
| 133 | MAINT = |
---|
| 134 | MAKEINFO = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run makeinfo |
---|
| 135 | MKDIR_P = /bin/mkdir -p |
---|
| 136 | OBJEXT = o |
---|
| 137 | OGG_CFLAGS = |
---|
| 138 | OGG_LIBS = -logg |
---|
| 139 | PACKAGE = libvorbis |
---|
| 140 | PACKAGE_BUGREPORT = |
---|
| 141 | PACKAGE_NAME = |
---|
| 142 | PACKAGE_STRING = |
---|
| 143 | PACKAGE_TARNAME = |
---|
| 144 | PACKAGE_VERSION = |
---|
| 145 | PATH_SEPARATOR = : |
---|
| 146 | PDFXMLTEX = |
---|
| 147 | PKG_CONFIG = /usr/bin/pkg-config |
---|
| 148 | PROFILE = -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char |
---|
| 149 | RANLIB = ranlib |
---|
| 150 | SET_MAKE = |
---|
| 151 | SHELL = /bin/bash |
---|
| 152 | STRIP = strip |
---|
| 153 | VERSION = 1.2.0 |
---|
| 154 | VE_LIB_AGE = 0 |
---|
| 155 | VE_LIB_CURRENT = 2 |
---|
| 156 | VE_LIB_REVISION = 3 |
---|
| 157 | VF_LIB_AGE = 2 |
---|
| 158 | VF_LIB_CURRENT = 5 |
---|
| 159 | VF_LIB_REVISION = 0 |
---|
| 160 | VORBIS_LIBS = -lm |
---|
| 161 | V_LIB_AGE = 4 |
---|
| 162 | V_LIB_CURRENT = 4 |
---|
| 163 | V_LIB_REVISION = 0 |
---|
| 164 | XSLTPROC = |
---|
| 165 | abs_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0/examples |
---|
| 166 | abs_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0/examples |
---|
| 167 | abs_top_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0 |
---|
| 168 | abs_top_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0 |
---|
| 169 | ac_ct_CC = gcc |
---|
| 170 | ac_ct_CXX = g++ |
---|
| 171 | ac_ct_F77 = |
---|
| 172 | am__include = include |
---|
| 173 | am__leading_dot = . |
---|
| 174 | am__quote = |
---|
| 175 | am__tar = ${AMTAR} chof - "$$tardir" |
---|
| 176 | am__untar = ${AMTAR} xf - |
---|
| 177 | bindir = ${exec_prefix}/bin |
---|
| 178 | build = x86_64-unknown-linux-gnu |
---|
| 179 | build_alias = |
---|
| 180 | build_cpu = x86_64 |
---|
| 181 | build_os = linux-gnu |
---|
| 182 | build_vendor = unknown |
---|
| 183 | builddir = . |
---|
| 184 | datadir = ${datarootdir} |
---|
| 185 | datarootdir = ${prefix}/share |
---|
| 186 | docdir = ${datarootdir}/doc/${PACKAGE} |
---|
| 187 | dvidir = ${docdir} |
---|
| 188 | exec_prefix = ${prefix} |
---|
| 189 | host = x86_64-unknown-linux-gnu |
---|
| 190 | host_alias = |
---|
| 191 | host_cpu = x86_64 |
---|
| 192 | host_os = linux-gnu |
---|
| 193 | host_vendor = unknown |
---|
| 194 | htmldir = ${docdir} |
---|
| 195 | includedir = ${prefix}/include |
---|
| 196 | infodir = ${datarootdir}/info |
---|
| 197 | install_sh = $(SHELL) /home/giles/projects/ghostscript/libvorbis-1.2.0/install-sh |
---|
| 198 | libdir = ${exec_prefix}/lib |
---|
| 199 | libexecdir = ${exec_prefix}/libexec |
---|
| 200 | localedir = ${datarootdir}/locale |
---|
| 201 | localstatedir = ${prefix}/var |
---|
| 202 | mandir = ${datarootdir}/man |
---|
| 203 | mkdir_p = /bin/mkdir -p |
---|
| 204 | oldincludedir = /usr/include |
---|
| 205 | pdfdir = ${docdir} |
---|
| 206 | prefix = /usr/local |
---|
| 207 | program_transform_name = s,x,x, |
---|
| 208 | psdir = ${docdir} |
---|
| 209 | pthread_lib = -lpthread |
---|
| 210 | sbindir = ${exec_prefix}/sbin |
---|
| 211 | sharedstatedir = ${prefix}/com |
---|
| 212 | srcdir = . |
---|
| 213 | sysconfdir = ${prefix}/etc |
---|
| 214 | target = x86_64-unknown-linux-gnu |
---|
| 215 | target_alias = |
---|
| 216 | target_cpu = x86_64 |
---|
| 217 | target_os = linux-gnu |
---|
| 218 | target_vendor = unknown |
---|
| 219 | top_builddir = .. |
---|
| 220 | top_srcdir = .. |
---|
| 221 | AUTOMAKE_OPTIONS = foreign |
---|
| 222 | INCLUDES = -I$(top_srcdir)/include |
---|
| 223 | |
---|
| 224 | # uncomment to build static executables from the example code |
---|
| 225 | #LDFLAGS = -all-static |
---|
| 226 | LDADD = ../lib/libvorbis.la |
---|
| 227 | decoder_example_SOURCES = decoder_example.c |
---|
| 228 | encoder_example_SOURCES = encoder_example.c |
---|
| 229 | encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la |
---|
| 230 | chaining_example_SOURCES = chaining_example.c |
---|
| 231 | chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la |
---|
| 232 | vorbisfile_example_SOURCES = vorbisfile_example.c |
---|
| 233 | vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la |
---|
| 234 | seeking_example_SOURCES = seeking_example.c |
---|
| 235 | seeking_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la |
---|
| 236 | all: 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 |
---|
| 253 | Makefile: $(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 | |
---|
| 270 | clean-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 |
---|
| 276 | chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) |
---|
| 277 | @rm -f chaining_example$(EXEEXT) |
---|
| 278 | $(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS) |
---|
| 279 | decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) |
---|
| 280 | @rm -f decoder_example$(EXEEXT) |
---|
| 281 | $(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS) |
---|
| 282 | encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) |
---|
| 283 | @rm -f encoder_example$(EXEEXT) |
---|
| 284 | $(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS) |
---|
| 285 | seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) |
---|
| 286 | @rm -f seeking_example$(EXEEXT) |
---|
| 287 | $(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS) |
---|
| 288 | vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) |
---|
| 289 | @rm -f vorbisfile_example$(EXEEXT) |
---|
| 290 | $(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS) |
---|
| 291 | |
---|
| 292 | mostlyclean-compile: |
---|
| 293 | -rm -f *.$(OBJEXT) |
---|
| 294 | |
---|
| 295 | distclean-compile: |
---|
| 296 | -rm -f *.tab.c |
---|
| 297 | |
---|
| 298 | include ./$(DEPDIR)/chaining_example.Po |
---|
| 299 | include ./$(DEPDIR)/decoder_example.Po |
---|
| 300 | include ./$(DEPDIR)/encoder_example.Po |
---|
| 301 | include ./$(DEPDIR)/seeking_example.Po |
---|
| 302 | include ./$(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 | |
---|
| 325 | mostlyclean-libtool: |
---|
| 326 | -rm -f *.lo |
---|
| 327 | |
---|
| 328 | clean-libtool: |
---|
| 329 | -rm -rf .libs _libs |
---|
| 330 | |
---|
| 331 | ID: $(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 |
---|
| 339 | tags: TAGS |
---|
| 340 | |
---|
| 341 | TAGS: $(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 |
---|
| 356 | ctags: CTAGS |
---|
| 357 | CTAGS: $(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 | |
---|
| 371 | GTAGS: |
---|
| 372 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 373 | && cd $(top_srcdir) \ |
---|
| 374 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 375 | |
---|
| 376 | distclean-tags: |
---|
| 377 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 378 | |
---|
| 379 | distdir: $(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 |
---|
| 405 | check-am: all-am |
---|
| 406 | check: check-am |
---|
| 407 | all-am: Makefile $(PROGRAMS) |
---|
| 408 | installdirs: |
---|
| 409 | install: install-am |
---|
| 410 | install-exec: install-exec-am |
---|
| 411 | install-data: install-data-am |
---|
| 412 | uninstall: uninstall-am |
---|
| 413 | |
---|
| 414 | install-am: all-am |
---|
| 415 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 416 | |
---|
| 417 | installcheck: installcheck-am |
---|
| 418 | install-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 |
---|
| 423 | mostlyclean-generic: |
---|
| 424 | |
---|
| 425 | clean-generic: |
---|
| 426 | |
---|
| 427 | distclean-generic: |
---|
| 428 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 429 | |
---|
| 430 | maintainer-clean-generic: |
---|
| 431 | @echo "This command is intended for maintainers to use" |
---|
| 432 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 433 | clean: clean-am |
---|
| 434 | |
---|
| 435 | clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ |
---|
| 436 | mostlyclean-am |
---|
| 437 | |
---|
| 438 | distclean: distclean-am |
---|
| 439 | -rm -rf ./$(DEPDIR) |
---|
| 440 | -rm -f Makefile |
---|
| 441 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 442 | distclean-tags |
---|
| 443 | |
---|
| 444 | dvi: dvi-am |
---|
| 445 | |
---|
| 446 | dvi-am: |
---|
| 447 | |
---|
| 448 | html: html-am |
---|
| 449 | |
---|
| 450 | info: info-am |
---|
| 451 | |
---|
| 452 | info-am: |
---|
| 453 | |
---|
| 454 | install-data-am: |
---|
| 455 | |
---|
| 456 | install-dvi: install-dvi-am |
---|
| 457 | |
---|
| 458 | install-exec-am: |
---|
| 459 | |
---|
| 460 | install-html: install-html-am |
---|
| 461 | |
---|
| 462 | install-info: install-info-am |
---|
| 463 | |
---|
| 464 | install-man: |
---|
| 465 | |
---|
| 466 | install-pdf: install-pdf-am |
---|
| 467 | |
---|
| 468 | install-ps: install-ps-am |
---|
| 469 | |
---|
| 470 | installcheck-am: |
---|
| 471 | |
---|
| 472 | maintainer-clean: maintainer-clean-am |
---|
| 473 | -rm -rf ./$(DEPDIR) |
---|
| 474 | -rm -f Makefile |
---|
| 475 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 476 | |
---|
| 477 | mostlyclean: mostlyclean-am |
---|
| 478 | |
---|
| 479 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
| 480 | mostlyclean-libtool |
---|
| 481 | |
---|
| 482 | pdf: pdf-am |
---|
| 483 | |
---|
| 484 | pdf-am: |
---|
| 485 | |
---|
| 486 | ps: ps-am |
---|
| 487 | |
---|
| 488 | ps-am: |
---|
| 489 | |
---|
| 490 | uninstall-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 | |
---|
| 508 | debug: |
---|
| 509 | $(MAKE) all CFLAGS="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" |
---|
| 510 | |
---|
| 511 | profile: |
---|
| 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: |
---|