To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / bindings / cpp / bin / Makefile.in @ 162:d43aab368df9

History | View | Annotate | Download (20.9 KB)

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
noinst_PROGRAMS = devs$(EXEEXT) sine$(EXEEXT)
82
subdir = bin
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
	$(top_srcdir)/../../depcomp
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
	$(ACLOCAL_M4)
89
mkinstalldirs = $(install_sh) -d
90
CONFIG_CLEAN_FILES =
91
CONFIG_CLEAN_VPATH_FILES =
92
PROGRAMS = $(noinst_PROGRAMS)
93
am_devs_OBJECTS = devs.$(OBJEXT)
94
devs_OBJECTS = $(am_devs_OBJECTS)
95
devs_LDADD = $(LDADD)
96
devs_DEPENDENCIES = $(LIBDIR)/libportaudiocpp.la \
97
	$(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
98
AM_V_lt = $(am__v_lt_@AM_V@)
99
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
100
am__v_lt_0 = --silent
101
am__v_lt_1 = 
102
am_sine_OBJECTS = sine.$(OBJEXT)
103
sine_OBJECTS = $(am_sine_OBJECTS)
104
sine_LDADD = $(LDADD)
105
sine_DEPENDENCIES = $(LIBDIR)/libportaudiocpp.la \
106
	$(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
107
AM_V_P = $(am__v_P_@AM_V@)
108
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109
am__v_P_0 = false
110
am__v_P_1 = :
111
AM_V_GEN = $(am__v_GEN_@AM_V@)
112
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113
am__v_GEN_0 = @echo "  GEN     " $@;
114
am__v_GEN_1 = 
115
AM_V_at = $(am__v_at_@AM_V@)
116
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117
am__v_at_0 = @
118
am__v_at_1 = 
119
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
120
am__depfiles_maybe = depfiles
121
am__mv = mv -f
122
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
123
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
124
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
125
	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
126
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
127
	$(AM_CXXFLAGS) $(CXXFLAGS)
128
AM_V_CXX = $(am__v_CXX_@AM_V@)
129
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
130
am__v_CXX_0 = @echo "  CXX     " $@;
131
am__v_CXX_1 = 
132
CXXLD = $(CXX)
133
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
134
	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
135
	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
137
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
138
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
139
am__v_CXXLD_1 = 
140
SOURCES = $(devs_SOURCES) $(sine_SOURCES)
141
DIST_SOURCES = $(devs_SOURCES) $(sine_SOURCES)
142
am__can_run_installinfo = \
143
  case $$AM_UPDATE_INFO_DIR in \
144
    n|no|NO) false;; \
145
    *) (install-info --version) >/dev/null 2>&1;; \
146
  esac
147
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148
# Read a list of newline-separated strings from the standard input,
149
# and print each of them once, without duplicates.  Input order is
150
# *not* preserved.
151
am__uniquify_input = $(AWK) '\
152
  BEGIN { nonempty = 0; } \
153
  { items[$$0] = 1; nonempty = 1; } \
154
  END { if (nonempty) { for (i in items) print i; }; } \
155
'
156
# Make sure the list of sources is unique.  This is necessary because,
157
# e.g., the same source file might be shared among _SOURCES variables
158
# for different programs/libraries.
159
am__define_uniq_tagged_files = \
160
  list='$(am__tagged_files)'; \
161
  unique=`for i in $$list; do \
162
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163
  done | $(am__uniquify_input)`
164
ETAGS = etags
165
CTAGS = ctags
166
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167
ACLOCAL = @ACLOCAL@
168
AMTAR = @AMTAR@
169
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170
AR = @AR@
171
AS = @AS@
172
AUTOCONF = @AUTOCONF@
173
AUTOHEADER = @AUTOHEADER@
174
AUTOMAKE = @AUTOMAKE@
175
AWK = @AWK@
176
CC = @CC@
177
CCDEPMODE = @CCDEPMODE@
178
CFLAGS = @CFLAGS@
179
CPP = @CPP@
180
CPPFLAGS = @CPPFLAGS@
181
CXX = @CXX@
182
CXXCPP = @CXXCPP@
183
CXXDEPMODE = @CXXDEPMODE@
184
CXXFLAGS = @CXXFLAGS@
185
CYGPATH_W = @CYGPATH_W@
186
DEFAULT_INCLUDES = @DEFAULT_INCLUDES@
187
DEFS = @DEFS@
188
DEPDIR = @DEPDIR@
189
DLLTOOL = @DLLTOOL@
190
DSYMUTIL = @DSYMUTIL@
191
DUMPBIN = @DUMPBIN@
192
ECHO_C = @ECHO_C@
193
ECHO_N = @ECHO_N@
194
ECHO_T = @ECHO_T@
195
EGREP = @EGREP@
196
EXEEXT = @EXEEXT@
197
FGREP = @FGREP@
198
GREP = @GREP@
199
INSTALL = @INSTALL@
200
INSTALL_DATA = @INSTALL_DATA@
201
INSTALL_PROGRAM = @INSTALL_PROGRAM@
202
INSTALL_SCRIPT = @INSTALL_SCRIPT@
203
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
204
LD = @LD@
205
LDFLAGS = @LDFLAGS@
206
LIBOBJS = @LIBOBJS@
207
LIBS = @LIBS@
208
LIBTOOL = @LIBTOOL@
209
LIPO = @LIPO@
210
LN_S = @LN_S@
211
LTLIBOBJS = @LTLIBOBJS@
212
LT_VERSION_INFO = @LT_VERSION_INFO@
213
MAINT = @MAINT@
214
MAKEINFO = @MAKEINFO@
215
MANIFEST_TOOL = @MANIFEST_TOOL@
216
MKDIR_P = @MKDIR_P@
217
NM = @NM@
218
NMEDIT = @NMEDIT@
219
OBJDUMP = @OBJDUMP@
220
OBJEXT = @OBJEXT@
221
OTOOL = @OTOOL@
222
OTOOL64 = @OTOOL64@
223
PACKAGE = @PACKAGE@
224
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225
PACKAGE_NAME = @PACKAGE_NAME@
226
PACKAGE_STRING = @PACKAGE_STRING@
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
228
PACKAGE_URL = @PACKAGE_URL@
229
PACKAGE_VERSION = @PACKAGE_VERSION@
230
PATH_SEPARATOR = @PATH_SEPARATOR@
231
PORTAUDIO_ROOT = @PORTAUDIO_ROOT@
232
RANLIB = @RANLIB@
233
SED = @SED@
234
SET_MAKE = @SET_MAKE@
235
SHELL = @SHELL@
236
STRIP = @STRIP@
237
VERSION = @VERSION@
238
abs_builddir = @abs_builddir@
239
abs_srcdir = @abs_srcdir@
240
abs_top_builddir = @abs_top_builddir@
241
abs_top_srcdir = @abs_top_srcdir@
242
ac_ct_AR = @ac_ct_AR@
243
ac_ct_CC = @ac_ct_CC@
244
ac_ct_CXX = @ac_ct_CXX@
245
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
246
am__include = @am__include@
247
am__leading_dot = @am__leading_dot@
248
am__quote = @am__quote@
249
am__tar = @am__tar@
250
am__untar = @am__untar@
251
bindir = @bindir@
252
build = @build@
253
build_alias = @build_alias@
254
build_cpu = @build_cpu@
255
build_os = @build_os@
256
build_vendor = @build_vendor@
257
builddir = @builddir@
258
datadir = @datadir@
259
datarootdir = @datarootdir@
260
docdir = @docdir@
261
dvidir = @dvidir@
262
exec_prefix = @exec_prefix@
263
host = @host@
264
host_alias = @host_alias@
265
host_cpu = @host_cpu@
266
host_os = @host_os@
267
host_vendor = @host_vendor@
268
htmldir = @htmldir@
269
includedir = @includedir@
270
infodir = @infodir@
271
install_sh = @install_sh@
272
libdir = @libdir@
273
libexecdir = @libexecdir@
274
localedir = @localedir@
275
localstatedir = @localstatedir@
276
mandir = @mandir@
277
mkdir_p = @mkdir_p@
278
oldincludedir = @oldincludedir@
279
pdfdir = @pdfdir@
280
prefix = @prefix@
281
program_transform_name = @program_transform_name@
282
psdir = @psdir@
283
sbindir = @sbindir@
284
sharedstatedir = @sharedstatedir@
285
srcdir = @srcdir@
286
sysconfdir = @sysconfdir@
287
target_alias = @target_alias@
288
top_build_prefix = @top_build_prefix@
289
top_builddir = @top_builddir@
290
top_srcdir = @top_srcdir@
291
BINDIR = $(top_srcdir)/example
292
LIBDIR = $(top_builddir)/lib
293
LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
294
devs_SOURCES = $(BINDIR)/devs.cxx
295
sine_SOURCES = $(BINDIR)/sine.cxx
296
all: all-am
297

    
298
.SUFFIXES:
299
.SUFFIXES: .cxx .lo .o .obj
300
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
301
	@for dep in $?; do \
302
	  case '$(am__configure_deps)' in \
303
	    *$$dep*) \
304
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305
	        && { if test -f $@; then exit 0; else break; fi; }; \
306
	      exit 1;; \
307
	  esac; \
308
	done; \
309
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
310
	$(am__cd) $(top_srcdir) && \
311
	  $(AUTOMAKE) --gnu bin/Makefile
312
.PRECIOUS: Makefile
313
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314
	@case '$?' in \
315
	  *config.status*) \
316
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317
	  *) \
318
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320
	esac;
321

    
322
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324

    
325
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
$(am__aclocal_m4_deps):
330

    
331
clean-noinstPROGRAMS:
332
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
333
	echo " rm -f" $$list; \
334
	rm -f $$list || exit $$?; \
335
	test -n "$(EXEEXT)" || exit 0; \
336
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
337
	echo " rm -f" $$list; \
338
	rm -f $$list
339

    
340
devs$(EXEEXT): $(devs_OBJECTS) $(devs_DEPENDENCIES) $(EXTRA_devs_DEPENDENCIES) 
341
	@rm -f devs$(EXEEXT)
342
	$(AM_V_CXXLD)$(CXXLINK) $(devs_OBJECTS) $(devs_LDADD) $(LIBS)
343

    
344
sine$(EXEEXT): $(sine_OBJECTS) $(sine_DEPENDENCIES) $(EXTRA_sine_DEPENDENCIES) 
345
	@rm -f sine$(EXEEXT)
346
	$(AM_V_CXXLD)$(CXXLINK) $(sine_OBJECTS) $(sine_LDADD) $(LIBS)
347

    
348
mostlyclean-compile:
349
	-rm -f *.$(OBJEXT)
350

    
351
distclean-compile:
352
	-rm -f *.tab.c
353

    
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devs.Po@am__quote@
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sine.Po@am__quote@
356

    
357
.cxx.o:
358
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
363

    
364
.cxx.obj:
365
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
366
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
370

    
371
.cxx.lo:
372
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
374
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
377

    
378
devs.o: $(BINDIR)/devs.cxx
379
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(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
380
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
381
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(BINDIR)/devs.cxx' object='devs.o' libtool=no @AMDEPBACKSLASH@
382
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(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
384

    
385
devs.obj: $(BINDIR)/devs.cxx
386
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(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`
387
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
388
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(BINDIR)/devs.cxx' object='devs.obj' libtool=no @AMDEPBACKSLASH@
389
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(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`
391

    
392
sine.o: $(BINDIR)/sine.cxx
393
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(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
394
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
395
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(BINDIR)/sine.cxx' object='sine.o' libtool=no @AMDEPBACKSLASH@
396
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(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
398

    
399
sine.obj: $(BINDIR)/sine.cxx
400
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(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`
401
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
402
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(BINDIR)/sine.cxx' object='sine.obj' libtool=no @AMDEPBACKSLASH@
403
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(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`
405

    
406
mostlyclean-libtool:
407
	-rm -f *.lo
408

    
409
clean-libtool:
410
	-rm -rf .libs _libs
411

    
412
ID: $(am__tagged_files)
413
	$(am__define_uniq_tagged_files); mkid -fID $$unique
414
tags: tags-am
415
TAGS: tags
416

    
417
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418
	set x; \
419
	here=`pwd`; \
420
	$(am__define_uniq_tagged_files); \
421
	shift; \
422
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423
	  test -n "$$unique" || unique=$$empty_fix; \
424
	  if test $$# -gt 0; then \
425
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426
	      "$$@" $$unique; \
427
	  else \
428
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429
	      $$unique; \
430
	  fi; \
431
	fi
432
ctags: ctags-am
433

    
434
CTAGS: ctags
435
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436
	$(am__define_uniq_tagged_files); \
437
	test -z "$(CTAGS_ARGS)$$unique" \
438
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
439
	     $$unique
440

    
441
GTAGS:
442
	here=`$(am__cd) $(top_builddir) && pwd` \
443
	  && $(am__cd) $(top_srcdir) \
444
	  && gtags -i $(GTAGS_ARGS) "$$here"
445
cscopelist: cscopelist-am
446

    
447
cscopelist-am: $(am__tagged_files)
448
	list='$(am__tagged_files)'; \
449
	case "$(srcdir)" in \
450
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
451
	  *) sdir=$(subdir)/$(srcdir) ;; \
452
	esac; \
453
	for i in $$list; do \
454
	  if test -f "$$i"; then \
455
	    echo "$(subdir)/$$i"; \
456
	  else \
457
	    echo "$$sdir/$$i"; \
458
	  fi; \
459
	done >> $(top_builddir)/cscope.files
460

    
461
distclean-tags:
462
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463

    
464
distdir: $(DISTFILES)
465
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467
	list='$(DISTFILES)'; \
468
	  dist_files=`for file in $$list; do echo $$file; done | \
469
	  sed -e "s|^$$srcdirstrip/||;t" \
470
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471
	case $$dist_files in \
472
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
473
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474
			   sort -u` ;; \
475
	esac; \
476
	for file in $$dist_files; do \
477
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478
	  if test -d $$d/$$file; then \
479
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480
	    if test -d "$(distdir)/$$file"; then \
481
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482
	    fi; \
483
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486
	    fi; \
487
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488
	  else \
489
	    test -f "$(distdir)/$$file" \
490
	    || cp -p $$d/$$file "$(distdir)/$$file" \
491
	    || exit 1; \
492
	  fi; \
493
	done
494
check-am: all-am
495
check: check-am
496
all-am: Makefile $(PROGRAMS)
497
installdirs:
498
install: install-am
499
install-exec: install-exec-am
500
install-data: install-data-am
501
uninstall: uninstall-am
502

    
503
install-am: all-am
504
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
505

    
506
installcheck: installcheck-am
507
install-strip:
508
	if test -z '$(STRIP)'; then \
509
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
510
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
511
	      install; \
512
	else \
513
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
516
	fi
517
mostlyclean-generic:
518

    
519
clean-generic:
520

    
521
distclean-generic:
522
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
523
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
524

    
525
maintainer-clean-generic:
526
	@echo "This command is intended for maintainers to use"
527
	@echo "it deletes files that may require special tools to rebuild."
528
clean: clean-am
529

    
530
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
531
	mostlyclean-am
532

    
533
distclean: distclean-am
534
	-rm -rf ./$(DEPDIR)
535
	-rm -f Makefile
536
distclean-am: clean-am distclean-compile distclean-generic \
537
	distclean-tags
538

    
539
dvi: dvi-am
540

    
541
dvi-am:
542

    
543
html: html-am
544

    
545
html-am:
546

    
547
info: info-am
548

    
549
info-am:
550

    
551
install-data-am:
552

    
553
install-dvi: install-dvi-am
554

    
555
install-dvi-am:
556

    
557
install-exec-am:
558

    
559
install-html: install-html-am
560

    
561
install-html-am:
562

    
563
install-info: install-info-am
564

    
565
install-info-am:
566

    
567
install-man:
568

    
569
install-pdf: install-pdf-am
570

    
571
install-pdf-am:
572

    
573
install-ps: install-ps-am
574

    
575
install-ps-am:
576

    
577
installcheck-am:
578

    
579
maintainer-clean: maintainer-clean-am
580
	-rm -rf ./$(DEPDIR)
581
	-rm -f Makefile
582
maintainer-clean-am: distclean-am maintainer-clean-generic
583

    
584
mostlyclean: mostlyclean-am
585

    
586
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
587
	mostlyclean-libtool
588

    
589
pdf: pdf-am
590

    
591
pdf-am:
592

    
593
ps: ps-am
594

    
595
ps-am:
596

    
597
uninstall-am:
598

    
599
.MAKE: install-am install-strip
600

    
601
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
602
	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
603
	ctags-am distclean distclean-compile distclean-generic \
604
	distclean-libtool distclean-tags distdir dvi dvi-am html \
605
	html-am info info-am install install-am install-data \
606
	install-data-am install-dvi install-dvi-am install-exec \
607
	install-exec-am install-html install-html-am install-info \
608
	install-info-am install-man install-pdf install-pdf-am \
609
	install-ps install-ps-am install-strip installcheck \
610
	installcheck-am installdirs maintainer-clean \
611
	maintainer-clean-generic mostlyclean mostlyclean-compile \
612
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613
	tags tags-am uninstall uninstall-am
614

    
615

    
616
# Tell versions [3.59,3.63) of GNU make to not export all variables.
617
# Otherwise a system limit (for SysV at least) may be exceeded.
618
.NOEXPORT: