Freeverb3 VST plugins
Revision | 65305e5414846a37acb0f6f67c088a8f45accca8 (tree) |
---|---|
Zeit | 2017-11-07 22:05:30 |
Autor | Teru Kamogashira <tkamogashira@user...> |
Commiter | Teru Kamogashira |
Added VST files.
@@ -9,6 +9,35 @@ | ||
9 | 9 | |
10 | 10 | Please refer to the tutorial page of the freeverb3_vst website for more information. |
11 | 11 | |
12 | +=================== | |
13 | +System Requirements | |
14 | +=================== | |
15 | + | |
16 | +- Windows version | |
17 | + * X86 (32bit) | |
18 | + CPU with SSE or SSE2 instructions | |
19 | + >= WindowsXP | |
20 | + * AMD64 (64bit) | |
21 | + Any CPUs supporting AMD64 | |
22 | + >= WindowsXP | |
23 | + | |
24 | +- Mac OS X version | |
25 | + * PowerPC (32bit) | |
26 | + >= PowerPC G4 | |
27 | + >= Mac OS X 10.4 | |
28 | + | |
29 | + * PowerPC (64bit) | |
30 | + PowerPC G5 | |
31 | + >= Mac OS X 10.5 | |
32 | + | |
33 | + * X86 32bit | |
34 | + >= Xeon nocona | |
35 | + >= Mac OS X 10.4.4 | |
36 | + | |
37 | + * AMD64 64bit | |
38 | + Any CPUs supporting AMD64 | |
39 | + >= Mac OS X 10.5 | |
40 | + | |
12 | 41 | =============================== |
13 | 42 | How to build binaries (Windows) |
14 | 43 | =============================== |
@@ -59,29 +88,31 @@ | ||
59 | 88 | The configure example shell scripts are in the cross-sh directory. |
60 | 89 | Binary packages and self built packages of Apple GCC and odcctools are used to build the current Freeverb3VST binary package. |
61 | 90 | |
62 | -- PowerPC | |
91 | +- PowerPC (G4:ppc_7400) | |
63 | 92 | - X86 |
64 | 93 | SDK version: MacOSX10.4u.sdk |
65 | 94 | odcctools-698.1od9(odcctools-20090808) |
66 | - gcc-5247 | |
95 | + gcc-5247 (gcc-4.0.1) | |
67 | 96 | biolpc22.york.ac.uk_pub_linux-mac-cross/mac-cross-gcc-2009-12-01/odcctools-20090808-gcc-5247-bin.tar.bz2 -> /opt/mac |
68 | 97 | |
69 | 98 | - PowerPC 64bit |
70 | 99 | SDK version: MacOSX10.4u.sdk |
71 | 100 | odcctools-758.1od1 (odcctools-svn-20111128.tar.bz2) |
72 | - gcc-5490 (https://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt) | |
101 | + gcc-5490 (gcc-4.0.1) (https://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt) | |
73 | 102 | (gcc-5490-odcctools-758.1od1-powerpc64.tar.xz) -> /opt/mac/p64 |
74 | 103 | |
75 | 104 | - AMD64 |
76 | 105 | SDK version: MacOSX10.5.sdk |
77 | 106 | odcctools-758.1od1 (odcctools-svn-20111128.tar.bz2) |
78 | - gcc-5490 (https://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt) | |
107 | + gcc-5490 (gcc-4.0.1) (https://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt) | |
79 | 108 | (gcc-5490-odcctools-758.1od1-x86_64.tar.xz) -> /opt/mac/x64 |
80 | 109 | |
81 | 110 | These files are available from the dev package download section of Freeverb3VST site. |
82 | 111 | The files should be installed on the paths above to use the build scripts. |
83 | 112 | |
84 | 113 | Compilers and toolchains for PowerPC 64bit and AMD64 versions are built on gcc-4.4.5 with commands below. |
114 | +Compilers for PowerPC 64bit version are built for 10.4u SDK, however, the GUI frameworks are not supported in Mac OS X 10.4/ppc64. | |
115 | +The plugins for ppc64 are built with 10.5 SDK with explicit options. | |
85 | 116 | |
86 | 117 | ./configure --prefix=/opt/mac/p64 --target=powerpc64-apple-darwin9 --with-sysroot=/opt/mac/SDKs/MacOSX10.4u.sdk --enable-ld64 |
87 | 118 | ./configure --prefix=/opt/mac/x64 --target=x86_64-apple-darwin9 --with-sysroot=/opt/mac/SDKs/MacOSX10.5.sdk --enable-ld64 |
@@ -0,0 +1,752 @@ | ||
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 | +target_triplet = @target@ | |
82 | +subdir = VST | |
83 | +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
84 | + $(top_srcdir)/config/depcomp | |
85 | +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
86 | +am__aclocal_m4_deps = $(top_srcdir)/m4/clip_mode.m4 \ | |
87 | + $(top_srcdir)/m4/endian.m4 $(top_srcdir)/m4/flex_array.m4 \ | |
88 | + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \ | |
89 | + $(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
90 | + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
91 | + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |
92 | +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
93 | + $(ACLOCAL_M4) | |
94 | +mkinstalldirs = $(install_sh) -d | |
95 | +CONFIG_HEADER = $(top_builddir)/fv3_config.h | |
96 | +CONFIG_CLEAN_FILES = | |
97 | +CONFIG_CLEAN_VPATH_FILES = | |
98 | +LTLIBRARIES = $(noinst_LTLIBRARIES) | |
99 | +VST_la_LIBADD = | |
100 | +am_VST_la_OBJECTS = audioeffect.lo audioeffectx.lo | |
101 | +VST_la_OBJECTS = $(am_VST_la_OBJECTS) | |
102 | +AM_V_lt = $(am__v_lt_@AM_V@) | |
103 | +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
104 | +am__v_lt_0 = --silent | |
105 | +am__v_lt_1 = | |
106 | +VST_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
107 | + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
108 | + $(CXXFLAGS) $(VST_la_LDFLAGS) $(LDFLAGS) -o $@ | |
109 | +AM_V_P = $(am__v_P_@AM_V@) | |
110 | +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
111 | +am__v_P_0 = false | |
112 | +am__v_P_1 = : | |
113 | +AM_V_GEN = $(am__v_GEN_@AM_V@) | |
114 | +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
115 | +am__v_GEN_0 = @echo " GEN " $@; | |
116 | +am__v_GEN_1 = | |
117 | +AM_V_at = $(am__v_at_@AM_V@) | |
118 | +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
119 | +am__v_at_0 = @ | |
120 | +am__v_at_1 = | |
121 | +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
122 | +depcomp = $(SHELL) $(top_srcdir)/config/depcomp | |
123 | +am__depfiles_maybe = depfiles | |
124 | +am__mv = mv -f | |
125 | +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
126 | + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
127 | +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
128 | + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ | |
129 | + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
130 | + $(AM_CXXFLAGS) $(CXXFLAGS) | |
131 | +AM_V_CXX = $(am__v_CXX_@AM_V@) | |
132 | +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) | |
133 | +am__v_CXX_0 = @echo " CXX " $@; | |
134 | +am__v_CXX_1 = | |
135 | +CXXLD = $(CXX) | |
136 | +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
137 | + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
138 | + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
139 | +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) | |
140 | +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) | |
141 | +am__v_CXXLD_0 = @echo " CXXLD " $@; | |
142 | +am__v_CXXLD_1 = | |
143 | +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
144 | + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
145 | +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
146 | + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
147 | + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
148 | + $(AM_CFLAGS) $(CFLAGS) | |
149 | +AM_V_CC = $(am__v_CC_@AM_V@) | |
150 | +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
151 | +am__v_CC_0 = @echo " CC " $@; | |
152 | +am__v_CC_1 = | |
153 | +CCLD = $(CC) | |
154 | +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
155 | + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
156 | + $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
157 | +AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
158 | +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
159 | +am__v_CCLD_0 = @echo " CCLD " $@; | |
160 | +am__v_CCLD_1 = | |
161 | +SOURCES = $(VST_la_SOURCES) | |
162 | +DIST_SOURCES = $(VST_la_SOURCES) | |
163 | +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | |
164 | + ctags-recursive dvi-recursive html-recursive info-recursive \ | |
165 | + install-data-recursive install-dvi-recursive \ | |
166 | + install-exec-recursive install-html-recursive \ | |
167 | + install-info-recursive install-pdf-recursive \ | |
168 | + install-ps-recursive install-recursive installcheck-recursive \ | |
169 | + installdirs-recursive pdf-recursive ps-recursive \ | |
170 | + tags-recursive uninstall-recursive | |
171 | +am__can_run_installinfo = \ | |
172 | + case $$AM_UPDATE_INFO_DIR in \ | |
173 | + n|no|NO) false;; \ | |
174 | + *) (install-info --version) >/dev/null 2>&1;; \ | |
175 | + esac | |
176 | +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
177 | + distclean-recursive maintainer-clean-recursive | |
178 | +am__recursive_targets = \ | |
179 | + $(RECURSIVE_TARGETS) \ | |
180 | + $(RECURSIVE_CLEAN_TARGETS) \ | |
181 | + $(am__extra_recursive_targets) | |
182 | +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
183 | + distdir | |
184 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
185 | +# Read a list of newline-separated strings from the standard input, | |
186 | +# and print each of them once, without duplicates. Input order is | |
187 | +# *not* preserved. | |
188 | +am__uniquify_input = $(AWK) '\ | |
189 | + BEGIN { nonempty = 0; } \ | |
190 | + { items[$$0] = 1; nonempty = 1; } \ | |
191 | + END { if (nonempty) { for (i in items) print i; }; } \ | |
192 | +' | |
193 | +# Make sure the list of sources is unique. This is necessary because, | |
194 | +# e.g., the same source file might be shared among _SOURCES variables | |
195 | +# for different programs/libraries. | |
196 | +am__define_uniq_tagged_files = \ | |
197 | + list='$(am__tagged_files)'; \ | |
198 | + unique=`for i in $$list; do \ | |
199 | + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
200 | + done | $(am__uniquify_input)` | |
201 | +ETAGS = etags | |
202 | +CTAGS = ctags | |
203 | +DIST_SUBDIRS = $(SUBDIRS) | |
204 | +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
205 | +am__relativize = \ | |
206 | + dir0=`pwd`; \ | |
207 | + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
208 | + sed_rest='s,^[^/]*/*,,'; \ | |
209 | + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
210 | + sed_butlast='s,/*[^/]*$$,,'; \ | |
211 | + while test -n "$$dir1"; do \ | |
212 | + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
213 | + if test "$$first" != "."; then \ | |
214 | + if test "$$first" = ".."; then \ | |
215 | + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
216 | + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
217 | + else \ | |
218 | + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
219 | + if test "$$first2" = "$$first"; then \ | |
220 | + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
221 | + else \ | |
222 | + dir2="../$$dir2"; \ | |
223 | + fi; \ | |
224 | + dir0="$$dir0"/"$$first"; \ | |
225 | + fi; \ | |
226 | + fi; \ | |
227 | + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
228 | + done; \ | |
229 | + reldir="$$dir2" | |
230 | +ACLOCAL = @ACLOCAL@ | |
231 | +AMTAR = @AMTAR@ | |
232 | +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
233 | +AR = @AR@ | |
234 | +AS = @AS@ | |
235 | +AUTOCONF = @AUTOCONF@ | |
236 | +AUTOHEADER = @AUTOHEADER@ | |
237 | +AUTOMAKE = @AUTOMAKE@ | |
238 | +AWK = @AWK@ | |
239 | +CC = @CC@ | |
240 | +CCDEPMODE = @CCDEPMODE@ | |
241 | +CFLAGS = @CFLAGS@ | |
242 | +CPP = @CPP@ | |
243 | +CPPFLAGS = @CPPFLAGS@ | |
244 | +CXX = @CXX@ | |
245 | +CXXCPP = @CXXCPP@ | |
246 | +CXXDEPMODE = @CXXDEPMODE@ | |
247 | +CXXFLAGS = @CXXFLAGS@ | |
248 | +CYGPATH_W = @CYGPATH_W@ | |
249 | +DEFS = @DEFS@ | |
250 | +DEPDIR = @DEPDIR@ | |
251 | +DLLTOOL = @DLLTOOL@ | |
252 | +DSYMUTIL = @DSYMUTIL@ | |
253 | +DUMPBIN = @DUMPBIN@ | |
254 | +ECHO_C = @ECHO_C@ | |
255 | +ECHO_N = @ECHO_N@ | |
256 | +ECHO_T = @ECHO_T@ | |
257 | +EGREP = @EGREP@ | |
258 | +EXEEXT = @EXEEXT@ | |
259 | +FGREP = @FGREP@ | |
260 | +GREP = @GREP@ | |
261 | +INSTALL = @INSTALL@ | |
262 | +INSTALL_DATA = @INSTALL_DATA@ | |
263 | +INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
264 | +INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
265 | +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
266 | +LD = @LD@ | |
267 | +LDFLAGS = @LDFLAGS@ | |
268 | +LIBOBJS = @LIBOBJS@ | |
269 | +LIBS = @LIBS@ | |
270 | +LIBTOOL = @LIBTOOL@ | |
271 | +LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@ | |
272 | +LIPO = @LIPO@ | |
273 | +LN_S = @LN_S@ | |
274 | +LTLIBOBJS = @LTLIBOBJS@ | |
275 | +MAJOR = @MAJOR@ | |
276 | +MAKEINFO = @MAKEINFO@ | |
277 | +MANIFEST_TOOL = @MANIFEST_TOOL@ | |
278 | +MINOR = @MINOR@ | |
279 | +MKDIR_P = @MKDIR_P@ | |
280 | +NM = @NM@ | |
281 | +NMEDIT = @NMEDIT@ | |
282 | +OBJC = @OBJC@ | |
283 | +OBJCDEPMODE = @OBJCDEPMODE@ | |
284 | +OBJCFLAGS = @OBJCFLAGS@ | |
285 | +OBJCXX = @OBJCXX@ | |
286 | +OBJCXXDEPMODE = @OBJCXXDEPMODE@ | |
287 | +OBJCXXFLAGS = @OBJCXXFLAGS@ | |
288 | +OBJDUMP = @OBJDUMP@ | |
289 | +OBJEXT = @OBJEXT@ | |
290 | +OTOOL = @OTOOL@ | |
291 | +OTOOL64 = @OTOOL64@ | |
292 | +PACKAGE = @PACKAGE@ | |
293 | +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
294 | +PACKAGE_NAME = @PACKAGE_NAME@ | |
295 | +PACKAGE_STRING = @PACKAGE_STRING@ | |
296 | +PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
297 | +PACKAGE_URL = @PACKAGE_URL@ | |
298 | +PACKAGE_VERSION = @PACKAGE_VERSION@ | |
299 | +PATH_SEPARATOR = @PATH_SEPARATOR@ | |
300 | +RANLIB = @RANLIB@ | |
301 | +RELEASE = @RELEASE@ | |
302 | +SED = @SED@ | |
303 | +SET_MAKE = @SET_MAKE@ | |
304 | +SF_COUNT_MAX = @SF_COUNT_MAX@ | |
305 | +SHELL = @SHELL@ | |
306 | +SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@ | |
307 | +STRIP = @STRIP@ | |
308 | +TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@ | |
309 | +VERSION = @VERSION@ | |
310 | +WINDRES = @WINDRES@ | |
311 | +abs_builddir = @abs_builddir@ | |
312 | +abs_srcdir = @abs_srcdir@ | |
313 | +abs_top_builddir = @abs_top_builddir@ | |
314 | +abs_top_srcdir = @abs_top_srcdir@ | |
315 | +ac_ct_AR = @ac_ct_AR@ | |
316 | +ac_ct_CC = @ac_ct_CC@ | |
317 | +ac_ct_CXX = @ac_ct_CXX@ | |
318 | +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
319 | +ac_ct_OBJC = @ac_ct_OBJC@ | |
320 | +ac_ct_OBJCXX = @ac_ct_OBJCXX@ | |
321 | +am__include = @am__include@ | |
322 | +am__leading_dot = @am__leading_dot@ | |
323 | +am__quote = @am__quote@ | |
324 | +am__tar = @am__tar@ | |
325 | +am__untar = @am__untar@ | |
326 | +bindir = @bindir@ | |
327 | +build = @build@ | |
328 | +build_alias = @build_alias@ | |
329 | +build_cpu = @build_cpu@ | |
330 | +build_os = @build_os@ | |
331 | +build_vendor = @build_vendor@ | |
332 | +builddir = @builddir@ | |
333 | +cv_cocoa = @cv_cocoa@ | |
334 | +cv_dstr = @cv_dstr@ | |
335 | +cv_expatn = @cv_expatn@ | |
336 | +cv_fftw3n = @cv_fftw3n@ | |
337 | +cv_libflacn = @cv_libflacn@ | |
338 | +cv_liboggn = @cv_liboggn@ | |
339 | +cv_libvorbisn = @cv_libvorbisn@ | |
340 | +cv_macarchstr = @cv_macarchstr@ | |
341 | +cv_mingwrt = @cv_mingwrt@ | |
342 | +cv_vsttarget = @cv_vsttarget@ | |
343 | +cv_x64 = @cv_x64@ | |
344 | +datadir = @datadir@ | |
345 | +datarootdir = @datarootdir@ | |
346 | +docdir = @docdir@ | |
347 | +dvidir = @dvidir@ | |
348 | +exec_prefix = @exec_prefix@ | |
349 | +host = @host@ | |
350 | +host_alias = @host_alias@ | |
351 | +host_cpu = @host_cpu@ | |
352 | +host_os = @host_os@ | |
353 | +host_vendor = @host_vendor@ | |
354 | +htmldir = @htmldir@ | |
355 | +includedir = @includedir@ | |
356 | +infodir = @infodir@ | |
357 | +install_sh = @install_sh@ | |
358 | +libdir = @libdir@ | |
359 | +libexecdir = @libexecdir@ | |
360 | +lipo = @lipo@ | |
361 | +localedir = @localedir@ | |
362 | +localstatedir = @localstatedir@ | |
363 | +mandir = @mandir@ | |
364 | +mkdir_p = @mkdir_p@ | |
365 | +oldincludedir = @oldincludedir@ | |
366 | +pdfdir = @pdfdir@ | |
367 | +prefix = @prefix@ | |
368 | +program_transform_name = @program_transform_name@ | |
369 | +psdir = @psdir@ | |
370 | +sbindir = @sbindir@ | |
371 | +sharedstatedir = @sharedstatedir@ | |
372 | +srcdir = @srcdir@ | |
373 | +sysconfdir = @sysconfdir@ | |
374 | +target = @target@ | |
375 | +target_alias = @target_alias@ | |
376 | +target_cpu = @target_cpu@ | |
377 | +target_os = @target_os@ | |
378 | +target_vendor = @target_vendor@ | |
379 | +top_build_prefix = @top_build_prefix@ | |
380 | +top_builddir = @top_builddir@ | |
381 | +top_srcdir = @top_srcdir@ | |
382 | +SUBDIRS = pluginterfaces | |
383 | +noinst_LTLIBRARIES = VST.la | |
384 | +INCLUDES = -I$(top_srcdir)/VST | |
385 | +VST_la_LDFLAGS = -module -avoid-version | |
386 | +VST_la_SOURCES = aeffeditor.h audioeffect.cpp audioeffect.h audioeffectx.cpp audioeffectx.h | |
387 | +all: all-recursive | |
388 | + | |
389 | +.SUFFIXES: | |
390 | +.SUFFIXES: .cpp .lo .o .obj | |
391 | +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
392 | + @for dep in $?; do \ | |
393 | + case '$(am__configure_deps)' in \ | |
394 | + *$$dep*) \ | |
395 | + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
396 | + && { if test -f $@; then exit 0; else break; fi; }; \ | |
397 | + exit 1;; \ | |
398 | + esac; \ | |
399 | + done; \ | |
400 | + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu VST/Makefile'; \ | |
401 | + $(am__cd) $(top_srcdir) && \ | |
402 | + $(AUTOMAKE) --gnu VST/Makefile | |
403 | +.PRECIOUS: Makefile | |
404 | +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
405 | + @case '$?' in \ | |
406 | + *config.status*) \ | |
407 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
408 | + *) \ | |
409 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
410 | + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
411 | + esac; | |
412 | + | |
413 | +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
414 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
415 | + | |
416 | +$(top_srcdir)/configure: $(am__configure_deps) | |
417 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
418 | +$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
419 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
420 | +$(am__aclocal_m4_deps): | |
421 | + | |
422 | +clean-noinstLTLIBRARIES: | |
423 | + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
424 | + @list='$(noinst_LTLIBRARIES)'; \ | |
425 | + locs=`for p in $$list; do echo $$p; done | \ | |
426 | + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
427 | + sort -u`; \ | |
428 | + test -z "$$locs" || { \ | |
429 | + echo rm -f $${locs}; \ | |
430 | + rm -f $${locs}; \ | |
431 | + } | |
432 | + | |
433 | +VST.la: $(VST_la_OBJECTS) $(VST_la_DEPENDENCIES) $(EXTRA_VST_la_DEPENDENCIES) | |
434 | + $(AM_V_CXXLD)$(VST_la_LINK) $(VST_la_OBJECTS) $(VST_la_LIBADD) $(LIBS) | |
435 | + | |
436 | +mostlyclean-compile: | |
437 | + -rm -f *.$(OBJEXT) | |
438 | + | |
439 | +distclean-compile: | |
440 | + -rm -f *.tab.c | |
441 | + | |
442 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioeffect.Plo@am__quote@ | |
443 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audioeffectx.Plo@am__quote@ | |
444 | + | |
445 | +.cpp.o: | |
446 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
447 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
448 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
449 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
450 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< | |
451 | + | |
452 | +.cpp.obj: | |
453 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
454 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
455 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
456 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
457 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
458 | + | |
459 | +.cpp.lo: | |
460 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
461 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
462 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
463 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
464 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< | |
465 | + | |
466 | +mostlyclean-libtool: | |
467 | + -rm -f *.lo | |
468 | + | |
469 | +clean-libtool: | |
470 | + -rm -rf .libs _libs | |
471 | + | |
472 | +# This directory's subdirectories are mostly independent; you can cd | |
473 | +# into them and run 'make' without going through this Makefile. | |
474 | +# To change the values of 'make' variables: instead of editing Makefiles, | |
475 | +# (1) if the variable is set in 'config.status', edit 'config.status' | |
476 | +# (which will cause the Makefiles to be regenerated when you run 'make'); | |
477 | +# (2) otherwise, pass the desired values on the 'make' command line. | |
478 | +$(am__recursive_targets): | |
479 | + @fail=; \ | |
480 | + if $(am__make_keepgoing); then \ | |
481 | + failcom='fail=yes'; \ | |
482 | + else \ | |
483 | + failcom='exit 1'; \ | |
484 | + fi; \ | |
485 | + dot_seen=no; \ | |
486 | + target=`echo $@ | sed s/-recursive//`; \ | |
487 | + case "$@" in \ | |
488 | + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
489 | + *) list='$(SUBDIRS)' ;; \ | |
490 | + esac; \ | |
491 | + for subdir in $$list; do \ | |
492 | + echo "Making $$target in $$subdir"; \ | |
493 | + if test "$$subdir" = "."; then \ | |
494 | + dot_seen=yes; \ | |
495 | + local_target="$$target-am"; \ | |
496 | + else \ | |
497 | + local_target="$$target"; \ | |
498 | + fi; \ | |
499 | + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
500 | + || eval $$failcom; \ | |
501 | + done; \ | |
502 | + if test "$$dot_seen" = "no"; then \ | |
503 | + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
504 | + fi; test -z "$$fail" | |
505 | + | |
506 | +ID: $(am__tagged_files) | |
507 | + $(am__define_uniq_tagged_files); mkid -fID $$unique | |
508 | +tags: tags-recursive | |
509 | +TAGS: tags | |
510 | + | |
511 | +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
512 | + set x; \ | |
513 | + here=`pwd`; \ | |
514 | + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
515 | + include_option=--etags-include; \ | |
516 | + empty_fix=.; \ | |
517 | + else \ | |
518 | + include_option=--include; \ | |
519 | + empty_fix=; \ | |
520 | + fi; \ | |
521 | + list='$(SUBDIRS)'; for subdir in $$list; do \ | |
522 | + if test "$$subdir" = .; then :; else \ | |
523 | + test ! -f $$subdir/TAGS || \ | |
524 | + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
525 | + fi; \ | |
526 | + done; \ | |
527 | + $(am__define_uniq_tagged_files); \ | |
528 | + shift; \ | |
529 | + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
530 | + test -n "$$unique" || unique=$$empty_fix; \ | |
531 | + if test $$# -gt 0; then \ | |
532 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
533 | + "$$@" $$unique; \ | |
534 | + else \ | |
535 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
536 | + $$unique; \ | |
537 | + fi; \ | |
538 | + fi | |
539 | +ctags: ctags-recursive | |
540 | + | |
541 | +CTAGS: ctags | |
542 | +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
543 | + $(am__define_uniq_tagged_files); \ | |
544 | + test -z "$(CTAGS_ARGS)$$unique" \ | |
545 | + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
546 | + $$unique | |
547 | + | |
548 | +GTAGS: | |
549 | + here=`$(am__cd) $(top_builddir) && pwd` \ | |
550 | + && $(am__cd) $(top_srcdir) \ | |
551 | + && gtags -i $(GTAGS_ARGS) "$$here" | |
552 | +cscopelist: cscopelist-recursive | |
553 | + | |
554 | +cscopelist-am: $(am__tagged_files) | |
555 | + list='$(am__tagged_files)'; \ | |
556 | + case "$(srcdir)" in \ | |
557 | + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
558 | + *) sdir=$(subdir)/$(srcdir) ;; \ | |
559 | + esac; \ | |
560 | + for i in $$list; do \ | |
561 | + if test -f "$$i"; then \ | |
562 | + echo "$(subdir)/$$i"; \ | |
563 | + else \ | |
564 | + echo "$$sdir/$$i"; \ | |
565 | + fi; \ | |
566 | + done >> $(top_builddir)/cscope.files | |
567 | + | |
568 | +distclean-tags: | |
569 | + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
570 | + | |
571 | +distdir: $(DISTFILES) | |
572 | + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
573 | + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
574 | + list='$(DISTFILES)'; \ | |
575 | + dist_files=`for file in $$list; do echo $$file; done | \ | |
576 | + sed -e "s|^$$srcdirstrip/||;t" \ | |
577 | + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
578 | + case $$dist_files in \ | |
579 | + */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
580 | + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
581 | + sort -u` ;; \ | |
582 | + esac; \ | |
583 | + for file in $$dist_files; do \ | |
584 | + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
585 | + if test -d $$d/$$file; then \ | |
586 | + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
587 | + if test -d "$(distdir)/$$file"; then \ | |
588 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
589 | + fi; \ | |
590 | + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
591 | + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
592 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
593 | + fi; \ | |
594 | + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
595 | + else \ | |
596 | + test -f "$(distdir)/$$file" \ | |
597 | + || cp -p $$d/$$file "$(distdir)/$$file" \ | |
598 | + || exit 1; \ | |
599 | + fi; \ | |
600 | + done | |
601 | + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
602 | + if test "$$subdir" = .; then :; else \ | |
603 | + $(am__make_dryrun) \ | |
604 | + || test -d "$(distdir)/$$subdir" \ | |
605 | + || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
606 | + || exit 1; \ | |
607 | + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
608 | + $(am__relativize); \ | |
609 | + new_distdir=$$reldir; \ | |
610 | + dir1=$$subdir; dir2="$(top_distdir)"; \ | |
611 | + $(am__relativize); \ | |
612 | + new_top_distdir=$$reldir; \ | |
613 | + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
614 | + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
615 | + ($(am__cd) $$subdir && \ | |
616 | + $(MAKE) $(AM_MAKEFLAGS) \ | |
617 | + top_distdir="$$new_top_distdir" \ | |
618 | + distdir="$$new_distdir" \ | |
619 | + am__remove_distdir=: \ | |
620 | + am__skip_length_check=: \ | |
621 | + am__skip_mode_fix=: \ | |
622 | + distdir) \ | |
623 | + || exit 1; \ | |
624 | + fi; \ | |
625 | + done | |
626 | +check-am: all-am | |
627 | +check: check-recursive | |
628 | +all-am: Makefile $(LTLIBRARIES) | |
629 | +installdirs: installdirs-recursive | |
630 | +installdirs-am: | |
631 | +install: install-recursive | |
632 | +install-exec: install-exec-recursive | |
633 | +install-data: install-data-recursive | |
634 | +uninstall: uninstall-recursive | |
635 | + | |
636 | +install-am: all-am | |
637 | + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
638 | + | |
639 | +installcheck: installcheck-recursive | |
640 | +install-strip: | |
641 | + if test -z '$(STRIP)'; then \ | |
642 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
643 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
644 | + install; \ | |
645 | + else \ | |
646 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
647 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
648 | + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
649 | + fi | |
650 | +mostlyclean-generic: | |
651 | + | |
652 | +clean-generic: | |
653 | + | |
654 | +distclean-generic: | |
655 | + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
656 | + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
657 | + | |
658 | +maintainer-clean-generic: | |
659 | + @echo "This command is intended for maintainers to use" | |
660 | + @echo "it deletes files that may require special tools to rebuild." | |
661 | +clean: clean-recursive | |
662 | + | |
663 | +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ | |
664 | + mostlyclean-am | |
665 | + | |
666 | +distclean: distclean-recursive | |
667 | + -rm -rf ./$(DEPDIR) | |
668 | + -rm -f Makefile | |
669 | +distclean-am: clean-am distclean-compile distclean-generic \ | |
670 | + distclean-tags | |
671 | + | |
672 | +dvi: dvi-recursive | |
673 | + | |
674 | +dvi-am: | |
675 | + | |
676 | +html: html-recursive | |
677 | + | |
678 | +html-am: | |
679 | + | |
680 | +info: info-recursive | |
681 | + | |
682 | +info-am: | |
683 | + | |
684 | +install-data-am: | |
685 | + | |
686 | +install-dvi: install-dvi-recursive | |
687 | + | |
688 | +install-dvi-am: | |
689 | + | |
690 | +install-exec-am: | |
691 | + | |
692 | +install-html: install-html-recursive | |
693 | + | |
694 | +install-html-am: | |
695 | + | |
696 | +install-info: install-info-recursive | |
697 | + | |
698 | +install-info-am: | |
699 | + | |
700 | +install-man: | |
701 | + | |
702 | +install-pdf: install-pdf-recursive | |
703 | + | |
704 | +install-pdf-am: | |
705 | + | |
706 | +install-ps: install-ps-recursive | |
707 | + | |
708 | +install-ps-am: | |
709 | + | |
710 | +installcheck-am: | |
711 | + | |
712 | +maintainer-clean: maintainer-clean-recursive | |
713 | + -rm -rf ./$(DEPDIR) | |
714 | + -rm -f Makefile | |
715 | +maintainer-clean-am: distclean-am maintainer-clean-generic | |
716 | + | |
717 | +mostlyclean: mostlyclean-recursive | |
718 | + | |
719 | +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
720 | + mostlyclean-libtool | |
721 | + | |
722 | +pdf: pdf-recursive | |
723 | + | |
724 | +pdf-am: | |
725 | + | |
726 | +ps: ps-recursive | |
727 | + | |
728 | +ps-am: | |
729 | + | |
730 | +uninstall-am: | |
731 | + | |
732 | +.MAKE: $(am__recursive_targets) install-am install-strip | |
733 | + | |
734 | +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ | |
735 | + check-am clean clean-generic clean-libtool \ | |
736 | + clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ | |
737 | + distclean-compile distclean-generic distclean-libtool \ | |
738 | + distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
739 | + install install-am install-data install-data-am install-dvi \ | |
740 | + install-dvi-am install-exec install-exec-am install-html \ | |
741 | + install-html-am install-info install-info-am install-man \ | |
742 | + install-pdf install-pdf-am install-ps install-ps-am \ | |
743 | + install-strip installcheck installcheck-am installdirs \ | |
744 | + installdirs-am maintainer-clean maintainer-clean-generic \ | |
745 | + mostlyclean mostlyclean-compile mostlyclean-generic \ | |
746 | + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | |
747 | + uninstall-am | |
748 | + | |
749 | + | |
750 | +# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
751 | +# Otherwise a system limit (for SysV at least) may be exceeded. | |
752 | +.NOEXPORT: |
@@ -0,0 +1,643 @@ | ||
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 | +VPATH = @srcdir@ | |
17 | +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |
18 | +am__make_running_with_option = \ | |
19 | + case $${target_option-} in \ | |
20 | + ?) ;; \ | |
21 | + *) echo "am__make_running_with_option: internal error: invalid" \ | |
22 | + "target option '$${target_option-}' specified" >&2; \ | |
23 | + exit 1;; \ | |
24 | + esac; \ | |
25 | + has_opt=no; \ | |
26 | + sane_makeflags=$$MAKEFLAGS; \ | |
27 | + if $(am__is_gnu_make); then \ | |
28 | + sane_makeflags=$$MFLAGS; \ | |
29 | + else \ | |
30 | + case $$MAKEFLAGS in \ | |
31 | + *\\[\ \ ]*) \ | |
32 | + bs=\\; \ | |
33 | + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
34 | + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
35 | + esac; \ | |
36 | + fi; \ | |
37 | + skip_next=no; \ | |
38 | + strip_trailopt () \ | |
39 | + { \ | |
40 | + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
41 | + }; \ | |
42 | + for flg in $$sane_makeflags; do \ | |
43 | + test $$skip_next = yes && { skip_next=no; continue; }; \ | |
44 | + case $$flg in \ | |
45 | + *=*|--*) continue;; \ | |
46 | + -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
47 | + -*I?*) strip_trailopt 'I';; \ | |
48 | + -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
49 | + -*O?*) strip_trailopt 'O';; \ | |
50 | + -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
51 | + -*l?*) strip_trailopt 'l';; \ | |
52 | + -[dEDm]) skip_next=yes;; \ | |
53 | + -[JT]) skip_next=yes;; \ | |
54 | + esac; \ | |
55 | + case $$flg in \ | |
56 | + *$$target_option*) has_opt=yes; break;; \ | |
57 | + esac; \ | |
58 | + done; \ | |
59 | + test $$has_opt = yes | |
60 | +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
61 | +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
62 | +pkgdatadir = $(datadir)/@PACKAGE@ | |
63 | +pkgincludedir = $(includedir)/@PACKAGE@ | |
64 | +pkglibdir = $(libdir)/@PACKAGE@ | |
65 | +pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
66 | +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
67 | +install_sh_DATA = $(install_sh) -c -m 644 | |
68 | +install_sh_PROGRAM = $(install_sh) -c | |
69 | +install_sh_SCRIPT = $(install_sh) -c | |
70 | +INSTALL_HEADER = $(INSTALL_DATA) | |
71 | +transform = $(program_transform_name) | |
72 | +NORMAL_INSTALL = : | |
73 | +PRE_INSTALL = : | |
74 | +POST_INSTALL = : | |
75 | +NORMAL_UNINSTALL = : | |
76 | +PRE_UNINSTALL = : | |
77 | +POST_UNINSTALL = : | |
78 | +build_triplet = @build@ | |
79 | +host_triplet = @host@ | |
80 | +target_triplet = @target@ | |
81 | +subdir = VST/pluginterfaces | |
82 | +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | |
83 | +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
84 | +am__aclocal_m4_deps = $(top_srcdir)/m4/clip_mode.m4 \ | |
85 | + $(top_srcdir)/m4/endian.m4 $(top_srcdir)/m4/flex_array.m4 \ | |
86 | + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \ | |
87 | + $(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
88 | + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
89 | + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |
90 | +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
91 | + $(ACLOCAL_M4) | |
92 | +mkinstalldirs = $(install_sh) -d | |
93 | +CONFIG_HEADER = $(top_builddir)/fv3_config.h | |
94 | +CONFIG_CLEAN_FILES = | |
95 | +CONFIG_CLEAN_VPATH_FILES = | |
96 | +AM_V_P = $(am__v_P_@AM_V@) | |
97 | +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
98 | +am__v_P_0 = false | |
99 | +am__v_P_1 = : | |
100 | +AM_V_GEN = $(am__v_GEN_@AM_V@) | |
101 | +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
102 | +am__v_GEN_0 = @echo " GEN " $@; | |
103 | +am__v_GEN_1 = | |
104 | +AM_V_at = $(am__v_at_@AM_V@) | |
105 | +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
106 | +am__v_at_0 = @ | |
107 | +am__v_at_1 = | |
108 | +SOURCES = | |
109 | +DIST_SOURCES = | |
110 | +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | |
111 | + ctags-recursive dvi-recursive html-recursive info-recursive \ | |
112 | + install-data-recursive install-dvi-recursive \ | |
113 | + install-exec-recursive install-html-recursive \ | |
114 | + install-info-recursive install-pdf-recursive \ | |
115 | + install-ps-recursive install-recursive installcheck-recursive \ | |
116 | + installdirs-recursive pdf-recursive ps-recursive \ | |
117 | + tags-recursive uninstall-recursive | |
118 | +am__can_run_installinfo = \ | |
119 | + case $$AM_UPDATE_INFO_DIR in \ | |
120 | + n|no|NO) false;; \ | |
121 | + *) (install-info --version) >/dev/null 2>&1;; \ | |
122 | + esac | |
123 | +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
124 | + distclean-recursive maintainer-clean-recursive | |
125 | +am__recursive_targets = \ | |
126 | + $(RECURSIVE_TARGETS) \ | |
127 | + $(RECURSIVE_CLEAN_TARGETS) \ | |
128 | + $(am__extra_recursive_targets) | |
129 | +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
130 | + distdir | |
131 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
132 | +# Read a list of newline-separated strings from the standard input, | |
133 | +# and print each of them once, without duplicates. Input order is | |
134 | +# *not* preserved. | |
135 | +am__uniquify_input = $(AWK) '\ | |
136 | + BEGIN { nonempty = 0; } \ | |
137 | + { items[$$0] = 1; nonempty = 1; } \ | |
138 | + END { if (nonempty) { for (i in items) print i; }; } \ | |
139 | +' | |
140 | +# Make sure the list of sources is unique. This is necessary because, | |
141 | +# e.g., the same source file might be shared among _SOURCES variables | |
142 | +# for different programs/libraries. | |
143 | +am__define_uniq_tagged_files = \ | |
144 | + list='$(am__tagged_files)'; \ | |
145 | + unique=`for i in $$list; do \ | |
146 | + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
147 | + done | $(am__uniquify_input)` | |
148 | +ETAGS = etags | |
149 | +CTAGS = ctags | |
150 | +DIST_SUBDIRS = $(SUBDIRS) | |
151 | +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
152 | +am__relativize = \ | |
153 | + dir0=`pwd`; \ | |
154 | + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
155 | + sed_rest='s,^[^/]*/*,,'; \ | |
156 | + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
157 | + sed_butlast='s,/*[^/]*$$,,'; \ | |
158 | + while test -n "$$dir1"; do \ | |
159 | + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
160 | + if test "$$first" != "."; then \ | |
161 | + if test "$$first" = ".."; then \ | |
162 | + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
163 | + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
164 | + else \ | |
165 | + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
166 | + if test "$$first2" = "$$first"; then \ | |
167 | + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
168 | + else \ | |
169 | + dir2="../$$dir2"; \ | |
170 | + fi; \ | |
171 | + dir0="$$dir0"/"$$first"; \ | |
172 | + fi; \ | |
173 | + fi; \ | |
174 | + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
175 | + done; \ | |
176 | + reldir="$$dir2" | |
177 | +ACLOCAL = @ACLOCAL@ | |
178 | +AMTAR = @AMTAR@ | |
179 | +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
180 | +AR = @AR@ | |
181 | +AS = @AS@ | |
182 | +AUTOCONF = @AUTOCONF@ | |
183 | +AUTOHEADER = @AUTOHEADER@ | |
184 | +AUTOMAKE = @AUTOMAKE@ | |
185 | +AWK = @AWK@ | |
186 | +CC = @CC@ | |
187 | +CCDEPMODE = @CCDEPMODE@ | |
188 | +CFLAGS = @CFLAGS@ | |
189 | +CPP = @CPP@ | |
190 | +CPPFLAGS = @CPPFLAGS@ | |
191 | +CXX = @CXX@ | |
192 | +CXXCPP = @CXXCPP@ | |
193 | +CXXDEPMODE = @CXXDEPMODE@ | |
194 | +CXXFLAGS = @CXXFLAGS@ | |
195 | +CYGPATH_W = @CYGPATH_W@ | |
196 | +DEFS = @DEFS@ | |
197 | +DEPDIR = @DEPDIR@ | |
198 | +DLLTOOL = @DLLTOOL@ | |
199 | +DSYMUTIL = @DSYMUTIL@ | |
200 | +DUMPBIN = @DUMPBIN@ | |
201 | +ECHO_C = @ECHO_C@ | |
202 | +ECHO_N = @ECHO_N@ | |
203 | +ECHO_T = @ECHO_T@ | |
204 | +EGREP = @EGREP@ | |
205 | +EXEEXT = @EXEEXT@ | |
206 | +FGREP = @FGREP@ | |
207 | +GREP = @GREP@ | |
208 | +INSTALL = @INSTALL@ | |
209 | +INSTALL_DATA = @INSTALL_DATA@ | |
210 | +INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
211 | +INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
212 | +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
213 | +LD = @LD@ | |
214 | +LDFLAGS = @LDFLAGS@ | |
215 | +LIBOBJS = @LIBOBJS@ | |
216 | +LIBS = @LIBS@ | |
217 | +LIBTOOL = @LIBTOOL@ | |
218 | +LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@ | |
219 | +LIPO = @LIPO@ | |
220 | +LN_S = @LN_S@ | |
221 | +LTLIBOBJS = @LTLIBOBJS@ | |
222 | +MAJOR = @MAJOR@ | |
223 | +MAKEINFO = @MAKEINFO@ | |
224 | +MANIFEST_TOOL = @MANIFEST_TOOL@ | |
225 | +MINOR = @MINOR@ | |
226 | +MKDIR_P = @MKDIR_P@ | |
227 | +NM = @NM@ | |
228 | +NMEDIT = @NMEDIT@ | |
229 | +OBJC = @OBJC@ | |
230 | +OBJCDEPMODE = @OBJCDEPMODE@ | |
231 | +OBJCFLAGS = @OBJCFLAGS@ | |
232 | +OBJCXX = @OBJCXX@ | |
233 | +OBJCXXDEPMODE = @OBJCXXDEPMODE@ | |
234 | +OBJCXXFLAGS = @OBJCXXFLAGS@ | |
235 | +OBJDUMP = @OBJDUMP@ | |
236 | +OBJEXT = @OBJEXT@ | |
237 | +OTOOL = @OTOOL@ | |
238 | +OTOOL64 = @OTOOL64@ | |
239 | +PACKAGE = @PACKAGE@ | |
240 | +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
241 | +PACKAGE_NAME = @PACKAGE_NAME@ | |
242 | +PACKAGE_STRING = @PACKAGE_STRING@ | |
243 | +PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
244 | +PACKAGE_URL = @PACKAGE_URL@ | |
245 | +PACKAGE_VERSION = @PACKAGE_VERSION@ | |
246 | +PATH_SEPARATOR = @PATH_SEPARATOR@ | |
247 | +RANLIB = @RANLIB@ | |
248 | +RELEASE = @RELEASE@ | |
249 | +SED = @SED@ | |
250 | +SET_MAKE = @SET_MAKE@ | |
251 | +SF_COUNT_MAX = @SF_COUNT_MAX@ | |
252 | +SHELL = @SHELL@ | |
253 | +SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@ | |
254 | +STRIP = @STRIP@ | |
255 | +TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@ | |
256 | +VERSION = @VERSION@ | |
257 | +WINDRES = @WINDRES@ | |
258 | +abs_builddir = @abs_builddir@ | |
259 | +abs_srcdir = @abs_srcdir@ | |
260 | +abs_top_builddir = @abs_top_builddir@ | |
261 | +abs_top_srcdir = @abs_top_srcdir@ | |
262 | +ac_ct_AR = @ac_ct_AR@ | |
263 | +ac_ct_CC = @ac_ct_CC@ | |
264 | +ac_ct_CXX = @ac_ct_CXX@ | |
265 | +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
266 | +ac_ct_OBJC = @ac_ct_OBJC@ | |
267 | +ac_ct_OBJCXX = @ac_ct_OBJCXX@ | |
268 | +am__include = @am__include@ | |
269 | +am__leading_dot = @am__leading_dot@ | |
270 | +am__quote = @am__quote@ | |
271 | +am__tar = @am__tar@ | |
272 | +am__untar = @am__untar@ | |
273 | +bindir = @bindir@ | |
274 | +build = @build@ | |
275 | +build_alias = @build_alias@ | |
276 | +build_cpu = @build_cpu@ | |
277 | +build_os = @build_os@ | |
278 | +build_vendor = @build_vendor@ | |
279 | +builddir = @builddir@ | |
280 | +cv_cocoa = @cv_cocoa@ | |
281 | +cv_dstr = @cv_dstr@ | |
282 | +cv_expatn = @cv_expatn@ | |
283 | +cv_fftw3n = @cv_fftw3n@ | |
284 | +cv_libflacn = @cv_libflacn@ | |
285 | +cv_liboggn = @cv_liboggn@ | |
286 | +cv_libvorbisn = @cv_libvorbisn@ | |
287 | +cv_macarchstr = @cv_macarchstr@ | |
288 | +cv_mingwrt = @cv_mingwrt@ | |
289 | +cv_vsttarget = @cv_vsttarget@ | |
290 | +cv_x64 = @cv_x64@ | |
291 | +datadir = @datadir@ | |
292 | +datarootdir = @datarootdir@ | |
293 | +docdir = @docdir@ | |
294 | +dvidir = @dvidir@ | |
295 | +exec_prefix = @exec_prefix@ | |
296 | +host = @host@ | |
297 | +host_alias = @host_alias@ | |
298 | +host_cpu = @host_cpu@ | |
299 | +host_os = @host_os@ | |
300 | +host_vendor = @host_vendor@ | |
301 | +htmldir = @htmldir@ | |
302 | +includedir = @includedir@ | |
303 | +infodir = @infodir@ | |
304 | +install_sh = @install_sh@ | |
305 | +libdir = @libdir@ | |
306 | +libexecdir = @libexecdir@ | |
307 | +lipo = @lipo@ | |
308 | +localedir = @localedir@ | |
309 | +localstatedir = @localstatedir@ | |
310 | +mandir = @mandir@ | |
311 | +mkdir_p = @mkdir_p@ | |
312 | +oldincludedir = @oldincludedir@ | |
313 | +pdfdir = @pdfdir@ | |
314 | +prefix = @prefix@ | |
315 | +program_transform_name = @program_transform_name@ | |
316 | +psdir = @psdir@ | |
317 | +sbindir = @sbindir@ | |
318 | +sharedstatedir = @sharedstatedir@ | |
319 | +srcdir = @srcdir@ | |
320 | +sysconfdir = @sysconfdir@ | |
321 | +target = @target@ | |
322 | +target_alias = @target_alias@ | |
323 | +target_cpu = @target_cpu@ | |
324 | +target_os = @target_os@ | |
325 | +target_vendor = @target_vendor@ | |
326 | +top_build_prefix = @top_build_prefix@ | |
327 | +top_builddir = @top_builddir@ | |
328 | +top_srcdir = @top_srcdir@ | |
329 | +SUBDIRS = vst2.x | |
330 | +all: all-recursive | |
331 | + | |
332 | +.SUFFIXES: | |
333 | +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
334 | + @for dep in $?; do \ | |
335 | + case '$(am__configure_deps)' in \ | |
336 | + *$$dep*) \ | |
337 | + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
338 | + && { if test -f $@; then exit 0; else break; fi; }; \ | |
339 | + exit 1;; \ | |
340 | + esac; \ | |
341 | + done; \ | |
342 | + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu VST/pluginterfaces/Makefile'; \ | |
343 | + $(am__cd) $(top_srcdir) && \ | |
344 | + $(AUTOMAKE) --gnu VST/pluginterfaces/Makefile | |
345 | +.PRECIOUS: Makefile | |
346 | +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
347 | + @case '$?' in \ | |
348 | + *config.status*) \ | |
349 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
350 | + *) \ | |
351 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
352 | + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
353 | + esac; | |
354 | + | |
355 | +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
356 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
357 | + | |
358 | +$(top_srcdir)/configure: $(am__configure_deps) | |
359 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
360 | +$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
361 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
362 | +$(am__aclocal_m4_deps): | |
363 | + | |
364 | +mostlyclean-libtool: | |
365 | + -rm -f *.lo | |
366 | + | |
367 | +clean-libtool: | |
368 | + -rm -rf .libs _libs | |
369 | + | |
370 | +# This directory's subdirectories are mostly independent; you can cd | |
371 | +# into them and run 'make' without going through this Makefile. | |
372 | +# To change the values of 'make' variables: instead of editing Makefiles, | |
373 | +# (1) if the variable is set in 'config.status', edit 'config.status' | |
374 | +# (which will cause the Makefiles to be regenerated when you run 'make'); | |
375 | +# (2) otherwise, pass the desired values on the 'make' command line. | |
376 | +$(am__recursive_targets): | |
377 | + @fail=; \ | |
378 | + if $(am__make_keepgoing); then \ | |
379 | + failcom='fail=yes'; \ | |
380 | + else \ | |
381 | + failcom='exit 1'; \ | |
382 | + fi; \ | |
383 | + dot_seen=no; \ | |
384 | + target=`echo $@ | sed s/-recursive//`; \ | |
385 | + case "$@" in \ | |
386 | + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
387 | + *) list='$(SUBDIRS)' ;; \ | |
388 | + esac; \ | |
389 | + for subdir in $$list; do \ | |
390 | + echo "Making $$target in $$subdir"; \ | |
391 | + if test "$$subdir" = "."; then \ | |
392 | + dot_seen=yes; \ | |
393 | + local_target="$$target-am"; \ | |
394 | + else \ | |
395 | + local_target="$$target"; \ | |
396 | + fi; \ | |
397 | + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
398 | + || eval $$failcom; \ | |
399 | + done; \ | |
400 | + if test "$$dot_seen" = "no"; then \ | |
401 | + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
402 | + fi; test -z "$$fail" | |
403 | + | |
404 | +ID: $(am__tagged_files) | |
405 | + $(am__define_uniq_tagged_files); mkid -fID $$unique | |
406 | +tags: tags-recursive | |
407 | +TAGS: tags | |
408 | + | |
409 | +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
410 | + set x; \ | |
411 | + here=`pwd`; \ | |
412 | + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
413 | + include_option=--etags-include; \ | |
414 | + empty_fix=.; \ | |
415 | + else \ | |
416 | + include_option=--include; \ | |
417 | + empty_fix=; \ | |
418 | + fi; \ | |
419 | + list='$(SUBDIRS)'; for subdir in $$list; do \ | |
420 | + if test "$$subdir" = .; then :; else \ | |
421 | + test ! -f $$subdir/TAGS || \ | |
422 | + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
423 | + fi; \ | |
424 | + done; \ | |
425 | + $(am__define_uniq_tagged_files); \ | |
426 | + shift; \ | |
427 | + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
428 | + test -n "$$unique" || unique=$$empty_fix; \ | |
429 | + if test $$# -gt 0; then \ | |
430 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
431 | + "$$@" $$unique; \ | |
432 | + else \ | |
433 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
434 | + $$unique; \ | |
435 | + fi; \ | |
436 | + fi | |
437 | +ctags: ctags-recursive | |
438 | + | |
439 | +CTAGS: ctags | |
440 | +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
441 | + $(am__define_uniq_tagged_files); \ | |
442 | + test -z "$(CTAGS_ARGS)$$unique" \ | |
443 | + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
444 | + $$unique | |
445 | + | |
446 | +GTAGS: | |
447 | + here=`$(am__cd) $(top_builddir) && pwd` \ | |
448 | + && $(am__cd) $(top_srcdir) \ | |
449 | + && gtags -i $(GTAGS_ARGS) "$$here" | |
450 | +cscopelist: cscopelist-recursive | |
451 | + | |
452 | +cscopelist-am: $(am__tagged_files) | |
453 | + list='$(am__tagged_files)'; \ | |
454 | + case "$(srcdir)" in \ | |
455 | + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
456 | + *) sdir=$(subdir)/$(srcdir) ;; \ | |
457 | + esac; \ | |
458 | + for i in $$list; do \ | |
459 | + if test -f "$$i"; then \ | |
460 | + echo "$(subdir)/$$i"; \ | |
461 | + else \ | |
462 | + echo "$$sdir/$$i"; \ | |
463 | + fi; \ | |
464 | + done >> $(top_builddir)/cscope.files | |
465 | + | |
466 | +distclean-tags: | |
467 | + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
468 | + | |
469 | +distdir: $(DISTFILES) | |
470 | + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
471 | + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
472 | + list='$(DISTFILES)'; \ | |
473 | + dist_files=`for file in $$list; do echo $$file; done | \ | |
474 | + sed -e "s|^$$srcdirstrip/||;t" \ | |
475 | + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
476 | + case $$dist_files in \ | |
477 | + */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
478 | + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
479 | + sort -u` ;; \ | |
480 | + esac; \ | |
481 | + for file in $$dist_files; do \ | |
482 | + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
483 | + if test -d $$d/$$file; then \ | |
484 | + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
485 | + if test -d "$(distdir)/$$file"; then \ | |
486 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
487 | + fi; \ | |
488 | + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
489 | + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
490 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
491 | + fi; \ | |
492 | + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
493 | + else \ | |
494 | + test -f "$(distdir)/$$file" \ | |
495 | + || cp -p $$d/$$file "$(distdir)/$$file" \ | |
496 | + || exit 1; \ | |
497 | + fi; \ | |
498 | + done | |
499 | + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
500 | + if test "$$subdir" = .; then :; else \ | |
501 | + $(am__make_dryrun) \ | |
502 | + || test -d "$(distdir)/$$subdir" \ | |
503 | + || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
504 | + || exit 1; \ | |
505 | + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
506 | + $(am__relativize); \ | |
507 | + new_distdir=$$reldir; \ | |
508 | + dir1=$$subdir; dir2="$(top_distdir)"; \ | |
509 | + $(am__relativize); \ | |
510 | + new_top_distdir=$$reldir; \ | |
511 | + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
512 | + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
513 | + ($(am__cd) $$subdir && \ | |
514 | + $(MAKE) $(AM_MAKEFLAGS) \ | |
515 | + top_distdir="$$new_top_distdir" \ | |
516 | + distdir="$$new_distdir" \ | |
517 | + am__remove_distdir=: \ | |
518 | + am__skip_length_check=: \ | |
519 | + am__skip_mode_fix=: \ | |
520 | + distdir) \ | |
521 | + || exit 1; \ | |
522 | + fi; \ | |
523 | + done | |
524 | +check-am: all-am | |
525 | +check: check-recursive | |
526 | +all-am: Makefile | |
527 | +installdirs: installdirs-recursive | |
528 | +installdirs-am: | |
529 | +install: install-recursive | |
530 | +install-exec: install-exec-recursive | |
531 | +install-data: install-data-recursive | |
532 | +uninstall: uninstall-recursive | |
533 | + | |
534 | +install-am: all-am | |
535 | + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
536 | + | |
537 | +installcheck: installcheck-recursive | |
538 | +install-strip: | |
539 | + if test -z '$(STRIP)'; then \ | |
540 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
541 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
542 | + install; \ | |
543 | + else \ | |
544 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
545 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
546 | + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
547 | + fi | |
548 | +mostlyclean-generic: | |
549 | + | |
550 | +clean-generic: | |
551 | + | |
552 | +distclean-generic: | |
553 | + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
554 | + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
555 | + | |
556 | +maintainer-clean-generic: | |
557 | + @echo "This command is intended for maintainers to use" | |
558 | + @echo "it deletes files that may require special tools to rebuild." | |
559 | +clean: clean-recursive | |
560 | + | |
561 | +clean-am: clean-generic clean-libtool mostlyclean-am | |
562 | + | |
563 | +distclean: distclean-recursive | |
564 | + -rm -f Makefile | |
565 | +distclean-am: clean-am distclean-generic distclean-tags | |
566 | + | |
567 | +dvi: dvi-recursive | |
568 | + | |
569 | +dvi-am: | |
570 | + | |
571 | +html: html-recursive | |
572 | + | |
573 | +html-am: | |
574 | + | |
575 | +info: info-recursive | |
576 | + | |
577 | +info-am: | |
578 | + | |
579 | +install-data-am: | |
580 | + | |
581 | +install-dvi: install-dvi-recursive | |
582 | + | |
583 | +install-dvi-am: | |
584 | + | |
585 | +install-exec-am: | |
586 | + | |
587 | +install-html: install-html-recursive | |
588 | + | |
589 | +install-html-am: | |
590 | + | |
591 | +install-info: install-info-recursive | |
592 | + | |
593 | +install-info-am: | |
594 | + | |
595 | +install-man: | |
596 | + | |
597 | +install-pdf: install-pdf-recursive | |
598 | + | |
599 | +install-pdf-am: | |
600 | + | |
601 | +install-ps: install-ps-recursive | |
602 | + | |
603 | +install-ps-am: | |
604 | + | |
605 | +installcheck-am: | |
606 | + | |
607 | +maintainer-clean: maintainer-clean-recursive | |
608 | + -rm -f Makefile | |
609 | +maintainer-clean-am: distclean-am maintainer-clean-generic | |
610 | + | |
611 | +mostlyclean: mostlyclean-recursive | |
612 | + | |
613 | +mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
614 | + | |
615 | +pdf: pdf-recursive | |
616 | + | |
617 | +pdf-am: | |
618 | + | |
619 | +ps: ps-recursive | |
620 | + | |
621 | +ps-am: | |
622 | + | |
623 | +uninstall-am: | |
624 | + | |
625 | +.MAKE: $(am__recursive_targets) install-am install-strip | |
626 | + | |
627 | +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ | |
628 | + check-am clean clean-generic clean-libtool cscopelist-am ctags \ | |
629 | + ctags-am distclean distclean-generic distclean-libtool \ | |
630 | + distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
631 | + install install-am install-data install-data-am install-dvi \ | |
632 | + install-dvi-am install-exec install-exec-am install-html \ | |
633 | + install-html-am install-info install-info-am install-man \ | |
634 | + install-pdf install-pdf-am install-ps install-ps-am \ | |
635 | + install-strip installcheck installcheck-am installdirs \ | |
636 | + installdirs-am maintainer-clean maintainer-clean-generic \ | |
637 | + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | |
638 | + ps ps-am tags tags-am uninstall uninstall-am | |
639 | + | |
640 | + | |
641 | +# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
642 | +# Otherwise a system limit (for SysV at least) may be exceeded. | |
643 | +.NOEXPORT: |
@@ -0,0 +1,463 @@ | ||
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 | +VPATH = @srcdir@ | |
17 | +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |
18 | +am__make_running_with_option = \ | |
19 | + case $${target_option-} in \ | |
20 | + ?) ;; \ | |
21 | + *) echo "am__make_running_with_option: internal error: invalid" \ | |
22 | + "target option '$${target_option-}' specified" >&2; \ | |
23 | + exit 1;; \ | |
24 | + esac; \ | |
25 | + has_opt=no; \ | |
26 | + sane_makeflags=$$MAKEFLAGS; \ | |
27 | + if $(am__is_gnu_make); then \ | |
28 | + sane_makeflags=$$MFLAGS; \ | |
29 | + else \ | |
30 | + case $$MAKEFLAGS in \ | |
31 | + *\\[\ \ ]*) \ | |
32 | + bs=\\; \ | |
33 | + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
34 | + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
35 | + esac; \ | |
36 | + fi; \ | |
37 | + skip_next=no; \ | |
38 | + strip_trailopt () \ | |
39 | + { \ | |
40 | + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
41 | + }; \ | |
42 | + for flg in $$sane_makeflags; do \ | |
43 | + test $$skip_next = yes && { skip_next=no; continue; }; \ | |
44 | + case $$flg in \ | |
45 | + *=*|--*) continue;; \ | |
46 | + -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
47 | + -*I?*) strip_trailopt 'I';; \ | |
48 | + -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
49 | + -*O?*) strip_trailopt 'O';; \ | |
50 | + -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
51 | + -*l?*) strip_trailopt 'l';; \ | |
52 | + -[dEDm]) skip_next=yes;; \ | |
53 | + -[JT]) skip_next=yes;; \ | |
54 | + esac; \ | |
55 | + case $$flg in \ | |
56 | + *$$target_option*) has_opt=yes; break;; \ | |
57 | + esac; \ | |
58 | + done; \ | |
59 | + test $$has_opt = yes | |
60 | +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
61 | +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
62 | +pkgdatadir = $(datadir)/@PACKAGE@ | |
63 | +pkgincludedir = $(includedir)/@PACKAGE@ | |
64 | +pkglibdir = $(libdir)/@PACKAGE@ | |
65 | +pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
66 | +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
67 | +install_sh_DATA = $(install_sh) -c -m 644 | |
68 | +install_sh_PROGRAM = $(install_sh) -c | |
69 | +install_sh_SCRIPT = $(install_sh) -c | |
70 | +INSTALL_HEADER = $(INSTALL_DATA) | |
71 | +transform = $(program_transform_name) | |
72 | +NORMAL_INSTALL = : | |
73 | +PRE_INSTALL = : | |
74 | +POST_INSTALL = : | |
75 | +NORMAL_UNINSTALL = : | |
76 | +PRE_UNINSTALL = : | |
77 | +POST_UNINSTALL = : | |
78 | +build_triplet = @build@ | |
79 | +host_triplet = @host@ | |
80 | +target_triplet = @target@ | |
81 | +subdir = VST/pluginterfaces/vst2.x | |
82 | +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | |
83 | +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
84 | +am__aclocal_m4_deps = $(top_srcdir)/m4/clip_mode.m4 \ | |
85 | + $(top_srcdir)/m4/endian.m4 $(top_srcdir)/m4/flex_array.m4 \ | |
86 | + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \ | |
87 | + $(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
88 | + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
89 | + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |
90 | +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
91 | + $(ACLOCAL_M4) | |
92 | +mkinstalldirs = $(install_sh) -d | |
93 | +CONFIG_HEADER = $(top_builddir)/fv3_config.h | |
94 | +CONFIG_CLEAN_FILES = | |
95 | +CONFIG_CLEAN_VPATH_FILES = | |
96 | +AM_V_P = $(am__v_P_@AM_V@) | |
97 | +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
98 | +am__v_P_0 = false | |
99 | +am__v_P_1 = : | |
100 | +AM_V_GEN = $(am__v_GEN_@AM_V@) | |
101 | +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
102 | +am__v_GEN_0 = @echo " GEN " $@; | |
103 | +am__v_GEN_1 = | |
104 | +AM_V_at = $(am__v_at_@AM_V@) | |
105 | +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
106 | +am__v_at_0 = @ | |
107 | +am__v_at_1 = | |
108 | +SOURCES = | |
109 | +DIST_SOURCES = | |
110 | +am__can_run_installinfo = \ | |
111 | + case $$AM_UPDATE_INFO_DIR in \ | |
112 | + n|no|NO) false;; \ | |
113 | + *) (install-info --version) >/dev/null 2>&1;; \ | |
114 | + esac | |
115 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
116 | +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
117 | +ACLOCAL = @ACLOCAL@ | |
118 | +AMTAR = @AMTAR@ | |
119 | +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
120 | +AR = @AR@ | |
121 | +AS = @AS@ | |
122 | +AUTOCONF = @AUTOCONF@ | |
123 | +AUTOHEADER = @AUTOHEADER@ | |
124 | +AUTOMAKE = @AUTOMAKE@ | |
125 | +AWK = @AWK@ | |
126 | +CC = @CC@ | |
127 | +CCDEPMODE = @CCDEPMODE@ | |
128 | +CFLAGS = @CFLAGS@ | |
129 | +CPP = @CPP@ | |
130 | +CPPFLAGS = @CPPFLAGS@ | |
131 | +CXX = @CXX@ | |
132 | +CXXCPP = @CXXCPP@ | |
133 | +CXXDEPMODE = @CXXDEPMODE@ | |
134 | +CXXFLAGS = @CXXFLAGS@ | |
135 | +CYGPATH_W = @CYGPATH_W@ | |
136 | +DEFS = @DEFS@ | |
137 | +DEPDIR = @DEPDIR@ | |
138 | +DLLTOOL = @DLLTOOL@ | |
139 | +DSYMUTIL = @DSYMUTIL@ | |
140 | +DUMPBIN = @DUMPBIN@ | |
141 | +ECHO_C = @ECHO_C@ | |
142 | +ECHO_N = @ECHO_N@ | |
143 | +ECHO_T = @ECHO_T@ | |
144 | +EGREP = @EGREP@ | |
145 | +EXEEXT = @EXEEXT@ | |
146 | +FGREP = @FGREP@ | |
147 | +GREP = @GREP@ | |
148 | +INSTALL = @INSTALL@ | |
149 | +INSTALL_DATA = @INSTALL_DATA@ | |
150 | +INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
151 | +INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
152 | +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
153 | +LD = @LD@ | |
154 | +LDFLAGS = @LDFLAGS@ | |
155 | +LIBOBJS = @LIBOBJS@ | |
156 | +LIBS = @LIBS@ | |
157 | +LIBTOOL = @LIBTOOL@ | |
158 | +LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@ | |
159 | +LIPO = @LIPO@ | |
160 | +LN_S = @LN_S@ | |
161 | +LTLIBOBJS = @LTLIBOBJS@ | |
162 | +MAJOR = @MAJOR@ | |
163 | +MAKEINFO = @MAKEINFO@ | |
164 | +MANIFEST_TOOL = @MANIFEST_TOOL@ | |
165 | +MINOR = @MINOR@ | |
166 | +MKDIR_P = @MKDIR_P@ | |
167 | +NM = @NM@ | |
168 | +NMEDIT = @NMEDIT@ | |
169 | +OBJC = @OBJC@ | |
170 | +OBJCDEPMODE = @OBJCDEPMODE@ | |
171 | +OBJCFLAGS = @OBJCFLAGS@ | |
172 | +OBJCXX = @OBJCXX@ | |
173 | +OBJCXXDEPMODE = @OBJCXXDEPMODE@ | |
174 | +OBJCXXFLAGS = @OBJCXXFLAGS@ | |
175 | +OBJDUMP = @OBJDUMP@ | |
176 | +OBJEXT = @OBJEXT@ | |
177 | +OTOOL = @OTOOL@ | |
178 | +OTOOL64 = @OTOOL64@ | |
179 | +PACKAGE = @PACKAGE@ | |
180 | +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
181 | +PACKAGE_NAME = @PACKAGE_NAME@ | |
182 | +PACKAGE_STRING = @PACKAGE_STRING@ | |
183 | +PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
184 | +PACKAGE_URL = @PACKAGE_URL@ | |
185 | +PACKAGE_VERSION = @PACKAGE_VERSION@ | |
186 | +PATH_SEPARATOR = @PATH_SEPARATOR@ | |
187 | +RANLIB = @RANLIB@ | |
188 | +RELEASE = @RELEASE@ | |
189 | +SED = @SED@ | |
190 | +SET_MAKE = @SET_MAKE@ | |
191 | +SF_COUNT_MAX = @SF_COUNT_MAX@ | |
192 | +SHELL = @SHELL@ | |
193 | +SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@ | |
194 | +STRIP = @STRIP@ | |
195 | +TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@ | |
196 | +VERSION = @VERSION@ | |
197 | +WINDRES = @WINDRES@ | |
198 | +abs_builddir = @abs_builddir@ | |
199 | +abs_srcdir = @abs_srcdir@ | |
200 | +abs_top_builddir = @abs_top_builddir@ | |
201 | +abs_top_srcdir = @abs_top_srcdir@ | |
202 | +ac_ct_AR = @ac_ct_AR@ | |
203 | +ac_ct_CC = @ac_ct_CC@ | |
204 | +ac_ct_CXX = @ac_ct_CXX@ | |
205 | +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
206 | +ac_ct_OBJC = @ac_ct_OBJC@ | |
207 | +ac_ct_OBJCXX = @ac_ct_OBJCXX@ | |
208 | +am__include = @am__include@ | |
209 | +am__leading_dot = @am__leading_dot@ | |
210 | +am__quote = @am__quote@ | |
211 | +am__tar = @am__tar@ | |
212 | +am__untar = @am__untar@ | |
213 | +bindir = @bindir@ | |
214 | +build = @build@ | |
215 | +build_alias = @build_alias@ | |
216 | +build_cpu = @build_cpu@ | |
217 | +build_os = @build_os@ | |
218 | +build_vendor = @build_vendor@ | |
219 | +builddir = @builddir@ | |
220 | +cv_cocoa = @cv_cocoa@ | |
221 | +cv_dstr = @cv_dstr@ | |
222 | +cv_expatn = @cv_expatn@ | |
223 | +cv_fftw3n = @cv_fftw3n@ | |
224 | +cv_libflacn = @cv_libflacn@ | |
225 | +cv_liboggn = @cv_liboggn@ | |
226 | +cv_libvorbisn = @cv_libvorbisn@ | |
227 | +cv_macarchstr = @cv_macarchstr@ | |
228 | +cv_mingwrt = @cv_mingwrt@ | |
229 | +cv_vsttarget = @cv_vsttarget@ | |
230 | +cv_x64 = @cv_x64@ | |
231 | +datadir = @datadir@ | |
232 | +datarootdir = @datarootdir@ | |
233 | +docdir = @docdir@ | |
234 | +dvidir = @dvidir@ | |
235 | +exec_prefix = @exec_prefix@ | |
236 | +host = @host@ | |
237 | +host_alias = @host_alias@ | |
238 | +host_cpu = @host_cpu@ | |
239 | +host_os = @host_os@ | |
240 | +host_vendor = @host_vendor@ | |
241 | +htmldir = @htmldir@ | |
242 | +includedir = @includedir@ | |
243 | +infodir = @infodir@ | |
244 | +install_sh = @install_sh@ | |
245 | +libdir = @libdir@ | |
246 | +libexecdir = @libexecdir@ | |
247 | +lipo = @lipo@ | |
248 | +localedir = @localedir@ | |
249 | +localstatedir = @localstatedir@ | |
250 | +mandir = @mandir@ | |
251 | +mkdir_p = @mkdir_p@ | |
252 | +oldincludedir = @oldincludedir@ | |
253 | +pdfdir = @pdfdir@ | |
254 | +prefix = @prefix@ | |
255 | +program_transform_name = @program_transform_name@ | |
256 | +psdir = @psdir@ | |
257 | +sbindir = @sbindir@ | |
258 | +sharedstatedir = @sharedstatedir@ | |
259 | +srcdir = @srcdir@ | |
260 | +sysconfdir = @sysconfdir@ | |
261 | +target = @target@ | |
262 | +target_alias = @target_alias@ | |
263 | +target_cpu = @target_cpu@ | |
264 | +target_os = @target_os@ | |
265 | +target_vendor = @target_vendor@ | |
266 | +top_build_prefix = @top_build_prefix@ | |
267 | +top_builddir = @top_builddir@ | |
268 | +top_srcdir = @top_srcdir@ | |
269 | +EXTRA_DIST = aeffect.h aeffectx.h vstfxstore.h | |
270 | +all: all-am | |
271 | + | |
272 | +.SUFFIXES: | |
273 | +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
274 | + @for dep in $?; do \ | |
275 | + case '$(am__configure_deps)' in \ | |
276 | + *$$dep*) \ | |
277 | + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
278 | + && { if test -f $@; then exit 0; else break; fi; }; \ | |
279 | + exit 1;; \ | |
280 | + esac; \ | |
281 | + done; \ | |
282 | + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu VST/pluginterfaces/vst2.x/Makefile'; \ | |
283 | + $(am__cd) $(top_srcdir) && \ | |
284 | + $(AUTOMAKE) --gnu VST/pluginterfaces/vst2.x/Makefile | |
285 | +.PRECIOUS: Makefile | |
286 | +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
287 | + @case '$?' in \ | |
288 | + *config.status*) \ | |
289 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
290 | + *) \ | |
291 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
292 | + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
293 | + esac; | |
294 | + | |
295 | +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
296 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
297 | + | |
298 | +$(top_srcdir)/configure: $(am__configure_deps) | |
299 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
300 | +$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
301 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
302 | +$(am__aclocal_m4_deps): | |
303 | + | |
304 | +mostlyclean-libtool: | |
305 | + -rm -f *.lo | |
306 | + | |
307 | +clean-libtool: | |
308 | + -rm -rf .libs _libs | |
309 | +tags TAGS: | |
310 | + | |
311 | +ctags CTAGS: | |
312 | + | |
313 | +cscope cscopelist: | |
314 | + | |
315 | + | |
316 | +distdir: $(DISTFILES) | |
317 | + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
318 | + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
319 | + list='$(DISTFILES)'; \ | |
320 | + dist_files=`for file in $$list; do echo $$file; done | \ | |
321 | + sed -e "s|^$$srcdirstrip/||;t" \ | |
322 | + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
323 | + case $$dist_files in \ | |
324 | + */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
325 | + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
326 | + sort -u` ;; \ | |
327 | + esac; \ | |
328 | + for file in $$dist_files; do \ | |
329 | + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
330 | + if test -d $$d/$$file; then \ | |
331 | + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
332 | + if test -d "$(distdir)/$$file"; then \ | |
333 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
334 | + fi; \ | |
335 | + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
336 | + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
337 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
338 | + fi; \ | |
339 | + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
340 | + else \ | |
341 | + test -f "$(distdir)/$$file" \ | |
342 | + || cp -p $$d/$$file "$(distdir)/$$file" \ | |
343 | + || exit 1; \ | |
344 | + fi; \ | |
345 | + done | |
346 | +check-am: all-am | |
347 | +check: check-am | |
348 | +all-am: Makefile | |
349 | +installdirs: | |
350 | +install: install-am | |
351 | +install-exec: install-exec-am | |
352 | +install-data: install-data-am | |
353 | +uninstall: uninstall-am | |
354 | + | |
355 | +install-am: all-am | |
356 | + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
357 | + | |
358 | +installcheck: installcheck-am | |
359 | +install-strip: | |
360 | + if test -z '$(STRIP)'; then \ | |
361 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
362 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
363 | + install; \ | |
364 | + else \ | |
365 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
366 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
367 | + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
368 | + fi | |
369 | +mostlyclean-generic: | |
370 | + | |
371 | +clean-generic: | |
372 | + | |
373 | +distclean-generic: | |
374 | + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
375 | + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
376 | + | |
377 | +maintainer-clean-generic: | |
378 | + @echo "This command is intended for maintainers to use" | |
379 | + @echo "it deletes files that may require special tools to rebuild." | |
380 | +clean: clean-am | |
381 | + | |
382 | +clean-am: clean-generic clean-libtool mostlyclean-am | |
383 | + | |
384 | +distclean: distclean-am | |
385 | + -rm -f Makefile | |
386 | +distclean-am: clean-am distclean-generic | |
387 | + | |
388 | +dvi: dvi-am | |
389 | + | |
390 | +dvi-am: | |
391 | + | |
392 | +html: html-am | |
393 | + | |
394 | +html-am: | |
395 | + | |
396 | +info: info-am | |
397 | + | |
398 | +info-am: | |
399 | + | |
400 | +install-data-am: | |
401 | + | |
402 | +install-dvi: install-dvi-am | |
403 | + | |
404 | +install-dvi-am: | |
405 | + | |
406 | +install-exec-am: | |
407 | + | |
408 | +install-html: install-html-am | |
409 | + | |
410 | +install-html-am: | |
411 | + | |
412 | +install-info: install-info-am | |
413 | + | |
414 | +install-info-am: | |
415 | + | |
416 | +install-man: | |
417 | + | |
418 | +install-pdf: install-pdf-am | |
419 | + | |
420 | +install-pdf-am: | |
421 | + | |
422 | +install-ps: install-ps-am | |
423 | + | |
424 | +install-ps-am: | |
425 | + | |
426 | +installcheck-am: | |
427 | + | |
428 | +maintainer-clean: maintainer-clean-am | |
429 | + -rm -f Makefile | |
430 | +maintainer-clean-am: distclean-am maintainer-clean-generic | |
431 | + | |
432 | +mostlyclean: mostlyclean-am | |
433 | + | |
434 | +mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
435 | + | |
436 | +pdf: pdf-am | |
437 | + | |
438 | +pdf-am: | |
439 | + | |
440 | +ps: ps-am | |
441 | + | |
442 | +ps-am: | |
443 | + | |
444 | +uninstall-am: | |
445 | + | |
446 | +.MAKE: install-am install-strip | |
447 | + | |
448 | +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ | |
449 | + cscopelist-am ctags-am distclean distclean-generic \ | |
450 | + distclean-libtool distdir dvi dvi-am html html-am info info-am \ | |
451 | + install install-am install-data install-data-am install-dvi \ | |
452 | + install-dvi-am install-exec install-exec-am install-html \ | |
453 | + install-html-am install-info install-info-am install-man \ | |
454 | + install-pdf install-pdf-am install-ps install-ps-am \ | |
455 | + install-strip installcheck installcheck-am installdirs \ | |
456 | + maintainer-clean maintainer-clean-generic mostlyclean \ | |
457 | + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
458 | + tags-am uninstall uninstall-am | |
459 | + | |
460 | + | |
461 | +# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
462 | +# Otherwise a system limit (for SysV at least) may be exceeded. | |
463 | +.NOEXPORT: |
@@ -0,0 +1,696 @@ | ||
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 | +target_triplet = @target@ | |
82 | +@TARGET_MACOSX_TRUE@am__append_1 = \ | |
83 | +@TARGET_MACOSX_TRUE@ cvstguitimer.cpp \ | |
84 | +@TARGET_MACOSX_TRUE@ cvstguitimer.h | |
85 | + | |
86 | +@ENABLE_COCOA_TRUE@am__append_2 = \ | |
87 | +@ENABLE_COCOA_TRUE@ cocoasupport.mm \ | |
88 | +@ENABLE_COCOA_TRUE@ cocoasupport.h | |
89 | + | |
90 | +subdir = VSTGUI | |
91 | +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
92 | + $(top_srcdir)/config/depcomp | |
93 | +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
94 | +am__aclocal_m4_deps = $(top_srcdir)/m4/clip_mode.m4 \ | |
95 | + $(top_srcdir)/m4/endian.m4 $(top_srcdir)/m4/flex_array.m4 \ | |
96 | + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lrint.m4 \ | |
97 | + $(top_srcdir)/m4/lrintf.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
98 | + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
99 | + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |
100 | +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
101 | + $(ACLOCAL_M4) | |
102 | +mkinstalldirs = $(install_sh) -d | |
103 | +CONFIG_HEADER = $(top_builddir)/fv3_config.h | |
104 | +CONFIG_CLEAN_FILES = | |
105 | +CONFIG_CLEAN_VPATH_FILES = | |
106 | +LTLIBRARIES = $(noinst_LTLIBRARIES) | |
107 | +VSTGUI_la_LIBADD = | |
108 | +am__VSTGUI_la_SOURCES_DIST = AudioEffectX.h aeffguieditor.cpp \ | |
109 | + aeffguieditor.h cfileselector.cpp cfileselector.h \ | |
110 | + vstcontrols.cpp vstcontrols.h vstgui.cpp vstgui.h \ | |
111 | + vstguidebug.cpp vstguidebug.h vstkeycode.h cvstguitimer.cpp \ | |
112 | + cvstguitimer.h cocoasupport.mm cocoasupport.h | |
113 | +@TARGET_MACOSX_TRUE@am__objects_1 = cvstguitimer.lo | |
114 | +@ENABLE_COCOA_TRUE@am__objects_2 = cocoasupport.lo | |
115 | +am_VSTGUI_la_OBJECTS = aeffguieditor.lo cfileselector.lo \ | |
116 | + vstcontrols.lo vstgui.lo vstguidebug.lo $(am__objects_1) \ | |
117 | + $(am__objects_2) | |
118 | +VSTGUI_la_OBJECTS = $(am_VSTGUI_la_OBJECTS) | |
119 | +AM_V_lt = $(am__v_lt_@AM_V@) | |
120 | +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |
121 | +am__v_lt_0 = --silent | |
122 | +am__v_lt_1 = | |
123 | +VSTGUI_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | |
124 | + $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \ | |
125 | + $(OBJCXXFLAGS) $(VSTGUI_la_LDFLAGS) $(LDFLAGS) -o $@ | |
126 | +AM_V_P = $(am__v_P_@AM_V@) | |
127 | +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
128 | +am__v_P_0 = false | |
129 | +am__v_P_1 = : | |
130 | +AM_V_GEN = $(am__v_GEN_@AM_V@) | |
131 | +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
132 | +am__v_GEN_0 = @echo " GEN " $@; | |
133 | +am__v_GEN_1 = | |
134 | +AM_V_at = $(am__v_at_@AM_V@) | |
135 | +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
136 | +am__v_at_0 = @ | |
137 | +am__v_at_1 = | |
138 | +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
139 | +depcomp = $(SHELL) $(top_srcdir)/config/depcomp | |
140 | +am__depfiles_maybe = depfiles | |
141 | +am__mv = mv -f | |
142 | +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
143 | + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
144 | +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
145 | + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ | |
146 | + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
147 | + $(AM_CXXFLAGS) $(CXXFLAGS) | |
148 | +AM_V_CXX = $(am__v_CXX_@AM_V@) | |
149 | +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) | |
150 | +am__v_CXX_0 = @echo " CXX " $@; | |
151 | +am__v_CXX_1 = | |
152 | +CXXLD = $(CXX) | |
153 | +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ | |
154 | + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ | |
155 | + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
156 | +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) | |
157 | +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) | |
158 | +am__v_CXXLD_0 = @echo " CXXLD " $@; | |
159 | +am__v_CXXLD_1 = | |
160 | +OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
161 | + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) | |
162 | +LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | |
163 | + $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \ | |
164 | + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
165 | + $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) | |
166 | +AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@) | |
167 | +am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@) | |
168 | +am__v_OBJCXX_0 = @echo " OBJCXX " $@; | |
169 | +am__v_OBJCXX_1 = | |
170 | +OBJCXXLD = $(OBJCXX) | |
171 | +OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
172 | + --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ | |
173 | + $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
174 | +AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@) | |
175 | +am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@) | |
176 | +am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@; | |
177 | +am__v_OBJCXXLD_1 = | |
178 | +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
179 | + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
180 | +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
181 | + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
182 | + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
183 | + $(AM_CFLAGS) $(CFLAGS) | |
184 | +AM_V_CC = $(am__v_CC_@AM_V@) | |
185 | +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |
186 | +am__v_CC_0 = @echo " CC " $@; | |
187 | +am__v_CC_1 = | |
188 | +CCLD = $(CC) | |
189 | +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
190 | + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
191 | + $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
192 | +AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |
193 | +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |
194 | +am__v_CCLD_0 = @echo " CCLD " $@; | |
195 | +am__v_CCLD_1 = | |
196 | +SOURCES = $(VSTGUI_la_SOURCES) | |
197 | +DIST_SOURCES = $(am__VSTGUI_la_SOURCES_DIST) | |
198 | +am__can_run_installinfo = \ | |
199 | + case $$AM_UPDATE_INFO_DIR in \ | |
200 | + n|no|NO) false;; \ | |
201 | + *) (install-info --version) >/dev/null 2>&1;; \ | |
202 | + esac | |
203 | +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
204 | +# Read a list of newline-separated strings from the standard input, | |
205 | +# and print each of them once, without duplicates. Input order is | |
206 | +# *not* preserved. | |
207 | +am__uniquify_input = $(AWK) '\ | |
208 | + BEGIN { nonempty = 0; } \ | |
209 | + { items[$$0] = 1; nonempty = 1; } \ | |
210 | + END { if (nonempty) { for (i in items) print i; }; } \ | |
211 | +' | |
212 | +# Make sure the list of sources is unique. This is necessary because, | |
213 | +# e.g., the same source file might be shared among _SOURCES variables | |
214 | +# for different programs/libraries. | |
215 | +am__define_uniq_tagged_files = \ | |
216 | + list='$(am__tagged_files)'; \ | |
217 | + unique=`for i in $$list; do \ | |
218 | + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
219 | + done | $(am__uniquify_input)` | |
220 | +ETAGS = etags | |
221 | +CTAGS = ctags | |
222 | +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
223 | +ACLOCAL = @ACLOCAL@ | |
224 | +AMTAR = @AMTAR@ | |
225 | +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
226 | +AR = @AR@ | |
227 | +AS = @AS@ | |
228 | +AUTOCONF = @AUTOCONF@ | |
229 | +AUTOHEADER = @AUTOHEADER@ | |
230 | +AUTOMAKE = @AUTOMAKE@ | |
231 | +AWK = @AWK@ | |
232 | +CC = @CC@ | |
233 | +CCDEPMODE = @CCDEPMODE@ | |
234 | +CFLAGS = @CFLAGS@ | |
235 | +CPP = @CPP@ | |
236 | +CPPFLAGS = @CPPFLAGS@ | |
237 | +CXX = @CXX@ | |
238 | +CXXCPP = @CXXCPP@ | |
239 | +CXXDEPMODE = @CXXDEPMODE@ | |
240 | +CXXFLAGS = @CXXFLAGS@ | |
241 | +CYGPATH_W = @CYGPATH_W@ | |
242 | +DEFS = @DEFS@ | |
243 | +DEPDIR = @DEPDIR@ | |
244 | +DLLTOOL = @DLLTOOL@ | |
245 | +DSYMUTIL = @DSYMUTIL@ | |
246 | +DUMPBIN = @DUMPBIN@ | |
247 | +ECHO_C = @ECHO_C@ | |
248 | +ECHO_N = @ECHO_N@ | |
249 | +ECHO_T = @ECHO_T@ | |
250 | +EGREP = @EGREP@ | |
251 | +EXEEXT = @EXEEXT@ | |
252 | +FGREP = @FGREP@ | |
253 | +GREP = @GREP@ | |
254 | +INSTALL = @INSTALL@ | |
255 | +INSTALL_DATA = @INSTALL_DATA@ | |
256 | +INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
257 | +INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
258 | +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
259 | +LD = @LD@ | |
260 | +LDFLAGS = @LDFLAGS@ | |
261 | +LIBOBJS = @LIBOBJS@ | |
262 | +LIBS = @LIBS@ | |
263 | +LIBTOOL = @LIBTOOL@ | |
264 | +LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@ | |
265 | +LIPO = @LIPO@ | |
266 | +LN_S = @LN_S@ | |
267 | +LTLIBOBJS = @LTLIBOBJS@ | |
268 | +MAJOR = @MAJOR@ | |
269 | +MAKEINFO = @MAKEINFO@ | |
270 | +MANIFEST_TOOL = @MANIFEST_TOOL@ | |
271 | +MINOR = @MINOR@ | |
272 | +MKDIR_P = @MKDIR_P@ | |
273 | +NM = @NM@ | |
274 | +NMEDIT = @NMEDIT@ | |
275 | +OBJC = @OBJC@ | |
276 | +OBJCDEPMODE = @OBJCDEPMODE@ | |
277 | +OBJCFLAGS = @OBJCFLAGS@ | |
278 | +OBJCXX = @OBJCXX@ | |
279 | +OBJCXXDEPMODE = @OBJCXXDEPMODE@ | |
280 | +OBJCXXFLAGS = @OBJCXXFLAGS@ | |
281 | +OBJDUMP = @OBJDUMP@ | |
282 | +OBJEXT = @OBJEXT@ | |
283 | +OTOOL = @OTOOL@ | |
284 | +OTOOL64 = @OTOOL64@ | |
285 | +PACKAGE = @PACKAGE@ | |
286 | +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
287 | +PACKAGE_NAME = @PACKAGE_NAME@ | |
288 | +PACKAGE_STRING = @PACKAGE_STRING@ | |
289 | +PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
290 | +PACKAGE_URL = @PACKAGE_URL@ | |
291 | +PACKAGE_VERSION = @PACKAGE_VERSION@ | |
292 | +PATH_SEPARATOR = @PATH_SEPARATOR@ | |
293 | +RANLIB = @RANLIB@ | |
294 | +RELEASE = @RELEASE@ | |
295 | +SED = @SED@ | |
296 | +SET_MAKE = @SET_MAKE@ | |
297 | +SF_COUNT_MAX = @SF_COUNT_MAX@ | |
298 | +SHELL = @SHELL@ | |
299 | +SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@ | |
300 | +STRIP = @STRIP@ | |
301 | +TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@ | |
302 | +VERSION = @VERSION@ | |
303 | +WINDRES = @WINDRES@ | |
304 | +abs_builddir = @abs_builddir@ | |
305 | +abs_srcdir = @abs_srcdir@ | |
306 | +abs_top_builddir = @abs_top_builddir@ | |
307 | +abs_top_srcdir = @abs_top_srcdir@ | |
308 | +ac_ct_AR = @ac_ct_AR@ | |
309 | +ac_ct_CC = @ac_ct_CC@ | |
310 | +ac_ct_CXX = @ac_ct_CXX@ | |
311 | +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
312 | +ac_ct_OBJC = @ac_ct_OBJC@ | |
313 | +ac_ct_OBJCXX = @ac_ct_OBJCXX@ | |
314 | +am__include = @am__include@ | |
315 | +am__leading_dot = @am__leading_dot@ | |
316 | +am__quote = @am__quote@ | |
317 | +am__tar = @am__tar@ | |
318 | +am__untar = @am__untar@ | |
319 | +bindir = @bindir@ | |
320 | +build = @build@ | |
321 | +build_alias = @build_alias@ | |
322 | +build_cpu = @build_cpu@ | |
323 | +build_os = @build_os@ | |
324 | +build_vendor = @build_vendor@ | |
325 | +builddir = @builddir@ | |
326 | +cv_cocoa = @cv_cocoa@ | |
327 | +cv_dstr = @cv_dstr@ | |
328 | +cv_expatn = @cv_expatn@ | |
329 | +cv_fftw3n = @cv_fftw3n@ | |
330 | +cv_libflacn = @cv_libflacn@ | |
331 | +cv_liboggn = @cv_liboggn@ | |
332 | +cv_libvorbisn = @cv_libvorbisn@ | |
333 | +cv_macarchstr = @cv_macarchstr@ | |
334 | +cv_mingwrt = @cv_mingwrt@ | |
335 | +cv_vsttarget = @cv_vsttarget@ | |
336 | +cv_x64 = @cv_x64@ | |
337 | +datadir = @datadir@ | |
338 | +datarootdir = @datarootdir@ | |
339 | +docdir = @docdir@ | |
340 | +dvidir = @dvidir@ | |
341 | +exec_prefix = @exec_prefix@ | |
342 | +host = @host@ | |
343 | +host_alias = @host_alias@ | |
344 | +host_cpu = @host_cpu@ | |
345 | +host_os = @host_os@ | |
346 | +host_vendor = @host_vendor@ | |
347 | +htmldir = @htmldir@ | |
348 | +includedir = @includedir@ | |
349 | +infodir = @infodir@ | |
350 | +install_sh = @install_sh@ | |
351 | +libdir = @libdir@ | |
352 | +libexecdir = @libexecdir@ | |
353 | +lipo = @lipo@ | |
354 | +localedir = @localedir@ | |
355 | +localstatedir = @localstatedir@ | |
356 | +mandir = @mandir@ | |
357 | +mkdir_p = @mkdir_p@ | |
358 | +oldincludedir = @oldincludedir@ | |
359 | +pdfdir = @pdfdir@ | |
360 | +prefix = @prefix@ | |
361 | +program_transform_name = @program_transform_name@ | |
362 | +psdir = @psdir@ | |
363 | +sbindir = @sbindir@ | |
364 | +sharedstatedir = @sharedstatedir@ | |
365 | +srcdir = @srcdir@ | |
366 | +sysconfdir = @sysconfdir@ | |
367 | +target = @target@ | |
368 | +target_alias = @target_alias@ | |
369 | +target_cpu = @target_cpu@ | |
370 | +target_os = @target_os@ | |
371 | +target_vendor = @target_vendor@ | |
372 | +top_build_prefix = @top_build_prefix@ | |
373 | +top_builddir = @top_builddir@ | |
374 | +top_srcdir = @top_srcdir@ | |
375 | +noinst_LTLIBRARIES = VSTGUI.la | |
376 | +INCLUDES = \ | |
377 | + -I$(top_srcdir)/zlib \ | |
378 | + -I$(top_srcdir)/libpng \ | |
379 | + -I$(top_srcdir)/VST \ | |
380 | + -I$(top_srcdir)/VSTGUI \ | |
381 | + -D_stricmp=strcasecmp -trigraphs | |
382 | + | |
383 | +VSTGUI_la_LDFLAGS = -module -avoid-version | |
384 | +VSTGUI_la_SOURCES = AudioEffectX.h aeffguieditor.cpp aeffguieditor.h \ | |
385 | + cfileselector.cpp cfileselector.h vstcontrols.cpp \ | |
386 | + vstcontrols.h vstgui.cpp vstgui.h vstguidebug.cpp \ | |
387 | + vstguidebug.h vstkeycode.h $(am__append_1) $(am__append_2) | |
388 | +SUFFIXES = .mm .o .lo | |
389 | +all: all-am | |
390 | + | |
391 | +.SUFFIXES: | |
392 | +.SUFFIXES: .mm .o .lo .cpp .obj | |
393 | +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
394 | + @for dep in $?; do \ | |
395 | + case '$(am__configure_deps)' in \ | |
396 | + *$$dep*) \ | |
397 | + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
398 | + && { if test -f $@; then exit 0; else break; fi; }; \ | |
399 | + exit 1;; \ | |
400 | + esac; \ | |
401 | + done; \ | |
402 | + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu VSTGUI/Makefile'; \ | |
403 | + $(am__cd) $(top_srcdir) && \ | |
404 | + $(AUTOMAKE) --gnu VSTGUI/Makefile | |
405 | +.PRECIOUS: Makefile | |
406 | +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
407 | + @case '$?' in \ | |
408 | + *config.status*) \ | |
409 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
410 | + *) \ | |
411 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
412 | + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
413 | + esac; | |
414 | + | |
415 | +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
416 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
417 | + | |
418 | +$(top_srcdir)/configure: $(am__configure_deps) | |
419 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
420 | +$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
421 | + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
422 | +$(am__aclocal_m4_deps): | |
423 | + | |
424 | +clean-noinstLTLIBRARIES: | |
425 | + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
426 | + @list='$(noinst_LTLIBRARIES)'; \ | |
427 | + locs=`for p in $$list; do echo $$p; done | \ | |
428 | + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ | |
429 | + sort -u`; \ | |
430 | + test -z "$$locs" || { \ | |
431 | + echo rm -f $${locs}; \ | |
432 | + rm -f $${locs}; \ | |
433 | + } | |
434 | + | |
435 | +VSTGUI.la: $(VSTGUI_la_OBJECTS) $(VSTGUI_la_DEPENDENCIES) $(EXTRA_VSTGUI_la_DEPENDENCIES) | |
436 | + $(AM_V_OBJCXXLD)$(VSTGUI_la_LINK) $(VSTGUI_la_OBJECTS) $(VSTGUI_la_LIBADD) $(LIBS) | |
437 | + | |
438 | +mostlyclean-compile: | |
439 | + -rm -f *.$(OBJEXT) | |
440 | + | |
441 | +distclean-compile: | |
442 | + -rm -f *.tab.c | |
443 | + | |
444 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeffguieditor.Plo@am__quote@ | |
445 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfileselector.Plo@am__quote@ | |
446 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cocoasupport.Plo@am__quote@ | |
447 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvstguitimer.Plo@am__quote@ | |
448 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vstcontrols.Plo@am__quote@ | |
449 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vstgui.Plo@am__quote@ | |
450 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vstguidebug.Plo@am__quote@ | |
451 | + | |
452 | +.cpp.o: | |
453 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
454 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
455 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
456 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
457 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< | |
458 | + | |
459 | +.cpp.obj: | |
460 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
461 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
462 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
463 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
464 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
465 | + | |
466 | +.cpp.lo: | |
467 | +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
468 | +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
469 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
470 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
471 | +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< | |
472 | + | |
473 | +.mm.obj: | |
474 | +@am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)$(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
475 | +@am__fastdepOBJCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
476 | +@AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
477 | +@AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
478 | +@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` | |
479 | + | |
480 | +mostlyclean-libtool: | |
481 | + -rm -f *.lo | |
482 | + | |
483 | +clean-libtool: | |
484 | + -rm -rf .libs _libs | |
485 | + | |
486 | +ID: $(am__tagged_files) | |
487 | + $(am__define_uniq_tagged_files); mkid -fID $$unique | |
488 | +tags: tags-am | |
489 | +TAGS: tags | |
490 | + | |
491 | +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
492 | + set x; \ | |
493 | + here=`pwd`; \ | |
494 | + $(am__define_uniq_tagged_files); \ | |
495 | + shift; \ | |
496 | + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
497 | + test -n "$$unique" || unique=$$empty_fix; \ | |
498 | + if test $$# -gt 0; then \ | |
499 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
500 | + "$$@" $$unique; \ | |
501 | + else \ | |
502 | + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
503 | + $$unique; \ | |
504 | + fi; \ | |
505 | + fi | |
506 | +ctags: ctags-am | |
507 | + | |
508 | +CTAGS: ctags | |
509 | +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
510 | + $(am__define_uniq_tagged_files); \ | |
511 | + test -z "$(CTAGS_ARGS)$$unique" \ | |
512 | + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
513 | + $$unique | |
514 | + | |
515 | +GTAGS: | |
516 | + here=`$(am__cd) $(top_builddir) && pwd` \ | |
517 | + && $(am__cd) $(top_srcdir) \ | |
518 | + && gtags -i $(GTAGS_ARGS) "$$here" | |
519 | +cscopelist: cscopelist-am | |
520 | + | |
521 | +cscopelist-am: $(am__tagged_files) | |
522 | + list='$(am__tagged_files)'; \ | |
523 | + case "$(srcdir)" in \ | |
524 | + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
525 | + *) sdir=$(subdir)/$(srcdir) ;; \ | |
526 | + esac; \ | |
527 | + for i in $$list; do \ | |
528 | + if test -f "$$i"; then \ | |
529 | + echo "$(subdir)/$$i"; \ | |
530 | + else \ | |
531 | + echo "$$sdir/$$i"; \ | |
532 | + fi; \ | |
533 | + done >> $(top_builddir)/cscope.files | |
534 | + | |
535 | +distclean-tags: | |
536 | + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
537 | + | |
538 | +distdir: $(DISTFILES) | |
539 | + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
540 | + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
541 | + list='$(DISTFILES)'; \ | |
542 | + dist_files=`for file in $$list; do echo $$file; done | \ | |
543 | + sed -e "s|^$$srcdirstrip/||;t" \ | |
544 | + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
545 | + case $$dist_files in \ | |
546 | + */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
547 | + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
548 | + sort -u` ;; \ | |
549 | + esac; \ | |
550 | + for file in $$dist_files; do \ | |
551 | + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
552 | + if test -d $$d/$$file; then \ | |
553 | + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
554 | + if test -d "$(distdir)/$$file"; then \ | |
555 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
556 | + fi; \ | |
557 | + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
558 | + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
559 | + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
560 | + fi; \ | |
561 | + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
562 | + else \ | |
563 | + test -f "$(distdir)/$$file" \ | |
564 | + || cp -p $$d/$$file "$(distdir)/$$file" \ | |
565 | + || exit 1; \ | |
566 | + fi; \ | |
567 | + done | |
568 | +check-am: all-am | |
569 | +check: check-am | |
570 | +all-am: Makefile $(LTLIBRARIES) | |
571 | +installdirs: | |
572 | +install: install-am | |
573 | +install-exec: install-exec-am | |
574 | +install-data: install-data-am | |
575 | +uninstall: uninstall-am | |
576 | + | |
577 | +install-am: all-am | |
578 | + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
579 | + | |
580 | +installcheck: installcheck-am | |
581 | +install-strip: | |
582 | + if test -z '$(STRIP)'; then \ | |
583 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
584 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
585 | + install; \ | |
586 | + else \ | |
587 | + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
588 | + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
589 | + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
590 | + fi | |
591 | +mostlyclean-generic: | |
592 | + | |
593 | +clean-generic: | |
594 | + | |
595 | +distclean-generic: | |
596 | + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
597 | + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
598 | + | |
599 | +maintainer-clean-generic: | |
600 | + @echo "This command is intended for maintainers to use" | |
601 | + @echo "it deletes files that may require special tools to rebuild." | |
602 | +clean: clean-am | |
603 | + | |
604 | +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ | |
605 | + mostlyclean-am | |
606 | + | |
607 | +distclean: distclean-am | |
608 | + -rm -rf ./$(DEPDIR) | |
609 | + -rm -f Makefile | |
610 | +distclean-am: clean-am distclean-compile distclean-generic \ | |
611 | + distclean-tags | |
612 | + | |
613 | +dvi: dvi-am | |
614 | + | |
615 | +dvi-am: | |
616 | + | |
617 | +html: html-am | |
618 | + | |
619 | +html-am: | |
620 | + | |
621 | +info: info-am | |
622 | + | |
623 | +info-am: | |
624 | + | |
625 | +install-data-am: | |
626 | + | |
627 | +install-dvi: install-dvi-am | |
628 | + | |
629 | +install-dvi-am: | |
630 | + | |
631 | +install-exec-am: | |
632 | + | |
633 | +install-html: install-html-am | |
634 | + | |
635 | +install-html-am: | |
636 | + | |
637 | +install-info: install-info-am | |
638 | + | |
639 | +install-info-am: | |
640 | + | |
641 | +install-man: | |
642 | + | |
643 | +install-pdf: install-pdf-am | |
644 | + | |
645 | +install-pdf-am: | |
646 | + | |
647 | +install-ps: install-ps-am | |
648 | + | |
649 | +install-ps-am: | |
650 | + | |
651 | +installcheck-am: | |
652 | + | |
653 | +maintainer-clean: maintainer-clean-am | |
654 | + -rm -rf ./$(DEPDIR) | |
655 | + -rm -f Makefile | |
656 | +maintainer-clean-am: distclean-am maintainer-clean-generic | |
657 | + | |
658 | +mostlyclean: mostlyclean-am | |
659 | + | |
660 | +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
661 | + mostlyclean-libtool | |
662 | + | |
663 | +pdf: pdf-am | |
664 | + | |
665 | +pdf-am: | |
666 | + | |
667 | +ps: ps-am | |
668 | + | |
669 | +ps-am: | |
670 | + | |
671 | +uninstall-am: | |
672 | + | |
673 | +.MAKE: install-am install-strip | |
674 | + | |
675 | +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
676 | + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ | |
677 | + ctags-am distclean distclean-compile distclean-generic \ | |
678 | + distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
679 | + html-am info info-am install install-am install-data \ | |
680 | + install-data-am install-dvi install-dvi-am install-exec \ | |
681 | + install-exec-am install-html install-html-am install-info \ | |
682 | + install-info-am install-man install-pdf install-pdf-am \ | |
683 | + install-ps install-ps-am install-strip installcheck \ | |
684 | + installcheck-am installdirs maintainer-clean \ | |
685 | + maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
686 | + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
687 | + tags tags-am uninstall uninstall-am | |
688 | + | |
689 | +.mm.o : | |
690 | + $(CXXCOMPILE) $(CXXFLAGS) -x objective-c++ -c $< -o $@ | |
691 | +.mm.lo : | |
692 | + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=CXX --mode=compile $(CXXCOMPILE) $(CXXFLAGS) -x objective-c++ -c $< -o $@ | |
693 | + | |
694 | +# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
695 | +# Otherwise a system limit (for SysV at least) may be exceeded. | |
696 | +.NOEXPORT: |
@@ -9,4 +9,4 @@ | ||
9 | 9 | |
10 | 10 | ./configure --prefix=/Freeverb3_VST_x64 --host=$host --target=$target --build=$build --enable-x64 \ |
11 | 11 | --enable-static --enable-shared --disable-debug --disable-undenormal \ |
12 | ---enable-plugdouble --enable-dstr=-slow-x64-doubleprecision-win --enable-fftw3n=fftw3-x64 | |
12 | +--enable-plugdouble --enable-dstr=-slow-x64-SSE2-doubleprecision-win --enable-fftw3n=fftw3-x64 |
@@ -9,4 +9,4 @@ | ||
9 | 9 | |
10 | 10 | ./configure --prefix=/Freeverb3_VST_x64 --host=$host --target=$target --build=$build --enable-x64 \ |
11 | 11 | --enable-static --enable-shared --disable-debug --disable-undenormal \ |
12 | ---enable-dstr=-fast-x64-singleprecision-win --enable-fftw3n=fftw3f-x64 | |
12 | +--enable-dstr=-fast-x64-SSE-singleprecision-win --enable-fftw3n=fftw3f-x64 |