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

« back to all changes in this revision

Viewing changes to output/sgi/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 = @SGI_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
136
 
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
137
EXTRA_DIST = sgi.c
238
138
 
239
139
@HAVE_SGI_TRUE@sgi_outltlibs = libsgi_out.la
240
 
 
241
140
@HAVE_SGI_FALSE@sgi_outltlibs = 
242
141
@HAVE_SGI_TRUE@sgi_outldflags = -export-dynamic -avoid-version
243
142
@HAVE_SGI_FALSE@sgi_outldflags = 
248
147
 
249
148
AM_CFLAGS = -D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/include @ARCH_CFLAGS@ 
250
149
 
 
150
libdir = $(ADDON_DIR)/output
 
151
 
251
152
libsgi_out_la_LDFLAGS = $(sgi_outldflags)
 
153
LIBS = @SGI_LIBS@
252
154
 
253
155
libsgi_out_la_SOURCES = $(sgi_outsources)
254
 
subdir = output/sgi
255
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
256
156
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
257
 
CONFIG_HEADER = $(top_builddir)/config.h
258
 
CONFIG_CLEAN_FILES =
259
 
LTLIBRARIES = $(lib_LTLIBRARIES)
260
 
 
261
 
libsgi_out_la_LIBADD =
262
 
am__libsgi_out_la_SOURCES_DIST = sgi.c
263
 
@HAVE_SGI_TRUE@am__objects_1 = sgi.lo
264
 
@HAVE_SGI_FALSE@am__objects_1 =
265
 
am_libsgi_out_la_OBJECTS = $(am__objects_1)
266
 
libsgi_out_la_OBJECTS = $(am_libsgi_out_la_OBJECTS)
267
 
 
268
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
269
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
270
 
am__depfiles_maybe = depfiles
271
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sgi.Plo
272
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
273
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
274
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
275
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
157
CONFIG_HEADER = ../../config.h
 
158
CONFIG_CLEAN_FILES = 
 
159
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
160
 
 
161
 
 
162
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 
163
CPPFLAGS = @CPPFLAGS@
 
164
LDFLAGS = @LDFLAGS@
 
165
libsgi_out_la_LIBADD = 
 
166
@HAVE_SGI_TRUE@libsgi_out_la_OBJECTS =  sgi.lo
 
167
@HAVE_SGI_FALSE@libsgi_out_la_OBJECTS = 
 
168
CFLAGS = @CFLAGS@
 
169
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
170
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
276
171
CCLD = $(CC)
277
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
278
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
279
 
DIST_SOURCES = $(am__libsgi_out_la_SOURCES_DIST)
280
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
172
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
173
DIST_COMMON =  Makefile.am Makefile.in
 
174
 
 
175
 
 
176
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
177
 
 
178
TAR = tar
 
179
GZIP_ENV = --best
 
180
DEP_FILES =  .deps/sgi.P
281
181
SOURCES = $(libsgi_out_la_SOURCES)
282
 
 
283
 
all: all-am
284
 
 
 
182
OBJECTS = $(libsgi_out_la_OBJECTS)
 
183
 
 
184
all: all-redirect
285
185
.SUFFIXES:
286
 
.SUFFIXES: .c .lo .o .obj
287
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
288
 
        cd $(top_srcdir) && \
289
 
          $(AUTOMAKE) --gnu  output/sgi/Makefile
290
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
291
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
292
 
libLTLIBRARIES_INSTALL = $(INSTALL)
 
186
.SUFFIXES: .S .c .lo .o .obj .s
 
187
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
188
        cd $(top_srcdir) && $(AUTOMAKE) --gnu output/sgi/Makefile
 
189
 
 
190
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
191
        cd $(top_builddir) \
 
192
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
193
 
 
194
 
 
195
mostlyclean-libLTLIBRARIES:
 
196
 
 
197
clean-libLTLIBRARIES:
 
198
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
199
 
 
200
distclean-libLTLIBRARIES:
 
201
 
 
202
maintainer-clean-libLTLIBRARIES:
 
203
 
293
204
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
294
205
        @$(NORMAL_INSTALL)
295
206
        $(mkinstalldirs) $(DESTDIR)$(libdir)
296
207
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
297
208
          if test -f $$p; then \
298
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
299
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
300
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
209
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
210
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
301
211
          else :; fi; \
302
212
        done
303
213
 
304
214
uninstall-libLTLIBRARIES:
305
215
        @$(NORMAL_UNINSTALL)
306
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
307
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
308
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
309
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
310
 
        done
311
 
 
312
 
clean-libLTLIBRARIES:
313
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
314
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
315
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
316
 
          test "$$dir" = "$$p" && dir=.; \
317
 
          echo "rm -f \"$${dir}/so_locations\""; \
318
 
          rm -f "$${dir}/so_locations"; \
319
 
        done
320
 
libsgi_out.la: $(libsgi_out_la_OBJECTS) $(libsgi_out_la_DEPENDENCIES) 
321
 
        $(LINK) -rpath $(libdir) $(libsgi_out_la_LDFLAGS) $(libsgi_out_la_OBJECTS) $(libsgi_out_la_LIBADD) $(LIBS)
 
216
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
217
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
218
        done
 
219
 
 
220
# FIXME: We should only use cygpath when building on Windows,
 
221
# and only if it is available.
 
222
.c.obj:
 
223
        $(COMPILE) -c `cygpath -w $<`
 
224
 
 
225
.s.o:
 
226
        $(COMPILE) -c $<
 
227
 
 
228
.S.o:
 
229
        $(COMPILE) -c $<
322
230
 
323
231
mostlyclean-compile:
324
 
        -rm -f *.$(OBJEXT) core *.core
 
232
        -rm -f *.o core *.core
 
233
        -rm -f *.$(OBJEXT)
 
234
 
 
235
clean-compile:
325
236
 
326
237
distclean-compile:
327
238
        -rm -f *.tab.c
328
239
 
329
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgi.Plo@am__quote@
330
 
 
331
 
.c.o:
332
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
333
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
334
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
335
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
336
 
@am__fastdepCC_TRUE@    fi
337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
341
 
 
342
 
.c.obj:
343
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
344
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
345
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
346
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
347
 
@am__fastdepCC_TRUE@    fi
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
350
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
352
 
 
353
 
.c.lo:
354
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
355
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
356
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
357
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
358
 
@am__fastdepCC_TRUE@    fi
359
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
240
maintainer-clean-compile:
 
241
 
 
242
.s.lo:
 
243
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
244
 
 
245
.S.lo:
 
246
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
363
247
 
364
248
mostlyclean-libtool:
365
249
        -rm -f *.lo
368
252
        -rm -rf .libs _libs
369
253
 
370
254
distclean-libtool:
371
 
        -rm -f libtool
372
 
uninstall-info-am:
373
 
 
374
 
ETAGS = etags
375
 
ETAGSFLAGS =
376
 
 
377
 
CTAGS = ctags
378
 
CTAGSFLAGS =
 
255
 
 
256
maintainer-clean-libtool:
 
257
 
 
258
libsgi_out.la: $(libsgi_out_la_OBJECTS) $(libsgi_out_la_DEPENDENCIES)
 
259
        $(LINK) -rpath $(libdir) $(libsgi_out_la_LDFLAGS) $(libsgi_out_la_OBJECTS) $(libsgi_out_la_LIBADD) $(LIBS)
379
260
 
380
261
tags: TAGS
381
262
 
382
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
383
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384
 
        unique=`for i in $$list; do \
385
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
 
          done | \
387
 
          $(AWK) '    { files[$$0] = 1; } \
388
 
               END { for (i in files) print i; }'`; \
389
 
        mkid -fID $$unique
390
 
 
391
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
 
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
394
 
        here=`pwd`; \
395
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
 
        unique=`for i in $$list; do \
397
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
 
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
401
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
402
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
 
             $$tags $$unique
404
 
 
405
 
ctags: CTAGS
406
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407
 
                $(TAGS_FILES) $(LISP)
408
 
        tags=; \
409
 
        here=`pwd`; \
410
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411
 
        unique=`for i in $$list; do \
412
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
 
          done | \
414
 
          $(AWK) '    { files[$$0] = 1; } \
415
 
               END { for (i in files) print i; }'`; \
416
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
417
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418
 
             $$tags $$unique
419
 
 
420
 
GTAGS:
421
 
        here=`$(am__cd) $(top_builddir) && pwd` \
422
 
          && cd $(top_srcdir) \
423
 
          && gtags -i $(GTAGS_ARGS) $$here
 
263
ID: $(HEADERS) $(SOURCES) $(LISP)
 
264
        list='$(SOURCES) $(HEADERS)'; \
 
265
        unique=`for i in $$list; do echo $$i; done | \
 
266
          awk '    { files[$$0] = 1; } \
 
267
               END { for (i in files) print i; }'`; \
 
268
        here=`pwd` && cd $(srcdir) \
 
269
          && mkid -f$$here/ID $$unique $(LISP)
 
270
 
 
271
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
272
        tags=; \
 
273
        here=`pwd`; \
 
274
        list='$(SOURCES) $(HEADERS)'; \
 
275
        unique=`for i in $$list; do echo $$i; done | \
 
276
          awk '    { files[$$0] = 1; } \
 
277
               END { for (i in files) print i; }'`; \
 
278
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
279
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
280
 
 
281
mostlyclean-tags:
 
282
 
 
283
clean-tags:
424
284
 
425
285
distclean-tags:
426
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
428
 
 
429
 
top_distdir = ../..
430
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
286
        -rm -f TAGS ID
 
287
 
 
288
maintainer-clean-tags:
 
289
 
 
290
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
291
 
 
292
subdir = output/sgi
431
293
 
432
294
distdir: $(DISTFILES)
433
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
434
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
435
 
        list='$(DISTFILES)'; for file in $$list; do \
436
 
          case $$file in \
437
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
438
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
439
 
          esac; \
440
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
442
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
443
 
            dir="/$$dir"; \
444
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
445
 
          else \
446
 
            dir=''; \
447
 
          fi; \
 
295
        here=`cd $(top_builddir) && pwd`; \
 
296
        top_distdir=`cd $(top_distdir) && pwd`; \
 
297
        distdir=`cd $(distdir) && pwd`; \
 
298
        cd $(top_srcdir) \
 
299
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu output/sgi/Makefile
 
300
        @for file in $(DISTFILES); do \
 
301
          d=$(srcdir); \
448
302
          if test -d $$d/$$file; then \
449
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
451
 
            fi; \
452
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
303
            cp -pr $$d/$$file $(distdir)/$$file; \
453
304
          else \
454
305
            test -f $(distdir)/$$file \
455
 
            || cp -p $$d/$$file $(distdir)/$$file \
456
 
            || exit 1; \
 
306
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
307
            || cp -p $$d/$$file $(distdir)/$$file || :; \
457
308
          fi; \
458
309
        done
 
310
 
 
311
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
312
 
 
313
-include $(DEP_FILES)
 
314
 
 
315
mostlyclean-depend:
 
316
 
 
317
clean-depend:
 
318
 
 
319
distclean-depend:
 
320
        -rm -rf .deps
 
321
 
 
322
maintainer-clean-depend:
 
323
 
 
324
%.o: %.c
 
325
        @echo '$(COMPILE) -c $<'; \
 
326
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
327
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
328
        tr ' ' '\012' < .deps/$(*F).pp \
 
329
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
330
            >> .deps/$(*F).P; \
 
331
        rm .deps/$(*F).pp
 
332
 
 
333
%.lo: %.c
 
334
        @echo '$(LTCOMPILE) -c $<'; \
 
335
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
336
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
337
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
338
        tr ' ' '\012' < .deps/$(*F).pp \
 
339
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
340
            >> .deps/$(*F).P; \
 
341
        rm -f .deps/$(*F).pp
 
342
info-am:
 
343
info: info-am
 
344
dvi-am:
 
345
dvi: dvi-am
459
346
check-am: all-am
460
347
check: check-am
461
 
all-am: Makefile $(LTLIBRARIES)
462
 
 
463
 
installdirs:
464
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
465
 
install: install-am
 
348
installcheck-am:
 
349
installcheck: installcheck-am
 
350
install-exec-am: install-libLTLIBRARIES
466
351
install-exec: install-exec-am
 
352
 
 
353
install-data-am:
467
354
install-data: install-data-am
468
 
uninstall: uninstall-am
469
355
 
470
356
install-am: all-am
471
357
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
472
 
 
473
 
installcheck: installcheck-am
 
358
install: install-am
 
359
uninstall-am: uninstall-libLTLIBRARIES
 
360
uninstall: uninstall-am
 
361
all-am: Makefile $(LTLIBRARIES)
 
362
all-redirect: all-am
474
363
install-strip:
475
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
476
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
477
 
          `test -z '$(STRIP)' || \
478
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
364
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
365
installdirs:
 
366
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
367
 
 
368
 
479
369
mostlyclean-generic:
480
370
 
481
371
clean-generic:
482
372
 
483
373
distclean-generic:
484
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
374
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
375
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
485
376
 
486
377
maintainer-clean-generic:
487
 
        @echo "This command is intended for maintainers to use"
488
 
        @echo "it deletes files that may require special tools to rebuild."
 
378
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
379
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
 
380
                mostlyclean-generic
 
381
 
 
382
mostlyclean: mostlyclean-am
 
383
 
 
384
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
385
                clean-depend clean-generic mostlyclean-am
 
386
 
489
387
clean: clean-am
490
388
 
491
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
492
 
        mostlyclean-am
 
389
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
390
                distclean-libtool distclean-tags distclean-depend \
 
391
                distclean-generic clean-am
 
392
        -rm -f libtool
493
393
 
494
394
distclean: distclean-am
495
 
        -rm -rf ./$(DEPDIR)
496
 
        -rm -f Makefile
497
 
distclean-am: clean-am distclean-compile distclean-generic \
498
 
        distclean-libtool distclean-tags
499
 
 
500
 
dvi: dvi-am
501
 
 
502
 
dvi-am:
503
 
 
504
 
info: info-am
505
 
 
506
 
info-am:
507
 
 
508
 
install-data-am:
509
 
 
510
 
install-exec-am: install-libLTLIBRARIES
511
 
 
512
 
install-info: install-info-am
513
 
 
514
 
install-man:
515
 
 
516
 
installcheck-am:
 
395
 
 
396
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
397
                maintainer-clean-compile maintainer-clean-libtool \
 
398
                maintainer-clean-tags maintainer-clean-depend \
 
399
                maintainer-clean-generic distclean-am
 
400
        @echo "This command is intended for maintainers to use;"
 
401
        @echo "it deletes files that may require special tools to rebuild."
517
402
 
518
403
maintainer-clean: maintainer-clean-am
519
 
        -rm -rf ./$(DEPDIR)
520
 
        -rm -f Makefile
521
 
maintainer-clean-am: distclean-am maintainer-clean-generic
522
 
 
523
 
mostlyclean: mostlyclean-am
524
 
 
525
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
526
 
        mostlyclean-libtool
527
 
 
528
 
pdf: pdf-am
529
 
 
530
 
pdf-am:
531
 
 
532
 
ps: ps-am
533
 
 
534
 
ps-am:
535
 
 
536
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
537
 
 
538
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
539
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
540
 
        distclean-compile distclean-generic distclean-libtool \
541
 
        distclean-tags distdir dvi dvi-am info info-am install \
542
 
        install-am install-data install-data-am install-exec \
543
 
        install-exec-am install-info install-info-am \
544
 
        install-libLTLIBRARIES install-man install-strip installcheck \
545
 
        installcheck-am installdirs maintainer-clean \
546
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
547
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
548
 
        tags uninstall uninstall-am uninstall-info-am \
549
 
        uninstall-libLTLIBRARIES
 
404
 
 
405
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
406
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
407
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
408
distclean-compile clean-compile maintainer-clean-compile \
 
409
mostlyclean-libtool distclean-libtool clean-libtool \
 
410
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
411
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 
412
distclean-depend clean-depend maintainer-clean-depend info-am info \
 
413
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
414
install-exec install-data-am install-data install-am install \
 
415
uninstall-am uninstall all-redirect all-am all installdirs \
 
416
mostlyclean-generic distclean-generic clean-generic \
 
417
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
418
 
550
419
 
551
420
# Tell versions [3.59,3.63) of GNU make to not export all variables.
552
421
# Otherwise a system limit (for SysV at least) may be exceeded.