Chris@4
|
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
|
Chris@4
|
2 # @configure_input@
|
Chris@4
|
3
|
Chris@4
|
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
Chris@4
|
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
Chris@4
|
6 # Inc.
|
Chris@4
|
7 # This Makefile.in is free software; the Free Software Foundation
|
Chris@4
|
8 # gives unlimited permission to copy and/or distribute it,
|
Chris@4
|
9 # with or without modifications, as long as this notice is preserved.
|
Chris@4
|
10
|
Chris@4
|
11 # This program is distributed in the hope that it will be useful,
|
Chris@4
|
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
Chris@4
|
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
Chris@4
|
14 # PARTICULAR PURPOSE.
|
Chris@4
|
15
|
Chris@4
|
16 @SET_MAKE@
|
Chris@4
|
17
|
Chris@4
|
18 VPATH = @srcdir@
|
Chris@4
|
19 pkgdatadir = $(datadir)/@PACKAGE@
|
Chris@4
|
20 pkgincludedir = $(includedir)/@PACKAGE@
|
Chris@4
|
21 pkglibdir = $(libdir)/@PACKAGE@
|
Chris@4
|
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
|
Chris@4
|
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
Chris@4
|
24 install_sh_DATA = $(install_sh) -c -m 644
|
Chris@4
|
25 install_sh_PROGRAM = $(install_sh) -c
|
Chris@4
|
26 install_sh_SCRIPT = $(install_sh) -c
|
Chris@4
|
27 INSTALL_HEADER = $(INSTALL_DATA)
|
Chris@4
|
28 transform = $(program_transform_name)
|
Chris@4
|
29 NORMAL_INSTALL = :
|
Chris@4
|
30 PRE_INSTALL = :
|
Chris@4
|
31 POST_INSTALL = :
|
Chris@4
|
32 NORMAL_UNINSTALL = :
|
Chris@4
|
33 PRE_UNINSTALL = :
|
Chris@4
|
34 POST_UNINSTALL = :
|
Chris@4
|
35 build_triplet = @build@
|
Chris@4
|
36 host_triplet = @host@
|
Chris@4
|
37 noinst_PROGRAMS = devs$(EXEEXT) sine$(EXEEXT)
|
Chris@4
|
38 subdir = bin
|
Chris@4
|
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
Chris@4
|
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
Chris@4
|
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
Chris@4
|
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
Chris@4
|
43 $(ACLOCAL_M4)
|
Chris@4
|
44 mkinstalldirs = $(install_sh) -d
|
Chris@4
|
45 CONFIG_CLEAN_FILES =
|
Chris@4
|
46 CONFIG_CLEAN_VPATH_FILES =
|
Chris@4
|
47 PROGRAMS = $(noinst_PROGRAMS)
|
Chris@4
|
48 am_devs_OBJECTS = devs.$(OBJEXT)
|
Chris@4
|
49 devs_OBJECTS = $(am_devs_OBJECTS)
|
Chris@4
|
50 devs_LDADD = $(LDADD)
|
Chris@4
|
51 devs_DEPENDENCIES = $(LIBDIR)/libportaudiocpp.la \
|
Chris@4
|
52 $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
|
Chris@4
|
53 am_sine_OBJECTS = sine.$(OBJEXT)
|
Chris@4
|
54 sine_OBJECTS = $(am_sine_OBJECTS)
|
Chris@4
|
55 sine_LDADD = $(LDADD)
|
Chris@4
|
56 sine_DEPENDENCIES = $(LIBDIR)/libportaudiocpp.la \
|
Chris@4
|
57 $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
|
Chris@4
|
58 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
Chris@4
|
59 am__depfiles_maybe = depfiles
|
Chris@4
|
60 am__mv = mv -f
|
Chris@4
|
61 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
Chris@4
|
62 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
Chris@4
|
63 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
Chris@4
|
64 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
Chris@4
|
65 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
Chris@4
|
66 CXXLD = $(CXX)
|
Chris@4
|
67 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
Chris@4
|
68 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
Chris@4
|
69 $(LDFLAGS) -o $@
|
Chris@4
|
70 SOURCES = $(devs_SOURCES) $(sine_SOURCES)
|
Chris@4
|
71 DIST_SOURCES = $(devs_SOURCES) $(sine_SOURCES)
|
Chris@4
|
72 ETAGS = etags
|
Chris@4
|
73 CTAGS = ctags
|
Chris@4
|
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
Chris@4
|
75 ACLOCAL = @ACLOCAL@
|
Chris@4
|
76 AMTAR = @AMTAR@
|
Chris@4
|
77 AR = @AR@
|
Chris@4
|
78 AS = @AS@
|
Chris@4
|
79 AUTOCONF = @AUTOCONF@
|
Chris@4
|
80 AUTOHEADER = @AUTOHEADER@
|
Chris@4
|
81 AUTOMAKE = @AUTOMAKE@
|
Chris@4
|
82 AWK = @AWK@
|
Chris@4
|
83 CC = @CC@
|
Chris@4
|
84 CCDEPMODE = @CCDEPMODE@
|
Chris@4
|
85 CFLAGS = @CFLAGS@
|
Chris@4
|
86 CPP = @CPP@
|
Chris@4
|
87 CPPFLAGS = @CPPFLAGS@
|
Chris@4
|
88 CXX = @CXX@
|
Chris@4
|
89 CXXCPP = @CXXCPP@
|
Chris@4
|
90 CXXDEPMODE = @CXXDEPMODE@
|
Chris@4
|
91 CXXFLAGS = @CXXFLAGS@
|
Chris@4
|
92 CYGPATH_W = @CYGPATH_W@
|
Chris@4
|
93 DEFAULT_INCLUDES = @DEFAULT_INCLUDES@
|
Chris@4
|
94 DEFS = @DEFS@
|
Chris@4
|
95 DEPDIR = @DEPDIR@
|
Chris@4
|
96 DLLTOOL = @DLLTOOL@
|
Chris@4
|
97 DSYMUTIL = @DSYMUTIL@
|
Chris@4
|
98 DUMPBIN = @DUMPBIN@
|
Chris@4
|
99 ECHO_C = @ECHO_C@
|
Chris@4
|
100 ECHO_N = @ECHO_N@
|
Chris@4
|
101 ECHO_T = @ECHO_T@
|
Chris@4
|
102 EGREP = @EGREP@
|
Chris@4
|
103 EXEEXT = @EXEEXT@
|
Chris@4
|
104 FGREP = @FGREP@
|
Chris@4
|
105 GREP = @GREP@
|
Chris@4
|
106 INSTALL = @INSTALL@
|
Chris@4
|
107 INSTALL_DATA = @INSTALL_DATA@
|
Chris@4
|
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
Chris@4
|
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
Chris@4
|
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
Chris@4
|
111 LD = @LD@
|
Chris@4
|
112 LDFLAGS = @LDFLAGS@
|
Chris@4
|
113 LIBOBJS = @LIBOBJS@
|
Chris@4
|
114 LIBS = @LIBS@
|
Chris@4
|
115 LIBTOOL = @LIBTOOL@
|
Chris@4
|
116 LIPO = @LIPO@
|
Chris@4
|
117 LN_S = @LN_S@
|
Chris@4
|
118 LTLIBOBJS = @LTLIBOBJS@
|
Chris@4
|
119 LT_VERSION_INFO = @LT_VERSION_INFO@
|
Chris@4
|
120 MAINT = @MAINT@
|
Chris@4
|
121 MAKEINFO = @MAKEINFO@
|
Chris@4
|
122 MANIFEST_TOOL = @MANIFEST_TOOL@
|
Chris@4
|
123 MKDIR_P = @MKDIR_P@
|
Chris@4
|
124 NM = @NM@
|
Chris@4
|
125 NMEDIT = @NMEDIT@
|
Chris@4
|
126 OBJDUMP = @OBJDUMP@
|
Chris@4
|
127 OBJEXT = @OBJEXT@
|
Chris@4
|
128 OTOOL = @OTOOL@
|
Chris@4
|
129 OTOOL64 = @OTOOL64@
|
Chris@4
|
130 PACKAGE = @PACKAGE@
|
Chris@4
|
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
Chris@4
|
132 PACKAGE_NAME = @PACKAGE_NAME@
|
Chris@4
|
133 PACKAGE_STRING = @PACKAGE_STRING@
|
Chris@4
|
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Chris@4
|
135 PACKAGE_URL = @PACKAGE_URL@
|
Chris@4
|
136 PACKAGE_VERSION = @PACKAGE_VERSION@
|
Chris@4
|
137 PATH_SEPARATOR = @PATH_SEPARATOR@
|
Chris@4
|
138 PORTAUDIO_ROOT = @PORTAUDIO_ROOT@
|
Chris@4
|
139 RANLIB = @RANLIB@
|
Chris@4
|
140 SED = @SED@
|
Chris@4
|
141 SET_MAKE = @SET_MAKE@
|
Chris@4
|
142 SHELL = @SHELL@
|
Chris@4
|
143 STRIP = @STRIP@
|
Chris@4
|
144 VERSION = @VERSION@
|
Chris@4
|
145 abs_builddir = @abs_builddir@
|
Chris@4
|
146 abs_srcdir = @abs_srcdir@
|
Chris@4
|
147 abs_top_builddir = @abs_top_builddir@
|
Chris@4
|
148 abs_top_srcdir = @abs_top_srcdir@
|
Chris@4
|
149 ac_ct_AR = @ac_ct_AR@
|
Chris@4
|
150 ac_ct_CC = @ac_ct_CC@
|
Chris@4
|
151 ac_ct_CXX = @ac_ct_CXX@
|
Chris@4
|
152 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
Chris@4
|
153 am__include = @am__include@
|
Chris@4
|
154 am__leading_dot = @am__leading_dot@
|
Chris@4
|
155 am__quote = @am__quote@
|
Chris@4
|
156 am__tar = @am__tar@
|
Chris@4
|
157 am__untar = @am__untar@
|
Chris@4
|
158 bindir = @bindir@
|
Chris@4
|
159 build = @build@
|
Chris@4
|
160 build_alias = @build_alias@
|
Chris@4
|
161 build_cpu = @build_cpu@
|
Chris@4
|
162 build_os = @build_os@
|
Chris@4
|
163 build_vendor = @build_vendor@
|
Chris@4
|
164 builddir = @builddir@
|
Chris@4
|
165 datadir = @datadir@
|
Chris@4
|
166 datarootdir = @datarootdir@
|
Chris@4
|
167 docdir = @docdir@
|
Chris@4
|
168 dvidir = @dvidir@
|
Chris@4
|
169 exec_prefix = @exec_prefix@
|
Chris@4
|
170 host = @host@
|
Chris@4
|
171 host_alias = @host_alias@
|
Chris@4
|
172 host_cpu = @host_cpu@
|
Chris@4
|
173 host_os = @host_os@
|
Chris@4
|
174 host_vendor = @host_vendor@
|
Chris@4
|
175 htmldir = @htmldir@
|
Chris@4
|
176 includedir = @includedir@
|
Chris@4
|
177 infodir = @infodir@
|
Chris@4
|
178 install_sh = @install_sh@
|
Chris@4
|
179 libdir = @libdir@
|
Chris@4
|
180 libexecdir = @libexecdir@
|
Chris@4
|
181 localedir = @localedir@
|
Chris@4
|
182 localstatedir = @localstatedir@
|
Chris@4
|
183 mandir = @mandir@
|
Chris@4
|
184 mkdir_p = @mkdir_p@
|
Chris@4
|
185 oldincludedir = @oldincludedir@
|
Chris@4
|
186 pdfdir = @pdfdir@
|
Chris@4
|
187 prefix = @prefix@
|
Chris@4
|
188 program_transform_name = @program_transform_name@
|
Chris@4
|
189 psdir = @psdir@
|
Chris@4
|
190 sbindir = @sbindir@
|
Chris@4
|
191 sharedstatedir = @sharedstatedir@
|
Chris@4
|
192 srcdir = @srcdir@
|
Chris@4
|
193 sysconfdir = @sysconfdir@
|
Chris@4
|
194 target_alias = @target_alias@
|
Chris@4
|
195 top_build_prefix = @top_build_prefix@
|
Chris@4
|
196 top_builddir = @top_builddir@
|
Chris@4
|
197 top_srcdir = @top_srcdir@
|
Chris@4
|
198 BINDIR = $(top_srcdir)/example
|
Chris@4
|
199 LIBDIR = $(top_builddir)/lib
|
Chris@4
|
200 LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
|
Chris@4
|
201 devs_SOURCES = $(BINDIR)/devs.cxx
|
Chris@4
|
202 sine_SOURCES = $(BINDIR)/sine.cxx
|
Chris@4
|
203 all: all-am
|
Chris@4
|
204
|
Chris@4
|
205 .SUFFIXES:
|
Chris@4
|
206 .SUFFIXES: .cxx .lo .o .obj
|
Chris@4
|
207 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
Chris@4
|
208 @for dep in $?; do \
|
Chris@4
|
209 case '$(am__configure_deps)' in \
|
Chris@4
|
210 *$$dep*) \
|
Chris@4
|
211 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
Chris@4
|
212 && { if test -f $@; then exit 0; else break; fi; }; \
|
Chris@4
|
213 exit 1;; \
|
Chris@4
|
214 esac; \
|
Chris@4
|
215 done; \
|
Chris@4
|
216 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
|
Chris@4
|
217 $(am__cd) $(top_srcdir) && \
|
Chris@4
|
218 $(AUTOMAKE) --gnu bin/Makefile
|
Chris@4
|
219 .PRECIOUS: Makefile
|
Chris@4
|
220 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Chris@4
|
221 @case '$?' in \
|
Chris@4
|
222 *config.status*) \
|
Chris@4
|
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
Chris@4
|
224 *) \
|
Chris@4
|
225 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
Chris@4
|
226 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
Chris@4
|
227 esac;
|
Chris@4
|
228
|
Chris@4
|
229 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
Chris@4
|
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
231
|
Chris@4
|
232 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
Chris@4
|
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
234 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
Chris@4
|
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
Chris@4
|
236 $(am__aclocal_m4_deps):
|
Chris@4
|
237
|
Chris@4
|
238 clean-noinstPROGRAMS:
|
Chris@4
|
239 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
|
Chris@4
|
240 echo " rm -f" $$list; \
|
Chris@4
|
241 rm -f $$list || exit $$?; \
|
Chris@4
|
242 test -n "$(EXEEXT)" || exit 0; \
|
Chris@4
|
243 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
Chris@4
|
244 echo " rm -f" $$list; \
|
Chris@4
|
245 rm -f $$list
|
Chris@4
|
246 devs$(EXEEXT): $(devs_OBJECTS) $(devs_DEPENDENCIES)
|
Chris@4
|
247 @rm -f devs$(EXEEXT)
|
Chris@4
|
248 $(CXXLINK) $(devs_OBJECTS) $(devs_LDADD) $(LIBS)
|
Chris@4
|
249 sine$(EXEEXT): $(sine_OBJECTS) $(sine_DEPENDENCIES)
|
Chris@4
|
250 @rm -f sine$(EXEEXT)
|
Chris@4
|
251 $(CXXLINK) $(sine_OBJECTS) $(sine_LDADD) $(LIBS)
|
Chris@4
|
252
|
Chris@4
|
253 mostlyclean-compile:
|
Chris@4
|
254 -rm -f *.$(OBJEXT)
|
Chris@4
|
255
|
Chris@4
|
256 distclean-compile:
|
Chris@4
|
257 -rm -f *.tab.c
|
Chris@4
|
258
|
Chris@4
|
259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devs.Po@am__quote@
|
Chris@4
|
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sine.Po@am__quote@
|
Chris@4
|
261
|
Chris@4
|
262 .cxx.o:
|
Chris@4
|
263 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
Chris@4
|
264 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
Chris@4
|
265 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
266 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
267 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
Chris@4
|
268
|
Chris@4
|
269 .cxx.obj:
|
Chris@4
|
270 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
Chris@4
|
271 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
Chris@4
|
272 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
273 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
274 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
Chris@4
|
275
|
Chris@4
|
276 .cxx.lo:
|
Chris@4
|
277 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
Chris@4
|
278 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
Chris@4
|
279 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
Chris@4
|
280 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
281 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
Chris@4
|
282
|
Chris@4
|
283 devs.o: $(BINDIR)/devs.cxx
|
Chris@4
|
284 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT devs.o -MD -MP -MF $(DEPDIR)/devs.Tpo -c -o devs.o `test -f '$(BINDIR)/devs.cxx' || echo '$(srcdir)/'`$(BINDIR)/devs.cxx
|
Chris@4
|
285 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
|
Chris@4
|
286 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(BINDIR)/devs.cxx' object='devs.o' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
287 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
288 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o devs.o `test -f '$(BINDIR)/devs.cxx' || echo '$(srcdir)/'`$(BINDIR)/devs.cxx
|
Chris@4
|
289
|
Chris@4
|
290 devs.obj: $(BINDIR)/devs.cxx
|
Chris@4
|
291 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT devs.obj -MD -MP -MF $(DEPDIR)/devs.Tpo -c -o devs.obj `if test -f '$(BINDIR)/devs.cxx'; then $(CYGPATH_W) '$(BINDIR)/devs.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/devs.cxx'; fi`
|
Chris@4
|
292 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
|
Chris@4
|
293 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(BINDIR)/devs.cxx' object='devs.obj' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
294 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
295 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o devs.obj `if test -f '$(BINDIR)/devs.cxx'; then $(CYGPATH_W) '$(BINDIR)/devs.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/devs.cxx'; fi`
|
Chris@4
|
296
|
Chris@4
|
297 sine.o: $(BINDIR)/sine.cxx
|
Chris@4
|
298 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sine.o -MD -MP -MF $(DEPDIR)/sine.Tpo -c -o sine.o `test -f '$(BINDIR)/sine.cxx' || echo '$(srcdir)/'`$(BINDIR)/sine.cxx
|
Chris@4
|
299 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
|
Chris@4
|
300 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(BINDIR)/sine.cxx' object='sine.o' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
301 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
302 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sine.o `test -f '$(BINDIR)/sine.cxx' || echo '$(srcdir)/'`$(BINDIR)/sine.cxx
|
Chris@4
|
303
|
Chris@4
|
304 sine.obj: $(BINDIR)/sine.cxx
|
Chris@4
|
305 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sine.obj -MD -MP -MF $(DEPDIR)/sine.Tpo -c -o sine.obj `if test -f '$(BINDIR)/sine.cxx'; then $(CYGPATH_W) '$(BINDIR)/sine.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/sine.cxx'; fi`
|
Chris@4
|
306 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
|
Chris@4
|
307 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$(BINDIR)/sine.cxx' object='sine.obj' libtool=no @AMDEPBACKSLASH@
|
Chris@4
|
308 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Chris@4
|
309 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sine.obj `if test -f '$(BINDIR)/sine.cxx'; then $(CYGPATH_W) '$(BINDIR)/sine.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/sine.cxx'; fi`
|
Chris@4
|
310
|
Chris@4
|
311 mostlyclean-libtool:
|
Chris@4
|
312 -rm -f *.lo
|
Chris@4
|
313
|
Chris@4
|
314 clean-libtool:
|
Chris@4
|
315 -rm -rf .libs _libs
|
Chris@4
|
316
|
Chris@4
|
317 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
Chris@4
|
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
319 unique=`for i in $$list; do \
|
Chris@4
|
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
321 done | \
|
Chris@4
|
322 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
323 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
324 mkid -fID $$unique
|
Chris@4
|
325 tags: TAGS
|
Chris@4
|
326
|
Chris@4
|
327 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
Chris@4
|
328 $(TAGS_FILES) $(LISP)
|
Chris@4
|
329 set x; \
|
Chris@4
|
330 here=`pwd`; \
|
Chris@4
|
331 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
332 unique=`for i in $$list; do \
|
Chris@4
|
333 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
334 done | \
|
Chris@4
|
335 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
336 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
337 shift; \
|
Chris@4
|
338 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
Chris@4
|
339 test -n "$$unique" || unique=$$empty_fix; \
|
Chris@4
|
340 if test $$# -gt 0; then \
|
Chris@4
|
341 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
Chris@4
|
342 "$$@" $$unique; \
|
Chris@4
|
343 else \
|
Chris@4
|
344 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
Chris@4
|
345 $$unique; \
|
Chris@4
|
346 fi; \
|
Chris@4
|
347 fi
|
Chris@4
|
348 ctags: CTAGS
|
Chris@4
|
349 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
Chris@4
|
350 $(TAGS_FILES) $(LISP)
|
Chris@4
|
351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
Chris@4
|
352 unique=`for i in $$list; do \
|
Chris@4
|
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
Chris@4
|
354 done | \
|
Chris@4
|
355 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
Chris@4
|
356 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
Chris@4
|
357 test -z "$(CTAGS_ARGS)$$unique" \
|
Chris@4
|
358 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
Chris@4
|
359 $$unique
|
Chris@4
|
360
|
Chris@4
|
361 GTAGS:
|
Chris@4
|
362 here=`$(am__cd) $(top_builddir) && pwd` \
|
Chris@4
|
363 && $(am__cd) $(top_srcdir) \
|
Chris@4
|
364 && gtags -i $(GTAGS_ARGS) "$$here"
|
Chris@4
|
365
|
Chris@4
|
366 distclean-tags:
|
Chris@4
|
367 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
Chris@4
|
368
|
Chris@4
|
369 distdir: $(DISTFILES)
|
Chris@4
|
370 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@4
|
371 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
Chris@4
|
372 list='$(DISTFILES)'; \
|
Chris@4
|
373 dist_files=`for file in $$list; do echo $$file; done | \
|
Chris@4
|
374 sed -e "s|^$$srcdirstrip/||;t" \
|
Chris@4
|
375 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
Chris@4
|
376 case $$dist_files in \
|
Chris@4
|
377 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
Chris@4
|
378 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
Chris@4
|
379 sort -u` ;; \
|
Chris@4
|
380 esac; \
|
Chris@4
|
381 for file in $$dist_files; do \
|
Chris@4
|
382 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
Chris@4
|
383 if test -d $$d/$$file; then \
|
Chris@4
|
384 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
Chris@4
|
385 if test -d "$(distdir)/$$file"; then \
|
Chris@4
|
386 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@4
|
387 fi; \
|
Chris@4
|
388 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
Chris@4
|
389 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@4
|
390 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
Chris@4
|
391 fi; \
|
Chris@4
|
392 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
Chris@4
|
393 else \
|
Chris@4
|
394 test -f "$(distdir)/$$file" \
|
Chris@4
|
395 || cp -p $$d/$$file "$(distdir)/$$file" \
|
Chris@4
|
396 || exit 1; \
|
Chris@4
|
397 fi; \
|
Chris@4
|
398 done
|
Chris@4
|
399 check-am: all-am
|
Chris@4
|
400 check: check-am
|
Chris@4
|
401 all-am: Makefile $(PROGRAMS)
|
Chris@4
|
402 installdirs:
|
Chris@4
|
403 install: install-am
|
Chris@4
|
404 install-exec: install-exec-am
|
Chris@4
|
405 install-data: install-data-am
|
Chris@4
|
406 uninstall: uninstall-am
|
Chris@4
|
407
|
Chris@4
|
408 install-am: all-am
|
Chris@4
|
409 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
Chris@4
|
410
|
Chris@4
|
411 installcheck: installcheck-am
|
Chris@4
|
412 install-strip:
|
Chris@4
|
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
Chris@4
|
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
Chris@4
|
415 `test -z '$(STRIP)' || \
|
Chris@4
|
416 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
Chris@4
|
417 mostlyclean-generic:
|
Chris@4
|
418
|
Chris@4
|
419 clean-generic:
|
Chris@4
|
420
|
Chris@4
|
421 distclean-generic:
|
Chris@4
|
422 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
Chris@4
|
423 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
Chris@4
|
424
|
Chris@4
|
425 maintainer-clean-generic:
|
Chris@4
|
426 @echo "This command is intended for maintainers to use"
|
Chris@4
|
427 @echo "it deletes files that may require special tools to rebuild."
|
Chris@4
|
428 clean: clean-am
|
Chris@4
|
429
|
Chris@4
|
430 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
Chris@4
|
431 mostlyclean-am
|
Chris@4
|
432
|
Chris@4
|
433 distclean: distclean-am
|
Chris@4
|
434 -rm -rf ./$(DEPDIR)
|
Chris@4
|
435 -rm -f Makefile
|
Chris@4
|
436 distclean-am: clean-am distclean-compile distclean-generic \
|
Chris@4
|
437 distclean-tags
|
Chris@4
|
438
|
Chris@4
|
439 dvi: dvi-am
|
Chris@4
|
440
|
Chris@4
|
441 dvi-am:
|
Chris@4
|
442
|
Chris@4
|
443 html: html-am
|
Chris@4
|
444
|
Chris@4
|
445 html-am:
|
Chris@4
|
446
|
Chris@4
|
447 info: info-am
|
Chris@4
|
448
|
Chris@4
|
449 info-am:
|
Chris@4
|
450
|
Chris@4
|
451 install-data-am:
|
Chris@4
|
452
|
Chris@4
|
453 install-dvi: install-dvi-am
|
Chris@4
|
454
|
Chris@4
|
455 install-dvi-am:
|
Chris@4
|
456
|
Chris@4
|
457 install-exec-am:
|
Chris@4
|
458
|
Chris@4
|
459 install-html: install-html-am
|
Chris@4
|
460
|
Chris@4
|
461 install-html-am:
|
Chris@4
|
462
|
Chris@4
|
463 install-info: install-info-am
|
Chris@4
|
464
|
Chris@4
|
465 install-info-am:
|
Chris@4
|
466
|
Chris@4
|
467 install-man:
|
Chris@4
|
468
|
Chris@4
|
469 install-pdf: install-pdf-am
|
Chris@4
|
470
|
Chris@4
|
471 install-pdf-am:
|
Chris@4
|
472
|
Chris@4
|
473 install-ps: install-ps-am
|
Chris@4
|
474
|
Chris@4
|
475 install-ps-am:
|
Chris@4
|
476
|
Chris@4
|
477 installcheck-am:
|
Chris@4
|
478
|
Chris@4
|
479 maintainer-clean: maintainer-clean-am
|
Chris@4
|
480 -rm -rf ./$(DEPDIR)
|
Chris@4
|
481 -rm -f Makefile
|
Chris@4
|
482 maintainer-clean-am: distclean-am maintainer-clean-generic
|
Chris@4
|
483
|
Chris@4
|
484 mostlyclean: mostlyclean-am
|
Chris@4
|
485
|
Chris@4
|
486 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
Chris@4
|
487 mostlyclean-libtool
|
Chris@4
|
488
|
Chris@4
|
489 pdf: pdf-am
|
Chris@4
|
490
|
Chris@4
|
491 pdf-am:
|
Chris@4
|
492
|
Chris@4
|
493 ps: ps-am
|
Chris@4
|
494
|
Chris@4
|
495 ps-am:
|
Chris@4
|
496
|
Chris@4
|
497 uninstall-am:
|
Chris@4
|
498
|
Chris@4
|
499 .MAKE: install-am install-strip
|
Chris@4
|
500
|
Chris@4
|
501 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
Chris@4
|
502 clean-libtool clean-noinstPROGRAMS ctags distclean \
|
Chris@4
|
503 distclean-compile distclean-generic distclean-libtool \
|
Chris@4
|
504 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
Chris@4
|
505 install install-am install-data install-data-am install-dvi \
|
Chris@4
|
506 install-dvi-am install-exec install-exec-am install-html \
|
Chris@4
|
507 install-html-am install-info install-info-am install-man \
|
Chris@4
|
508 install-pdf install-pdf-am install-ps install-ps-am \
|
Chris@4
|
509 install-strip installcheck installcheck-am installdirs \
|
Chris@4
|
510 maintainer-clean maintainer-clean-generic mostlyclean \
|
Chris@4
|
511 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
Chris@4
|
512 pdf pdf-am ps ps-am tags uninstall uninstall-am
|
Chris@4
|
513
|
Chris@4
|
514
|
Chris@4
|
515 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
Chris@4
|
516 # Otherwise a system limit (for SysV at least) may be exceeded.
|
Chris@4
|
517 .NOEXPORT:
|