~ubuntu-branches/debian/stretch/alsaplayer/stretch

« back to all changes in this revision

Viewing changes to output/oss/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-25 00:19:28 UTC
  • Revision ID: james.westby@ubuntu.com-20050825001928-flf2qwx1hs5k9c9i
Tags: 0.99.76-6ubuntu2
Update {build-,}depends for xorg -> mesa GL/GLU transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3
2
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
 
13
 
 
14
SHELL = @SHELL@
16
15
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
infodir = @infodir@
 
30
mandir = @mandir@
 
31
includedir = @includedir@
 
32
oldincludedir = /usr/include
 
33
 
 
34
DESTDIR =
 
35
 
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
22
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
 
23
40
top_builddir = ../..
24
41
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
ACLOCAL = @ACLOCAL@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOMAKE = @AUTOMAKE@
 
45
AUTOHEADER = @AUTOHEADER@
 
46
 
26
47
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
51
transform = @program_transform_name@
 
52
 
32
53
NORMAL_INSTALL = :
33
54
PRE_INSTALL = :
34
55
POST_INSTALL = :
35
56
NORMAL_UNINSTALL = :
36
57
PRE_UNINSTALL = :
37
58
POST_UNINSTALL = :
 
59
host_alias = @host_alias@
38
60
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
61
ADDON_DIR = @ADDON_DIR@
41
62
ALSAPLAYER_MAJOR_VERSION = @ALSAPLAYER_MAJOR_VERSION@
42
63
ALSAPLAYER_MICRO_VERSION = @ALSAPLAYER_MICRO_VERSION@
43
64
ALSAPLAYER_MINOR_VERSION = @ALSAPLAYER_MINOR_VERSION@
44
65
ALSAPLAYER_VERSION = @ALSAPLAYER_VERSION@
45
66
ALSA_LIB = @ALSA_LIB@
46
 
AMDEP_FALSE = @AMDEP_FALSE@
47
 
AMDEP_TRUE = @AMDEP_TRUE@
48
 
AMTAR = @AMTAR@
49
67
AR = @AR@
50
 
ARCH_486_FALSE = @ARCH_486_FALSE@
51
 
ARCH_486_TRUE = @ARCH_486_TRUE@
52
 
ARCH_586_FALSE = @ARCH_586_FALSE@
53
 
ARCH_586_TRUE = @ARCH_586_TRUE@
54
 
ARCH_686_FALSE = @ARCH_686_FALSE@
55
 
ARCH_686_TRUE = @ARCH_686_TRUE@
56
68
ARCH_CFLAGS = @ARCH_CFLAGS@
57
 
ARCH_PPC_FALSE = @ARCH_PPC_FALSE@
58
 
ARCH_PPC_TRUE = @ARCH_PPC_TRUE@
59
69
ARCH_TYPE = @ARCH_TYPE@
60
 
ARCH_ULTRA_FALSE = @ARCH_ULTRA_FALSE@
61
 
ARCH_ULTRA_TRUE = @ARCH_ULTRA_TRUE@
62
 
ARCH_X86_FALSE = @ARCH_X86_FALSE@
63
 
ARCH_X86_TRUE = @ARCH_X86_TRUE@
64
70
AS = @AS@
65
71
ASFLAGS = @ASFLAGS@
66
72
AUDIOFILE_CFLAGS = @AUDIOFILE_CFLAGS@
67
73
AUDIOFILE_CONFIG = @AUDIOFILE_CONFIG@
68
74
AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
69
 
AUTOCONF = @AUTOCONF@
70
 
AUTOHEADER = @AUTOHEADER@
71
 
AUTOMAKE = @AUTOMAKE@
72
 
AWK = @AWK@
73
75
CC = @CC@
74
 
CCDEPMODE = @CCDEPMODE@
75
 
CFLAGS = @CFLAGS@
76
76
CPP = @CPP@
77
 
CPPFLAGS = @CPPFLAGS@
78
77
CXX = @CXX@
79
78
CXXCPP = @CXXCPP@
80
 
CXXDEPMODE = @CXXDEPMODE@
81
 
CXXFLAGS = @CXXFLAGS@
82
 
CYGPATH_W = @CYGPATH_W@
83
 
DEFS = @DEFS@
84
 
DEPDIR = @DEPDIR@
85
79
DFLAGS = @DFLAGS@
 
80
DLLTOOL = @DLLTOOL@
86
81
ECHO = @ECHO@
87
 
ECHO_C = @ECHO_C@
88
 
ECHO_N = @ECHO_N@
89
 
ECHO_T = @ECHO_T@
90
82
EGREP = @EGREP@
91
83
ESD_CFLAGS = @ESD_CFLAGS@
92
84
ESD_CONFIG = @ESD_CONFIG@
93
85
ESD_LIBS = @ESD_LIBS@
94
86
EXEEXT = @EXEEXT@
95
87
F77 = @F77@
96
 
FFLAGS = @FFLAGS@
97
88
FLC_LDADD = @FLC_LDADD@
 
89
GCJ = @GCJ@
 
90
GCJFLAGS = @GCJFLAGS@
98
91
GLIB_CFLAGS = @GLIB_CFLAGS@
99
92
GLIB_CONFIG = @GLIB_CONFIG@
100
93
GLIB_LIBS = @GLIB_LIBS@
101
94
GTK_CFLAGS = @GTK_CFLAGS@
102
95
GTK_CONFIG = @GTK_CONFIG@
103
96
GTK_LIBS = @GTK_LIBS@
104
 
HAVE_ALSA_05X_FALSE = @HAVE_ALSA_05X_FALSE@
105
 
HAVE_ALSA_05X_TRUE = @HAVE_ALSA_05X_TRUE@
106
 
HAVE_ALSA_FINAL_FALSE = @HAVE_ALSA_FINAL_FALSE@
107
 
HAVE_ALSA_FINAL_TRUE = @HAVE_ALSA_FINAL_TRUE@
108
 
HAVE_AUDIOFILE_FALSE = @HAVE_AUDIOFILE_FALSE@
109
 
HAVE_AUDIOFILE_TRUE = @HAVE_AUDIOFILE_TRUE@
110
97
HAVE_DOXYGEN = @HAVE_DOXYGEN@
111
 
HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
112
 
HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
113
 
HAVE_ESD_FALSE = @HAVE_ESD_FALSE@
114
 
HAVE_ESD_TRUE = @HAVE_ESD_TRUE@
115
 
HAVE_FLC_FALSE = @HAVE_FLC_FALSE@
116
 
HAVE_FLC_TRUE = @HAVE_FLC_TRUE@
117
 
HAVE_GTK_FALSE = @HAVE_GTK_FALSE@
118
 
HAVE_GTK_TRUE = @HAVE_GTK_TRUE@
119
 
HAVE_JACK_FALSE = @HAVE_JACK_FALSE@
120
 
HAVE_JACK_TRUE = @HAVE_JACK_TRUE@
121
 
HAVE_LINUX_CDROM_FALSE = @HAVE_LINUX_CDROM_FALSE@
122
 
HAVE_LINUX_CDROM_TRUE = @HAVE_LINUX_CDROM_TRUE@
123
 
HAVE_MIKMOD_FALSE = @HAVE_MIKMOD_FALSE@
124
 
HAVE_MIKMOD_TRUE = @HAVE_MIKMOD_TRUE@
125
 
HAVE_NAS_FALSE = @HAVE_NAS_FALSE@
126
 
HAVE_NAS_TRUE = @HAVE_NAS_TRUE@
127
 
HAVE_OGGFLC_FALSE = @HAVE_OGGFLC_FALSE@
128
 
HAVE_OGGFLC_TRUE = @HAVE_OGGFLC_TRUE@
129
 
HAVE_OGGVORBIS_FALSE = @HAVE_OGGVORBIS_FALSE@
130
 
HAVE_OGGVORBIS_TRUE = @HAVE_OGGVORBIS_TRUE@
131
 
HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
132
 
HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
133
 
HAVE_OSS_FALSE = @HAVE_OSS_FALSE@
134
 
HAVE_OSS_TRUE = @HAVE_OSS_TRUE@
135
 
HAVE_SGI_FALSE = @HAVE_SGI_FALSE@
136
 
HAVE_SGI_TRUE = @HAVE_SGI_TRUE@
137
 
HAVE_SNDFILE_FALSE = @HAVE_SNDFILE_FALSE@
138
 
HAVE_SNDFILE_TRUE = @HAVE_SNDFILE_TRUE@
139
 
HAVE_SPARC_FALSE = @HAVE_SPARC_FALSE@
140
 
HAVE_SPARC_TRUE = @HAVE_SPARC_TRUE@
141
 
HAVE_XOSD_FALSE = @HAVE_XOSD_FALSE@
142
 
HAVE_XOSD_TRUE = @HAVE_XOSD_TRUE@
143
 
INSTALL_DATA = @INSTALL_DATA@
144
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
146
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
98
HAVE_LIB = @HAVE_LIB@
147
99
JACK_CFLAGS = @JACK_CFLAGS@
148
100
JACK_LIBS = @JACK_LIBS@
149
 
LDFLAGS = @LDFLAGS@
 
101
LIB = @LIB@
150
102
LIBMIKMOD_CFLAGS = @LIBMIKMOD_CFLAGS@
151
103
LIBMIKMOD_CONFIG = @LIBMIKMOD_CONFIG@
152
104
LIBMIKMOD_LDADD = @LIBMIKMOD_LDADD@
153
105
LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
154
 
LIBOBJS = @LIBOBJS@
155
 
LIBS = 
156
106
LIBTOOL = @LIBTOOL@
157
107
LN_S = @LN_S@
158
 
LTLIBOBJS = @LTLIBOBJS@
 
108
LTLIB = @LTLIB@
159
109
MAD_LDADD = @MAD_LDADD@
160
110
MAINT = @MAINT@
161
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
162
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
163
111
MAKEINFO = @MAKEINFO@
 
112
MOC = @MOC@
164
113
NAS_LIB = @NAS_LIB@
 
114
OBJDUMP = @OBJDUMP@
165
115
OBJEXT = @OBJEXT@
166
116
OGGFLC_LDADD = @OGGFLC_LDADD@
167
117
OGG_CFLAGS = @OGG_CFLAGS@
168
118
OGG_LIBS = @OGG_LIBS@
169
119
OPENGL_LIBS = @OPENGL_LIBS@
170
120
PACKAGE = @PACKAGE@
171
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172
 
PACKAGE_NAME = @PACKAGE_NAME@
173
 
PACKAGE_STRING = @PACKAGE_STRING@
174
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
175
 
PACKAGE_VERSION = @PACKAGE_VERSION@
176
 
PATH_SEPARATOR = @PATH_SEPARATOR@
177
121
PKG_CONFIG = @PKG_CONFIG@
178
 
PREFER_MAD_FALSE = @PREFER_MAD_FALSE@
179
 
PREFER_MAD_TRUE = @PREFER_MAD_TRUE@
 
122
QT_CXXFLAGS = @QT_CXXFLAGS@
 
123
QT_LIBS = @QT_LIBS@
180
124
RANLIB = @RANLIB@
181
 
SET_MAKE = @SET_MAKE@
 
125
RC = @RC@
182
126
SGI_LIBS = @SGI_LIBS@
183
 
SHELL = @SHELL@
184
127
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
185
128
SNDFILE_LIBS = @SNDFILE_LIBS@
186
129
STRIP = @STRIP@
187
 
USE_LIBID3TAG_FALSE = @USE_LIBID3TAG_FALSE@
188
 
USE_LIBID3TAG_TRUE = @USE_LIBID3TAG_TRUE@
189
 
USE_LIBMAD_FALSE = @USE_LIBMAD_FALSE@
190
 
USE_LIBMAD_TRUE = @USE_LIBMAD_TRUE@
 
130
UIC = @UIC@
191
131
VERSION = @VERSION@
192
132
VORBISENC_LIBS = @VORBISENC_LIBS@
193
133
VORBISFILE_LIBS = @VORBISFILE_LIBS@
194
134
VORBIS_CFLAGS = @VORBIS_CFLAGS@
195
135
VORBIS_LIBS = @VORBIS_LIBS@
196
 
ac_ct_AR = @ac_ct_AR@
197
 
ac_ct_CC = @ac_ct_CC@
198
 
ac_ct_CXX = @ac_ct_CXX@
199
 
ac_ct_F77 = @ac_ct_F77@
200
 
ac_ct_RANLIB = @ac_ct_RANLIB@
201
 
ac_ct_STRIP = @ac_ct_STRIP@
202
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
203
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
204
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
205
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
206
 
am__include = @am__include@
207
 
am__leading_dot = @am__leading_dot@
208
 
am__quote = @am__quote@
209
 
bindir = @bindir@
210
 
build = @build@
211
 
build_alias = @build_alias@
212
 
build_cpu = @build_cpu@
213
 
build_os = @build_os@
214
 
build_vendor = @build_vendor@
215
 
datadir = @datadir@
216
 
exec_prefix = @exec_prefix@
217
 
host = @host@
218
 
host_alias = @host_alias@
219
 
host_cpu = @host_cpu@
220
 
host_os = @host_os@
221
 
host_vendor = @host_vendor@
222
 
includedir = @includedir@
223
 
infodir = @infodir@
224
 
install_sh = @install_sh@
225
 
 
226
 
libdir = $(ADDON_DIR)/output
227
 
libexecdir = @libexecdir@
228
 
localstatedir = @localstatedir@
229
 
mandir = @mandir@
230
 
oldincludedir = @oldincludedir@
231
 
prefix = @prefix@
232
 
program_transform_name = @program_transform_name@
233
 
sbindir = @sbindir@
234
 
sharedstatedir = @sharedstatedir@
235
 
sysconfdir = @sysconfdir@
236
 
target_alias = @target_alias@
237
136
 
238
137
@HAVE_OSS_TRUE@oss_outltlibs = liboss_out.la
 
138
@HAVE_OSS_TRUE@oss_outldflags = -export-dynamic -avoid-version
239
139
@HAVE_OSS_FALSE@oss_outldflags = 
240
 
@HAVE_OSS_TRUE@oss_outldflags = -export-dynamic -avoid-version
 
140
@HAVE_OSS_TRUE@oss_outsources = oss.c
241
141
@HAVE_OSS_FALSE@oss_outsources = 
242
 
@HAVE_OSS_TRUE@oss_outsources = oss.c
243
142
 
244
143
@HAVE_OSS_FALSE@oss_outlitlibs = 
245
144
 
247
146
 
248
147
AM_CFLAGS = -D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/alsaplayer @ARCH_CFLAGS@ 
249
148
 
 
149
libdir = $(ADDON_DIR)/output
 
150
 
250
151
liboss_out_la_LDFLAGS = $(oss_outldflags)
 
152
LIBS = 
251
153
 
252
154
liboss_out_la_SOURCES = $(oss_outsources)
253
 
subdir = output/oss
254
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
255
155
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
256
 
CONFIG_HEADER = $(top_builddir)/config.h
257
 
CONFIG_CLEAN_FILES =
258
 
LTLIBRARIES = $(lib_LTLIBRARIES)
259
 
 
260
 
liboss_out_la_LIBADD =
261
 
am__liboss_out_la_SOURCES_DIST = oss.c
262
 
@HAVE_OSS_TRUE@am__objects_1 = oss.lo
263
 
@HAVE_OSS_FALSE@am__objects_1 =
264
 
am_liboss_out_la_OBJECTS = $(am__objects_1)
265
 
liboss_out_la_OBJECTS = $(am_liboss_out_la_OBJECTS)
266
 
 
267
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
268
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
269
 
am__depfiles_maybe = depfiles
270
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/oss.Plo
271
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
272
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
273
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
274
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
156
CONFIG_HEADER = ../../config.h
 
157
CONFIG_CLEAN_FILES = 
 
158
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
159
 
 
160
 
 
161
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 
162
CPPFLAGS = @CPPFLAGS@
 
163
LDFLAGS = @LDFLAGS@
 
164
liboss_out_la_LIBADD = 
 
165
@HAVE_OSS_FALSE@liboss_out_la_OBJECTS = 
 
166
@HAVE_OSS_TRUE@liboss_out_la_OBJECTS =  oss.lo
 
167
CFLAGS = @CFLAGS@
 
168
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
169
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
275
170
CCLD = $(CC)
276
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
277
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
278
 
DIST_SOURCES = $(am__liboss_out_la_SOURCES_DIST)
279
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
171
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
172
DIST_COMMON =  Makefile.am Makefile.in
 
173
 
 
174
 
 
175
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
176
 
 
177
TAR = tar
 
178
GZIP_ENV = --best
 
179
DEP_FILES =  .deps/oss.P
280
180
SOURCES = $(liboss_out_la_SOURCES)
281
 
 
282
 
all: all-am
283
 
 
 
181
OBJECTS = $(liboss_out_la_OBJECTS)
 
182
 
 
183
all: all-redirect
284
184
.SUFFIXES:
285
 
.SUFFIXES: .c .lo .o .obj
286
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
287
 
        cd $(top_srcdir) && \
288
 
          $(AUTOMAKE) --gnu  output/oss/Makefile
289
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
290
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
291
 
libLTLIBRARIES_INSTALL = $(INSTALL)
 
185
.SUFFIXES: .S .c .lo .o .obj .s
 
186
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
187
        cd $(top_srcdir) && $(AUTOMAKE) --gnu output/oss/Makefile
 
188
 
 
189
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
190
        cd $(top_builddir) \
 
191
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
192
 
 
193
 
 
194
mostlyclean-libLTLIBRARIES:
 
195
 
 
196
clean-libLTLIBRARIES:
 
197
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
198
 
 
199
distclean-libLTLIBRARIES:
 
200
 
 
201
maintainer-clean-libLTLIBRARIES:
 
202
 
292
203
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
293
204
        @$(NORMAL_INSTALL)
294
205
        $(mkinstalldirs) $(DESTDIR)$(libdir)
295
206
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
296
207
          if test -f $$p; then \
297
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
298
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
299
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
208
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
209
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
300
210
          else :; fi; \
301
211
        done
302
212
 
303
213
uninstall-libLTLIBRARIES:
304
214
        @$(NORMAL_UNINSTALL)
305
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
306
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
307
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
308
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
309
 
        done
310
 
 
311
 
clean-libLTLIBRARIES:
312
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
313
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
314
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
315
 
          test "$$dir" = "$$p" && dir=.; \
316
 
          echo "rm -f \"$${dir}/so_locations\""; \
317
 
          rm -f "$${dir}/so_locations"; \
318
 
        done
319
 
liboss_out.la: $(liboss_out_la_OBJECTS) $(liboss_out_la_DEPENDENCIES) 
320
 
        $(LINK) -rpath $(libdir) $(liboss_out_la_LDFLAGS) $(liboss_out_la_OBJECTS) $(liboss_out_la_LIBADD) $(LIBS)
 
215
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
216
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
217
        done
 
218
 
 
219
# FIXME: We should only use cygpath when building on Windows,
 
220
# and only if it is available.
 
221
.c.obj:
 
222
        $(COMPILE) -c `cygpath -w $<`
 
223
 
 
224
.s.o:
 
225
        $(COMPILE) -c $<
 
226
 
 
227
.S.o:
 
228
        $(COMPILE) -c $<
321
229
 
322
230
mostlyclean-compile:
323
 
        -rm -f *.$(OBJEXT) core *.core
 
231
        -rm -f *.o core *.core
 
232
        -rm -f *.$(OBJEXT)
 
233
 
 
234
clean-compile:
324
235
 
325
236
distclean-compile:
326
237
        -rm -f *.tab.c
327
238
 
328
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oss.Plo@am__quote@
329
 
 
330
 
.c.o:
331
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
332
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
333
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
334
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
335
 
@am__fastdepCC_TRUE@    fi
336
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
338
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
340
 
 
341
 
.c.obj:
342
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
343
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
344
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
345
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
346
 
@am__fastdepCC_TRUE@    fi
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
349
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
351
 
 
352
 
.c.lo:
353
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
354
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
355
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
356
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
357
 
@am__fastdepCC_TRUE@    fi
358
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
239
maintainer-clean-compile:
 
240
 
 
241
.s.lo:
 
242
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
243
 
 
244
.S.lo:
 
245
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
362
246
 
363
247
mostlyclean-libtool:
364
248
        -rm -f *.lo
367
251
        -rm -rf .libs _libs
368
252
 
369
253
distclean-libtool:
370
 
        -rm -f libtool
371
 
uninstall-info-am:
372
 
 
373
 
ETAGS = etags
374
 
ETAGSFLAGS =
375
 
 
376
 
CTAGS = ctags
377
 
CTAGSFLAGS =
 
254
 
 
255
maintainer-clean-libtool:
 
256
 
 
257
liboss_out.la: $(liboss_out_la_OBJECTS) $(liboss_out_la_DEPENDENCIES)
 
258
        $(LINK) -rpath $(libdir) $(liboss_out_la_LDFLAGS) $(liboss_out_la_OBJECTS) $(liboss_out_la_LIBADD) $(LIBS)
378
259
 
379
260
tags: TAGS
380
261
 
381
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383
 
        unique=`for i in $$list; do \
384
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
 
          done | \
386
 
          $(AWK) '    { files[$$0] = 1; } \
387
 
               END { for (i in files) print i; }'`; \
388
 
        mkid -fID $$unique
389
 
 
390
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391
 
                $(TAGS_FILES) $(LISP)
392
 
        tags=; \
393
 
        here=`pwd`; \
394
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
 
        unique=`for i in $$list; do \
396
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
 
          done | \
398
 
          $(AWK) '    { files[$$0] = 1; } \
399
 
               END { for (i in files) print i; }'`; \
400
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
401
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
 
             $$tags $$unique
403
 
 
404
 
ctags: CTAGS
405
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
 
                $(TAGS_FILES) $(LISP)
407
 
        tags=; \
408
 
        here=`pwd`; \
409
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410
 
        unique=`for i in $$list; do \
411
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
 
          done | \
413
 
          $(AWK) '    { files[$$0] = 1; } \
414
 
               END { for (i in files) print i; }'`; \
415
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
416
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417
 
             $$tags $$unique
418
 
 
419
 
GTAGS:
420
 
        here=`$(am__cd) $(top_builddir) && pwd` \
421
 
          && cd $(top_srcdir) \
422
 
          && gtags -i $(GTAGS_ARGS) $$here
 
262
ID: $(HEADERS) $(SOURCES) $(LISP)
 
263
        list='$(SOURCES) $(HEADERS)'; \
 
264
        unique=`for i in $$list; do echo $$i; done | \
 
265
          awk '    { files[$$0] = 1; } \
 
266
               END { for (i in files) print i; }'`; \
 
267
        here=`pwd` && cd $(srcdir) \
 
268
          && mkid -f$$here/ID $$unique $(LISP)
 
269
 
 
270
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
271
        tags=; \
 
272
        here=`pwd`; \
 
273
        list='$(SOURCES) $(HEADERS)'; \
 
274
        unique=`for i in $$list; do echo $$i; done | \
 
275
          awk '    { files[$$0] = 1; } \
 
276
               END { for (i in files) print i; }'`; \
 
277
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
278
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
279
 
 
280
mostlyclean-tags:
 
281
 
 
282
clean-tags:
423
283
 
424
284
distclean-tags:
425
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
427
 
 
428
 
top_distdir = ../..
429
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
285
        -rm -f TAGS ID
 
286
 
 
287
maintainer-clean-tags:
 
288
 
 
289
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
290
 
 
291
subdir = output/oss
430
292
 
431
293
distdir: $(DISTFILES)
432
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
433
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
434
 
        list='$(DISTFILES)'; for file in $$list; do \
435
 
          case $$file in \
436
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
437
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
438
 
          esac; \
439
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
441
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
442
 
            dir="/$$dir"; \
443
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
444
 
          else \
445
 
            dir=''; \
446
 
          fi; \
 
294
        here=`cd $(top_builddir) && pwd`; \
 
295
        top_distdir=`cd $(top_distdir) && pwd`; \
 
296
        distdir=`cd $(distdir) && pwd`; \
 
297
        cd $(top_srcdir) \
 
298
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu output/oss/Makefile
 
299
        @for file in $(DISTFILES); do \
 
300
          d=$(srcdir); \
447
301
          if test -d $$d/$$file; then \
448
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
449
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
450
 
            fi; \
451
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
302
            cp -pr $$d/$$file $(distdir)/$$file; \
452
303
          else \
453
304
            test -f $(distdir)/$$file \
454
 
            || cp -p $$d/$$file $(distdir)/$$file \
455
 
            || exit 1; \
 
305
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
306
            || cp -p $$d/$$file $(distdir)/$$file || :; \
456
307
          fi; \
457
308
        done
 
309
 
 
310
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
311
 
 
312
-include $(DEP_FILES)
 
313
 
 
314
mostlyclean-depend:
 
315
 
 
316
clean-depend:
 
317
 
 
318
distclean-depend:
 
319
        -rm -rf .deps
 
320
 
 
321
maintainer-clean-depend:
 
322
 
 
323
%.o: %.c
 
324
        @echo '$(COMPILE) -c $<'; \
 
325
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
326
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
327
        tr ' ' '\012' < .deps/$(*F).pp \
 
328
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
329
            >> .deps/$(*F).P; \
 
330
        rm .deps/$(*F).pp
 
331
 
 
332
%.lo: %.c
 
333
        @echo '$(LTCOMPILE) -c $<'; \
 
334
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
335
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
336
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
337
        tr ' ' '\012' < .deps/$(*F).pp \
 
338
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
339
            >> .deps/$(*F).P; \
 
340
        rm -f .deps/$(*F).pp
 
341
info-am:
 
342
info: info-am
 
343
dvi-am:
 
344
dvi: dvi-am
458
345
check-am: all-am
459
346
check: check-am
460
 
all-am: Makefile $(LTLIBRARIES)
461
 
 
462
 
installdirs:
463
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
464
 
install: install-am
 
347
installcheck-am:
 
348
installcheck: installcheck-am
 
349
install-exec-am: install-libLTLIBRARIES
465
350
install-exec: install-exec-am
 
351
 
 
352
install-data-am:
466
353
install-data: install-data-am
467
 
uninstall: uninstall-am
468
354
 
469
355
install-am: all-am
470
356
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
 
 
472
 
installcheck: installcheck-am
 
357
install: install-am
 
358
uninstall-am: uninstall-libLTLIBRARIES
 
359
uninstall: uninstall-am
 
360
all-am: Makefile $(LTLIBRARIES)
 
361
all-redirect: all-am
473
362
install-strip:
474
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476
 
          `test -z '$(STRIP)' || \
477
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
363
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
364
installdirs:
 
365
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
366
 
 
367
 
478
368
mostlyclean-generic:
479
369
 
480
370
clean-generic:
481
371
 
482
372
distclean-generic:
483
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
373
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
374
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
484
375
 
485
376
maintainer-clean-generic:
486
 
        @echo "This command is intended for maintainers to use"
487
 
        @echo "it deletes files that may require special tools to rebuild."
 
377
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
378
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
 
379
                mostlyclean-generic
 
380
 
 
381
mostlyclean: mostlyclean-am
 
382
 
 
383
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
384
                clean-depend clean-generic mostlyclean-am
 
385
 
488
386
clean: clean-am
489
387
 
490
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
491
 
        mostlyclean-am
 
388
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
389
                distclean-libtool distclean-tags distclean-depend \
 
390
                distclean-generic clean-am
 
391
        -rm -f libtool
492
392
 
493
393
distclean: distclean-am
494
 
        -rm -rf ./$(DEPDIR)
495
 
        -rm -f Makefile
496
 
distclean-am: clean-am distclean-compile distclean-generic \
497
 
        distclean-libtool distclean-tags
498
 
 
499
 
dvi: dvi-am
500
 
 
501
 
dvi-am:
502
 
 
503
 
info: info-am
504
 
 
505
 
info-am:
506
 
 
507
 
install-data-am:
508
 
 
509
 
install-exec-am: install-libLTLIBRARIES
510
 
 
511
 
install-info: install-info-am
512
 
 
513
 
install-man:
514
 
 
515
 
installcheck-am:
 
394
 
 
395
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
396
                maintainer-clean-compile maintainer-clean-libtool \
 
397
                maintainer-clean-tags maintainer-clean-depend \
 
398
                maintainer-clean-generic distclean-am
 
399
        @echo "This command is intended for maintainers to use;"
 
400
        @echo "it deletes files that may require special tools to rebuild."
516
401
 
517
402
maintainer-clean: maintainer-clean-am
518
 
        -rm -rf ./$(DEPDIR)
519
 
        -rm -f Makefile
520
 
maintainer-clean-am: distclean-am maintainer-clean-generic
521
 
 
522
 
mostlyclean: mostlyclean-am
523
 
 
524
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
525
 
        mostlyclean-libtool
526
 
 
527
 
pdf: pdf-am
528
 
 
529
 
pdf-am:
530
 
 
531
 
ps: ps-am
532
 
 
533
 
ps-am:
534
 
 
535
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
536
 
 
537
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
538
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
539
 
        distclean-compile distclean-generic distclean-libtool \
540
 
        distclean-tags distdir dvi dvi-am info info-am install \
541
 
        install-am install-data install-data-am install-exec \
542
 
        install-exec-am install-info install-info-am \
543
 
        install-libLTLIBRARIES install-man install-strip installcheck \
544
 
        installcheck-am installdirs maintainer-clean \
545
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
546
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
547
 
        tags uninstall uninstall-am uninstall-info-am \
548
 
        uninstall-libLTLIBRARIES
 
403
 
 
404
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
405
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
406
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
407
distclean-compile clean-compile maintainer-clean-compile \
 
408
mostlyclean-libtool distclean-libtool clean-libtool \
 
409
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
410
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 
411
distclean-depend clean-depend maintainer-clean-depend info-am info \
 
412
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
413
install-exec install-data-am install-data install-am install \
 
414
uninstall-am uninstall all-redirect all-am all installdirs \
 
415
mostlyclean-generic distclean-generic clean-generic \
 
416
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
417
 
549
418
 
550
419
# Tell versions [3.59,3.63) of GNU make to not export all variables.
551
420
# Otherwise a system limit (for SysV at least) may be exceeded.