Elliott Hughes | af8bb90 | 2018-06-26 16:57:59 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 | |
| 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 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 19 | am__make_running_with_option = \ |
| 20 | case $${target_option-} in \ |
| 21 | ?) ;; \ |
| 22 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 23 | "target option '$${target_option-}' specified" >&2; \ |
| 24 | exit 1;; \ |
| 25 | esac; \ |
| 26 | has_opt=no; \ |
| 27 | sane_makeflags=$$MAKEFLAGS; \ |
| 28 | if $(am__is_gnu_make); then \ |
| 29 | sane_makeflags=$$MFLAGS; \ |
| 30 | else \ |
| 31 | case $$MAKEFLAGS in \ |
| 32 | *\\[\ \ ]*) \ |
| 33 | bs=\\; \ |
| 34 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 35 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 36 | esac; \ |
| 37 | fi; \ |
| 38 | skip_next=no; \ |
| 39 | strip_trailopt () \ |
| 40 | { \ |
| 41 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 42 | }; \ |
| 43 | for flg in $$sane_makeflags; do \ |
| 44 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 45 | case $$flg in \ |
| 46 | *=*|--*) continue;; \ |
| 47 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 48 | -*I?*) strip_trailopt 'I';; \ |
| 49 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 50 | -*O?*) strip_trailopt 'O';; \ |
| 51 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 52 | -*l?*) strip_trailopt 'l';; \ |
| 53 | -[dEDm]) skip_next=yes;; \ |
| 54 | -[JT]) skip_next=yes;; \ |
| 55 | esac; \ |
| 56 | case $$flg in \ |
| 57 | *$$target_option*) has_opt=yes; break;; \ |
| 58 | esac; \ |
| 59 | done; \ |
| 60 | test $$has_opt = yes |
| 61 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 62 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 63 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 64 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 65 | pkglibdir = $(libdir)/@PACKAGE@ |
| 66 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 67 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 68 | install_sh_DATA = $(install_sh) -c -m 644 |
| 69 | install_sh_PROGRAM = $(install_sh) -c |
| 70 | install_sh_SCRIPT = $(install_sh) -c |
| 71 | INSTALL_HEADER = $(INSTALL_DATA) |
| 72 | transform = $(program_transform_name) |
| 73 | NORMAL_INSTALL = : |
| 74 | PRE_INSTALL = : |
| 75 | POST_INSTALL = : |
| 76 | NORMAL_UNINSTALL = : |
| 77 | PRE_UNINSTALL = : |
| 78 | POST_UNINSTALL = : |
| 79 | build_triplet = @build@ |
| 80 | host_triplet = @host@ |
| 81 | subdir = . |
| 82 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 83 | $(top_srcdir)/configure $(am__configure_deps) \ |
| 84 | $(srcdir)/config.h.in $(srcdir)/SpeexDSP.spec.in \ |
| 85 | $(srcdir)/speexdsp.pc.in AUTHORS COPYING ChangeLog INSTALL \ |
| 86 | NEWS README TODO compile config.guess config.sub install-sh \ |
| 87 | missing ltmain.sh |
| 88 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 89 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
| 90 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 91 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 92 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
| 93 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 94 | $(ACLOCAL_M4) |
| 95 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 96 | configure.lineno config.status.lineno |
| 97 | mkinstalldirs = $(install_sh) -d |
| 98 | CONFIG_HEADER = config.h |
| 99 | CONFIG_CLEAN_FILES = SpeexDSP.spec speexdsp.pc |
| 100 | CONFIG_CLEAN_VPATH_FILES = |
| 101 | AM_V_P = $(am__v_P_@AM_V@) |
| 102 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 103 | am__v_P_0 = false |
| 104 | am__v_P_1 = : |
| 105 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 106 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 107 | am__v_GEN_0 = @echo " GEN " $@; |
| 108 | am__v_GEN_1 = |
| 109 | AM_V_at = $(am__v_at_@AM_V@) |
| 110 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 111 | am__v_at_0 = @ |
| 112 | am__v_at_1 = |
| 113 | SOURCES = |
| 114 | DIST_SOURCES = |
| 115 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 116 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 117 | install-data-recursive install-dvi-recursive \ |
| 118 | install-exec-recursive install-html-recursive \ |
| 119 | install-info-recursive install-pdf-recursive \ |
| 120 | install-ps-recursive install-recursive installcheck-recursive \ |
| 121 | installdirs-recursive pdf-recursive ps-recursive \ |
| 122 | tags-recursive uninstall-recursive |
| 123 | am__can_run_installinfo = \ |
| 124 | case $$AM_UPDATE_INFO_DIR in \ |
| 125 | n|no|NO) false;; \ |
| 126 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 127 | esac |
| 128 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 129 | am__vpath_adj = case $$p in \ |
| 130 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 131 | *) f=$$p;; \ |
| 132 | esac; |
| 133 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 134 | am__install_max = 40 |
| 135 | am__nobase_strip_setup = \ |
| 136 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 137 | am__nobase_strip = \ |
| 138 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 139 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 140 | for p in $$list; do echo "$$p $$p"; done | \ |
| 141 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 142 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 143 | if (++n[$$2] == $(am__install_max)) \ |
| 144 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 145 | END { for (dir in files) print dir, files[dir] }' |
| 146 | am__base_list = \ |
| 147 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 148 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 149 | am__uninstall_files_from_dir = { \ |
| 150 | test -z "$$files" \ |
| 151 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 152 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 153 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 154 | } |
| 155 | am__installdirs = "$(DESTDIR)$(pkgconfigdir)" |
| 156 | DATA = $(pkgconfig_DATA) |
| 157 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 158 | distclean-recursive maintainer-clean-recursive |
| 159 | am__recursive_targets = \ |
| 160 | $(RECURSIVE_TARGETS) \ |
| 161 | $(RECURSIVE_CLEAN_TARGETS) \ |
| 162 | $(am__extra_recursive_targets) |
| 163 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 164 | cscope distdir dist dist-all distcheck |
| 165 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| 166 | $(LISP)config.h.in |
| 167 | # Read a list of newline-separated strings from the standard input, |
| 168 | # and print each of them once, without duplicates. Input order is |
| 169 | # *not* preserved. |
| 170 | am__uniquify_input = $(AWK) '\ |
| 171 | BEGIN { nonempty = 0; } \ |
| 172 | { items[$$0] = 1; nonempty = 1; } \ |
| 173 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 174 | ' |
| 175 | # Make sure the list of sources is unique. This is necessary because, |
| 176 | # e.g., the same source file might be shared among _SOURCES variables |
| 177 | # for different programs/libraries. |
| 178 | am__define_uniq_tagged_files = \ |
| 179 | list='$(am__tagged_files)'; \ |
| 180 | unique=`for i in $$list; do \ |
| 181 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 182 | done | $(am__uniquify_input)` |
| 183 | ETAGS = etags |
| 184 | CTAGS = ctags |
| 185 | CSCOPE = cscope |
| 186 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 187 | distdir = $(PACKAGE)-$(VERSION) |
| 188 | top_distdir = $(distdir) |
| 189 | am__remove_distdir = \ |
| 190 | if test -d "$(distdir)"; then \ |
| 191 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 192 | && rm -rf "$(distdir)" \ |
| 193 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
| 194 | else :; fi |
| 195 | am__post_remove_distdir = $(am__remove_distdir) |
| 196 | am__relativize = \ |
| 197 | dir0=`pwd`; \ |
| 198 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 199 | sed_rest='s,^[^/]*/*,,'; \ |
| 200 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 201 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 202 | while test -n "$$dir1"; do \ |
| 203 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 204 | if test "$$first" != "."; then \ |
| 205 | if test "$$first" = ".."; then \ |
| 206 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 207 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 208 | else \ |
| 209 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 210 | if test "$$first2" = "$$first"; then \ |
| 211 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 212 | else \ |
| 213 | dir2="../$$dir2"; \ |
| 214 | fi; \ |
| 215 | dir0="$$dir0"/"$$first"; \ |
| 216 | fi; \ |
| 217 | fi; \ |
| 218 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 219 | done; \ |
| 220 | reldir="$$dir2" |
| 221 | DIST_ARCHIVES = $(distdir).tar.gz |
| 222 | GZIP_ENV = --best |
| 223 | DIST_TARGETS = dist-gzip |
| 224 | distuninstallcheck_listfiles = find . -type f -print |
| 225 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 226 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 227 | distcleancheck_listfiles = find . -type f -print |
| 228 | ACLOCAL = @ACLOCAL@ |
| 229 | AMTAR = @AMTAR@ |
| 230 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 231 | AR = @AR@ |
| 232 | AS = @AS@ |
| 233 | AUTOCONF = @AUTOCONF@ |
| 234 | AUTOHEADER = @AUTOHEADER@ |
| 235 | AUTOMAKE = @AUTOMAKE@ |
| 236 | AWK = @AWK@ |
| 237 | CC = @CC@ |
| 238 | CCDEPMODE = @CCDEPMODE@ |
| 239 | CFLAGS = @CFLAGS@ |
| 240 | CPP = @CPP@ |
| 241 | CPPFLAGS = @CPPFLAGS@ |
| 242 | CYGPATH_W = @CYGPATH_W@ |
| 243 | DEFS = @DEFS@ |
| 244 | DEPDIR = @DEPDIR@ |
| 245 | DLLTOOL = @DLLTOOL@ |
| 246 | DSYMUTIL = @DSYMUTIL@ |
| 247 | DUMPBIN = @DUMPBIN@ |
| 248 | ECHO_C = @ECHO_C@ |
| 249 | ECHO_N = @ECHO_N@ |
| 250 | ECHO_T = @ECHO_T@ |
| 251 | EGREP = @EGREP@ |
| 252 | EXEEXT = @EXEEXT@ |
| 253 | FFT_CFLAGS = @FFT_CFLAGS@ |
| 254 | FFT_LIBS = @FFT_LIBS@ |
| 255 | FFT_PKGCONFIG = @FFT_PKGCONFIG@ |
| 256 | FGREP = @FGREP@ |
| 257 | GREP = @GREP@ |
| 258 | INSTALL = @INSTALL@ |
| 259 | INSTALL_DATA = @INSTALL_DATA@ |
| 260 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 261 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 262 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 263 | LD = @LD@ |
| 264 | LDFLAGS = @LDFLAGS@ |
| 265 | LIBM = @LIBM@ |
| 266 | LIBOBJS = @LIBOBJS@ |
| 267 | LIBS = @LIBS@ |
| 268 | LIBTOOL = @LIBTOOL@ |
| 269 | LIPO = @LIPO@ |
| 270 | LN_S = @LN_S@ |
| 271 | LTLIBOBJS = @LTLIBOBJS@ |
| 272 | MAINT = @MAINT@ |
| 273 | MAKEINFO = @MAKEINFO@ |
| 274 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 275 | MKDIR_P = @MKDIR_P@ |
| 276 | NM = @NM@ |
| 277 | NMEDIT = @NMEDIT@ |
| 278 | OBJDUMP = @OBJDUMP@ |
| 279 | OBJEXT = @OBJEXT@ |
| 280 | OTOOL = @OTOOL@ |
| 281 | OTOOL64 = @OTOOL64@ |
| 282 | PACKAGE = @PACKAGE@ |
| 283 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 284 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 285 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 286 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 287 | PACKAGE_URL = @PACKAGE_URL@ |
| 288 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 289 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 290 | PKG_CONFIG = @PKG_CONFIG@ |
| 291 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
| 292 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
| 293 | RANLIB = @RANLIB@ |
| 294 | SED = @SED@ |
| 295 | SET_MAKE = @SET_MAKE@ |
| 296 | SHELL = @SHELL@ |
| 297 | SIZE16 = @SIZE16@ |
| 298 | SIZE32 = @SIZE32@ |
| 299 | SPEEXDSP_LT_AGE = @SPEEXDSP_LT_AGE@ |
| 300 | SPEEXDSP_LT_CURRENT = @SPEEXDSP_LT_CURRENT@ |
| 301 | SPEEXDSP_LT_REVISION = @SPEEXDSP_LT_REVISION@ |
| 302 | STRIP = @STRIP@ |
| 303 | USIZE16 = @USIZE16@ |
| 304 | USIZE32 = @USIZE32@ |
| 305 | VERSION = @VERSION@ |
| 306 | abs_builddir = @abs_builddir@ |
| 307 | abs_srcdir = @abs_srcdir@ |
| 308 | abs_top_builddir = @abs_top_builddir@ |
| 309 | abs_top_srcdir = @abs_top_srcdir@ |
| 310 | ac_ct_AR = @ac_ct_AR@ |
| 311 | ac_ct_CC = @ac_ct_CC@ |
| 312 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 313 | am__include = @am__include@ |
| 314 | am__leading_dot = @am__leading_dot@ |
| 315 | am__quote = @am__quote@ |
| 316 | am__tar = @am__tar@ |
| 317 | am__untar = @am__untar@ |
| 318 | bindir = @bindir@ |
| 319 | build = @build@ |
| 320 | build_alias = @build_alias@ |
| 321 | build_cpu = @build_cpu@ |
| 322 | build_os = @build_os@ |
| 323 | build_vendor = @build_vendor@ |
| 324 | builddir = @builddir@ |
| 325 | datadir = @datadir@ |
| 326 | datarootdir = @datarootdir@ |
| 327 | docdir = @docdir@ |
| 328 | dvidir = @dvidir@ |
| 329 | exec_prefix = @exec_prefix@ |
| 330 | host = @host@ |
| 331 | host_alias = @host_alias@ |
| 332 | host_cpu = @host_cpu@ |
| 333 | host_os = @host_os@ |
| 334 | host_vendor = @host_vendor@ |
| 335 | htmldir = @htmldir@ |
| 336 | includedir = @includedir@ |
| 337 | infodir = @infodir@ |
| 338 | install_sh = @install_sh@ |
| 339 | libdir = @libdir@ |
| 340 | libexecdir = @libexecdir@ |
| 341 | localedir = @localedir@ |
| 342 | localstatedir = @localstatedir@ |
| 343 | mandir = @mandir@ |
| 344 | mkdir_p = @mkdir_p@ |
| 345 | oldincludedir = @oldincludedir@ |
| 346 | pdfdir = @pdfdir@ |
| 347 | prefix = @prefix@ |
| 348 | program_transform_name = @program_transform_name@ |
| 349 | psdir = @psdir@ |
| 350 | sbindir = @sbindir@ |
| 351 | sharedstatedir = @sharedstatedir@ |
| 352 | src = @src@ |
| 353 | srcdir = @srcdir@ |
| 354 | sysconfdir = @sysconfdir@ |
| 355 | target_alias = @target_alias@ |
| 356 | top_build_prefix = @top_build_prefix@ |
| 357 | top_builddir = @top_builddir@ |
| 358 | top_srcdir = @top_srcdir@ |
| 359 | |
| 360 | # To disable automatic dependency tracking if using other tools than |
| 361 | # gcc and gmake, add the option 'no-dependencies' |
| 362 | AUTOMAKE_OPTIONS = 1.8 |
| 363 | ACLOCAL_AMFLAGS = -I m4 |
| 364 | pkgconfigdir = $(libdir)/pkgconfig |
| 365 | pkgconfig_DATA = speexdsp.pc |
| 366 | EXTRA_DIST = SpeexDSP.spec SpeexDSP.spec.in SpeexDSP.kdevelop speexdsp.pc.in README.blackfin |
| 367 | |
| 368 | #Fools KDevelop into including all files |
| 369 | SUBDIRS = libspeexdsp include doc win32 symbian ti |
| 370 | DIST_SUBDIRS = libspeexdsp include doc win32 symbian ti |
| 371 | all: config.h |
| 372 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| 373 | |
| 374 | .SUFFIXES: |
| 375 | am--refresh: Makefile |
| 376 | @: |
| 377 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 378 | @for dep in $?; do \ |
| 379 | case '$(am__configure_deps)' in \ |
| 380 | *$$dep*) \ |
| 381 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
| 382 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
| 383 | && exit 0; \ |
| 384 | exit 1;; \ |
| 385 | esac; \ |
| 386 | done; \ |
| 387 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| 388 | $(am__cd) $(top_srcdir) && \ |
| 389 | $(AUTOMAKE) --foreign Makefile |
| 390 | .PRECIOUS: Makefile |
| 391 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 392 | @case '$?' in \ |
| 393 | *config.status*) \ |
| 394 | echo ' $(SHELL) ./config.status'; \ |
| 395 | $(SHELL) ./config.status;; \ |
| 396 | *) \ |
| 397 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 398 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 399 | esac; |
| 400 | |
| 401 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 402 | $(SHELL) ./config.status --recheck |
| 403 | |
| 404 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 405 | $(am__cd) $(srcdir) && $(AUTOCONF) |
| 406 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 407 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 408 | $(am__aclocal_m4_deps): |
| 409 | |
| 410 | config.h: stamp-h1 |
| 411 | @test -f $@ || rm -f stamp-h1 |
| 412 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
| 413 | |
| 414 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 415 | @rm -f stamp-h1 |
| 416 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
| 417 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 418 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 419 | rm -f stamp-h1 |
| 420 | touch $@ |
| 421 | |
| 422 | distclean-hdr: |
| 423 | -rm -f config.h stamp-h1 |
| 424 | SpeexDSP.spec: $(top_builddir)/config.status $(srcdir)/SpeexDSP.spec.in |
| 425 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 426 | speexdsp.pc: $(top_builddir)/config.status $(srcdir)/speexdsp.pc.in |
| 427 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 428 | |
| 429 | mostlyclean-libtool: |
| 430 | -rm -f *.lo |
| 431 | |
| 432 | clean-libtool: |
| 433 | -rm -rf .libs _libs |
| 434 | |
| 435 | distclean-libtool: |
| 436 | -rm -f libtool config.lt |
| 437 | install-pkgconfigDATA: $(pkgconfig_DATA) |
| 438 | @$(NORMAL_INSTALL) |
| 439 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 440 | if test -n "$$list"; then \ |
| 441 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
| 442 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
| 443 | fi; \ |
| 444 | for p in $$list; do \ |
| 445 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 446 | echo "$$d$$p"; \ |
| 447 | done | $(am__base_list) | \ |
| 448 | while read files; do \ |
| 449 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
| 450 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
| 451 | done |
| 452 | |
| 453 | uninstall-pkgconfigDATA: |
| 454 | @$(NORMAL_UNINSTALL) |
| 455 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 456 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 457 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
| 458 | |
| 459 | # This directory's subdirectories are mostly independent; you can cd |
| 460 | # into them and run 'make' without going through this Makefile. |
| 461 | # To change the values of 'make' variables: instead of editing Makefiles, |
| 462 | # (1) if the variable is set in 'config.status', edit 'config.status' |
| 463 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 464 | # (2) otherwise, pass the desired values on the 'make' command line. |
| 465 | $(am__recursive_targets): |
| 466 | @fail=; \ |
| 467 | if $(am__make_keepgoing); then \ |
| 468 | failcom='fail=yes'; \ |
| 469 | else \ |
| 470 | failcom='exit 1'; \ |
| 471 | fi; \ |
| 472 | dot_seen=no; \ |
| 473 | target=`echo $@ | sed s/-recursive//`; \ |
| 474 | case "$@" in \ |
| 475 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 476 | *) list='$(SUBDIRS)' ;; \ |
| 477 | esac; \ |
| 478 | for subdir in $$list; do \ |
| 479 | echo "Making $$target in $$subdir"; \ |
| 480 | if test "$$subdir" = "."; then \ |
| 481 | dot_seen=yes; \ |
| 482 | local_target="$$target-am"; \ |
| 483 | else \ |
| 484 | local_target="$$target"; \ |
| 485 | fi; \ |
| 486 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 487 | || eval $$failcom; \ |
| 488 | done; \ |
| 489 | if test "$$dot_seen" = "no"; then \ |
| 490 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 491 | fi; test -z "$$fail" |
| 492 | |
| 493 | ID: $(am__tagged_files) |
| 494 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 495 | tags: tags-recursive |
| 496 | TAGS: tags |
| 497 | |
| 498 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 499 | set x; \ |
| 500 | here=`pwd`; \ |
| 501 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 502 | include_option=--etags-include; \ |
| 503 | empty_fix=.; \ |
| 504 | else \ |
| 505 | include_option=--include; \ |
| 506 | empty_fix=; \ |
| 507 | fi; \ |
| 508 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 509 | if test "$$subdir" = .; then :; else \ |
| 510 | test ! -f $$subdir/TAGS || \ |
| 511 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 512 | fi; \ |
| 513 | done; \ |
| 514 | $(am__define_uniq_tagged_files); \ |
| 515 | shift; \ |
| 516 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 517 | test -n "$$unique" || unique=$$empty_fix; \ |
| 518 | if test $$# -gt 0; then \ |
| 519 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 520 | "$$@" $$unique; \ |
| 521 | else \ |
| 522 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 523 | $$unique; \ |
| 524 | fi; \ |
| 525 | fi |
| 526 | ctags: ctags-recursive |
| 527 | |
| 528 | CTAGS: ctags |
| 529 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 530 | $(am__define_uniq_tagged_files); \ |
| 531 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 532 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 533 | $$unique |
| 534 | |
| 535 | GTAGS: |
| 536 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 537 | && $(am__cd) $(top_srcdir) \ |
| 538 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 539 | cscope: cscope.files |
| 540 | test ! -s cscope.files \ |
| 541 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| 542 | clean-cscope: |
| 543 | -rm -f cscope.files |
| 544 | cscope.files: clean-cscope cscopelist |
| 545 | cscopelist: cscopelist-recursive |
| 546 | |
| 547 | cscopelist-am: $(am__tagged_files) |
| 548 | list='$(am__tagged_files)'; \ |
| 549 | case "$(srcdir)" in \ |
| 550 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 551 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 552 | esac; \ |
| 553 | for i in $$list; do \ |
| 554 | if test -f "$$i"; then \ |
| 555 | echo "$(subdir)/$$i"; \ |
| 556 | else \ |
| 557 | echo "$$sdir/$$i"; \ |
| 558 | fi; \ |
| 559 | done >> $(top_builddir)/cscope.files |
| 560 | |
| 561 | distclean-tags: |
| 562 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 563 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
| 564 | |
| 565 | distdir: $(DISTFILES) |
| 566 | $(am__remove_distdir) |
| 567 | test -d "$(distdir)" || mkdir "$(distdir)" |
| 568 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 569 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 570 | list='$(DISTFILES)'; \ |
| 571 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 572 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 573 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 574 | case $$dist_files in \ |
| 575 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 576 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 577 | sort -u` ;; \ |
| 578 | esac; \ |
| 579 | for file in $$dist_files; do \ |
| 580 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 581 | if test -d $$d/$$file; then \ |
| 582 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 583 | if test -d "$(distdir)/$$file"; then \ |
| 584 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 585 | fi; \ |
| 586 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 587 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 588 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 589 | fi; \ |
| 590 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 591 | else \ |
| 592 | test -f "$(distdir)/$$file" \ |
| 593 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 594 | || exit 1; \ |
| 595 | fi; \ |
| 596 | done |
| 597 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 598 | if test "$$subdir" = .; then :; else \ |
| 599 | $(am__make_dryrun) \ |
| 600 | || test -d "$(distdir)/$$subdir" \ |
| 601 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 602 | || exit 1; \ |
| 603 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 604 | $(am__relativize); \ |
| 605 | new_distdir=$$reldir; \ |
| 606 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 607 | $(am__relativize); \ |
| 608 | new_top_distdir=$$reldir; \ |
| 609 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 610 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 611 | ($(am__cd) $$subdir && \ |
| 612 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 613 | top_distdir="$$new_top_distdir" \ |
| 614 | distdir="$$new_distdir" \ |
| 615 | am__remove_distdir=: \ |
| 616 | am__skip_length_check=: \ |
| 617 | am__skip_mode_fix=: \ |
| 618 | distdir) \ |
| 619 | || exit 1; \ |
| 620 | fi; \ |
| 621 | done |
| 622 | -test -n "$(am__skip_mode_fix)" \ |
| 623 | || find "$(distdir)" -type d ! -perm -755 \ |
| 624 | -exec chmod u+rwx,go+rx {} \; -o \ |
| 625 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 626 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 627 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 628 | || chmod -R a+r "$(distdir)" |
| 629 | dist-gzip: distdir |
| 630 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 631 | $(am__post_remove_distdir) |
| 632 | |
| 633 | dist-bzip2: distdir |
| 634 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
| 635 | $(am__post_remove_distdir) |
| 636 | |
| 637 | dist-lzip: distdir |
| 638 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
| 639 | $(am__post_remove_distdir) |
| 640 | |
| 641 | dist-xz: distdir |
| 642 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
| 643 | $(am__post_remove_distdir) |
| 644 | |
| 645 | dist-tarZ: distdir |
| 646 | @echo WARNING: "Support for shar distribution archives is" \ |
| 647 | "deprecated." >&2 |
| 648 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
| 649 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 650 | $(am__post_remove_distdir) |
| 651 | |
| 652 | dist-shar: distdir |
| 653 | @echo WARNING: "Support for distribution archives compressed with" \ |
| 654 | "legacy program 'compress' is deprecated." >&2 |
| 655 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
| 656 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 657 | $(am__post_remove_distdir) |
| 658 | |
| 659 | dist-zip: distdir |
| 660 | -rm -f $(distdir).zip |
| 661 | zip -rq $(distdir).zip $(distdir) |
| 662 | $(am__post_remove_distdir) |
| 663 | |
| 664 | dist dist-all: |
| 665 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
| 666 | $(am__post_remove_distdir) |
| 667 | |
| 668 | # This target untars the dist file and tries a VPATH configuration. Then |
| 669 | # it guarantees that the distribution is self-contained by making another |
| 670 | # tarfile. |
| 671 | distcheck: dist |
| 672 | case '$(DIST_ARCHIVES)' in \ |
| 673 | *.tar.gz*) \ |
| 674 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 675 | *.tar.bz2*) \ |
| 676 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 677 | *.tar.lz*) \ |
| 678 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 679 | *.tar.xz*) \ |
| 680 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
| 681 | *.tar.Z*) \ |
| 682 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 683 | *.shar.gz*) \ |
| 684 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
| 685 | *.zip*) \ |
| 686 | unzip $(distdir).zip ;;\ |
| 687 | esac |
| 688 | chmod -R a-w $(distdir) |
| 689 | chmod u+w $(distdir) |
| 690 | mkdir $(distdir)/_build $(distdir)/_inst |
| 691 | chmod a-w $(distdir) |
| 692 | test -d $(distdir)/_build || exit 0; \ |
| 693 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 694 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
| 695 | && am__cwd=`pwd` \ |
| 696 | && $(am__cd) $(distdir)/_build \ |
| 697 | && ../configure \ |
| 698 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 699 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 700 | --srcdir=.. --prefix="$$dc_install_base" \ |
| 701 | && $(MAKE) $(AM_MAKEFLAGS) \ |
| 702 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 703 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 704 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 705 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 706 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 707 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 708 | distuninstallcheck \ |
| 709 | && chmod -R a-w "$$dc_install_base" \ |
| 710 | && ({ \ |
| 711 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 712 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 713 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 714 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 715 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 716 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 717 | && rm -rf "$$dc_destdir" \ |
| 718 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 719 | && rm -rf $(DIST_ARCHIVES) \ |
| 720 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 721 | && cd "$$am__cwd" \ |
| 722 | || exit 1 |
| 723 | $(am__post_remove_distdir) |
| 724 | @(echo "$(distdir) archives ready for distribution: "; \ |
| 725 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 726 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 727 | distuninstallcheck: |
| 728 | @test -n '$(distuninstallcheck_dir)' || { \ |
| 729 | echo 'ERROR: trying to run $@ with an empty' \ |
| 730 | '$$(distuninstallcheck_dir)' >&2; \ |
| 731 | exit 1; \ |
| 732 | }; \ |
| 733 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
| 734 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| 735 | exit 1; \ |
| 736 | }; \ |
| 737 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
| 738 | || { echo "ERROR: files left after uninstall:" ; \ |
| 739 | if test -n "$(DESTDIR)"; then \ |
| 740 | echo " (check DESTDIR support)"; \ |
| 741 | fi ; \ |
| 742 | $(distuninstallcheck_listfiles) ; \ |
| 743 | exit 1; } >&2 |
| 744 | distcleancheck: distclean |
| 745 | @if test '$(srcdir)' = . ; then \ |
| 746 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 747 | exit 1 ; \ |
| 748 | fi |
| 749 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 750 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 751 | $(distcleancheck_listfiles) ; \ |
| 752 | exit 1; } >&2 |
| 753 | check-am: all-am |
| 754 | check: check-recursive |
| 755 | all-am: Makefile $(DATA) config.h |
| 756 | installdirs: installdirs-recursive |
| 757 | installdirs-am: |
| 758 | for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ |
| 759 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 760 | done |
| 761 | install: install-recursive |
| 762 | install-exec: install-exec-recursive |
| 763 | install-data: install-data-recursive |
| 764 | uninstall: uninstall-recursive |
| 765 | |
| 766 | install-am: all-am |
| 767 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 768 | |
| 769 | installcheck: installcheck-recursive |
| 770 | install-strip: |
| 771 | if test -z '$(STRIP)'; then \ |
| 772 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 773 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 774 | install; \ |
| 775 | else \ |
| 776 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 777 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 778 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 779 | fi |
| 780 | mostlyclean-generic: |
| 781 | |
| 782 | clean-generic: |
| 783 | |
| 784 | distclean-generic: |
| 785 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 786 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 787 | |
| 788 | maintainer-clean-generic: |
| 789 | @echo "This command is intended for maintainers to use" |
| 790 | @echo "it deletes files that may require special tools to rebuild." |
| 791 | clean: clean-recursive |
| 792 | |
| 793 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 794 | |
| 795 | distclean: distclean-recursive |
| 796 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 797 | -rm -f Makefile |
| 798 | distclean-am: clean-am distclean-generic distclean-hdr \ |
| 799 | distclean-libtool distclean-tags |
| 800 | |
| 801 | dvi: dvi-recursive |
| 802 | |
| 803 | dvi-am: |
| 804 | |
| 805 | html: html-recursive |
| 806 | |
| 807 | html-am: |
| 808 | |
| 809 | info: info-recursive |
| 810 | |
| 811 | info-am: |
| 812 | |
| 813 | install-data-am: install-pkgconfigDATA |
| 814 | |
| 815 | install-dvi: install-dvi-recursive |
| 816 | |
| 817 | install-dvi-am: |
| 818 | |
| 819 | install-exec-am: |
| 820 | |
| 821 | install-html: install-html-recursive |
| 822 | |
| 823 | install-html-am: |
| 824 | |
| 825 | install-info: install-info-recursive |
| 826 | |
| 827 | install-info-am: |
| 828 | |
| 829 | install-man: |
| 830 | |
| 831 | install-pdf: install-pdf-recursive |
| 832 | |
| 833 | install-pdf-am: |
| 834 | |
| 835 | install-ps: install-ps-recursive |
| 836 | |
| 837 | install-ps-am: |
| 838 | |
| 839 | installcheck-am: |
| 840 | |
| 841 | maintainer-clean: maintainer-clean-recursive |
| 842 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 843 | -rm -rf $(top_srcdir)/autom4te.cache |
| 844 | -rm -f Makefile |
| 845 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 846 | |
| 847 | mostlyclean: mostlyclean-recursive |
| 848 | |
| 849 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 850 | |
| 851 | pdf: pdf-recursive |
| 852 | |
| 853 | pdf-am: |
| 854 | |
| 855 | ps: ps-recursive |
| 856 | |
| 857 | ps-am: |
| 858 | |
| 859 | uninstall-am: uninstall-pkgconfigDATA |
| 860 | |
| 861 | .MAKE: $(am__recursive_targets) all install-am install-strip |
| 862 | |
| 863 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
| 864 | am--refresh check check-am clean clean-cscope clean-generic \ |
| 865 | clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
| 866 | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ |
| 867 | dist-xz dist-zip distcheck distclean distclean-generic \ |
| 868 | distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
| 869 | distdir distuninstallcheck dvi dvi-am html html-am info \ |
| 870 | info-am install install-am install-data install-data-am \ |
| 871 | install-dvi install-dvi-am install-exec install-exec-am \ |
| 872 | install-html install-html-am install-info install-info-am \ |
| 873 | install-man install-pdf install-pdf-am install-pkgconfigDATA \ |
| 874 | install-ps install-ps-am install-strip installcheck \ |
| 875 | installcheck-am installdirs installdirs-am maintainer-clean \ |
| 876 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 877 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
| 878 | uninstall-am uninstall-pkgconfigDATA |
| 879 | |
| 880 | |
| 881 | rpm: dist |
| 882 | rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz |
| 883 | |
| 884 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 885 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 886 | .NOEXPORT: |