~ubuntu-branches/ubuntu/gutsy/speex/gutsy-security

« back to all changes in this revision

Viewing changes to win32/speexenc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
16
16
 
17
17
# Disable automatic dependency tracking if using other tools than gcc and gmake
18
18
#AUTOMAKE_OPTIONS = no-dependencies
19
 
SHELL = @SHELL@
20
 
 
21
19
srcdir = @srcdir@
22
20
top_srcdir = @top_srcdir@
23
21
VPATH = @srcdir@
24
 
prefix = @prefix@
25
 
exec_prefix = @exec_prefix@
26
 
 
27
 
bindir = @bindir@
28
 
sbindir = @sbindir@
29
 
libexecdir = @libexecdir@
30
 
datadir = @datadir@
31
 
sysconfdir = @sysconfdir@
32
 
sharedstatedir = @sharedstatedir@
33
 
localstatedir = @localstatedir@
34
 
libdir = @libdir@
35
 
infodir = @infodir@
36
 
mandir = @mandir@
37
 
includedir = @includedir@
38
 
oldincludedir = /usr/include
39
22
pkgdatadir = $(datadir)/@PACKAGE@
40
23
pkglibdir = $(libdir)/@PACKAGE@
41
24
pkgincludedir = $(includedir)/@PACKAGE@
42
25
top_builddir = ../..
43
 
 
44
 
ACLOCAL = @ACLOCAL@
45
 
AUTOCONF = @AUTOCONF@
46
 
AUTOMAKE = @AUTOMAKE@
47
 
AUTOHEADER = @AUTOHEADER@
48
 
 
49
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50
27
INSTALL = @INSTALL@
51
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
52
 
INSTALL_DATA = @INSTALL_DATA@
53
28
install_sh_DATA = $(install_sh) -c -m 644
54
29
install_sh_PROGRAM = $(install_sh) -c
55
30
install_sh_SCRIPT = $(install_sh) -c
56
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
57
31
INSTALL_HEADER = $(INSTALL_DATA)
58
 
transform = @program_transform_name@
 
32
transform = $(program_transform_name)
59
33
NORMAL_INSTALL = :
60
34
PRE_INSTALL = :
61
35
POST_INSTALL = :
62
36
NORMAL_UNINSTALL = :
63
37
PRE_UNINSTALL = :
64
38
POST_UNINSTALL = :
65
 
host_alias = @host_alias@
66
39
host_triplet = @host@
67
 
 
68
 
EXEEXT = @EXEEXT@
69
 
OBJEXT = @OBJEXT@
70
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
40
subdir = win32/speexenc
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(mkdir_p)
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
53
ACLOCAL = @ACLOCAL@
 
54
AMDEP_FALSE = @AMDEP_FALSE@
 
55
AMDEP_TRUE = @AMDEP_TRUE@
71
56
AMTAR = @AMTAR@
72
57
AR = @AR@
73
 
AS = @AS@
 
58
AUTOCONF = @AUTOCONF@
 
59
AUTOHEADER = @AUTOHEADER@
 
60
AUTOMAKE = @AUTOMAKE@
74
61
AWK = @AWK@
75
62
CC = @CC@
 
63
CCDEPMODE = @CCDEPMODE@
 
64
CFLAGS = @CFLAGS@
 
65
CPP = @CPP@
 
66
CPPFLAGS = @CPPFLAGS@
76
67
CXX = @CXX@
77
68
CXXCPP = @CXXCPP@
 
69
CXXDEPMODE = @CXXDEPMODE@
 
70
CXXFLAGS = @CXXFLAGS@
 
71
CYGPATH_W = @CYGPATH_W@
 
72
DEFS = @DEFS@
78
73
DEPDIR = @DEPDIR@
79
 
DLLTOOL = @DLLTOOL@
80
74
ECHO = @ECHO@
 
75
ECHO_C = @ECHO_C@
 
76
ECHO_N = @ECHO_N@
 
77
ECHO_T = @ECHO_T@
81
78
EGREP = @EGREP@
 
79
EXEEXT = @EXEEXT@
82
80
F77 = @F77@
83
 
GCJ = @GCJ@
84
 
GCJFLAGS = @GCJFLAGS@
 
81
FFLAGS = @FFLAGS@
 
82
INSTALL_DATA = @INSTALL_DATA@
 
83
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
85
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
86
LDFLAGS = @LDFLAGS@
 
87
LIBOBJS = @LIBOBJS@
 
88
LIBS = @LIBS@
86
89
LIBTOOL = @LIBTOOL@
87
90
LN_S = @LN_S@
 
91
LTLIBOBJS = @LTLIBOBJS@
88
92
MAINT = @MAINT@
89
 
OBJDUMP = @OBJDUMP@
 
93
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
94
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
95
MAKEINFO = @MAKEINFO@
 
96
OBJEXT = @OBJEXT@
90
97
OGG_CFLAGS = @OGG_CFLAGS@
91
 
OGG_INCLUDES = @OGG_INCLUDES@
92
 
OGG_LDFLAGS = @OGG_LDFLAGS@
93
98
OGG_LIBS = @OGG_LIBS@
94
99
PACKAGE = @PACKAGE@
 
100
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
101
PACKAGE_NAME = @PACKAGE_NAME@
 
102
PACKAGE_STRING = @PACKAGE_STRING@
 
103
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
104
PACKAGE_VERSION = @PACKAGE_VERSION@
 
105
PATH_SEPARATOR = @PATH_SEPARATOR@
95
106
RANLIB = @RANLIB@
96
 
RC = @RC@
 
107
SET_MAKE = @SET_MAKE@
 
108
SHELL = @SHELL@
 
109
SIZE16 = @SIZE16@
 
110
SIZE32 = @SIZE32@
97
111
SPEEX_LT_AGE = @SPEEX_LT_AGE@
98
112
SPEEX_LT_CURRENT = @SPEEX_LT_CURRENT@
99
113
SPEEX_LT_REVISION = @SPEEX_LT_REVISION@
100
114
SPEEX_VERSION = @SPEEX_VERSION@
101
115
STRIP = @STRIP@
102
116
VERSION = @VERSION@
 
117
ac_ct_AR = @ac_ct_AR@
 
118
ac_ct_CC = @ac_ct_CC@
 
119
ac_ct_CXX = @ac_ct_CXX@
 
120
ac_ct_F77 = @ac_ct_F77@
 
121
ac_ct_RANLIB = @ac_ct_RANLIB@
 
122
ac_ct_STRIP = @ac_ct_STRIP@
 
123
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
124
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
125
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
126
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
103
127
am__include = @am__include@
 
128
am__leading_dot = @am__leading_dot@
104
129
am__quote = @am__quote@
 
130
bindir = @bindir@
 
131
build = @build@
 
132
build_alias = @build_alias@
 
133
build_cpu = @build_cpu@
 
134
build_os = @build_os@
 
135
build_vendor = @build_vendor@
 
136
datadir = @datadir@
 
137
exec_prefix = @exec_prefix@
 
138
host = @host@
 
139
host_alias = @host_alias@
 
140
host_cpu = @host_cpu@
 
141
host_os = @host_os@
 
142
host_vendor = @host_vendor@
 
143
includedir = @includedir@
 
144
infodir = @infodir@
105
145
install_sh = @install_sh@
 
146
libdir = @libdir@
 
147
libexecdir = @libexecdir@
 
148
localstatedir = @localstatedir@
 
149
mandir = @mandir@
 
150
mkdir_p = @mkdir_p@
 
151
oldincludedir = @oldincludedir@
 
152
prefix = @prefix@
 
153
program_transform_name = @program_transform_name@
 
154
sbindir = @sbindir@
 
155
sharedstatedir = @sharedstatedir@
106
156
src = @src@
107
 
 
 
157
sysconfdir = @sysconfdir@
 
158
target_alias = @target_alias@
108
159
EXTRA_DIST = speexenc.dsp  speexenc.dsw
109
 
subdir = win32/speexenc
110
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111
 
CONFIG_HEADER = $(top_builddir)/config.h
112
 
CONFIG_CLEAN_FILES =
113
 
DIST_SOURCES =
114
 
DIST_COMMON = Makefile.am Makefile.in
115
160
all: all-am
116
161
 
117
162
.SUFFIXES:
118
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
163
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
164
        @for dep in $?; do \
 
165
          case '$(am__configure_deps)' in \
 
166
            *$$dep*) \
 
167
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
168
                && exit 0; \
 
169
              exit 1;; \
 
170
          esac; \
 
171
        done; \
 
172
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  win32/speexenc/Makefile'; \
119
173
        cd $(top_srcdir) && \
120
174
          $(AUTOMAKE) --gnu  win32/speexenc/Makefile
121
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
122
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
175
.PRECIOUS: Makefile
 
176
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
177
        @case '$?' in \
 
178
          *config.status*) \
 
179
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
180
          *) \
 
181
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
182
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
183
        esac;
 
184
 
 
185
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
186
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
187
 
 
188
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
189
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
190
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
123
192
 
124
193
mostlyclean-libtool:
125
194
        -rm -f *.lo
133
202
tags: TAGS
134
203
TAGS:
135
204
 
136
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
205
ctags: CTAGS
 
206
CTAGS:
137
207
 
138
 
top_distdir = ../..
139
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
140
208
 
141
209
distdir: $(DISTFILES)
142
 
        @list='$(DISTFILES)'; for file in $$list; do \
 
210
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
211
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
212
        list='$(DISTFILES)'; for file in $$list; do \
 
213
          case $$file in \
 
214
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
215
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
216
          esac; \
143
217
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
144
218
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
145
219
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
146
220
            dir="/$$dir"; \
147
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
221
            $(mkdir_p) "$(distdir)$$dir"; \
148
222
          else \
149
223
            dir=''; \
150
224
          fi; \
162
236
check-am: all-am
163
237
check: check-am
164
238
all-am: Makefile
165
 
 
166
239
installdirs:
167
 
 
168
240
install: install-am
169
241
install-exec: install-exec-am
170
242
install-data: install-data-am
176
248
installcheck: installcheck-am
177
249
install-strip:
178
250
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
179
 
          INSTALL_STRIP_FLAG=-s \
 
251
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
180
252
          `test -z '$(STRIP)' || \
181
253
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
182
254
mostlyclean-generic:
184
256
clean-generic:
185
257
 
186
258
distclean-generic:
187
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
259
        -rm -f $(CONFIG_CLEAN_FILES)
188
260
 
189
261
maintainer-clean-generic:
190
262
        @echo "This command is intended for maintainers to use"
194
266
clean-am: clean-generic clean-libtool mostlyclean-am
195
267
 
196
268
distclean: distclean-am
197
 
 
 
269
        -rm -f Makefile
198
270
distclean-am: clean-am distclean-generic distclean-libtool
199
271
 
200
272
dvi: dvi-am
201
273
 
202
274
dvi-am:
203
275
 
 
276
html: html-am
 
277
 
204
278
info: info-am
205
279
 
206
280
info-am:
216
290
installcheck-am:
217
291
 
218
292
maintainer-clean: maintainer-clean-am
219
 
 
 
293
        -rm -f Makefile
220
294
maintainer-clean-am: distclean-am maintainer-clean-generic
221
295
 
222
296
mostlyclean: mostlyclean-am
223
297
 
224
298
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
225
299
 
 
300
pdf: pdf-am
 
301
 
 
302
pdf-am:
 
303
 
 
304
ps: ps-am
 
305
 
 
306
ps-am:
 
307
 
226
308
uninstall-am: uninstall-info-am
227
309
 
228
310
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
229
311
        distclean distclean-generic distclean-libtool distdir dvi \
230
 
        dvi-am info info-am install install-am install-data \
231
 
        install-data-am install-exec install-exec-am install-info \
232
 
        install-info-am install-man install-strip installcheck \
233
 
        installcheck-am installdirs maintainer-clean \
 
312
        dvi-am html html-am info info-am install install-am \
 
313
        install-data install-data-am install-exec install-exec-am \
 
314
        install-info install-info-am install-man install-strip \
 
315
        installcheck installcheck-am installdirs maintainer-clean \
234
316
        maintainer-clean-generic mostlyclean mostlyclean-generic \
235
 
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
 
317
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
318
        uninstall-info-am
236
319
 
237
320
# Tell versions [3.59,3.63) of GNU make to not export all variables.
238
321
# Otherwise a system limit (for SysV at least) may be exceeded.