Makefile.in (libtimidity-0.2.6) | : | Makefile.in (libtimidity-0.2.7) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.11.6 from Makefile.am. | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | ||||
# Foundation, Inc. | ||||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__make_dryrun = \ | am__is_gnu_make = { \ | |||
{ \ | if test -z '$(MAKELEVEL)'; then \ | |||
am__dry=no; \ | false; \ | |||
elif test -n '$(MAKE_HOST)'; then \ | ||||
true; \ | ||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | ||||
true; \ | ||||
else \ | ||||
false; \ | ||||
fi; \ | ||||
} | ||||
am__make_running_with_option = \ | ||||
case $${target_option-} in \ | ||||
?) ;; \ | ||||
*) echo "am__make_running_with_option: internal error: invalid" \ | ||||
"target option '$${target_option-}' specified" >&2; \ | ||||
exit 1;; \ | ||||
esac; \ | ||||
has_opt=no; \ | ||||
sane_makeflags=$$MAKEFLAGS; \ | ||||
if $(am__is_gnu_make); then \ | ||||
sane_makeflags=$$MFLAGS; \ | ||||
else \ | ||||
case $$MAKEFLAGS in \ | case $$MAKEFLAGS in \ | |||
*\\[\ \ ]*) \ | *\\[\ \ ]*) \ | |||
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | bs=\\; \ | |||
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |||
*) \ | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |||
for am__flg in $$MAKEFLAGS; do \ | ||||
case $$am__flg in \ | ||||
*=*|--*) ;; \ | ||||
*n*) am__dry=yes; break;; \ | ||||
esac; \ | ||||
done;; \ | ||||
esac; \ | esac; \ | |||
test $$am__dry = yes; \ | fi; \ | |||
} | skip_next=no; \ | |||
strip_trailopt () \ | ||||
{ \ | ||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||||
}; \ | ||||
for flg in $$sane_makeflags; do \ | ||||
test $$skip_next = yes && { skip_next=no; continue; }; \ | ||||
case $$flg in \ | ||||
*=*|--*) continue;; \ | ||||
-*I) strip_trailopt 'I'; skip_next=yes;; \ | ||||
-*I?*) strip_trailopt 'I';; \ | ||||
-*O) strip_trailopt 'O'; skip_next=yes;; \ | ||||
-*O?*) strip_trailopt 'O';; \ | ||||
-*l) strip_trailopt 'l'; skip_next=yes;; \ | ||||
-*l?*) strip_trailopt 'l';; \ | ||||
-[dEDm]) skip_next=yes;; \ | ||||
-[JT]) skip_next=yes;; \ | ||||
esac; \ | ||||
case $$flg in \ | ||||
*$$target_option*) has_opt=yes; break;; \ | ||||
esac; \ | ||||
done; \ | ||||
test $$has_opt = yes | ||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||||
pkgdatadir = $(datadir)/@PACKAGE@ | pkgdatadir = $(datadir)/@PACKAGE@ | |||
pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ | |||
pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ | |||
pkglibexecdir = $(libexecdir)/@PACKAGE@ | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |||
install_sh_DATA = $(install_sh) -c -m 644 | install_sh_DATA = $(install_sh) -c -m 644 | |||
install_sh_PROGRAM = $(install_sh) -c | install_sh_PROGRAM = $(install_sh) -c | |||
install_sh_SCRIPT = $(install_sh) -c | install_sh_SCRIPT = $(install_sh) -c | |||
INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
subdir = src | subdir = src | |||
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ | ||||
$(srcdir)/Makefile.in | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/m4/ao.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/ao.m4 \ | |||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |||
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs | DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ | |||
$(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | ||||
CONFIG_HEADER = $(top_builddir)/config.h | CONFIG_HEADER = $(top_builddir)/config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
*) f=$$p;; \ | *) f=$$p;; \ | |||
esac; | esac; | |||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |||
am__install_max = 40 | am__install_max = 40 | |||
skipping to change at line 102 | skipping to change at line 139 | |||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |||
$(am__cd) "$$dir" && rm -f $$files; }; \ | $(am__cd) "$$dir" && rm -f $$files; }; \ | |||
} | } | |||
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" | |||
LTLIBRARIES = $(lib_LTLIBRARIES) | LTLIBRARIES = $(lib_LTLIBRARIES) | |||
libtimidity_la_DEPENDENCIES = | libtimidity_la_DEPENDENCIES = | |||
am_libtimidity_la_OBJECTS = common.lo instrum.lo mix.lo output.lo \ | am_libtimidity_la_OBJECTS = common.lo instrum.lo mix.lo output.lo \ | |||
playmidi.lo readmidi.lo resample.lo stream.lo tables.lo \ | playmidi.lo readmidi.lo resample.lo stream.lo tables.lo \ | |||
timidity.lo | timidity.lo | |||
libtimidity_la_OBJECTS = $(am_libtimidity_la_OBJECTS) | libtimidity_la_OBJECTS = $(am_libtimidity_la_OBJECTS) | |||
libtimidity_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | AM_V_lt = $(am__v_lt_@AM_V@) | |||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |||
$(libtimidity_la_LDFLAGS) $(LDFLAGS) -o $@ | am__v_lt_0 = --silent | |||
am__v_lt_1 = | ||||
libtimidity_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | ||||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | ||||
$(AM_CFLAGS) $(CFLAGS) $(libtimidity_la_LDFLAGS) $(LDFLAGS) -o \ | ||||
$@ | ||||
AM_V_P = $(am__v_P_@AM_V@) | ||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||||
am__v_P_0 = false | ||||
am__v_P_1 = : | ||||
AM_V_GEN = $(am__v_GEN_@AM_V@) | ||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||||
am__v_GEN_0 = @echo " GEN " $@; | ||||
am__v_GEN_1 = | ||||
AM_V_at = $(am__v_at_@AM_V@) | ||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||||
am__v_at_0 = @ | ||||
am__v_at_1 = | ||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |||
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp | depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp | |||
am__depfiles_maybe = depfiles | am__maybe_remake_depfiles = depfiles | |||
am__depfiles_remade = ./$(DEPDIR)/common.Plo ./$(DEPDIR)/instrum.Plo \ | ||||
./$(DEPDIR)/mix.Plo ./$(DEPDIR)/output.Plo \ | ||||
./$(DEPDIR)/playmidi.Plo ./$(DEPDIR)/readmidi.Plo \ | ||||
./$(DEPDIR)/resample.Plo ./$(DEPDIR)/stream.Plo \ | ||||
./$(DEPDIR)/tables.Plo ./$(DEPDIR)/timidity.Plo | ||||
am__mv = mv -f | am__mv = mv -f | |||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |||
$(AM_CFLAGS) $(CFLAGS) | ||||
AM_V_CC = $(am__v_CC_@AM_V@) | ||||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | ||||
am__v_CC_0 = @echo " CC " $@; | ||||
am__v_CC_1 = | ||||
CCLD = $(CC) | CCLD = $(CC) | |||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |||
$(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
AM_V_CCLD = $(am__v_CCLD_@AM_V@) | ||||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | ||||
am__v_CCLD_0 = @echo " CCLD " $@; | ||||
am__v_CCLD_1 = | ||||
SOURCES = $(libtimidity_la_SOURCES) | SOURCES = $(libtimidity_la_SOURCES) | |||
DIST_SOURCES = $(libtimidity_la_SOURCES) | DIST_SOURCES = $(libtimidity_la_SOURCES) | |||
am__can_run_installinfo = \ | am__can_run_installinfo = \ | |||
case $$AM_UPDATE_INFO_DIR in \ | case $$AM_UPDATE_INFO_DIR in \ | |||
n|no|NO) false;; \ | n|no|NO) false;; \ | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
HEADERS = $(include_HEADERS) | HEADERS = $(include_HEADERS) | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||||
# Read a list of newline-separated strings from the standard input, | ||||
# and print each of them once, without duplicates. Input order is | ||||
# *not* preserved. | ||||
am__uniquify_input = $(AWK) '\ | ||||
BEGIN { nonempty = 0; } \ | ||||
{ items[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in items) print i; }; } \ | ||||
' | ||||
# Make sure the list of sources is unique. This is necessary because, | ||||
# e.g., the same source file might be shared among _SOURCES variables | ||||
# for different programs/libraries. | ||||
am__define_uniq_tagged_files = \ | ||||
list='$(am__tagged_files)'; \ | ||||
unique=`for i in $$list; do \ | ||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | $(am__uniquify_input)` | ||||
ETAGS = etags | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
am__DIST_COMMON = $(srcdir)/Makefile.in \ | ||||
$(top_srcdir)/autotools/depcomp | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||||
AO_CFLAGS = @AO_CFLAGS@ | AO_CFLAGS = @AO_CFLAGS@ | |||
AO_LIBS = @AO_LIBS@ | AO_LIBS = @AO_LIBS@ | |||
AR = @AR@ | AR = @AR@ | |||
AS = @AS@ | AS = @AS@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
CC = @CC@ | CC = @CC@ | |||
CCDEPMODE = @CCDEPMODE@ | CCDEPMODE = @CCDEPMODE@ | |||
skipping to change at line 248 | skipping to change at line 336 | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | pdfdir = @pdfdir@ | |||
prefix = @prefix@ | prefix = @prefix@ | |||
program_transform_name = @program_transform_name@ | program_transform_name = @program_transform_name@ | |||
psdir = @psdir@ | psdir = @psdir@ | |||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
AM_CPPFLAGS = -I$(top_srcdir) | AM_CPPFLAGS = -I$(top_srcdir) | |||
# always define TIMIDITY_BUILD when building libtimidity | # always define TIMIDITY_BUILD when building libtimidity | |||
# regardless of static build or shared library build | # regardless of static build or shared library build | |||
AM_CFLAGS = -DTIMIDITY_BUILD=1 $(SYM_VISIBILITY) | AM_CFLAGS = -DTIMIDITY_BUILD=1 $(SYM_VISIBILITY) | |||
lib_LTLIBRARIES = libtimidity.la | lib_LTLIBRARIES = libtimidity.la | |||
include_HEADERS = timidity.h | include_HEADERS = timidity.h | |||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
Makefile.darwin \ | Makefile.darwin \ | |||
Makefile.mingw \ | Makefile.mingw \ | |||
Makefile.lcc \ | ||||
timidity.def \ | ||||
Makefile.os2 \ | Makefile.os2 \ | |||
Makefile.emx \ | Makefile.emx \ | |||
Makefile.dj \ | Makefile.dj \ | |||
Makefile.morphos \ | Makefile.morphos \ | |||
Makefile.amigaos \ | Makefile.amigaos \ | |||
Makefile.vbcc \ | Makefile.vbcc \ | |||
Makefile.aros \ | Makefile.aros \ | |||
OWMakefile.win32 \ | Makefile.w32 \ | |||
VisualStudio \ | VisualStudio \ | |||
XCode | XCode | |||
libtimidity_la_SOURCES = \ | libtimidity_la_SOURCES = \ | |||
common.c \ | common.c \ | |||
common.h \ | common.h \ | |||
instrum.c \ | instrum.c \ | |||
instrum.h \ | instrum.h \ | |||
mix.c \ | mix.c \ | |||
mix.h \ | mix.h \ | |||
skipping to change at line 322 | skipping to change at line 409 | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
&& { if test -f $@; then exit 0; else break; fi; }; \ | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign src/Makefile | $(AUTOMAKE) --foreign src/Makefile | |||
.PRECIOUS: Makefile | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( | |||
am__depfiles_maybe)'; \ | am__maybe_remake_depfiles)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__may | |||
files_maybe);; \ | be_remake_depfiles);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
install-libLTLIBRARIES: $(lib_LTLIBRARIES) | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |||
list2=; for p in $$list; do \ | list2=; for p in $$list; do \ | |||
if test -f $$p; then \ | if test -f $$p; then \ | |||
list2="$$list2 $$p"; \ | list2="$$list2 $$p"; \ | |||
else :; fi; \ | else :; fi; \ | |||
done; \ | done; \ | |||
test -z "$$list2" || { \ | test -z "$$list2" || { \ | |||
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ | |||
skipping to change at line 366 | skipping to change at line 453 | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ | |||
for p in $$list; do \ | for p in $$list; do \ | |||
$(am__strip_dir) \ | $(am__strip_dir) \ | |||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall r m -f '$(DESTDIR)$(libdir)/$$f'"; \ | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall r m -f '$(DESTDIR)$(libdir)/$$f'"; \ | |||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$ (DESTDIR)$(libdir)/$$f"; \ | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$ (DESTDIR)$(libdir)/$$f"; \ | |||
done | done | |||
clean-libLTLIBRARIES: | clean-libLTLIBRARIES: | |||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | @list='$(lib_LTLIBRARIES)'; \ | |||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | locs=`for p in $$list; do echo $$p; done | \ | |||
test "$$dir" != "$$p" || dir=.; \ | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |||
echo "rm -f \"$${dir}/so_locations\""; \ | sort -u`; \ | |||
rm -f "$${dir}/so_locations"; \ | test -z "$$locs" || { \ | |||
done | echo rm -f $${locs}; \ | |||
rm -f $${locs}; \ | ||||
} | ||||
libtimidity.la: $(libtimidity_la_OBJECTS) $(libtimidity_la_DEPENDENCIES) $(EXTRA _libtimidity_la_DEPENDENCIES) | libtimidity.la: $(libtimidity_la_OBJECTS) $(libtimidity_la_DEPENDENCIES) $(EXTRA _libtimidity_la_DEPENDENCIES) | |||
$(libtimidity_la_LINK) -rpath $(libdir) $(libtimidity_la_OBJECTS) $(libti midity_la_LIBADD) $(LIBS) | $(AM_V_CCLD)$(libtimidity_la_LINK) -rpath $(libdir) $(libtimidity_la_OBJE CTS) $(libtimidity_la_LIBADD) $(LIBS) | |||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@ # am--inc | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/instrum.Plo@am__quote@ | lude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mix.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/instrum.Plo@am__quote@ # am--in | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@ | clude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playmidi.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mix.Plo@am__quote@ # am--includ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readmidi.Plo@am__quote@ | e-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resample.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@ # am--inc | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@ | lude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playmidi.Plo@am__quote@ # am--i | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timidity.Plo@am__quote@ | nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readmidi.Plo@am__quote@ # am--i | ||||
nclude-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resample.Plo@am__quote@ # am--i | ||||
nclude-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@ # am--inc | ||||
lude-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@ # am--inc | ||||
lude-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timidity.Plo@am__quote@ # am--i | ||||
nclude-marker | ||||
$(am__depfiles_remade): | ||||
@$(MKDIR_P) $(@D) | ||||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ | ||||
am--depfiles: $(am__depfiles_remade) | ||||
.c.o: | .c.o: | |||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $ | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo | |||
< | -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEP | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | |||
BACKSLASH@ | =no @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |||
.c.obj: | .c.obj: | |||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ ` | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo | |||
$(CYGPATH_W) '$<'` | -c -o $@ `$(CYGPATH_W) '$<'` | |||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEP | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | |||
BACKSLASH@ | =no @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$ <'` | |||
.c.lo: | .c.lo: | |||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tp | |||
$< | o -c -o $@ $< | |||
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDE | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool | |||
PBACKSLASH@ | =yes @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< | |||
mostlyclean-libtool: | mostlyclean-libtool: | |||
-rm -f *.lo | -rm -f *.lo | |||
clean-libtool: | clean-libtool: | |||
-rm -rf .libs _libs | -rm -rf .libs _libs | |||
install-includeHEADERS: $(include_HEADERS) | install-includeHEADERS: $(include_HEADERS) | |||
@$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | |||
if test -n "$$list"; then \ | if test -n "$$list"; then \ | |||
skipping to change at line 440 | skipping to change at line 536 | |||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ | |||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ | $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ | |||
done | done | |||
uninstall-includeHEADERS: | uninstall-includeHEADERS: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | |||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |||
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) | dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) | |||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ID: $(am__tagged_files) | |||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | $(am__define_uniq_tagged_files); mkid -fID $$unique | |||
unique=`for i in $$list; do \ | tags: tags-am | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | TAGS: tags | |||
done | \ | ||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||||
mkid -fID $$unique | ||||
tags: TAGS | ||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
$(TAGS_FILES) $(LISP) | ||||
set x; \ | set x; \ | |||
here=`pwd`; \ | here=`pwd`; \ | |||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | $(am__define_uniq_tagged_files); \ | |||
unique=`for i in $$list; do \ | ||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | \ | ||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||||
shift; \ | shift; \ | |||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |||
test -n "$$unique" || unique=$$empty_fix; \ | test -n "$$unique" || unique=$$empty_fix; \ | |||
if test $$# -gt 0; then \ | if test $$# -gt 0; then \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
"$$@" $$unique; \ | "$$@" $$unique; \ | |||
else \ | else \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
$$unique; \ | $$unique; \ | |||
fi; \ | fi; \ | |||
fi | fi | |||
ctags: CTAGS | ctags: ctags-am | |||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||||
$(TAGS_FILES) $(LISP) | CTAGS: ctags | |||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
unique=`for i in $$list; do \ | $(am__define_uniq_tagged_files); \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||||
done | \ | ||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||||
END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||||
test -z "$(CTAGS_ARGS)$$unique" \ | test -z "$(CTAGS_ARGS)$$unique" \ | |||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |||
$$unique | $$unique | |||
GTAGS: | GTAGS: | |||
here=`$(am__cd) $(top_builddir) && pwd` \ | here=`$(am__cd) $(top_builddir) && pwd` \ | |||
&& $(am__cd) $(top_srcdir) \ | && $(am__cd) $(top_srcdir) \ | |||
&& gtags -i $(GTAGS_ARGS) "$$here" | && gtags -i $(GTAGS_ARGS) "$$here" | |||
cscopelist: cscopelist-am | ||||
cscopelist-am: $(am__tagged_files) | ||||
list='$(am__tagged_files)'; \ | ||||
case "$(srcdir)" in \ | ||||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||||
*) sdir=$(subdir)/$(srcdir) ;; \ | ||||
esac; \ | ||||
for i in $$list; do \ | ||||
if test -f "$$i"; then \ | ||||
echo "$(subdir)/$$i"; \ | ||||
else \ | ||||
echo "$$sdir/$$i"; \ | ||||
fi; \ | ||||
done >> $(top_builddir)/cscope.files | ||||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
distdir: $(DISTFILES) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir-am: $(DISTFILES) | ||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
case $$dist_files in \ | case $$dist_files in \ | |||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |||
sort -u` ;; \ | sort -u` ;; \ | |||
skipping to change at line 565 | skipping to change at line 664 | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
@echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
clean: clean-am | clean: clean-am | |||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |||
mostlyclean-am | mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/common.Plo | |||
-rm -f ./$(DEPDIR)/instrum.Plo | ||||
-rm -f ./$(DEPDIR)/mix.Plo | ||||
-rm -f ./$(DEPDIR)/output.Plo | ||||
-rm -f ./$(DEPDIR)/playmidi.Plo | ||||
-rm -f ./$(DEPDIR)/readmidi.Plo | ||||
-rm -f ./$(DEPDIR)/resample.Plo | ||||
-rm -f ./$(DEPDIR)/stream.Plo | ||||
-rm -f ./$(DEPDIR)/tables.Plo | ||||
-rm -f ./$(DEPDIR)/timidity.Plo | ||||
-rm -f Makefile | -rm -f Makefile | |||
distclean-am: clean-am distclean-compile distclean-generic \ | distclean-am: clean-am distclean-compile distclean-generic \ | |||
distclean-tags | distclean-tags | |||
dvi: dvi-am | dvi: dvi-am | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-am | |||
skipping to change at line 611 | skipping to change at line 719 | |||
install-pdf-am: | install-pdf-am: | |||
install-ps: install-ps-am | install-ps: install-ps-am | |||
install-ps-am: | install-ps-am: | |||
installcheck-am: | installcheck-am: | |||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/common.Plo | |||
-rm -f ./$(DEPDIR)/instrum.Plo | ||||
-rm -f ./$(DEPDIR)/mix.Plo | ||||
-rm -f ./$(DEPDIR)/output.Plo | ||||
-rm -f ./$(DEPDIR)/playmidi.Plo | ||||
-rm -f ./$(DEPDIR)/readmidi.Plo | ||||
-rm -f ./$(DEPDIR)/resample.Plo | ||||
-rm -f ./$(DEPDIR)/stream.Plo | ||||
-rm -f ./$(DEPDIR)/tables.Plo | ||||
-rm -f ./$(DEPDIR)/timidity.Plo | ||||
-rm -f Makefile | -rm -f Makefile | |||
maintainer-clean-am: distclean-am maintainer-clean-generic | maintainer-clean-am: distclean-am maintainer-clean-generic | |||
mostlyclean: mostlyclean-am | mostlyclean: mostlyclean-am | |||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |||
mostlyclean-libtool | mostlyclean-libtool | |||
pdf: pdf-am | pdf: pdf-am | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES | uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES | |||
.MAKE: install-am install-strip | .MAKE: install-am install-strip | |||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | |||
clean-libLTLIBRARIES clean-libtool ctags distclean \ | clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ | |||
distclean-compile distclean-generic distclean-libtool \ | ctags ctags-am distclean distclean-compile distclean-generic \ | |||
distclean-tags distdir dvi dvi-am html html-am info info-am \ | distclean-libtool distclean-tags distdir dvi dvi-am html \ | |||
install install-am install-data install-data-am install-dvi \ | html-am info info-am install install-am install-data \ | |||
install-dvi-am install-exec install-exec-am install-html \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-html-am install-includeHEADERS install-info \ | install-exec-am install-html install-html-am \ | |||
install-info-am install-libLTLIBRARIES install-man install-pdf \ | install-includeHEADERS install-info install-info-am \ | |||
install-pdf-am install-ps install-ps-am install-strip \ | install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | |||
installcheck installcheck-am installdirs maintainer-clean \ | install-ps install-ps-am install-strip installcheck \ | |||
installcheck-am installdirs maintainer-clean \ | ||||
maintainer-clean-generic mostlyclean mostlyclean-compile \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |||
tags uninstall uninstall-am uninstall-includeHEADERS \ | tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ | |||
uninstall-libLTLIBRARIES | uninstall-libLTLIBRARIES | |||
.PRECIOUS: Makefile | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 40 change blocks. | ||||
114 lines changed or deleted | 244 lines changed or added |