Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/spatial_separation/Makefile.in @ 5672

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

orxonox/trunk: removed the modelinfo from the includes of vector.h

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