aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/src/Makefile')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/src/Makefile691
1 files changed, 691 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/src/Makefile b/src/others/mimesh/libg3d-0.0.8/src/Makefile
new file mode 100644
index 0000000..429f44f
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/src/Makefile
@@ -0,0 +1,691 @@
1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# src/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008 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
16
17
18pkgdatadir = $(datadir)/libg3d
19pkglibdir = $(libdir)/libg3d
20pkgincludedir = $(includedir)/libg3d
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = x86_64-unknown-linux-gnu
34host_triplet = x86_64-unknown-linux-gnu
35am__append_1 = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libgsf-1
36am__append_2 = -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0
37am__append_3 = stream_gsf.c stream_gsf_class.c stream_gsf_class.h
38am__append_4 =
39am__append_5 = -lz
40am__append_6 = stream_zlib.c
41subdir = src
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
45 $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
46 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
47 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/win32.m4 \
48 $(top_srcdir)/configure.in
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51mkinstalldirs = $(install_sh) -d
52CONFIG_HEADER = $(top_builddir)/include/g3d/config.h
53CONFIG_CLEAN_FILES =
54am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55am__vpath_adj = case $$p in \
56 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57 *) f=$$p;; \
58 esac;
59am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
60am__installdirs = "$(DESTDIR)$(libdir)"
61libLTLIBRARIES_INSTALL = $(INSTALL)
62LTLIBRARIES = $(lib_LTLIBRARIES)
63am__DEPENDENCIES_1 =
64libg3d_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
65am__libg3d_la_SOURCES_DIST = context.c plugins.c model.c object.c \
66 face.c material.c texture.c stream.c stream_read.c \
67 stream_file.c stream_buffer.c read.c iff.c primitive.c \
68 vector.c matrix.c quat.c stream_gsf.c stream_gsf_class.c \
69 stream_gsf_class.h stream_zlib.c
70am__objects_1 = libg3d_la-stream_gsf.lo \
71 libg3d_la-stream_gsf_class.lo
72am__objects_2 = libg3d_la-stream_zlib.lo
73am_libg3d_la_OBJECTS = libg3d_la-context.lo libg3d_la-plugins.lo \
74 libg3d_la-model.lo libg3d_la-object.lo libg3d_la-face.lo \
75 libg3d_la-material.lo libg3d_la-texture.lo libg3d_la-stream.lo \
76 libg3d_la-stream_read.lo libg3d_la-stream_file.lo \
77 libg3d_la-stream_buffer.lo libg3d_la-read.lo libg3d_la-iff.lo \
78 libg3d_la-primitive.lo libg3d_la-vector.lo libg3d_la-matrix.lo \
79 libg3d_la-quat.lo $(am__objects_1) $(am__objects_2)
80libg3d_la_OBJECTS = $(am_libg3d_la_OBJECTS)
81libg3d_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
82 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libg3d_la_CFLAGS) \
83 $(CFLAGS) $(libg3d_la_LDFLAGS) $(LDFLAGS) -o $@
84DEFAULT_INCLUDES = -I. -I$(top_builddir)/include/g3d
85depcomp = $(SHELL) $(top_srcdir)/config/depcomp
86am__depfiles_maybe = depfiles
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95 $(LDFLAGS) -o $@
96SOURCES = $(libg3d_la_SOURCES)
97DIST_SOURCES = $(am__libg3d_la_SOURCES_DIST)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run aclocal-1.10
102AMTAR = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run tar
103AR = ar
104AS = as
105AUTOCONF = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run autoconf
106AUTOHEADER = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run autoheader
107AUTOMAKE = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run automake-1.10
108AWK = gawk
109CC = gcc
110CCDEPMODE = depmode=gcc3
111CFLAGS = -g -O2
112CPP = gcc -E
113CPPFLAGS =
114CXX = g++
115CXXCPP = g++ -E
116CXXDEPMODE = depmode=gcc3
117CXXFLAGS = -g -O2
118CYGPATH_W = echo
119DBG_CFLAGS = -O2
120DEBUG = 0
121DEFS = -DHAVE_CONFIG_H
122DEPDIR = .deps
123DLLTOOL = dlltool
124ECHO = echo
125ECHO_C =
126ECHO_N = -n
127ECHO_T =
128EGREP = /bin/grep -E
129EXEEXT =
130F77 =
131FFLAGS =
132GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
133GDKPIXBUF_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
134GLIB_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
135GLIB_GENMARSHAL = glib-genmarshal
136GLIB_LIBS = -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0
137GLIB_MKENUMS = glib-mkenums
138GOBJECT_QUERY = gobject-query
139GREP = /bin/grep
140GTKDOC_CHECK = /usr/bin/gtkdoc-check
141GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
142GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
143HTML_DIR = ${datadir}/gtk-doc/html
144INSTALL = /usr/bin/install -c
145INSTALL_DATA = ${INSTALL} -m 644
146INSTALL_PROGRAM = ${INSTALL}
147INSTALL_SCRIPT = ${INSTALL}
148INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
149LDFLAGS =
150LEX = flex
151LEXLIB = -lfl
152LEX_OUTPUT_ROOT = lex.yy
153LIBGSF_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libgsf-1
154LIBGSF_LIBS = -lgsf-1 -lgobject-2.0 -lxml2 -lglib-2.0
155LIBOBJS =
156LIBS = -lm
157LIBTOOL = $(SHELL) $(top_builddir)/libtool
158LIBXML2_CFLAGS = -I/usr/include/libxml2
159LIBXML2_LIBS = -L/usr/lib/x86_64-linux-gnu -lxml2
160LN_S = ln -s
161LTLIBOBJS =
162LTVERSION = 0:8:0
163MAGIC_LIBS = -lmagic
164MAKEINFO = ${SHELL} /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/missing --run makeinfo
165MATH_LIBS = -lm
166MKDIR_P = /bin/mkdir -p
167OBJDUMP = objdump
168OBJEXT = o
169PACKAGE = libg3d
170PACKAGE_BUGREPORT =
171PACKAGE_NAME =
172PACKAGE_STRING =
173PACKAGE_TARNAME =
174PACKAGE_VERSION =
175PATH_SEPARATOR = :
176PKG_CONFIG = /usr/bin/pkg-config
177PLUGINS_LDFLAGS = -avoid-version -export-dynamic
178RANLIB = ranlib
179SET_MAKE =
180SHELL = /bin/bash
181STRIP = strip
182VERSION = 0.0.8
183XML2_CONFIG = /usr/bin/xml2-config
184XML_CPPFLAGS = -I/usr/include/libxml2
185XML_LIBS = -L/usr/lib/x86_64-linux-gnu -lxml2
186Z_CFLAGS =
187Z_LIBS = -lz
188abs_builddir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/src
189abs_srcdir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/src
190abs_top_builddir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8
191abs_top_srcdir = /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8
192ac_ct_CC = gcc
193ac_ct_CXX = g++
194ac_ct_F77 =
195am__include = include
196am__leading_dot = .
197am__quote =
198am__tar = ${AMTAR} chof - "$$tardir"
199am__untar = ${AMTAR} xf -
200bindir = ${exec_prefix}/bin
201build = x86_64-unknown-linux-gnu
202build_alias =
203build_cpu = x86_64
204build_os = linux-gnu
205build_vendor = unknown
206builddir = .
207datadir = ${datarootdir}
208datarootdir = ${prefix}/share
209docdir = ${datarootdir}/doc/${PACKAGE}
210dvidir = ${docdir}
211exec_prefix = ${prefix}
212host = x86_64-unknown-linux-gnu
213host_alias =
214host_cpu = x86_64
215host_os = linux-gnu
216host_vendor = unknown
217htmldir = ${docdir}
218includedir = ${prefix}/include
219infodir = ${datarootdir}/info
220install_sh = $(SHELL) /home/dvs1/VirtualWorlds/SOURCE/SledjHamr/src/others/mimesh/libg3d-0.0.8/config/install-sh
221libdir = ${exec_prefix}/lib
222libexecdir = ${exec_prefix}/libexec
223localedir = ${datarootdir}/locale
224localstatedir = ${prefix}/var
225mandir = ${datarootdir}/man
226mkdir_p = /bin/mkdir -p
227oldincludedir = /usr/include
228pdfdir = ${docdir}
229prefix = /usr/local
230program_transform_name = s,x,x,
231psdir = ${docdir}
232sbindir = ${exec_prefix}/sbin
233sharedstatedir = ${prefix}/com
234srcdir = .
235sysconfdir = ${prefix}/etc
236target_alias =
237top_builddir = ..
238top_srcdir = ..
239lib_LTLIBRARIES = libg3d.la
240libg3d_la_SOURCES = context.c plugins.c model.c object.c face.c \
241 material.c texture.c stream.c stream_read.c stream_file.c \
242 stream_buffer.c read.c iff.c primitive.c vector.c matrix.c \
243 quat.c $(am__append_3) $(am__append_6)
244INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
245libg3d_la_CFLAGS = -Wall -ansi -pedantic -fstrict-aliasing \
246 -Wstrict-aliasing -DG_LOG_DOMAIN=\"LibG3D\" -O2 \
247 -DDEBUG=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include $(am__append_1) $(am__append_4)
248libg3d_la_LDFLAGS = \
249 -no-undefined -version-info 0:8:0
250
251libg3d_la_LIBADD = -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lmagic -lm \
252 $(am__append_2) $(am__append_5)
253all: all-am
254
255.SUFFIXES:
256.SUFFIXES: .c .lo .o .obj
257$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
258 @for dep in $?; do \
259 case '$(am__configure_deps)' in \
260 *$$dep*) \
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262 && exit 0; \
263 exit 1;; \
264 esac; \
265 done; \
266 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
267 cd $(top_srcdir) && \
268 $(AUTOMAKE) --gnu src/Makefile
269.PRECIOUS: Makefile
270Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271 @case '$?' in \
272 *config.status*) \
273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274 *) \
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277 esac;
278
279$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282$(top_srcdir)/configure: $(am__configure_deps)
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(ACLOCAL_M4): $(am__aclocal_m4_deps)
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286install-libLTLIBRARIES: $(lib_LTLIBRARIES)
287 @$(NORMAL_INSTALL)
288 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
289 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290 if test -f $$p; then \
291 f=$(am__strip_dir) \
292 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
293 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
294 else :; fi; \
295 done
296
297uninstall-libLTLIBRARIES:
298 @$(NORMAL_UNINSTALL)
299 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
300 p=$(am__strip_dir) \
301 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
302 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
303 done
304
305clean-libLTLIBRARIES:
306 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
307 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
308 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
309 test "$$dir" != "$$p" || dir=.; \
310 echo "rm -f \"$${dir}/so_locations\""; \
311 rm -f "$${dir}/so_locations"; \
312 done
313libg3d.la: $(libg3d_la_OBJECTS) $(libg3d_la_DEPENDENCIES)
314 $(libg3d_la_LINK) -rpath $(libdir) $(libg3d_la_OBJECTS) $(libg3d_la_LIBADD) $(LIBS)
315
316mostlyclean-compile:
317 -rm -f *.$(OBJEXT)
318
319distclean-compile:
320 -rm -f *.tab.c
321
322include ./$(DEPDIR)/libg3d_la-context.Plo
323include ./$(DEPDIR)/libg3d_la-face.Plo
324include ./$(DEPDIR)/libg3d_la-iff.Plo
325include ./$(DEPDIR)/libg3d_la-material.Plo
326include ./$(DEPDIR)/libg3d_la-matrix.Plo
327include ./$(DEPDIR)/libg3d_la-model.Plo
328include ./$(DEPDIR)/libg3d_la-object.Plo
329include ./$(DEPDIR)/libg3d_la-plugins.Plo
330include ./$(DEPDIR)/libg3d_la-primitive.Plo
331include ./$(DEPDIR)/libg3d_la-quat.Plo
332include ./$(DEPDIR)/libg3d_la-read.Plo
333include ./$(DEPDIR)/libg3d_la-stream.Plo
334include ./$(DEPDIR)/libg3d_la-stream_buffer.Plo
335include ./$(DEPDIR)/libg3d_la-stream_file.Plo
336include ./$(DEPDIR)/libg3d_la-stream_gsf.Plo
337include ./$(DEPDIR)/libg3d_la-stream_gsf_class.Plo
338include ./$(DEPDIR)/libg3d_la-stream_read.Plo
339include ./$(DEPDIR)/libg3d_la-stream_zlib.Plo
340include ./$(DEPDIR)/libg3d_la-texture.Plo
341include ./$(DEPDIR)/libg3d_la-vector.Plo
342
343.c.o:
344 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346# source='$<' object='$@' libtool=no \
347# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
348# $(COMPILE) -c $<
349
350.c.obj:
351 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
352 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353# source='$<' object='$@' libtool=no \
354# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
355# $(COMPILE) -c `$(CYGPATH_W) '$<'`
356
357.c.lo:
358 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
360# source='$<' object='$@' libtool=yes \
361# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
362# $(LTCOMPILE) -c -o $@ $<
363
364libg3d_la-context.lo: context.c
365 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-context.lo -MD -MP -MF $(DEPDIR)/libg3d_la-context.Tpo -c -o libg3d_la-context.lo `test -f 'context.c' || echo '$(srcdir)/'`context.c
366 mv -f $(DEPDIR)/libg3d_la-context.Tpo $(DEPDIR)/libg3d_la-context.Plo
367# source='context.c' object='libg3d_la-context.lo' libtool=yes \
368# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
369# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-context.lo `test -f 'context.c' || echo '$(srcdir)/'`context.c
370
371libg3d_la-plugins.lo: plugins.c
372 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-plugins.lo -MD -MP -MF $(DEPDIR)/libg3d_la-plugins.Tpo -c -o libg3d_la-plugins.lo `test -f 'plugins.c' || echo '$(srcdir)/'`plugins.c
373 mv -f $(DEPDIR)/libg3d_la-plugins.Tpo $(DEPDIR)/libg3d_la-plugins.Plo
374# source='plugins.c' object='libg3d_la-plugins.lo' libtool=yes \
375# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
376# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-plugins.lo `test -f 'plugins.c' || echo '$(srcdir)/'`plugins.c
377
378libg3d_la-model.lo: model.c
379 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-model.lo -MD -MP -MF $(DEPDIR)/libg3d_la-model.Tpo -c -o libg3d_la-model.lo `test -f 'model.c' || echo '$(srcdir)/'`model.c
380 mv -f $(DEPDIR)/libg3d_la-model.Tpo $(DEPDIR)/libg3d_la-model.Plo
381# source='model.c' object='libg3d_la-model.lo' libtool=yes \
382# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
383# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-model.lo `test -f 'model.c' || echo '$(srcdir)/'`model.c
384
385libg3d_la-object.lo: object.c
386 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-object.lo -MD -MP -MF $(DEPDIR)/libg3d_la-object.Tpo -c -o libg3d_la-object.lo `test -f 'object.c' || echo '$(srcdir)/'`object.c
387 mv -f $(DEPDIR)/libg3d_la-object.Tpo $(DEPDIR)/libg3d_la-object.Plo
388# source='object.c' object='libg3d_la-object.lo' libtool=yes \
389# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
390# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-object.lo `test -f 'object.c' || echo '$(srcdir)/'`object.c
391
392libg3d_la-face.lo: face.c
393 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-face.lo -MD -MP -MF $(DEPDIR)/libg3d_la-face.Tpo -c -o libg3d_la-face.lo `test -f 'face.c' || echo '$(srcdir)/'`face.c
394 mv -f $(DEPDIR)/libg3d_la-face.Tpo $(DEPDIR)/libg3d_la-face.Plo
395# source='face.c' object='libg3d_la-face.lo' libtool=yes \
396# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
397# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-face.lo `test -f 'face.c' || echo '$(srcdir)/'`face.c
398
399libg3d_la-material.lo: material.c
400 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-material.lo -MD -MP -MF $(DEPDIR)/libg3d_la-material.Tpo -c -o libg3d_la-material.lo `test -f 'material.c' || echo '$(srcdir)/'`material.c
401 mv -f $(DEPDIR)/libg3d_la-material.Tpo $(DEPDIR)/libg3d_la-material.Plo
402# source='material.c' object='libg3d_la-material.lo' libtool=yes \
403# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
404# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-material.lo `test -f 'material.c' || echo '$(srcdir)/'`material.c
405
406libg3d_la-texture.lo: texture.c
407 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-texture.lo -MD -MP -MF $(DEPDIR)/libg3d_la-texture.Tpo -c -o libg3d_la-texture.lo `test -f 'texture.c' || echo '$(srcdir)/'`texture.c
408 mv -f $(DEPDIR)/libg3d_la-texture.Tpo $(DEPDIR)/libg3d_la-texture.Plo
409# source='texture.c' object='libg3d_la-texture.lo' libtool=yes \
410# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
411# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-texture.lo `test -f 'texture.c' || echo '$(srcdir)/'`texture.c
412
413libg3d_la-stream.lo: stream.c
414 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream.Tpo -c -o libg3d_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
415 mv -f $(DEPDIR)/libg3d_la-stream.Tpo $(DEPDIR)/libg3d_la-stream.Plo
416# source='stream.c' object='libg3d_la-stream.lo' libtool=yes \
417# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
418# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
419
420libg3d_la-stream_read.lo: stream_read.c
421 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_read.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_read.Tpo -c -o libg3d_la-stream_read.lo `test -f 'stream_read.c' || echo '$(srcdir)/'`stream_read.c
422 mv -f $(DEPDIR)/libg3d_la-stream_read.Tpo $(DEPDIR)/libg3d_la-stream_read.Plo
423# source='stream_read.c' object='libg3d_la-stream_read.lo' libtool=yes \
424# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
425# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_read.lo `test -f 'stream_read.c' || echo '$(srcdir)/'`stream_read.c
426
427libg3d_la-stream_file.lo: stream_file.c
428 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_file.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_file.Tpo -c -o libg3d_la-stream_file.lo `test -f 'stream_file.c' || echo '$(srcdir)/'`stream_file.c
429 mv -f $(DEPDIR)/libg3d_la-stream_file.Tpo $(DEPDIR)/libg3d_la-stream_file.Plo
430# source='stream_file.c' object='libg3d_la-stream_file.lo' libtool=yes \
431# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
432# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_file.lo `test -f 'stream_file.c' || echo '$(srcdir)/'`stream_file.c
433
434libg3d_la-stream_buffer.lo: stream_buffer.c
435 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_buffer.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_buffer.Tpo -c -o libg3d_la-stream_buffer.lo `test -f 'stream_buffer.c' || echo '$(srcdir)/'`stream_buffer.c
436 mv -f $(DEPDIR)/libg3d_la-stream_buffer.Tpo $(DEPDIR)/libg3d_la-stream_buffer.Plo
437# source='stream_buffer.c' object='libg3d_la-stream_buffer.lo' libtool=yes \
438# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
439# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_buffer.lo `test -f 'stream_buffer.c' || echo '$(srcdir)/'`stream_buffer.c
440
441libg3d_la-read.lo: read.c
442 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-read.lo -MD -MP -MF $(DEPDIR)/libg3d_la-read.Tpo -c -o libg3d_la-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c
443 mv -f $(DEPDIR)/libg3d_la-read.Tpo $(DEPDIR)/libg3d_la-read.Plo
444# source='read.c' object='libg3d_la-read.lo' libtool=yes \
445# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
446# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c
447
448libg3d_la-iff.lo: iff.c
449 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-iff.lo -MD -MP -MF $(DEPDIR)/libg3d_la-iff.Tpo -c -o libg3d_la-iff.lo `test -f 'iff.c' || echo '$(srcdir)/'`iff.c
450 mv -f $(DEPDIR)/libg3d_la-iff.Tpo $(DEPDIR)/libg3d_la-iff.Plo
451# source='iff.c' object='libg3d_la-iff.lo' libtool=yes \
452# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
453# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-iff.lo `test -f 'iff.c' || echo '$(srcdir)/'`iff.c
454
455libg3d_la-primitive.lo: primitive.c
456 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-primitive.lo -MD -MP -MF $(DEPDIR)/libg3d_la-primitive.Tpo -c -o libg3d_la-primitive.lo `test -f 'primitive.c' || echo '$(srcdir)/'`primitive.c
457 mv -f $(DEPDIR)/libg3d_la-primitive.Tpo $(DEPDIR)/libg3d_la-primitive.Plo
458# source='primitive.c' object='libg3d_la-primitive.lo' libtool=yes \
459# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
460# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-primitive.lo `test -f 'primitive.c' || echo '$(srcdir)/'`primitive.c
461
462libg3d_la-vector.lo: vector.c
463 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-vector.lo -MD -MP -MF $(DEPDIR)/libg3d_la-vector.Tpo -c -o libg3d_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
464 mv -f $(DEPDIR)/libg3d_la-vector.Tpo $(DEPDIR)/libg3d_la-vector.Plo
465# source='vector.c' object='libg3d_la-vector.lo' libtool=yes \
466# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
467# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
468
469libg3d_la-matrix.lo: matrix.c
470 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-matrix.lo -MD -MP -MF $(DEPDIR)/libg3d_la-matrix.Tpo -c -o libg3d_la-matrix.lo `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c
471 mv -f $(DEPDIR)/libg3d_la-matrix.Tpo $(DEPDIR)/libg3d_la-matrix.Plo
472# source='matrix.c' object='libg3d_la-matrix.lo' libtool=yes \
473# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
474# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-matrix.lo `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c
475
476libg3d_la-quat.lo: quat.c
477 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-quat.lo -MD -MP -MF $(DEPDIR)/libg3d_la-quat.Tpo -c -o libg3d_la-quat.lo `test -f 'quat.c' || echo '$(srcdir)/'`quat.c
478 mv -f $(DEPDIR)/libg3d_la-quat.Tpo $(DEPDIR)/libg3d_la-quat.Plo
479# source='quat.c' object='libg3d_la-quat.lo' libtool=yes \
480# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
481# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-quat.lo `test -f 'quat.c' || echo '$(srcdir)/'`quat.c
482
483libg3d_la-stream_gsf.lo: stream_gsf.c
484 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_gsf.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_gsf.Tpo -c -o libg3d_la-stream_gsf.lo `test -f 'stream_gsf.c' || echo '$(srcdir)/'`stream_gsf.c
485 mv -f $(DEPDIR)/libg3d_la-stream_gsf.Tpo $(DEPDIR)/libg3d_la-stream_gsf.Plo
486# source='stream_gsf.c' object='libg3d_la-stream_gsf.lo' libtool=yes \
487# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
488# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_gsf.lo `test -f 'stream_gsf.c' || echo '$(srcdir)/'`stream_gsf.c
489
490libg3d_la-stream_gsf_class.lo: stream_gsf_class.c
491 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_gsf_class.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_gsf_class.Tpo -c -o libg3d_la-stream_gsf_class.lo `test -f 'stream_gsf_class.c' || echo '$(srcdir)/'`stream_gsf_class.c
492 mv -f $(DEPDIR)/libg3d_la-stream_gsf_class.Tpo $(DEPDIR)/libg3d_la-stream_gsf_class.Plo
493# source='stream_gsf_class.c' object='libg3d_la-stream_gsf_class.lo' libtool=yes \
494# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
495# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_gsf_class.lo `test -f 'stream_gsf_class.c' || echo '$(srcdir)/'`stream_gsf_class.c
496
497libg3d_la-stream_zlib.lo: stream_zlib.c
498 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -MT libg3d_la-stream_zlib.lo -MD -MP -MF $(DEPDIR)/libg3d_la-stream_zlib.Tpo -c -o libg3d_la-stream_zlib.lo `test -f 'stream_zlib.c' || echo '$(srcdir)/'`stream_zlib.c
499 mv -f $(DEPDIR)/libg3d_la-stream_zlib.Tpo $(DEPDIR)/libg3d_la-stream_zlib.Plo
500# source='stream_zlib.c' object='libg3d_la-stream_zlib.lo' libtool=yes \
501# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
502# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libg3d_la_CFLAGS) $(CFLAGS) -c -o libg3d_la-stream_zlib.lo `test -f 'stream_zlib.c' || echo '$(srcdir)/'`stream_zlib.c
503
504mostlyclean-libtool:
505 -rm -f *.lo
506
507clean-libtool:
508 -rm -rf .libs _libs
509
510ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
511 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512 unique=`for i in $$list; do \
513 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514 done | \
515 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
516 END { if (nonempty) { for (i in files) print i; }; }'`; \
517 mkid -fID $$unique
518tags: TAGS
519
520TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
521 $(TAGS_FILES) $(LISP)
522 tags=; \
523 here=`pwd`; \
524 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
525 unique=`for i in $$list; do \
526 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527 done | \
528 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529 END { if (nonempty) { for (i in files) print i; }; }'`; \
530 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
531 test -n "$$unique" || unique=$$empty_fix; \
532 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533 $$tags $$unique; \
534 fi
535ctags: CTAGS
536CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
537 $(TAGS_FILES) $(LISP)
538 tags=; \
539 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
540 unique=`for i in $$list; do \
541 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542 done | \
543 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544 END { if (nonempty) { for (i in files) print i; }; }'`; \
545 test -z "$(CTAGS_ARGS)$$tags$$unique" \
546 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547 $$tags $$unique
548
549GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && cd $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) $$here
553
554distclean-tags:
555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
557distdir: $(DISTFILES)
558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560 list='$(DISTFILES)'; \
561 dist_files=`for file in $$list; do echo $$file; done | \
562 sed -e "s|^$$srcdirstrip/||;t" \
563 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564 case $$dist_files in \
565 */*) $(MKDIR_P) `echo "$$dist_files" | \
566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567 sort -u` ;; \
568 esac; \
569 for file in $$dist_files; do \
570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571 if test -d $$d/$$file; then \
572 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
574 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
575 fi; \
576 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
577 else \
578 test -f $(distdir)/$$file \
579 || cp -p $$d/$$file $(distdir)/$$file \
580 || exit 1; \
581 fi; \
582 done
583check-am: all-am
584check: check-am
585all-am: Makefile $(LTLIBRARIES)
586installdirs:
587 for dir in "$(DESTDIR)$(libdir)"; do \
588 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
589 done
590install: install-am
591install-exec: install-exec-am
592install-data: install-data-am
593uninstall: uninstall-am
594
595install-am: all-am
596 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
597
598installcheck: installcheck-am
599install-strip:
600 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
601 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
602 `test -z '$(STRIP)' || \
603 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
604mostlyclean-generic:
605
606clean-generic:
607
608distclean-generic:
609 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
610
611maintainer-clean-generic:
612 @echo "This command is intended for maintainers to use"
613 @echo "it deletes files that may require special tools to rebuild."
614clean: clean-am
615
616clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
617 mostlyclean-am
618
619distclean: distclean-am
620 -rm -rf ./$(DEPDIR)
621 -rm -f Makefile
622distclean-am: clean-am distclean-compile distclean-generic \
623 distclean-tags
624
625dvi: dvi-am
626
627dvi-am:
628
629html: html-am
630
631info: info-am
632
633info-am:
634
635install-data-am:
636
637install-dvi: install-dvi-am
638
639install-exec-am: install-libLTLIBRARIES
640
641install-html: install-html-am
642
643install-info: install-info-am
644
645install-man:
646
647install-pdf: install-pdf-am
648
649install-ps: install-ps-am
650
651installcheck-am:
652
653maintainer-clean: maintainer-clean-am
654 -rm -rf ./$(DEPDIR)
655 -rm -f Makefile
656maintainer-clean-am: distclean-am maintainer-clean-generic
657
658mostlyclean: mostlyclean-am
659
660mostlyclean-am: mostlyclean-compile mostlyclean-generic \
661 mostlyclean-libtool
662
663pdf: pdf-am
664
665pdf-am:
666
667ps: ps-am
668
669ps-am:
670
671uninstall-am: uninstall-libLTLIBRARIES
672
673.MAKE: install-am install-strip
674
675.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
676 clean-libLTLIBRARIES clean-libtool ctags distclean \
677 distclean-compile distclean-generic distclean-libtool \
678 distclean-tags distdir dvi dvi-am html html-am info info-am \
679 install install-am install-data install-data-am install-dvi \
680 install-dvi-am install-exec install-exec-am install-html \
681 install-html-am install-info install-info-am \
682 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
683 install-ps install-ps-am install-strip installcheck \
684 installcheck-am installdirs maintainer-clean \
685 maintainer-clean-generic mostlyclean mostlyclean-compile \
686 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
687 tags uninstall uninstall-am uninstall-libLTLIBRARIES
688
689# Tell versions [3.59,3.63) of GNU make to not export all variables.
690# Otherwise a system limit (for SysV at least) may be exceeded.
691.NOEXPORT: