[16] | 1 | # Makefile.in generated by automake 1.10 from Makefile.am. |
---|
| 2 | # vq/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 | pkgdatadir = $(datadir)/libvorbis |
---|
| 18 | pkglibdir = $(libdir)/libvorbis |
---|
| 19 | pkgincludedir = $(includedir)/libvorbis |
---|
| 20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 21 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 22 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 23 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 24 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 25 | transform = $(program_transform_name) |
---|
| 26 | NORMAL_INSTALL = : |
---|
| 27 | PRE_INSTALL = : |
---|
| 28 | POST_INSTALL = : |
---|
| 29 | NORMAL_UNINSTALL = : |
---|
| 30 | PRE_UNINSTALL = : |
---|
| 31 | POST_UNINSTALL = : |
---|
| 32 | build_triplet = x86_64-unknown-linux-gnu |
---|
| 33 | host_triplet = x86_64-unknown-linux-gnu |
---|
| 34 | target_triplet = x86_64-unknown-linux-gnu |
---|
| 35 | EXTRA_PROGRAMS = latticebuild$(EXEEXT) latticepare$(EXEEXT) \ |
---|
| 36 | latticehint$(EXEEXT) latticetune$(EXEEXT) huffbuild$(EXEEXT) \ |
---|
| 37 | distribution$(EXEEXT) |
---|
| 38 | subdir = vq |
---|
| 39 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
---|
| 40 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 41 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
| 42 | $(top_srcdir)/configure.in |
---|
| 43 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 44 | $(ACLOCAL_M4) |
---|
| 45 | mkinstalldirs = $(install_sh) -d |
---|
| 46 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 47 | CONFIG_CLEAN_FILES = |
---|
| 48 | am_distribution_OBJECTS = distribution.$(OBJEXT) bookutil.$(OBJEXT) |
---|
| 49 | distribution_OBJECTS = $(am_distribution_OBJECTS) |
---|
| 50 | distribution_LDADD = $(LDADD) |
---|
| 51 | distribution_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 52 | am_huffbuild_OBJECTS = huffbuild.$(OBJEXT) vqgen.$(OBJEXT) \ |
---|
| 53 | bookutil.$(OBJEXT) |
---|
| 54 | huffbuild_OBJECTS = $(am_huffbuild_OBJECTS) |
---|
| 55 | huffbuild_LDADD = $(LDADD) |
---|
| 56 | huffbuild_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 57 | am_latticebuild_OBJECTS = latticebuild.$(OBJEXT) vqgen.$(OBJEXT) \ |
---|
| 58 | bookutil.$(OBJEXT) |
---|
| 59 | latticebuild_OBJECTS = $(am_latticebuild_OBJECTS) |
---|
| 60 | latticebuild_LDADD = $(LDADD) |
---|
| 61 | latticebuild_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 62 | am_latticehint_OBJECTS = latticehint.$(OBJEXT) bookutil.$(OBJEXT) |
---|
| 63 | latticehint_OBJECTS = $(am_latticehint_OBJECTS) |
---|
| 64 | latticehint_LDADD = $(LDADD) |
---|
| 65 | latticehint_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 66 | am_latticepare_OBJECTS = latticepare.$(OBJEXT) vqgen.$(OBJEXT) \ |
---|
| 67 | bookutil.$(OBJEXT) vqsplit.$(OBJEXT) |
---|
| 68 | latticepare_OBJECTS = $(am_latticepare_OBJECTS) |
---|
| 69 | latticepare_LDADD = $(LDADD) |
---|
| 70 | latticepare_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 71 | am_latticetune_OBJECTS = latticetune.$(OBJEXT) vqgen.$(OBJEXT) \ |
---|
| 72 | bookutil.$(OBJEXT) |
---|
| 73 | latticetune_OBJECTS = $(am_latticetune_OBJECTS) |
---|
| 74 | latticetune_LDADD = $(LDADD) |
---|
| 75 | latticetune_DEPENDENCIES = ../lib/libvorbis.la |
---|
| 76 | DEFAULT_INCLUDES = -I. -I$(top_builddir) |
---|
| 77 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 78 | am__depfiles_maybe = depfiles |
---|
| 79 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
| 80 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 81 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 82 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 83 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 84 | CCLD = $(CC) |
---|
| 85 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
---|
| 86 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ |
---|
| 87 | $(LDFLAGS) -o $@ |
---|
| 88 | SOURCES = $(distribution_SOURCES) $(huffbuild_SOURCES) \ |
---|
| 89 | $(latticebuild_SOURCES) $(latticehint_SOURCES) \ |
---|
| 90 | $(latticepare_SOURCES) $(latticetune_SOURCES) |
---|
| 91 | DIST_SOURCES = $(distribution_SOURCES) $(huffbuild_SOURCES) \ |
---|
| 92 | $(latticebuild_SOURCES) $(latticehint_SOURCES) \ |
---|
| 93 | $(latticepare_SOURCES) $(latticetune_SOURCES) |
---|
| 94 | ETAGS = etags |
---|
| 95 | CTAGS = ctags |
---|
| 96 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 97 | ACLOCAL = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run aclocal-1.10 |
---|
| 98 | ALLOCA = |
---|
| 99 | AMTAR = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run tar |
---|
| 100 | AR = ar |
---|
| 101 | AUTOCONF = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoconf |
---|
| 102 | AUTOHEADER = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run autoheader |
---|
| 103 | AUTOMAKE = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run automake-1.10 |
---|
| 104 | AWK = mawk |
---|
| 105 | CC = gcc |
---|
| 106 | CCDEPMODE = depmode=gcc3 |
---|
| 107 | CFLAGS = -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H |
---|
| 108 | CPP = gcc -E |
---|
| 109 | CPPFLAGS = |
---|
| 110 | CXX = g++ |
---|
| 111 | CXXCPP = g++ -E |
---|
| 112 | CXXDEPMODE = depmode=gcc3 |
---|
| 113 | CXXFLAGS = -g -O2 |
---|
| 114 | CYGPATH_W = echo |
---|
| 115 | DEBUG = -g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char |
---|
| 116 | DEFS = -DHAVE_CONFIG_H |
---|
| 117 | DEPDIR = .deps |
---|
| 118 | ECHO = echo |
---|
| 119 | ECHO_C = |
---|
| 120 | ECHO_N = -n |
---|
| 121 | ECHO_T = |
---|
| 122 | EGREP = /bin/grep -E |
---|
| 123 | EXEEXT = |
---|
| 124 | F77 = |
---|
| 125 | FFLAGS = |
---|
| 126 | GREP = /bin/grep |
---|
| 127 | HAVE_PKG_CONFIG = yes |
---|
| 128 | INSTALL = /usr/bin/install -c |
---|
| 129 | INSTALL_DATA = ${INSTALL} -m 644 |
---|
| 130 | INSTALL_PROGRAM = ${INSTALL} |
---|
| 131 | INSTALL_SCRIPT = ${INSTALL} |
---|
| 132 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
---|
| 133 | LDFLAGS = |
---|
| 134 | LIBOBJS = |
---|
| 135 | LIBS = |
---|
| 136 | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
---|
| 137 | LN_S = ln -s |
---|
| 138 | LTLIBOBJS = |
---|
| 139 | MAINT = |
---|
| 140 | MAKEINFO = ${SHELL} /home/giles/projects/ghostscript/libvorbis-1.2.0/missing --run makeinfo |
---|
| 141 | MKDIR_P = /bin/mkdir -p |
---|
| 142 | OBJEXT = o |
---|
| 143 | OGG_CFLAGS = |
---|
| 144 | OGG_LIBS = -logg |
---|
| 145 | PACKAGE = libvorbis |
---|
| 146 | PACKAGE_BUGREPORT = |
---|
| 147 | PACKAGE_NAME = |
---|
| 148 | PACKAGE_STRING = |
---|
| 149 | PACKAGE_TARNAME = |
---|
| 150 | PACKAGE_VERSION = |
---|
| 151 | PATH_SEPARATOR = : |
---|
| 152 | PDFXMLTEX = |
---|
| 153 | PKG_CONFIG = /usr/bin/pkg-config |
---|
| 154 | PROFILE = -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char |
---|
| 155 | RANLIB = ranlib |
---|
| 156 | SET_MAKE = |
---|
| 157 | SHELL = /bin/bash |
---|
| 158 | STRIP = strip |
---|
| 159 | VERSION = 1.2.0 |
---|
| 160 | VE_LIB_AGE = 0 |
---|
| 161 | VE_LIB_CURRENT = 2 |
---|
| 162 | VE_LIB_REVISION = 3 |
---|
| 163 | VF_LIB_AGE = 2 |
---|
| 164 | VF_LIB_CURRENT = 5 |
---|
| 165 | VF_LIB_REVISION = 0 |
---|
| 166 | VORBIS_LIBS = -lm |
---|
| 167 | V_LIB_AGE = 4 |
---|
| 168 | V_LIB_CURRENT = 4 |
---|
| 169 | V_LIB_REVISION = 0 |
---|
| 170 | XSLTPROC = |
---|
| 171 | abs_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0/vq |
---|
| 172 | abs_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0/vq |
---|
| 173 | abs_top_builddir = /home/giles/projects/ghostscript/libvorbis-1.2.0 |
---|
| 174 | abs_top_srcdir = /home/giles/projects/ghostscript/libvorbis-1.2.0 |
---|
| 175 | ac_ct_CC = gcc |
---|
| 176 | ac_ct_CXX = g++ |
---|
| 177 | ac_ct_F77 = |
---|
| 178 | am__include = include |
---|
| 179 | am__leading_dot = . |
---|
| 180 | am__quote = |
---|
| 181 | am__tar = ${AMTAR} chof - "$$tardir" |
---|
| 182 | am__untar = ${AMTAR} xf - |
---|
| 183 | bindir = ${exec_prefix}/bin |
---|
| 184 | build = x86_64-unknown-linux-gnu |
---|
| 185 | build_alias = |
---|
| 186 | build_cpu = x86_64 |
---|
| 187 | build_os = linux-gnu |
---|
| 188 | build_vendor = unknown |
---|
| 189 | builddir = . |
---|
| 190 | datadir = ${datarootdir} |
---|
| 191 | datarootdir = ${prefix}/share |
---|
| 192 | docdir = ${datarootdir}/doc/${PACKAGE} |
---|
| 193 | dvidir = ${docdir} |
---|
| 194 | exec_prefix = ${prefix} |
---|
| 195 | host = x86_64-unknown-linux-gnu |
---|
| 196 | host_alias = |
---|
| 197 | host_cpu = x86_64 |
---|
| 198 | host_os = linux-gnu |
---|
| 199 | host_vendor = unknown |
---|
| 200 | htmldir = ${docdir} |
---|
| 201 | includedir = ${prefix}/include |
---|
| 202 | infodir = ${datarootdir}/info |
---|
| 203 | install_sh = $(SHELL) /home/giles/projects/ghostscript/libvorbis-1.2.0/install-sh |
---|
| 204 | libdir = ${exec_prefix}/lib |
---|
| 205 | libexecdir = ${exec_prefix}/libexec |
---|
| 206 | localedir = ${datarootdir}/locale |
---|
| 207 | localstatedir = ${prefix}/var |
---|
| 208 | mandir = ${datarootdir}/man |
---|
| 209 | mkdir_p = /bin/mkdir -p |
---|
| 210 | oldincludedir = /usr/include |
---|
| 211 | pdfdir = ${docdir} |
---|
| 212 | prefix = /usr/local |
---|
| 213 | program_transform_name = s,x,x, |
---|
| 214 | psdir = ${docdir} |
---|
| 215 | pthread_lib = -lpthread |
---|
| 216 | sbindir = ${exec_prefix}/sbin |
---|
| 217 | sharedstatedir = ${prefix}/com |
---|
| 218 | srcdir = . |
---|
| 219 | sysconfdir = ${prefix}/etc |
---|
| 220 | target = x86_64-unknown-linux-gnu |
---|
| 221 | target_alias = |
---|
| 222 | target_cpu = x86_64 |
---|
| 223 | target_os = linux-gnu |
---|
| 224 | target_vendor = unknown |
---|
| 225 | top_builddir = .. |
---|
| 226 | top_srcdir = .. |
---|
| 227 | INCLUDES = -I../lib -I$(top_srcdir)/include |
---|
| 228 | CLEANFILES = $(EXTRA_PROGRAMS) |
---|
| 229 | AM_LDFLAGS = -static |
---|
| 230 | LDADD = ../lib/libvorbis.la |
---|
| 231 | latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\ |
---|
| 232 | vqgen.h bookutil.h localcodebook.h |
---|
| 233 | |
---|
| 234 | latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\ |
---|
| 235 | vqgen.h vqsplit.h bookutil.h localcodebook.h |
---|
| 236 | |
---|
| 237 | latticehint_SOURCES = latticehint.c bookutil.c\ |
---|
| 238 | vqsplit.h bookutil.h localcodebook.h |
---|
| 239 | |
---|
| 240 | latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\ |
---|
| 241 | vqgen.h bookutil.h localcodebook.h |
---|
| 242 | |
---|
| 243 | huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\ |
---|
| 244 | vqgen.h bookutil.h localcodebook.h |
---|
| 245 | |
---|
| 246 | distribution_SOURCES = distribution.c bookutil.c\ |
---|
| 247 | bookutil.h localcodebook.h |
---|
| 248 | |
---|
| 249 | EXTRA_DIST = residue_entropy auxpartition.pl |
---|
| 250 | all: all-am |
---|
| 251 | |
---|
| 252 | .SUFFIXES: |
---|
| 253 | .SUFFIXES: .c .lo .o .obj |
---|
| 254 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 255 | @for dep in $?; do \ |
---|
| 256 | case '$(am__configure_deps)' in \ |
---|
| 257 | *$$dep*) \ |
---|
| 258 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 259 | && exit 0; \ |
---|
| 260 | exit 1;; \ |
---|
| 261 | esac; \ |
---|
| 262 | done; \ |
---|
| 263 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu vq/Makefile'; \ |
---|
| 264 | cd $(top_srcdir) && \ |
---|
| 265 | $(AUTOMAKE) --gnu vq/Makefile |
---|
| 266 | .PRECIOUS: Makefile |
---|
| 267 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 268 | @case '$?' in \ |
---|
| 269 | *config.status*) \ |
---|
| 270 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 271 | *) \ |
---|
| 272 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 273 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 274 | esac; |
---|
| 275 | |
---|
| 276 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 277 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 278 | |
---|
| 279 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 280 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 281 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 282 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 283 | distribution$(EXEEXT): $(distribution_OBJECTS) $(distribution_DEPENDENCIES) |
---|
| 284 | @rm -f distribution$(EXEEXT) |
---|
| 285 | $(LINK) $(distribution_OBJECTS) $(distribution_LDADD) $(LIBS) |
---|
| 286 | huffbuild$(EXEEXT): $(huffbuild_OBJECTS) $(huffbuild_DEPENDENCIES) |
---|
| 287 | @rm -f huffbuild$(EXEEXT) |
---|
| 288 | $(LINK) $(huffbuild_OBJECTS) $(huffbuild_LDADD) $(LIBS) |
---|
| 289 | latticebuild$(EXEEXT): $(latticebuild_OBJECTS) $(latticebuild_DEPENDENCIES) |
---|
| 290 | @rm -f latticebuild$(EXEEXT) |
---|
| 291 | $(LINK) $(latticebuild_OBJECTS) $(latticebuild_LDADD) $(LIBS) |
---|
| 292 | latticehint$(EXEEXT): $(latticehint_OBJECTS) $(latticehint_DEPENDENCIES) |
---|
| 293 | @rm -f latticehint$(EXEEXT) |
---|
| 294 | $(LINK) $(latticehint_OBJECTS) $(latticehint_LDADD) $(LIBS) |
---|
| 295 | latticepare$(EXEEXT): $(latticepare_OBJECTS) $(latticepare_DEPENDENCIES) |
---|
| 296 | @rm -f latticepare$(EXEEXT) |
---|
| 297 | $(LINK) $(latticepare_OBJECTS) $(latticepare_LDADD) $(LIBS) |
---|
| 298 | latticetune$(EXEEXT): $(latticetune_OBJECTS) $(latticetune_DEPENDENCIES) |
---|
| 299 | @rm -f latticetune$(EXEEXT) |
---|
| 300 | $(LINK) $(latticetune_OBJECTS) $(latticetune_LDADD) $(LIBS) |
---|
| 301 | |
---|
| 302 | mostlyclean-compile: |
---|
| 303 | -rm -f *.$(OBJEXT) |
---|
| 304 | |
---|
| 305 | distclean-compile: |
---|
| 306 | -rm -f *.tab.c |
---|
| 307 | |
---|
| 308 | include ./$(DEPDIR)/bookutil.Po |
---|
| 309 | include ./$(DEPDIR)/distribution.Po |
---|
| 310 | include ./$(DEPDIR)/huffbuild.Po |
---|
| 311 | include ./$(DEPDIR)/latticebuild.Po |
---|
| 312 | include ./$(DEPDIR)/latticehint.Po |
---|
| 313 | include ./$(DEPDIR)/latticepare.Po |
---|
| 314 | include ./$(DEPDIR)/latticetune.Po |
---|
| 315 | include ./$(DEPDIR)/vqgen.Po |
---|
| 316 | include ./$(DEPDIR)/vqsplit.Po |
---|
| 317 | |
---|
| 318 | .c.o: |
---|
| 319 | $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 320 | mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 321 | # source='$<' object='$@' libtool=no \ |
---|
| 322 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
---|
| 323 | # $(COMPILE) -c $< |
---|
| 324 | |
---|
| 325 | .c.obj: |
---|
| 326 | $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 327 | mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
| 328 | # source='$<' object='$@' libtool=no \ |
---|
| 329 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
---|
| 330 | # $(COMPILE) -c `$(CYGPATH_W) '$<'` |
---|
| 331 | |
---|
| 332 | .c.lo: |
---|
| 333 | $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
| 334 | mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
---|
| 335 | # source='$<' object='$@' libtool=yes \ |
---|
| 336 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
---|
| 337 | # $(LTCOMPILE) -c -o $@ $< |
---|
| 338 | |
---|
| 339 | mostlyclean-libtool: |
---|
| 340 | -rm -f *.lo |
---|
| 341 | |
---|
| 342 | clean-libtool: |
---|
| 343 | -rm -rf .libs _libs |
---|
| 344 | |
---|
| 345 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 346 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 347 | unique=`for i in $$list; do \ |
---|
| 348 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 349 | done | \ |
---|
| 350 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 351 | END { for (i in files) print i; }'`; \ |
---|
| 352 | mkid -fID $$unique |
---|
| 353 | tags: TAGS |
---|
| 354 | |
---|
| 355 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 356 | $(TAGS_FILES) $(LISP) |
---|
| 357 | tags=; \ |
---|
| 358 | here=`pwd`; \ |
---|
| 359 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 360 | unique=`for i in $$list; do \ |
---|
| 361 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 362 | done | \ |
---|
| 363 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 364 | END { for (i in files) print i; }'`; \ |
---|
| 365 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 366 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 367 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 368 | $$tags $$unique; \ |
---|
| 369 | fi |
---|
| 370 | ctags: CTAGS |
---|
| 371 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 372 | $(TAGS_FILES) $(LISP) |
---|
| 373 | tags=; \ |
---|
| 374 | here=`pwd`; \ |
---|
| 375 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 376 | unique=`for i in $$list; do \ |
---|
| 377 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 378 | done | \ |
---|
| 379 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 380 | END { for (i in files) print i; }'`; \ |
---|
| 381 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 382 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 383 | $$tags $$unique |
---|
| 384 | |
---|
| 385 | GTAGS: |
---|
| 386 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 387 | && cd $(top_srcdir) \ |
---|
| 388 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 389 | |
---|
| 390 | distclean-tags: |
---|
| 391 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 392 | |
---|
| 393 | distdir: $(DISTFILES) |
---|
| 394 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 395 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 396 | list='$(DISTFILES)'; \ |
---|
| 397 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 398 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 399 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 400 | case $$dist_files in \ |
---|
| 401 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 402 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 403 | sort -u` ;; \ |
---|
| 404 | esac; \ |
---|
| 405 | for file in $$dist_files; do \ |
---|
| 406 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 407 | if test -d $$d/$$file; then \ |
---|
| 408 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 409 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 410 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 411 | fi; \ |
---|
| 412 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 413 | else \ |
---|
| 414 | test -f $(distdir)/$$file \ |
---|
| 415 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 416 | || exit 1; \ |
---|
| 417 | fi; \ |
---|
| 418 | done |
---|
| 419 | check-am: all-am |
---|
| 420 | check: check-am |
---|
| 421 | all-am: Makefile |
---|
| 422 | installdirs: |
---|
| 423 | install: install-am |
---|
| 424 | install-exec: install-exec-am |
---|
| 425 | install-data: install-data-am |
---|
| 426 | uninstall: uninstall-am |
---|
| 427 | |
---|
| 428 | install-am: all-am |
---|
| 429 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 430 | |
---|
| 431 | installcheck: installcheck-am |
---|
| 432 | install-strip: |
---|
| 433 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 434 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 435 | `test -z '$(STRIP)' || \ |
---|
| 436 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 437 | mostlyclean-generic: |
---|
| 438 | |
---|
| 439 | clean-generic: |
---|
| 440 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
| 441 | |
---|
| 442 | distclean-generic: |
---|
| 443 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 444 | |
---|
| 445 | maintainer-clean-generic: |
---|
| 446 | @echo "This command is intended for maintainers to use" |
---|
| 447 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 448 | clean: clean-am |
---|
| 449 | |
---|
| 450 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 451 | |
---|
| 452 | distclean: distclean-am |
---|
| 453 | -rm -rf ./$(DEPDIR) |
---|
| 454 | -rm -f Makefile |
---|
| 455 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 456 | distclean-tags |
---|
| 457 | |
---|
| 458 | dvi: dvi-am |
---|
| 459 | |
---|
| 460 | dvi-am: |
---|
| 461 | |
---|
| 462 | html: html-am |
---|
| 463 | |
---|
| 464 | info: info-am |
---|
| 465 | |
---|
| 466 | info-am: |
---|
| 467 | |
---|
| 468 | install-data-am: |
---|
| 469 | |
---|
| 470 | install-dvi: install-dvi-am |
---|
| 471 | |
---|
| 472 | install-exec-am: |
---|
| 473 | |
---|
| 474 | install-html: install-html-am |
---|
| 475 | |
---|
| 476 | install-info: install-info-am |
---|
| 477 | |
---|
| 478 | install-man: |
---|
| 479 | |
---|
| 480 | install-pdf: install-pdf-am |
---|
| 481 | |
---|
| 482 | install-ps: install-ps-am |
---|
| 483 | |
---|
| 484 | installcheck-am: |
---|
| 485 | |
---|
| 486 | maintainer-clean: maintainer-clean-am |
---|
| 487 | -rm -rf ./$(DEPDIR) |
---|
| 488 | -rm -f Makefile |
---|
| 489 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 490 | |
---|
| 491 | mostlyclean: mostlyclean-am |
---|
| 492 | |
---|
| 493 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
| 494 | mostlyclean-libtool |
---|
| 495 | |
---|
| 496 | pdf: pdf-am |
---|
| 497 | |
---|
| 498 | pdf-am: |
---|
| 499 | |
---|
| 500 | ps: ps-am |
---|
| 501 | |
---|
| 502 | ps-am: |
---|
| 503 | |
---|
| 504 | uninstall-am: |
---|
| 505 | |
---|
| 506 | .MAKE: install-am install-strip |
---|
| 507 | |
---|
| 508 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
---|
| 509 | clean-libtool ctags distclean distclean-compile \ |
---|
| 510 | distclean-generic distclean-libtool distclean-tags distdir dvi \ |
---|
| 511 | dvi-am html html-am info info-am install install-am \ |
---|
| 512 | install-data install-data-am install-dvi install-dvi-am \ |
---|
| 513 | install-exec install-exec-am install-html install-html-am \ |
---|
| 514 | install-info install-info-am install-man install-pdf \ |
---|
| 515 | install-pdf-am install-ps install-ps-am install-strip \ |
---|
| 516 | installcheck installcheck-am installdirs maintainer-clean \ |
---|
| 517 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
---|
| 518 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
| 519 | tags uninstall uninstall-am |
---|
| 520 | |
---|
| 521 | |
---|
| 522 | debugvq: |
---|
| 523 | $(MAKE) vq CFLAGS="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" |
---|
| 524 | |
---|
| 525 | profilevq: |
---|
| 526 | $(MAKE) vq CFLAGS="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char" |
---|
| 527 | |
---|
| 528 | vq: |
---|
| 529 | $(MAKE) $(EXTRA_PROGRAMS) |
---|
| 530 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 531 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 532 | .NOEXPORT: |
---|