aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/src/Makefile.in')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/src/Makefile.in691
1 files changed, 691 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/src/Makefile.in b/src/others/mimesh/libg3d-0.0.8/src/Makefile.in
new file mode 100644
index 0000000..196ddbd
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/src/Makefile.in
@@ -0,0 +1,691 @@
1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
34host_triplet = @host@
35@HAVE_LIBGSF_TRUE@am__append_1 = @LIBGSF_CFLAGS@
36@HAVE_LIBGSF_TRUE@am__append_2 = @LIBGSF_LIBS@
37@HAVE_LIBGSF_TRUE@am__append_3 = stream_gsf.c stream_gsf_class.c stream_gsf_class.h
38@HAVE_ZLIB_TRUE@am__append_4 = @Z_CFLAGS@
39@HAVE_ZLIB_TRUE@am__append_5 = @Z_LIBS@
40@HAVE_ZLIB_TRUE@am__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
70@HAVE_LIBGSF_TRUE@am__objects_1 = libg3d_la-stream_gsf.lo \
71@HAVE_LIBGSF_TRUE@ libg3d_la-stream_gsf_class.lo
72@HAVE_ZLIB_TRUE@am__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.@am__isrc@ -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 = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104AS = @AS@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DBG_CFLAGS = @DBG_CFLAGS@
120DEBUG = @DEBUG@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
123DLLTOOL = @DLLTOOL@
124ECHO = @ECHO@
125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
130F77 = @F77@
131FFLAGS = @FFLAGS@
132GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
133GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
134GLIB_CFLAGS = @GLIB_CFLAGS@
135GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
136GLIB_LIBS = @GLIB_LIBS@
137GLIB_MKENUMS = @GLIB_MKENUMS@
138GOBJECT_QUERY = @GOBJECT_QUERY@
139GREP = @GREP@
140GTKDOC_CHECK = @GTKDOC_CHECK@
141GTK_CFLAGS = @GTK_CFLAGS@
142GTK_LIBS = @GTK_LIBS@
143HTML_DIR = @HTML_DIR@
144INSTALL = @INSTALL@
145INSTALL_DATA = @INSTALL_DATA@
146INSTALL_PROGRAM = @INSTALL_PROGRAM@
147INSTALL_SCRIPT = @INSTALL_SCRIPT@
148INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149LDFLAGS = @LDFLAGS@
150LEX = @LEX@
151LEXLIB = @LEXLIB@
152LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
153LIBGSF_CFLAGS = @LIBGSF_CFLAGS@
154LIBGSF_LIBS = @LIBGSF_LIBS@
155LIBOBJS = @LIBOBJS@
156LIBS = @LIBS@
157LIBTOOL = @LIBTOOL@
158LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
159LIBXML2_LIBS = @LIBXML2_LIBS@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162LTVERSION = @LTVERSION@
163MAGIC_LIBS = @MAGIC_LIBS@
164MAKEINFO = @MAKEINFO@
165MATH_LIBS = @MATH_LIBS@
166MKDIR_P = @MKDIR_P@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_NAME = @PACKAGE_NAME@
172PACKAGE_STRING = @PACKAGE_STRING@
173PACKAGE_TARNAME = @PACKAGE_TARNAME@
174PACKAGE_VERSION = @PACKAGE_VERSION@
175PATH_SEPARATOR = @PATH_SEPARATOR@
176PKG_CONFIG = @PKG_CONFIG@
177PLUGINS_LDFLAGS = @PLUGINS_LDFLAGS@
178RANLIB = @RANLIB@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182VERSION = @VERSION@
183XML2_CONFIG = @XML2_CONFIG@
184XML_CPPFLAGS = @XML_CPPFLAGS@
185XML_LIBS = @XML_LIBS@
186Z_CFLAGS = @Z_CFLAGS@
187Z_LIBS = @Z_LIBS@
188abs_builddir = @abs_builddir@
189abs_srcdir = @abs_srcdir@
190abs_top_builddir = @abs_top_builddir@
191abs_top_srcdir = @abs_top_srcdir@
192ac_ct_CC = @ac_ct_CC@
193ac_ct_CXX = @ac_ct_CXX@
194ac_ct_F77 = @ac_ct_F77@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198am__tar = @am__tar@
199am__untar = @am__untar@
200bindir = @bindir@
201build = @build@
202build_alias = @build_alias@
203build_cpu = @build_cpu@
204build_os = @build_os@
205build_vendor = @build_vendor@
206builddir = @builddir@
207datadir = @datadir@
208datarootdir = @datarootdir@
209docdir = @docdir@
210dvidir = @dvidir@
211exec_prefix = @exec_prefix@
212host = @host@
213host_alias = @host_alias@
214host_cpu = @host_cpu@
215host_os = @host_os@
216host_vendor = @host_vendor@
217htmldir = @htmldir@
218includedir = @includedir@
219infodir = @infodir@
220install_sh = @install_sh@
221libdir = @libdir@
222libexecdir = @libexecdir@
223localedir = @localedir@
224localstatedir = @localstatedir@
225mandir = @mandir@
226mkdir_p = @mkdir_p@
227oldincludedir = @oldincludedir@
228pdfdir = @pdfdir@
229prefix = @prefix@
230program_transform_name = @program_transform_name@
231psdir = @psdir@
232sbindir = @sbindir@
233sharedstatedir = @sharedstatedir@
234srcdir = @srcdir@
235sysconfdir = @sysconfdir@
236target_alias = @target_alias@
237top_builddir = @top_builddir@
238top_srcdir = @top_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\" @DBG_CFLAGS@ \
247 -DDEBUG=@DEBUG@ @GLIB_CFLAGS@ $(am__append_1) $(am__append_4)
248libg3d_la_LDFLAGS = \
249 -no-undefined -version-info @LTVERSION@
250
251libg3d_la_LIBADD = @GLIB_LIBS@ @MAGIC_LIBS@ @MATH_LIBS@ \
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
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-context.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-face.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-iff.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-material.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-matrix.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-model.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-object.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-plugins.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-primitive.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-quat.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-read.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_buffer.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_file.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_gsf.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_gsf_class.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_read.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-stream_zlib.Plo@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-texture.Plo@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libg3d_la-vector.Plo@am__quote@
342
343.c.o:
344@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@ $(COMPILE) -c $<
349
350.c.obj:
351@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
352@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
356
357.c.lo:
358@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
360@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
361@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
363
364libg3d_la-context.lo: context.c
365@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-context.Tpo $(DEPDIR)/libg3d_la-context.Plo
367@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='context.c' object='libg3d_la-context.lo' libtool=yes @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-plugins.Tpo $(DEPDIR)/libg3d_la-plugins.Plo
374@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugins.c' object='libg3d_la-plugins.lo' libtool=yes @AMDEPBACKSLASH@
375@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-model.Tpo $(DEPDIR)/libg3d_la-model.Plo
381@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='model.c' object='libg3d_la-model.lo' libtool=yes @AMDEPBACKSLASH@
382@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-object.Tpo $(DEPDIR)/libg3d_la-object.Plo
388@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='object.c' object='libg3d_la-object.lo' libtool=yes @AMDEPBACKSLASH@
389@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-face.Tpo $(DEPDIR)/libg3d_la-face.Plo
395@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='face.c' object='libg3d_la-face.lo' libtool=yes @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-material.Tpo $(DEPDIR)/libg3d_la-material.Plo
402@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='material.c' object='libg3d_la-material.lo' libtool=yes @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-texture.Tpo $(DEPDIR)/libg3d_la-texture.Plo
409@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='texture.c' object='libg3d_la-texture.lo' libtool=yes @AMDEPBACKSLASH@
410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream.Tpo $(DEPDIR)/libg3d_la-stream.Plo
416@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream.c' object='libg3d_la-stream.lo' libtool=yes @AMDEPBACKSLASH@
417@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_read.Tpo $(DEPDIR)/libg3d_la-stream_read.Plo
423@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_read.c' object='libg3d_la-stream_read.lo' libtool=yes @AMDEPBACKSLASH@
424@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_file.Tpo $(DEPDIR)/libg3d_la-stream_file.Plo
430@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_file.c' object='libg3d_la-stream_file.lo' libtool=yes @AMDEPBACKSLASH@
431@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_buffer.Tpo $(DEPDIR)/libg3d_la-stream_buffer.Plo
437@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_buffer.c' object='libg3d_la-stream_buffer.lo' libtool=yes @AMDEPBACKSLASH@
438@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-read.Tpo $(DEPDIR)/libg3d_la-read.Plo
444@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='read.c' object='libg3d_la-read.lo' libtool=yes @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-iff.Tpo $(DEPDIR)/libg3d_la-iff.Plo
451@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='iff.c' object='libg3d_la-iff.lo' libtool=yes @AMDEPBACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-primitive.Tpo $(DEPDIR)/libg3d_la-primitive.Plo
458@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='primitive.c' object='libg3d_la-primitive.lo' libtool=yes @AMDEPBACKSLASH@
459@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-vector.Tpo $(DEPDIR)/libg3d_la-vector.Plo
465@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vector.c' object='libg3d_la-vector.lo' libtool=yes @AMDEPBACKSLASH@
466@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-matrix.Tpo $(DEPDIR)/libg3d_la-matrix.Plo
472@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='matrix.c' object='libg3d_la-matrix.lo' libtool=yes @AMDEPBACKSLASH@
473@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-quat.Tpo $(DEPDIR)/libg3d_la-quat.Plo
479@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='quat.c' object='libg3d_la-quat.lo' libtool=yes @AMDEPBACKSLASH@
480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_gsf.Tpo $(DEPDIR)/libg3d_la-stream_gsf.Plo
486@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_gsf.c' object='libg3d_la-stream_gsf.lo' libtool=yes @AMDEPBACKSLASH@
487@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_gsf_class.Tpo $(DEPDIR)/libg3d_la-stream_gsf_class.Plo
493@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_gsf_class.c' object='libg3d_la-stream_gsf_class.lo' libtool=yes @AMDEPBACKSLASH@
494@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495@am__fastdepCC_FALSE@ $(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@am__fastdepCC_TRUE@ $(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@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libg3d_la-stream_zlib.Tpo $(DEPDIR)/libg3d_la-stream_zlib.Plo
500@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stream_zlib.c' object='libg3d_la-stream_zlib.lo' libtool=yes @AMDEPBACKSLASH@
501@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502@am__fastdepCC_FALSE@ $(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: