Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/graphics/importer/Makefile.in @ 5530

Last change on this file since 5530 was 5530, checked in by patrick, 18 years ago

network: added the definition file for byte and more to come

File size: 13.4 KB
Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ../../../..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40target_triplet = @target@
41subdir = src/lib/graphics/importer
42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43        $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47        $(ACLOCAL_M4)
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51LIBRARIES = $(noinst_LIBRARIES)
52AR = ar
53ARFLAGS = cru
54libORXimporter_a_AR = $(AR) $(ARFLAGS)
55libORXimporter_a_LIBADD =
56am_libORXimporter_a_OBJECTS = model.$(OBJEXT) objModel.$(OBJEXT) \
57        primitive_model.$(OBJEXT) md2Model.$(OBJEXT) \
58        material.$(OBJEXT) texture.$(OBJEXT)
59libORXimporter_a_OBJECTS = $(am_libORXimporter_a_OBJECTS)
60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65CXXLD = $(CXX)
66CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
67        -o $@
68SOURCES = $(libORXimporter_a_SOURCES)
69DIST_SOURCES = $(libORXimporter_a_SOURCES)
70HEADERS = $(noinst_HEADERS)
71ETAGS = etags
72CTAGS = ctags
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74ACLOCAL = @ACLOCAL@
75AMDEP_FALSE = @AMDEP_FALSE@
76AMDEP_TRUE = @AMDEP_TRUE@
77AMTAR = @AMTAR@
78AUTOCONF = @AUTOCONF@
79AUTOHEADER = @AUTOHEADER@
80AUTOMAKE = @AUTOMAKE@
81AWK = @AWK@
82CC = @CC@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CURL_CFLAGS = @CURL_CFLAGS@
88CURL_LIBS = @CURL_LIBS@
89CXX = @CXX@
90CXXDEPMODE = @CXXDEPMODE@
91CXXFLAGS = @CXXFLAGS@
92CYGPATH_W = @CYGPATH_W@
93DEBUG = @DEBUG@
94DEFS = @DEFS@
95DEPDIR = @DEPDIR@
96DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@
97DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@
98DOXYGEN = @DOXYGEN@
99DOXYGEN_FALSE = @DOXYGEN_FALSE@
100DOXYGEN_TRUE = @DOXYGEN_TRUE@
101ECHO_C = @ECHO_C@
102ECHO_N = @ECHO_N@
103ECHO_T = @ECHO_T@
104EGREP = @EGREP@
105EXEEXT = @EXEEXT@
106GPROF = @GPROF@
107GTK2_CFLAGS = @GTK2_CFLAGS@
108GTK2_LIBS = @GTK2_LIBS@
109HAVE_CURL_FALSE = @HAVE_CURL_FALSE@
110HAVE_CURL_TRUE = @HAVE_CURL_TRUE@
111HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
112HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117LDFLAGS = @LDFLAGS@
118LIBOBJS = @LIBOBJS@
119LIBS = @LIBS@
120LTLIBOBJS = @LTLIBOBJS@
121MAKEINFO = @MAKEINFO@
122MSBITFIELDS = @MSBITFIELDS@
123OBJEXT = @OBJEXT@
124PACKAGE = @PACKAGE@
125PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126PACKAGE_NAME = @PACKAGE_NAME@
127PACKAGE_STRING = @PACKAGE_STRING@
128PACKAGE_TARNAME = @PACKAGE_TARNAME@
129PACKAGE_VERSION = @PACKAGE_VERSION@
130PATH_SEPARATOR = @PATH_SEPARATOR@
131PKG_CONFIG = @PKG_CONFIG@
132RANLIB = @RANLIB@
133SET_MAKE = @SET_MAKE@
134SHELL = @SHELL@
135STRIP = @STRIP@
136SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
137SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
138VERSION = @VERSION@
139ac_ct_CC = @ac_ct_CC@
140ac_ct_CXX = @ac_ct_CXX@
141ac_ct_RANLIB = @ac_ct_RANLIB@
142ac_ct_STRIP = @ac_ct_STRIP@
143am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
147am__include = @am__include@
148am__leading_dot = @am__leading_dot@
149am__quote = @am__quote@
150am__tar = @am__tar@
151am__untar = @am__untar@
152bindir = @bindir@
153build = @build@
154build_alias = @build_alias@
155build_cpu = @build_cpu@
156build_os = @build_os@
157build_vendor = @build_vendor@
158datadir = @datadir@
159exec_prefix = @exec_prefix@
160host = @host@
161host_alias = @host_alias@
162host_cpu = @host_cpu@
163host_os = @host_os@
164host_vendor = @host_vendor@
165includedir = @includedir@
166infodir = @infodir@
167install_sh = @install_sh@
168libdir = @libdir@
169libexecdir = @libexecdir@
170localstatedir = @localstatedir@
171mandir = @mandir@
172mkdir_p = @mkdir_p@
173oldincludedir = @oldincludedir@
174prefix = @prefix@
175program_transform_name = @program_transform_name@
176sbindir = @sbindir@
177sharedstatedir = @sharedstatedir@
178sysconfdir = @sysconfdir@
179target = @target@
180target_alias = @target_alias@
181target_cpu = @target_cpu@
182target_os = @target_os@
183target_vendor = @target_vendor@
184MAINSRCDIR = ../../..
185noinst_LIBRARIES = libORXimporter.a
186libORXimporter_a_SOURCES = model.cc \
187                           objModel.cc \
188                           primitive_model.cc \
189                           md2Model.cc \
190                           material.cc \
191                           texture.cc
192
193noinst_HEADERS = abstract_model.h \
194                 model.h \
195                 objModel.h \
196                 primitive_model.h \
197                 md2Model.h \
198                 material.h \
199                 texture.h \
200                 anorms.h \
201                 anormtab.h
202
203all: all-am
204
205.SUFFIXES:
206.SUFFIXES: .cc .o .obj
207$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208        @for dep in $?; do \
209          case '$(am__configure_deps)' in \
210            *$$dep*) \
211              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212                && exit 0; \
213              exit 1;; \
214          esac; \
215        done; \
216        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile'; \
217        cd $(top_srcdir) && \
218          $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile
219.PRECIOUS: Makefile
220Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221        @case '$?' in \
222          *config.status*) \
223            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224          *) \
225            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227        esac;
228
229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232$(top_srcdir)/configure:  $(am__configure_deps)
233        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
237clean-noinstLIBRARIES:
238        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
239libORXimporter.a: $(libORXimporter_a_OBJECTS) $(libORXimporter_a_DEPENDENCIES)
240        -rm -f libORXimporter.a
241        $(libORXimporter_a_AR) libORXimporter.a $(libORXimporter_a_OBJECTS) $(libORXimporter_a_LIBADD)
242        $(RANLIB) libORXimporter.a
243
244mostlyclean-compile:
245        -rm -f *.$(OBJEXT)
246
247distclean-compile:
248        -rm -f *.tab.c
249
250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md2Model.Po@am__quote@
252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model.Po@am__quote@
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objModel.Po@am__quote@
254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/primitive_model.Po@am__quote@
255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@
256
257.cc.o:
258@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
259@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
260@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
261@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
263
264.cc.obj:
265@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
266@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
267@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
270uninstall-info-am:
271
272ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
273        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274        unique=`for i in $$list; do \
275            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276          done | \
277          $(AWK) '    { files[$$0] = 1; } \
278               END { for (i in files) print i; }'`; \
279        mkid -fID $$unique
280tags: TAGS
281
282TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
283                $(TAGS_FILES) $(LISP)
284        tags=; \
285        here=`pwd`; \
286        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
287        unique=`for i in $$list; do \
288            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289          done | \
290          $(AWK) '    { files[$$0] = 1; } \
291               END { for (i in files) print i; }'`; \
292        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
293          test -n "$$unique" || unique=$$empty_fix; \
294          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
295            $$tags $$unique; \
296        fi
297ctags: CTAGS
298CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
299                $(TAGS_FILES) $(LISP)
300        tags=; \
301        here=`pwd`; \
302        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
303        unique=`for i in $$list; do \
304            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305          done | \
306          $(AWK) '    { files[$$0] = 1; } \
307               END { for (i in files) print i; }'`; \
308        test -z "$(CTAGS_ARGS)$$tags$$unique" \
309          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
310             $$tags $$unique
311
312GTAGS:
313        here=`$(am__cd) $(top_builddir) && pwd` \
314          && cd $(top_srcdir) \
315          && gtags -i $(GTAGS_ARGS) $$here
316
317distclean-tags:
318        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319
320distdir: $(DISTFILES)
321        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
322        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
323        list='$(DISTFILES)'; for file in $$list; do \
324          case $$file in \
325            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
326            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
327          esac; \
328          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
330          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
331            dir="/$$dir"; \
332            $(mkdir_p) "$(distdir)$$dir"; \
333          else \
334            dir=''; \
335          fi; \
336          if test -d $$d/$$file; then \
337            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
339            fi; \
340            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
341          else \
342            test -f $(distdir)/$$file \
343            || cp -p $$d/$$file $(distdir)/$$file \
344            || exit 1; \
345          fi; \
346        done
347check-am: all-am
348check: check-am
349all-am: Makefile $(LIBRARIES) $(HEADERS)
350installdirs:
351install: install-am
352install-exec: install-exec-am
353install-data: install-data-am
354uninstall: uninstall-am
355
356install-am: all-am
357        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
359installcheck: installcheck-am
360install-strip:
361        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363          `test -z '$(STRIP)' || \
364            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
365mostlyclean-generic:
366
367clean-generic:
368
369distclean-generic:
370        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
371
372maintainer-clean-generic:
373        @echo "This command is intended for maintainers to use"
374        @echo "it deletes files that may require special tools to rebuild."
375clean: clean-am
376
377clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
378
379distclean: distclean-am
380        -rm -rf ./$(DEPDIR)
381        -rm -f Makefile
382distclean-am: clean-am distclean-compile distclean-generic \
383        distclean-tags
384
385dvi: dvi-am
386
387dvi-am:
388
389html: html-am
390
391info: info-am
392
393info-am:
394
395install-data-am:
396
397install-exec-am:
398
399install-info: install-info-am
400
401install-man:
402
403installcheck-am:
404
405maintainer-clean: maintainer-clean-am
406        -rm -rf ./$(DEPDIR)
407        -rm -f Makefile
408maintainer-clean-am: distclean-am maintainer-clean-generic
409
410mostlyclean: mostlyclean-am
411
412mostlyclean-am: mostlyclean-compile mostlyclean-generic
413
414pdf: pdf-am
415
416pdf-am:
417
418ps: ps-am
419
420ps-am:
421
422uninstall-am: uninstall-info-am
423
424.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
425        clean-noinstLIBRARIES ctags distclean distclean-compile \
426        distclean-generic distclean-tags distdir dvi dvi-am html \
427        html-am info info-am install install-am install-data \
428        install-data-am install-exec install-exec-am install-info \
429        install-info-am install-man install-strip installcheck \
430        installcheck-am installdirs maintainer-clean \
431        maintainer-clean-generic mostlyclean mostlyclean-compile \
432        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
433        uninstall-am uninstall-info-am
434
435include $(MAINSRCDIR)/defs/include_paths.am
436# Tell versions [3.59,3.63) of GNU make to not export all variables.
437# Otherwise a system limit (for SysV at least) may be exceeded.
438.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.