Changeset 168
- Timestamp:
- 04/29/04 11:01:29 (5 years ago)
- Files:
-
- libremix/libremix/src/Makefile.in (modified) (10 diffs)
- libremix/libremix/src/ctxdata/Makefile.in (modified) (11 diffs)
- libremix/libremix/src/examples/Makefile.am (modified) (1 diff)
- libremix/libremix/src/examples/Makefile.in (modified) (9 diffs)
- libremix/libremix/src/libremix/Makefile.am (modified) (3 diffs)
- libremix/libremix/src/libremix/Makefile.in (modified) (10 diffs)
- libremix/libremix/src/libremix/remix_channel.c (modified) (10 diffs)
- libremix/libremix/src/libremix/remix_plugin.c (modified) (6 diffs)
- libremix/libremix/src/libremix/remix_private.h (modified) (2 diffs)
- libremix/libremix/src/libremix/remix_sndfile.c (modified) (7 diffs)
- libremix/libremix/src/libremix/remix_squaretone.c (modified) (5 diffs)
- libremix/libremix/src/libremix/remix_stream.c (modified) (7 diffs)
- libremix/libremix/src/plugins/Makefile.in (modified) (10 diffs)
- libremix/libremix/src/plugins/ladspa/Makefile.am (modified) (2 diffs)
- libremix/libremix/src/plugins/ladspa/Makefile.in (modified) (10 diffs)
- libremix/libremix/src/plugins/ladspa/remix_ladspa.c (modified) (6 diffs)
- libremix/libremix/src/plugins/noise/Makefile.am (modified) (2 diffs)
- libremix/libremix/src/plugins/noise/Makefile.in (modified) (11 diffs)
- libremix/libremix/src/tests/Makefile.am (modified) (1 diff)
- libremix/libremix/src/tests/Makefile.in (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libremix/libremix/src/Makefile.in
r161 r168 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 1 # Makefile.in generated by automake 1.6.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 # Free Software Foundation, Inc. 4 6 # This Makefile.in is free software; the Free Software Foundation 5 7 # gives unlimited permission to copy and/or distribute it, … … 11 13 # PARTICULAR PURPOSE. 12 14 13 15 @SET_MAKE@ 14 16 SHELL = @SHELL@ 15 17 … … 32 34 includedir = @includedir@ 33 35 oldincludedir = /usr/include 34 35 DESTDIR =36 37 36 pkgdatadir = $(datadir)/@PACKAGE@ 38 37 pkglibdir = $(libdir)/@PACKAGE@ 39 38 pkgincludedir = $(includedir)/@PACKAGE@ 40 41 39 top_builddir = .. 42 40 … … 46 44 AUTOHEADER = @AUTOHEADER@ 47 45 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48 47 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 49 INSTALL_DATA = @INSTALL_DATA@ 50 install_sh_DATA = $(install_sh) -c -m 644 51 install_sh_PROGRAM = $(install_sh) -c 52 install_sh_SCRIPT = $(install_sh) -c 51 53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 54 INSTALL_HEADER = $(INSTALL_DATA) 52 55 transform = @program_transform_name@ 53 54 56 NORMAL_INSTALL = : 55 57 PRE_INSTALL = : … … 60 62 host_alias = @host_alias@ 61 63 host_triplet = @host@ 64 65 EXEEXT = @EXEEXT@ 66 OBJEXT = @OBJEXT@ 67 PATH_SEPARATOR = @PATH_SEPARATOR@ 62 68 ALSA_LIBS = @ALSA_LIBS@ 69 AMTAR = @AMTAR@ 63 70 AR = @AR@ 64 71 AS = @AS@ 72 AWK = @AWK@ 73 BUILD_MONITOR = @BUILD_MONITOR@ 65 74 CC = @CC@ 66 75 CXX = @CXX@ 67 76 CXXCPP = @CXXCPP@ 77 DEPDIR = @DEPDIR@ 68 78 DLLTOOL = @DLLTOOL@ 69 79 ECHO = @ECHO@ 70 80 EGREP = @EGREP@ 71 EXEEXT = @EXEEXT@72 81 F77 = @F77@ 73 82 GCJ = @GCJ@ 74 83 GCJFLAGS = @GCJFLAGS@ 75 84 HAVE_DOXYGEN = @HAVE_DOXYGEN@ 76 HAVE_LIB = @HAVE_LIB@ 77 LIB = @LIB@ 85 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 78 86 LIBTOOL = @LIBTOOL@ 79 87 LN_S = @LN_S@ 80 LTLIB = @LTLIB@81 MAKEINFO = @MAKEINFO@82 88 OBJDUMP = @OBJDUMP@ 83 OBJEXT = @OBJEXT@84 89 PACKAGE = @PACKAGE@ 85 90 PACKAGE_PLUGIN_DIR = @PACKAGE_PLUGIN_DIR@ … … 91 96 STRIP = @STRIP@ 92 97 VERSION = @VERSION@ 98 am__include = @am__include@ 99 am__quote = @am__quote@ 100 install_sh = @install_sh@ 93 101 94 102 SUBDIRS = ctxdata libremix plugins examples tests 103 subdir = src 95 104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 96 CONFIG_HEADER = ../config.h 97 CONFIG_CLEAN_FILES = 98 DIST_COMMON = Makefile.am Makefile.in 99 100 101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 102 103 TAR = tar 104 GZIP_ENV = --best 105 all: all-redirect 105 CONFIG_HEADER = $(top_builddir)/config.h 106 CONFIG_CLEAN_FILES = 107 DIST_SOURCES = 108 109 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ 110 uninstall-info-recursive all-recursive install-data-recursive \ 111 install-exec-recursive installdirs-recursive install-recursive \ 112 uninstall-recursive check-recursive installcheck-recursive 113 DIST_COMMON = Makefile.am Makefile.in 114 DIST_SUBDIRS = $(SUBDIRS) 115 all: all-recursive 116 106 117 .SUFFIXES: 107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 108 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile 109 110 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 111 cd $(top_builddir) \ 112 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 113 118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 119 cd $(top_srcdir) && \ 120 $(AUTOMAKE) --gnu src/Makefile 121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 122 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 123 124 mostlyclean-libtool: 125 -rm -f *.lo 126 127 clean-libtool: 128 -rm -rf .libs _libs 129 130 distclean-libtool: 131 -rm -f libtool 132 uninstall-info-am: 114 133 115 134 # This directory's subdirectories are mostly independent; you can cd … … 119 138 # (which will cause the Makefiles to be regenerated when you run `make'); 120 139 # (2) otherwise, pass the desired values on the `make' command line. 121 122 @SET_MAKE@ 123 124 all-recursive install-data-recursive install-exec-recursive \ 125 installdirs-recursive install-recursive uninstall-recursive \ 126 check-recursive installcheck-recursive info-recursive dvi-recursive: 127 @set fnord $(MAKEFLAGS); amf=$$2; \ 140 $(RECURSIVE_TARGETS): 141 @set fnord $$MAKEFLAGS; amf=$$2; \ 128 142 dot_seen=no; \ 129 143 target=`echo $@ | sed s/-recursive//`; \ … … 145 159 mostlyclean-recursive clean-recursive distclean-recursive \ 146 160 maintainer-clean-recursive: 147 @set fnord $ (MAKEFLAGS); amf=$$2; \161 @set fnord $$MAKEFLAGS; amf=$$2; \ 148 162 dot_seen=no; \ 149 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 150 rev="$$subdir $$rev"; \ 151 test "$$subdir" != "." || dot_seen=yes; \ 163 case "$@" in \ 164 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 165 *) list='$(SUBDIRS)' ;; \ 166 esac; \ 167 rev=''; for subdir in $$list; do \ 168 if test "$$subdir" = "."; then :; else \ 169 rev="$$subdir $$rev"; \ 170 fi; \ 152 171 done; \ 153 test "$$dot_seen" = "no" && rev=". $$rev"; \172 rev="$$rev ."; \ 154 173 target=`echo $@ | sed s/-recursive//`; \ 155 174 for subdir in $$rev; do \ … … 168 187 done 169 188 189 ETAGS = etags 190 ETAGSFLAGS = 191 170 192 tags: TAGS 171 193 172 ID: $(HEADERS) $(SOURCES) $(LISP) 173 list='$(SOURCES) $(HEADERS)'; \ 174 unique=`for i in $$list; do echo $$i; done | \ 175 awk ' { files[$$0] = 1; } \ 194 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 195 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 196 unique=`for i in $$list; do \ 197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 198 done | \ 199 $(AWK) ' { files[$$0] = 1; } \ 176 200 END { for (i in files) print i; }'`; \ 177 here=`pwd` && cd $(srcdir) \178 && mkid -f$$here/ID $$unique $(LISP) 179 180 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)201 mkid -fID $$unique 202 203 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 204 $(TAGS_FILES) $(LISP) 181 205 tags=; \ 182 206 here=`pwd`; \ 183 207 list='$(SUBDIRS)'; for subdir in $$list; do \ 184 if test "$$subdir" = .; then :; else \208 if test "$$subdir" = .; then :; else \ 185 209 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 186 fi; \210 fi; \ 187 211 done; \ 188 list='$(SOURCES) $(HEADERS)'; \ 189 unique=`for i in $$list; do echo $$i; done | \ 190 awk ' { files[$$0] = 1; } \ 212 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 213 unique=`for i in $$list; do \ 214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 215 done | \ 216 $(AWK) ' { files[$$0] = 1; } \ 191 217 END { for (i in files) print i; }'`; \ 192 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 193 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) 194 195 mostlyclean-tags: 196 197 clean-tags: 218 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 219 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 220 $$tags $$unique 221 222 GTAGS: 223 here=`$(am__cd) $(top_builddir) && pwd` \ 224 && cd $(top_srcdir) \ 225 && gtags -i $(GTAGS_ARGS) $$here 198 226 199 227 distclean-tags: 200 -rm -f TAGS ID 201 202 maintainer-clean-tags: 203 204 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 205 206 subdir = src 228 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 229 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 230 231 top_distdir = .. 232 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 207 233 208 234 distdir: $(DISTFILES) 209 @for file in $(DISTFILES); do \ 210 d=$(srcdir); \ 235 @list='$(DISTFILES)'; for file in $$list; do \ 236 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 237 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 238 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 239 dir="/$$dir"; \ 240 $(mkinstalldirs) "$(distdir)$$dir"; \ 241 else \ 242 dir=''; \ 243 fi; \ 211 244 if test -d $$d/$$file; then \ 212 cp -pr $$d/$$file $(distdir)/$$file; \ 245 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 246 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 247 fi; \ 248 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 213 249 else \ 214 250 test -f $(distdir)/$$file \ 215 || ln $$d/$$file $(distdir)/$$file 2> /dev/null\216 || cp -p $$d/$$file $(distdir)/$$file || :; \251 || cp -p $$d/$$file $(distdir)/$$file \ 252 || exit 1; \ 217 253 fi; \ 218 254 done 219 for subdir in $(SUBDIRS); do \255 list='$(SUBDIRS)'; for subdir in $$list; do \ 220 256 if test "$$subdir" = .; then :; else \ 221 257 test -d $(distdir)/$$subdir \ 222 258 || mkdir $(distdir)/$$subdir \ 223 259 || exit 1; \ 224 chmod 777 $(distdir)/$$subdir; \ 225 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ 260 (cd $$subdir && \ 261 $(MAKE) $(AM_MAKEFLAGS) \ 262 top_distdir="$(top_distdir)" \ 263 distdir=../$(distdir)/$$subdir \ 264 distdir) \ 226 265 || exit 1; \ 227 266 fi; \ 228 267 done 229 info-am:230 info: info-recursive231 dvi-am:232 dvi: dvi-recursive233 268 check-am: all-am 234 269 check: check-recursive 235 installcheck-am: 236 installcheck: installcheck-recursive 237 install-exec-am: 270 all-am: Makefile 271 installdirs: installdirs-recursive 272 installdirs-am: 273 274 install: install-recursive 238 275 install-exec: install-exec-recursive 239 240 install-data-am:241 276 install-data: install-data-recursive 277 uninstall: uninstall-recursive 242 278 243 279 install-am: all-am 244 280 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 245 install: install-recursive 246 uninstall-am: 247 uninstall: uninstall-recursive 248 all-am: Makefile 249 all-redirect: all-recursive 281 282 installcheck: installcheck-recursive 250 283 install-strip: 251 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 252 installdirs: installdirs-recursive 253 installdirs-am: 254 255 284 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 285 INSTALL_STRIP_FLAG=-s \ 286 `test -z '$(STRIP)' || \ 287 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 256 288 mostlyclean-generic: 257 289 … … 260 292 distclean-generic: 261 293 -rm -f Makefile $(CONFIG_CLEAN_FILES) 262 -rm -f config.cache config.log stamp-h stamp-h[0-9]*263 294 264 295 maintainer-clean-generic: 265 mostlyclean-am: mostlyclean-tags mostlyclean-generic 296 @echo "This command is intended for maintainers to use" 297 @echo "it deletes files that may require special tools to rebuild." 298 clean: clean-recursive 299 300 clean-am: clean-generic clean-libtool mostlyclean-am 301 302 distclean: distclean-recursive 303 304 distclean-am: clean-am distclean-generic distclean-libtool \ 305 distclean-tags 306 307 dvi: dvi-recursive 308 309 dvi-am: 310 311 info: info-recursive 312 313 info-am: 314 315 install-data-am: 316 317 install-exec-am: 318 319 install-info: install-info-recursive 320 321 install-man: 322 323 installcheck-am: 324 325 maintainer-clean: maintainer-clean-recursive 326 327 maintainer-clean-am: distclean-am maintainer-clean-generic 266 328 267 329 mostlyclean: mostlyclean-recursive 268 330 269 clean-am: clean-tags clean-generic mostlyclean-am 270 271 clean: clean-recursive 272 273 distclean-am: distclean-tags distclean-generic clean-am 274 -rm -f libtool 275 276 distclean: distclean-recursive 277 278 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ 279 distclean-am 280 @echo "This command is intended for maintainers to use;" 281 @echo "it deletes files that may require special tools to rebuild." 282 283 maintainer-clean: maintainer-clean-recursive 284 285 .PHONY: install-data-recursive uninstall-data-recursive \ 286 install-exec-recursive uninstall-exec-recursive installdirs-recursive \ 287 uninstalldirs-recursive all-recursive check-recursive \ 288 installcheck-recursive info-recursive dvi-recursive \ 289 mostlyclean-recursive distclean-recursive clean-recursive \ 290 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 291 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 292 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 293 install-exec install-data-am install-data install-am install \ 294 uninstall-am uninstall all-redirect all-am all installdirs-am \ 295 installdirs mostlyclean-generic distclean-generic clean-generic \ 296 maintainer-clean-generic clean mostlyclean distclean maintainer-clean 297 331 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 332 333 uninstall-am: uninstall-info-am 334 335 uninstall-info: uninstall-info-recursive 336 337 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ 338 clean-generic clean-libtool clean-recursive distclean \ 339 distclean-generic distclean-libtool distclean-recursive \ 340 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ 341 info-recursive install install-am install-data install-data-am \ 342 install-data-recursive install-exec install-exec-am \ 343 install-exec-recursive install-info install-info-am \ 344 install-info-recursive install-man install-recursive \ 345 install-strip installcheck installcheck-am installdirs \ 346 installdirs-am installdirs-recursive maintainer-clean \ 347 maintainer-clean-generic maintainer-clean-recursive mostlyclean \ 348 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ 349 tags tags-recursive uninstall uninstall-am uninstall-info-am \ 350 uninstall-info-recursive uninstall-recursive 298 351 299 352 # Tell versions [3.59,3.63) of GNU make to not export all variables. libremix/libremix/src/ctxdata/Makefile.in
r161 r168 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 1 # Makefile.in generated by automake 1.6.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 # Free Software Foundation, Inc. 4 6 # This Makefile.in is free software; the Free Software Foundation 5 7 # gives unlimited permission to copy and/or distribute it, … … 11 13 # PARTICULAR PURPOSE. 12 14 13 15 @SET_MAKE@ 14 16 SHELL = @SHELL@ 15 17 … … 32 34 includedir = @includedir@ 33 35 oldincludedir = /usr/include 34 35 DESTDIR =36 37 36 pkgdatadir = $(datadir)/@PACKAGE@ 38 37 pkglibdir = $(libdir)/@PACKAGE@ 39 38 pkgincludedir = $(includedir)/@PACKAGE@ 40 41 39 top_builddir = ../.. 42 40 … … 46 44 AUTOHEADER = @AUTOHEADER@ 47 45 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48 47 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 49 INSTALL_DATA = @INSTALL_DATA@ 50 install_sh_DATA = $(install_sh) -c -m 644 51 install_sh_PROGRAM = $(install_sh) -c 52 install_sh_SCRIPT = $(install_sh) -c 51 53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 54 INSTALL_HEADER = $(INSTALL_DATA) 52 55 transform = @program_transform_name@ 53 54 56 NORMAL_INSTALL = : 55 57 PRE_INSTALL = : … … 60 62 host_alias = @host_alias@ 61 63 host_triplet = @host@ 64 65 EXEEXT = @EXEEXT@ 66 OBJEXT = @OBJEXT@ 67 PATH_SEPARATOR = @PATH_SEPARATOR@ 62 68 ALSA_LIBS = @ALSA_LIBS@ 69 AMTAR = @AMTAR@ 63 70 AR = @AR@ 64 71 AS = @AS@ 72 AWK = @AWK@ 73 BUILD_MONITOR = @BUILD_MONITOR@ 65 74 CC = @CC@ 66 75 CXX = @CXX@ 67 76 CXXCPP = @CXXCPP@ 77 DEPDIR = @DEPDIR@ 68 78 DLLTOOL = @DLLTOOL@ 69 79 ECHO = @ECHO@ 70 80 EGREP = @EGREP@ 71 EXEEXT = @EXEEXT@72 81 F77 = @F77@ 73 82 GCJ = @GCJ@ 74 83 GCJFLAGS = @GCJFLAGS@ 75 84 HAVE_DOXYGEN = @HAVE_DOXYGEN@ 76 HAVE_LIB = @HAVE_LIB@ 77 LIB = @LIB@ 85 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 78 86 LIBTOOL = @LIBTOOL@ 79 87 LN_S = @LN_S@ 80 LTLIB = @LTLIB@81 MAKEINFO = @MAKEINFO@82 88 OBJDUMP = @OBJDUMP@ 83 OBJEXT = @OBJEXT@84 89 PACKAGE = @PACKAGE@ 85 90 PACKAGE_PLUGIN_DIR = @PACKAGE_PLUGIN_DIR@ … … 91 96 STRIP = @STRIP@ 92 97 VERSION = @VERSION@ 98 am__include = @am__include@ 99 am__quote = @am__quote@ 100 install_sh = @install_sh@ 93 101 94 102 INCLUDES = … … 96 104 lib_LTLIBRARIES = libctxdata.la 97 105 98 libctxdata_la_SOURCES = ctxdata.h cd_list.c cd_scalar.c cd_set.c 106 libctxdata_la_SOURCES = \ 107 ctxdata.h \ 108 cd_list.c \ 109 cd_scalar.c \ 110 cd_set.c 99 111 100 112 101 113 include_HEADERS = ctxdata.h 114 subdir = src/ctxdata 102 115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 103 CONFIG_HEADER = ../../config.h 104 CONFIG_CLEAN_FILES = 105 LTLIBRARIES = $(lib_LTLIBRARIES) 106 107 108 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. 116 CONFIG_HEADER = $(top_builddir)/config.h 117 CONFIG_CLEAN_FILES = 118 LTLIBRARIES = $(lib_LTLIBRARIES) 119 120 libctxdata_la_LDFLAGS = 121 libctxdata_la_LIBADD = 122 am_libctxdata_la_OBJECTS = cd_list.lo cd_scalar.lo cd_set.lo 123 libctxdata_la_OBJECTS = $(am_libctxdata_la_OBJECTS) 124 125 DEFS = @DEFS@ 126 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 109 127 CPPFLAGS = @CPPFLAGS@ 110 128 LDFLAGS = @LDFLAGS@ 111 129 LIBS = @LIBS@ 112 libctxdata_la_LDFLAGS = 113 libctxdata_la_LIBADD = 114 libctxdata_la_OBJECTS = cd_list.lo cd_scalar.lo cd_set.lo 130 depcomp = $(SHELL) $(top_srcdir)/depcomp 131 am__depfiles_maybe = depfiles 132 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cd_list.Plo \ 133 @AMDEP_TRUE@ ./$(DEPDIR)/cd_scalar.Plo ./$(DEPDIR)/cd_set.Plo 134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 135 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 136 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 137 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 138 CCLD = $(CC) 139 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 140 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 115 141 CFLAGS = @CFLAGS@ 116 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 117 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 118 CCLD = $(CC) 119 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 120 HEADERS = $(include_HEADERS) 121 122 DIST_COMMON = Makefile.am Makefile.in 123 124 125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 126 127 TAR = tar 128 GZIP_ENV = --best 142 DIST_SOURCES = $(libctxdata_la_SOURCES) 143 HEADERS = $(include_HEADERS) 144 145 DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in 129 146 SOURCES = $(libctxdata_la_SOURCES) 130 OBJECTS = $(libctxdata_la_OBJECTS) 131 132 all: all-redirect 147 148 all: all-am 149 133 150 .SUFFIXES: 134 .SUFFIXES: .S .c .lo .o .obj .s 135 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 136 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/ctxdata/Makefile 137 138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 139 cd $(top_builddir) \ 140 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 141 142 143 mostlyclean-libLTLIBRARIES: 144 145 clean-libLTLIBRARIES: 146 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 147 148 distclean-libLTLIBRARIES: 149 150 maintainer-clean-libLTLIBRARIES: 151 151 .SUFFIXES: .c .lo .o .obj 152 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 153 cd $(top_srcdir) && \ 154 $(AUTOMAKE) --gnu src/ctxdata/Makefile 155 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 156 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 157 libLTLIBRARIES_INSTALL = $(INSTALL) 152 158 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 153 159 @$(NORMAL_INSTALL) … … 155 161 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 156 162 if test -f $$p; then \ 157 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ 158 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ 163 f="`echo $$p | sed -e 's|^.*/||'`"; \ 164 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ 165 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ 159 166 else :; fi; \ 160 167 done … … 162 169 uninstall-libLTLIBRARIES: 163 170 @$(NORMAL_UNINSTALL) 164 list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 165 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 166 done 167 168 .c.o: 169 $(COMPILE) -c $< 170 171 # FIXME: We should only use cygpath when building on Windows, 172 # and only if it is available. 173 .c.obj: 174 $(COMPILE) -c `cygpath -w $<` 175 176 .s.o: 177 $(COMPILE) -c $< 178 179 .S.o: 180 $(COMPILE) -c $< 171 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 172 p="`echo $$p | sed -e 's|^.*/||'`"; \ 173 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ 174 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ 175 done 176 177 clean-libLTLIBRARIES: 178 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 179 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 180 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 181 test -z "$dir" && dir=.; \ 182 echo "rm -f \"$${dir}/so_locations\""; \ 183 rm -f "$${dir}/so_locations"; \ 184 done 185 libctxdata.la: $(libctxdata_la_OBJECTS) $(libctxdata_la_DEPENDENCIES) 186 $(LINK) -rpath $(libdir) $(libctxdata_la_LDFLAGS) $(libctxdata_la_OBJECTS) $(libctxdata_la_LIBADD) $(LIBS) 181 187 182 188 mostlyclean-compile: 183 -rm -f *.o core *.core 184 -rm -f *.$(OBJEXT) 185 186 clean-compile: 189 -rm -f *.$(OBJEXT) core *.core 187 190 188 191 distclean-compile: 189 192 -rm -f *.tab.c 190 193 191 maintainer-clean-compile: 194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_list.Plo@am__quote@ 195 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_scalar.Plo@am__quote@ 196 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_set.Plo@am__quote@ 197 198 distclean-depend: 199 -rm -rf ./$(DEPDIR) 200 201 .c.o: 202 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 203 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 204 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 205 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 206 207 .c.obj: 208 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 209 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 210 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 211 $(COMPILE) -c `cygpath -w $<` 192 212 193 213 .c.lo: 194 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 195 196 .s.lo: 197 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 198 199 .S.lo: 200 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 214 @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 215 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 216 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 217 $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< 218 CCDEPMODE = @CCDEPMODE@ 201 219 202 220 mostlyclean-libtool: … … 207 225 208 226 distclean-libtool: 209 210 maintainer-clean-libtool: 211 212 libctxdata.la: $(libctxdata_la_OBJECTS) $(libctxdata_la_DEPENDENCIES) 213 $(LINK) -rpath $(libdir) $(libctxdata_la_LDFLAGS) $(libctxdata_la_OBJECTS) $(libctxdata_la_LIBADD) $(LIBS) 214 227 -rm -f libtool 228 uninstall-info-am: 229 includeHEADERS_INSTALL = $(INSTALL_HEADER) 215 230 install-includeHEADERS: $(include_HEADERS) 216 231 @$(NORMAL_INSTALL) 217 232 $(mkinstalldirs) $(DESTDIR)$(includedir) 218 233 @list='$(include_HEADERS)'; for p in $$list; do \ 219 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ 220 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ 221 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ 234 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 235 f="`echo $$p | sed -e 's|^.*/||'`"; \ 236 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ 237 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ 222 238 done 223 239 224 240 uninstall-includeHEADERS: 225 241 @$(NORMAL_UNINSTALL) 226 list='$(include_HEADERS)'; for p in $$list; do \ 227 rm -f $(DESTDIR)$(includedir)/$$p; \ 228 done 242 @list='$(include_HEADERS)'; for p in $$list; do \ 243 f="`echo $$p | sed -e 's|^.*/||'`"; \ 244 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ 245 rm -f $(DESTDIR)$(includedir)/$$f; \ 246 done 247 248 ETAGS = etags 249 ETAGSFLAGS = 229 250 230 251 tags: TAGS 231 252 232 ID: $(HEADERS) $(SOURCES) $(LISP) 233 list='$(SOURCES) $(HEADERS)'; \ 234 unique=`for i in $$list; do echo $$i; done | \ 235 awk ' { files[$$0] = 1; } \ 253 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 254 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 255 unique=`for i in $$list; do \ 256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 257 done | \ 258 $(AWK) ' { files[$$0] = 1; } \ 236 259 END { for (i in files) print i; }'`; \ 237 here=`pwd` && cd $(srcdir) \238 && mkid -f$$here/ID $$unique $(LISP) 239 240 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)260 mkid -fID $$unique 261 262 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 263 $(TAGS_FILES) $(LISP) 241 264 tags=; \ 242 265 here=`pwd`; \ 243 list='$(SOURCES) $(HEADERS)'; \ 244 unique=`for i in $$list; do echo $$i; done | \ 245 awk ' { files[$$0] = 1; } \ 266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 267 unique=`for i in $$list; do \ 268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 269 done | \ 270 $(AWK) ' { files[$$0] = 1; } \ 246 271 END { for (i in files) print i; }'`; \ 247 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 248 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) 249 250 mostlyclean-tags: 251 252 clean-tags: 272 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 273 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 274 $$tags $$unique 275 276 GTAGS: 277 here=`$(am__cd) $(top_builddir) && pwd` \ 278 && cd $(top_srcdir) \ 279 && gtags -i $(GTAGS_ARGS) $$here 253 280 254 281 distclean-tags: 255 -rm -f TAGS ID 256 257 maintainer-clean-tags: 258 259 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 260 261 subdir = src/ctxdata 282 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 283 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 284 285 top_distdir = ../.. 286 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 262 287 263 288 distdir: $(DISTFILES) 264 @for file in $(DISTFILES); do \ 265 d=$(srcdir); \ 289 @list='$(DISTFILES)'; for file in $$list; do \ 290 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 291 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 292 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 293 dir="/$$dir"; \ 294 $(mkinstalldirs) "$(distdir)$$dir"; \ 295 else \ 296 dir=''; \ 297 fi; \ 266 298 if test -d $$d/$$file; then \ 267 cp -pr $$d/$$file $(distdir)/$$file; \ 299 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 300 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 301 fi; \ 302 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 268 303 else \ 269 304 test -f $(distdir)/$$file \ 270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null\271 || cp -p $$d/$$file $(distdir)/$$file || :; \305 || cp -p $$d/$$file $(distdir)/$$file \ 306 || exit 1; \ 272 307 fi; \ 273 308 done 274 275 info-am:276 info: info-am277 dvi-am:278 dvi: dvi-am279 309 check-am: all-am 280 310 check: check-am 281 installcheck-am: 282 installcheck: installcheck-am 283 install-exec-am: install-libLTLIBRARIES 311 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 312 313 installdirs: 314 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 315 316 install: install-am 284 317 install-exec: install-exec-am 285 286 install-data-am: install-includeHEADERS287 318 install-data: install-data-am 319 uninstall: uninstall-am 288 320 289 321 install-am: all-am 290 322 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 291 install: install-am 292 uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS 293 uninstall: uninstall-am 294 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 295 all-redirect: all-am 323 324 installcheck: installcheck-am 296 325 install-strip: 297 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 298 installdirs: 299 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) 300 301 326 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 327 INSTALL_STRIP_FLAG=-s \ 328 `test -z '$(STRIP)' || \ 329 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 302 330 mostlyclean-generic: 303 331 … … 306 334 distclean-generic: 307 335 -rm -f Makefile $(CONFIG_CLEAN_FILES) 308 -rm -f config.cache config.log stamp-h stamp-h[0-9]*309 336 310 337 maintainer-clean-generic: 311 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ 312 mostlyclean-libtool mostlyclean-tags \ 313 mostlyclean-generic 338 @echo "This command is intended for maintainers to use" 339 @echo "it deletes files that may require special tools to rebuild." 340 clean: clean-am 341 342 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 343 mostlyclean-am 344 345 distclean: distclean-am 346 347 distclean-am: clean-am distclean-compile distclean-depend \ 348 distclean-generic distclean-libtool distclean-tags 349 350 dvi: dvi-am 351 352 dvi-am: 353 354 info: info-am 355 356 info-am: 357 358 install-data-am: install-includeHEADERS 359 360 install-exec-am: install-libLTLIBRARIES 361 362 install-info: install-info-am 363 364 install-man: 365 366 installcheck-am: 367 368 maintainer-clean: maintainer-clean-am 369 370 maintainer-clean-am: distclean-am maintainer-clean-generic 314 371 315 372 mostlyclean: mostlyclean-am 316 373 317 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ 318 clean-generic mostlyclean-am 319 320 clean: clean-am 321 322 distclean-am: distclean-libLTLIBRARIES distclean-compile \ 323 distclean-libtool distclean-tags distclean-generic \ 324 clean-am 325 -rm -f libtool 326 327 distclean: distclean-am 328 329 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ 330 maintainer-clean-compile maintainer-clean-libtool \ 331 maintainer-clean-tags maintainer-clean-generic \ 332 distclean-am 333 @echo "This command is intended for maintainers to use;" 334 @echo "it deletes files that may require special tools to rebuild." 335 336 maintainer-clean: maintainer-clean-am 337 338 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ 339 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ 340 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ 341 distclean-compile clean-compile maintainer-clean-compile \ 342 mostlyclean-libtool distclean-libtool clean-libtool \ 343 maintainer-clean-libtool uninstall-includeHEADERS \ 344 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \ 345 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ 346 installcheck-am installcheck install-exec-am install-exec \ 347 install-data-am install-data install-am install uninstall-am uninstall \ 348 all-redirect all-am all installdirs mostlyclean-generic \ 349 distclean-generic clean-generic maintainer-clean-generic clean \ 350 mostlyclean distclean maintainer-clean 351 374 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 375 mostlyclean-libtool 376 377 uninstall-am: uninstall-includeHEADERS uninstall-info-am \ 378 uninstall-libLTLIBRARIES 379 380 .PHONY: GTAGS all all-am check check-am clean clean-generic \ 381 clean-libLTLIBRARIES clean-libtool distclean distclean-compile \ 382 distclean-depend distclean-generic distclean-libtool \ 383 distclean-tags distdir dvi dvi-am info info-am install \ 384 install-am install-data install-data-am install-exec \ 385 install-exec-am install-includeHEADERS install-info \ 386 install-info-am install-libLTLIBRARIES install-man \ 387 install-strip installcheck installcheck-am installdirs \ 388 maintainer-clean maintainer-clean-generic mostlyclean \ 389 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 390 tags uninstall uninstall-am uninstall-includeHEADERS \ 391 uninstall-info-am uninstall-libLTLIBRARIES 352 392 353 393 # Tell versions [3.59,3.63) of GNU make to not export all variables. libremix/libremix/src/examples/Makefile.am
r161 r168 1 1 2 INCLUDES = -I$(top_srcdir)/ctxdata -I$(top_srcdir)/include 3 noinst_PROGRAMS = cd_list_test noisedemo squaredemo sndfiledemo 2 INCLUDES = -I$(top_srcdir)/src/ctxdata -I$(top_srcdir)/include -I../ctxdata 3 4 if BUILD_MONITOR 5 monitor_programs = noisedemo squaredemo sndfiledemo 6 endif 7 8 noinst_PROGRAMS = cd_list_test $(monitor_programs) 4 9 5 10 EXTRA_DIST = 909_cl.wav 1052.wav libremix/libremix/src/examples/Makefile.in
r161 r168 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am 2 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 1 # Makefile.in generated by automake 1.6.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 # Free Software Foundation, Inc. 4 6 # This Makefile.in is free software; the Free Software Foundation 5 7 # gives unlimited permission to copy and/or distribute it, … … 11 13 # PARTICULAR PURPOSE. 12 14 13 15 @SET_MAKE@ 14 16 SHELL = @SHELL@ 15 17 … … 32 34 includedir = @includedir@ 33 35 oldincludedir = /usr/include 34 35 DESTDIR =36 37 36 pkgdatadir = $(datadir)/@PACKAGE@ 38 37 pkglibdir = $(libdir)/@PACKAGE@ 39 38 pkgincludedir = $(includedir)/@PACKAGE@ 40 41 39 top_builddir = ../.. 42 40 … … 46 44 AUTOHEADER = @AUTOHEADER@ 47 45 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48 47 INSTALL = @INSTALL@ 49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50 49 INSTALL_DATA = @INSTALL_DATA@ 50 install_sh_DATA = $(install_sh) -c -m 644 51 install_sh_PROGRAM = $(install_sh) -c 52 install_sh_SCRIPT = $(install_sh) -c 51 53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 54 INSTALL_HEADER = $(INSTALL_DATA) 52 55 transform = @program_transform_name@ 53 54 56 NORMAL_INSTALL = : 55 57 PRE_INSTALL = : … … 60 62 host_alias = @host_alias@ 61 63 host_triplet = @host@ 64 65 EXEEXT = @EXEEXT@ 66 OBJEXT = @OBJEXT@ 67 PATH_SEPARATOR = @PATH_SEPARATOR@ 62 68 ALSA_LIBS = @ALSA_LIBS@ 69 AMTAR = @AMTAR@ 63 70 AR = @AR@ 64 71 AS = @AS@ 72 AWK = @AWK@ 73
