~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/freealut/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
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
SOURCES = $(libalut_la_SOURCES)
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
subdir = src
 
42
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps =  \
 
45
        $(top_srcdir)/admin/autotools/m4/alut_c__attribute.m4 \
 
46
        $(top_srcdir)/admin/autotools/m4/alut_check_cflags_wall.m4 \
 
47
        $(top_srcdir)/admin/autotools/m4/alut_check_flag.m4 \
 
48
        $(top_srcdir)/admin/autotools/m4/alut_check_func.m4 \
 
49
        $(top_srcdir)/admin/autotools/m4/alut_eval_stderr.m4 \
 
50
        $(top_srcdir)/configure.ac
 
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
52
        $(ACLOCAL_M4)
 
53
mkinstalldirs = $(install_sh) -d
 
54
CONFIG_HEADER = $(top_builddir)/config.h
 
55
CONFIG_CLEAN_FILES =
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__installdirs = "$(DESTDIR)$(libdir)"
 
63
libLTLIBRARIES_INSTALL = $(INSTALL)
 
64
LTLIBRARIES = $(lib_LTLIBRARIES)
 
65
am__DEPENDENCIES_1 =
 
66
libalut_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
67
am_libalut_la_OBJECTS = libalut_la-alutBufferData.lo \
 
68
        libalut_la-alutCodec.lo libalut_la-alutError.lo \
 
69
        libalut_la-alutInit.lo libalut_la-alutInputStream.lo \
 
70
        libalut_la-alutLoader.lo libalut_la-alutOutputStream.lo \
 
71
        libalut_la-alutUtil.lo libalut_la-alutVersion.lo \
 
72
        libalut_la-alutWaveform.lo
 
73
libalut_la_OBJECTS = $(am_libalut_la_OBJECTS)
 
74
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/admin/autotools/depcomp
 
76
am__depfiles_maybe = depfiles
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CFLAGS) $(CFLAGS)
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
SOURCES = $(libalut_la_SOURCES)
 
86
DIST_SOURCES = $(libalut_la_SOURCES)
 
87
ETAGS = etags
 
88
CTAGS = ctags
 
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
ACLOCAL = @ACLOCAL@
 
91
AMDEP_FALSE = @AMDEP_FALSE@
 
92
AMDEP_TRUE = @AMDEP_TRUE@
 
93
AMTAR = @AMTAR@
 
94
AM_CFLAGS = @AM_CFLAGS@
 
95
AR = @AR@
 
96
AS = @AS@
 
97
AUTOCONF = @AUTOCONF@
 
98
AUTOHEADER = @AUTOHEADER@
 
99
AUTOMAKE = @AUTOMAKE@
 
100
AWK = @AWK@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CXX = @CXX@
 
107
CXXCPP = @CXXCPP@
 
108
CXXDEPMODE = @CXXDEPMODE@
 
109
CXXFLAGS = @CXXFLAGS@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DLLTOOL = @DLLTOOL@
 
114
ECHO = @ECHO@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
EXEEXT = @EXEEXT@
 
120
F77 = @F77@
 
121
FFLAGS = @FFLAGS@
 
122
INSTALL_DATA = @INSTALL_DATA@
 
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
126
LDFLAGS = @LDFLAGS@
 
127
LIBM = @LIBM@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
 
130
LIBTOOL = @LIBTOOL@
 
131
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
132
LN_S = @LN_S@
 
133
LTLIBOBJS = @LTLIBOBJS@
 
134
MAKEINFO = @MAKEINFO@
 
135
OBJDUMP = @OBJDUMP@
 
136
OBJEXT = @OBJEXT@
 
137
PACKAGE = @PACKAGE@
 
138
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
139
PACKAGE_NAME = @PACKAGE_NAME@
 
140
PACKAGE_STRING = @PACKAGE_STRING@
 
141
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
142
PACKAGE_VERSION = @PACKAGE_VERSION@
 
143
PATH_SEPARATOR = @PATH_SEPARATOR@
 
144
RANLIB = @RANLIB@
 
145
SET_MAKE = @SET_MAKE@
 
146
SHELL = @SHELL@
 
147
STRIP = @STRIP@
 
148
VERSION = @VERSION@
 
149
VERSIONINFO = @VERSIONINFO@
 
150
WNO_DEPRECATED_DECLARATIONS_FALSE = @WNO_DEPRECATED_DECLARATIONS_FALSE@
 
151
WNO_DEPRECATED_DECLARATIONS_TRUE = @WNO_DEPRECATED_DECLARATIONS_TRUE@
 
152
ac_ct_AR = @ac_ct_AR@
 
153
ac_ct_AS = @ac_ct_AS@
 
154
ac_ct_CC = @ac_ct_CC@
 
155
ac_ct_CXX = @ac_ct_CXX@
 
156
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
157
ac_ct_F77 = @ac_ct_F77@
 
158
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
159
ac_ct_RANLIB = @ac_ct_RANLIB@
 
160
ac_ct_STRIP = @ac_ct_STRIP@
 
161
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
162
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
163
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
164
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
165
am__include = @am__include@
 
166
am__leading_dot = @am__leading_dot@
 
167
am__quote = @am__quote@
 
168
am__tar = @am__tar@
 
169
am__untar = @am__untar@
 
170
bindir = @bindir@
 
171
build = @build@
 
172
build_alias = @build_alias@
 
173
build_cpu = @build_cpu@
 
174
build_os = @build_os@
 
175
build_vendor = @build_vendor@
 
176
datadir = @datadir@
 
177
exec_prefix = @exec_prefix@
 
178
host = @host@
 
179
host_alias = @host_alias@
 
180
host_cpu = @host_cpu@
 
181
host_os = @host_os@
 
182
host_vendor = @host_vendor@
 
183
includedir = @includedir@
 
184
infodir = @infodir@
 
185
install_sh = @install_sh@
 
186
libdir = @libdir@
 
187
libexecdir = @libexecdir@
 
188
localstatedir = @localstatedir@
 
189
mandir = @mandir@
 
190
mkdir_p = @mkdir_p@
 
191
oldincludedir = @oldincludedir@
 
192
prefix = @prefix@
 
193
program_transform_name = @program_transform_name@
 
194
sbindir = @sbindir@
 
195
sharedstatedir = @sharedstatedir@
 
196
sysconfdir = @sysconfdir@
 
197
target_alias = @target_alias@
 
198
 
 
199
# The following files should be in our source distribution in addition to the
 
200
# standard ones included by automake itself:
 
201
EXTRA_DIST = helloworld.wav README
 
202
 
 
203
# We want to build a libalut library with libtool.
 
204
lib_LTLIBRARIES = libalut.la
 
205
 
 
206
# libalut consists of the followin sources and internal headers:
 
207
libalut_la_SOURCES = \
 
208
        alutBufferData.c        \
 
209
        alutCodec.c             \
 
210
        alutError.c             \
 
211
        alutInit.c              \
 
212
        alutInputStream.c       \
 
213
        alutInternal.h          \
 
214
        alutLoader.c            \
 
215
        alutOutputStream.c      \
 
216
        alutUtil.c              \
 
217
        alutVersion.c           \
 
218
        alutWaveform.c
 
219
 
 
220
 
 
221
# We use sin and floor, so we might need -lm, autoconf takes care of this.
 
222
libalut_la_LIBADD = $(LIBM)
 
223
 
 
224
# The following libtool flag is neccessary for building DLLs on Windows.
 
225
 
 
226
# Append -version-info for correct library versioning with libtool.
 
227
libalut_la_LDFLAGS = -no-undefined -version-info @VERSIONINFO@
 
228
 
 
229
# Specifying the following path is needed to find <AL/alut.h>.
 
230
libalut_la_CPPFLAGS = -I$(top_srcdir)/include
 
231
all: all-am
 
232
 
 
233
.SUFFIXES:
 
234
.SUFFIXES: .c .lo .o .obj
 
235
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
236
        @for dep in $?; do \
 
237
          case '$(am__configure_deps)' in \
 
238
            *$$dep*) \
 
239
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
240
                && exit 0; \
 
241
              exit 1;; \
 
242
          esac; \
 
243
        done; \
 
244
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
245
        cd $(top_srcdir) && \
 
246
          $(AUTOMAKE) --gnu  src/Makefile
 
247
.PRECIOUS: Makefile
 
248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
249
        @case '$?' in \
 
250
          *config.status*) \
 
251
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
252
          *) \
 
253
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
254
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
255
        esac;
 
256
 
 
257
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
 
 
260
$(top_srcdir)/configure:  $(am__configure_deps)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
264
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
265
        @$(NORMAL_INSTALL)
 
266
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
267
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
268
          if test -f $$p; then \
 
269
            f=$(am__strip_dir) \
 
270
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
271
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
272
          else :; fi; \
 
273
        done
 
274
 
 
275
uninstall-libLTLIBRARIES:
 
276
        @$(NORMAL_UNINSTALL)
 
277
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
278
          p=$(am__strip_dir) \
 
279
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
280
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
281
        done
 
282
 
 
283
clean-libLTLIBRARIES:
 
284
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
285
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
286
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
287
          test "$$dir" != "$$p" || dir=.; \
 
288
          echo "rm -f \"$${dir}/so_locations\""; \
 
289
          rm -f "$${dir}/so_locations"; \
 
290
        done
 
291
libalut.la: $(libalut_la_OBJECTS) $(libalut_la_DEPENDENCIES) 
 
292
        $(LINK) -rpath $(libdir) $(libalut_la_LDFLAGS) $(libalut_la_OBJECTS) $(libalut_la_LIBADD) $(LIBS)
 
293
 
 
294
mostlyclean-compile:
 
295
        -rm -f *.$(OBJEXT)
 
296
 
 
297
distclean-compile:
 
298
        -rm -f *.tab.c
 
299
 
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutBufferData.Plo@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutCodec.Plo@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutError.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutInit.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutInputStream.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutLoader.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutOutputStream.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutUtil.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutVersion.Plo@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libalut_la-alutWaveform.Plo@am__quote@
 
310
 
 
311
.c.o:
 
312
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
313
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
316
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
317
 
 
318
.c.obj:
 
319
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
320
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
323
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
324
 
 
325
.c.lo:
 
326
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
327
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
330
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
331
 
 
332
libalut_la-alutBufferData.lo: alutBufferData.c
 
333
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutBufferData.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutBufferData.Tpo" -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo '$(srcdir)/'`alutBufferData.c; \
 
334
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutBufferData.Tpo" "$(DEPDIR)/libalut_la-alutBufferData.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutBufferData.Tpo"; exit 1; fi
 
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutBufferData.c' object='libalut_la-alutBufferData.lo' libtool=yes @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
337
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo '$(srcdir)/'`alutBufferData.c
 
338
 
 
339
libalut_la-alutCodec.lo: alutCodec.c
 
340
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutCodec.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutCodec.Tpo" -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo '$(srcdir)/'`alutCodec.c; \
 
341
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutCodec.Tpo" "$(DEPDIR)/libalut_la-alutCodec.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutCodec.Tpo"; exit 1; fi
 
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutCodec.c' object='libalut_la-alutCodec.lo' libtool=yes @AMDEPBACKSLASH@
 
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
344
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo '$(srcdir)/'`alutCodec.c
 
345
 
 
346
libalut_la-alutError.lo: alutError.c
 
347
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutError.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutError.Tpo" -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo '$(srcdir)/'`alutError.c; \
 
348
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutError.Tpo" "$(DEPDIR)/libalut_la-alutError.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutError.Tpo"; exit 1; fi
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutError.c' object='libalut_la-alutError.lo' libtool=yes @AMDEPBACKSLASH@
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
351
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo '$(srcdir)/'`alutError.c
 
352
 
 
353
libalut_la-alutInit.lo: alutInit.c
 
354
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutInit.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutInit.Tpo" -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo '$(srcdir)/'`alutInit.c; \
 
355
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutInit.Tpo" "$(DEPDIR)/libalut_la-alutInit.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutInit.Tpo"; exit 1; fi
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutInit.c' object='libalut_la-alutInit.lo' libtool=yes @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
358
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo '$(srcdir)/'`alutInit.c
 
359
 
 
360
libalut_la-alutInputStream.lo: alutInputStream.c
 
361
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutInputStream.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutInputStream.Tpo" -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo '$(srcdir)/'`alutInputStream.c; \
 
362
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutInputStream.Tpo" "$(DEPDIR)/libalut_la-alutInputStream.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutInputStream.Tpo"; exit 1; fi
 
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutInputStream.c' object='libalut_la-alutInputStream.lo' libtool=yes @AMDEPBACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
365
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo '$(srcdir)/'`alutInputStream.c
 
366
 
 
367
libalut_la-alutLoader.lo: alutLoader.c
 
368
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutLoader.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutLoader.Tpo" -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo '$(srcdir)/'`alutLoader.c; \
 
369
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutLoader.Tpo" "$(DEPDIR)/libalut_la-alutLoader.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutLoader.Tpo"; exit 1; fi
 
370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutLoader.c' object='libalut_la-alutLoader.lo' libtool=yes @AMDEPBACKSLASH@
 
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
372
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo '$(srcdir)/'`alutLoader.c
 
373
 
 
374
libalut_la-alutOutputStream.lo: alutOutputStream.c
 
375
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutOutputStream.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutOutputStream.Tpo" -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo '$(srcdir)/'`alutOutputStream.c; \
 
376
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutOutputStream.Tpo" "$(DEPDIR)/libalut_la-alutOutputStream.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutOutputStream.Tpo"; exit 1; fi
 
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutOutputStream.c' object='libalut_la-alutOutputStream.lo' libtool=yes @AMDEPBACKSLASH@
 
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
379
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo '$(srcdir)/'`alutOutputStream.c
 
380
 
 
381
libalut_la-alutUtil.lo: alutUtil.c
 
382
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutUtil.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutUtil.Tpo" -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo '$(srcdir)/'`alutUtil.c; \
 
383
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutUtil.Tpo" "$(DEPDIR)/libalut_la-alutUtil.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutUtil.Tpo"; exit 1; fi
 
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutUtil.c' object='libalut_la-alutUtil.lo' libtool=yes @AMDEPBACKSLASH@
 
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
386
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo '$(srcdir)/'`alutUtil.c
 
387
 
 
388
libalut_la-alutVersion.lo: alutVersion.c
 
389
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutVersion.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutVersion.Tpo" -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo '$(srcdir)/'`alutVersion.c; \
 
390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutVersion.Tpo" "$(DEPDIR)/libalut_la-alutVersion.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutVersion.Tpo"; exit 1; fi
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutVersion.c' object='libalut_la-alutVersion.lo' libtool=yes @AMDEPBACKSLASH@
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
393
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo '$(srcdir)/'`alutVersion.c
 
394
 
 
395
libalut_la-alutWaveform.lo: alutWaveform.c
 
396
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libalut_la-alutWaveform.lo -MD -MP -MF "$(DEPDIR)/libalut_la-alutWaveform.Tpo" -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo '$(srcdir)/'`alutWaveform.c; \
 
397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libalut_la-alutWaveform.Tpo" "$(DEPDIR)/libalut_la-alutWaveform.Plo"; else rm -f "$(DEPDIR)/libalut_la-alutWaveform.Tpo"; exit 1; fi
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='alutWaveform.c' object='libalut_la-alutWaveform.lo' libtool=yes @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
400
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libalut_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo '$(srcdir)/'`alutWaveform.c
 
401
 
 
402
mostlyclean-libtool:
 
403
        -rm -f *.lo
 
404
 
 
405
clean-libtool:
 
406
        -rm -rf .libs _libs
 
407
 
 
408
distclean-libtool:
 
409
        -rm -f libtool
 
410
uninstall-info-am:
 
411
 
 
412
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
413
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
414
        unique=`for i in $$list; do \
 
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
416
          done | \
 
417
          $(AWK) '    { files[$$0] = 1; } \
 
418
               END { for (i in files) print i; }'`; \
 
419
        mkid -fID $$unique
 
420
tags: TAGS
 
421
 
 
422
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
423
                $(TAGS_FILES) $(LISP)
 
424
        tags=; \
 
425
        here=`pwd`; \
 
426
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
427
        unique=`for i in $$list; do \
 
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
429
          done | \
 
430
          $(AWK) '    { files[$$0] = 1; } \
 
431
               END { for (i in files) print i; }'`; \
 
432
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
433
          test -n "$$unique" || unique=$$empty_fix; \
 
434
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
435
            $$tags $$unique; \
 
436
        fi
 
437
ctags: CTAGS
 
438
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
439
                $(TAGS_FILES) $(LISP)
 
440
        tags=; \
 
441
        here=`pwd`; \
 
442
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
443
        unique=`for i in $$list; do \
 
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
445
          done | \
 
446
          $(AWK) '    { files[$$0] = 1; } \
 
447
               END { for (i in files) print i; }'`; \
 
448
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
449
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
450
             $$tags $$unique
 
451
 
 
452
GTAGS:
 
453
        here=`$(am__cd) $(top_builddir) && pwd` \
 
454
          && cd $(top_srcdir) \
 
455
          && gtags -i $(GTAGS_ARGS) $$here
 
456
 
 
457
distclean-tags:
 
458
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
459
 
 
460
distdir: $(DISTFILES)
 
461
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
462
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
463
        list='$(DISTFILES)'; for file in $$list; do \
 
464
          case $$file in \
 
465
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
466
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
467
          esac; \
 
468
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
469
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
470
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
471
            dir="/$$dir"; \
 
472
            $(mkdir_p) "$(distdir)$$dir"; \
 
473
          else \
 
474
            dir=''; \
 
475
          fi; \
 
476
          if test -d $$d/$$file; then \
 
477
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
478
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
479
            fi; \
 
480
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
481
          else \
 
482
            test -f $(distdir)/$$file \
 
483
            || cp -p $$d/$$file $(distdir)/$$file \
 
484
            || exit 1; \
 
485
          fi; \
 
486
        done
 
487
check-am: all-am
 
488
check: check-am
 
489
all-am: Makefile $(LTLIBRARIES)
 
490
installdirs:
 
491
        for dir in "$(DESTDIR)$(libdir)"; do \
 
492
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
493
        done
 
494
install: install-am
 
495
install-exec: install-exec-am
 
496
install-data: install-data-am
 
497
uninstall: uninstall-am
 
498
 
 
499
install-am: all-am
 
500
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
501
 
 
502
installcheck: installcheck-am
 
503
install-strip:
 
504
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
505
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
506
          `test -z '$(STRIP)' || \
 
507
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
508
mostlyclean-generic:
 
509
 
 
510
clean-generic:
 
511
 
 
512
distclean-generic:
 
513
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
514
 
 
515
maintainer-clean-generic:
 
516
        @echo "This command is intended for maintainers to use"
 
517
        @echo "it deletes files that may require special tools to rebuild."
 
518
clean: clean-am
 
519
 
 
520
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
521
        mostlyclean-am
 
522
 
 
523
distclean: distclean-am
 
524
        -rm -rf ./$(DEPDIR)
 
525
        -rm -f Makefile
 
526
distclean-am: clean-am distclean-compile distclean-generic \
 
527
        distclean-libtool distclean-tags
 
528
 
 
529
dvi: dvi-am
 
530
 
 
531
dvi-am:
 
532
 
 
533
html: html-am
 
534
 
 
535
info: info-am
 
536
 
 
537
info-am:
 
538
 
 
539
install-data-am:
 
540
 
 
541
install-exec-am: install-libLTLIBRARIES
 
542
 
 
543
install-info: install-info-am
 
544
 
 
545
install-man:
 
546
 
 
547
installcheck-am:
 
548
 
 
549
maintainer-clean: maintainer-clean-am
 
550
        -rm -rf ./$(DEPDIR)
 
551
        -rm -f Makefile
 
552
maintainer-clean-am: distclean-am maintainer-clean-generic
 
553
 
 
554
mostlyclean: mostlyclean-am
 
555
 
 
556
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
557
        mostlyclean-libtool
 
558
 
 
559
pdf: pdf-am
 
560
 
 
561
pdf-am:
 
562
 
 
563
ps: ps-am
 
564
 
 
565
ps-am:
 
566
 
 
567
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
568
 
 
569
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
570
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
571
        distclean-compile distclean-generic distclean-libtool \
 
572
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
573
        install install-am install-data install-data-am install-exec \
 
574
        install-exec-am install-info install-info-am \
 
575
        install-libLTLIBRARIES install-man install-strip installcheck \
 
576
        installcheck-am installdirs maintainer-clean \
 
577
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
578
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
579
        tags uninstall uninstall-am uninstall-info-am \
 
580
        uninstall-libLTLIBRARIES
 
581
 
 
582
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
583
# Otherwise a system limit (for SysV at least) may be exceeded.
 
584
.NOEXPORT: