Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/src/importer/Makefile.in @ 3268

Last change on this file since 3268 was 3268, checked in by bensch, 19 years ago

orxonox/branches/updater: deleted threading again. I have found a different Way
Now I am redrawing the GUI every time a ProgressBar is changed.

File size: 14.3 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 = $(importer_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@
41bin_PROGRAMS = importer$(EXEEXT)
42subdir = src/importer
43DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
44        $(srcdir)/Makefile.in
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48        $(ACLOCAL_M4)
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52am__installdirs = "$(DESTDIR)$(bindir)"
53binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54PROGRAMS = $(bin_PROGRAMS)
55am_importer_OBJECTS = framework.$(OBJEXT) windowHandler.$(OBJEXT) \
56        object.$(OBJEXT) array.$(OBJEXT) material.$(OBJEXT) \
57        vector.$(OBJEXT)
58importer_OBJECTS = $(am_importer_OBJECTS)
59importer_LDADD = $(LDADD)
60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po ./$(DEPDIR)/framework.Po \
64@AMDEP_TRUE@    ./$(DEPDIR)/material.Po ./$(DEPDIR)/object.Po \
65@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/windowHandler.Po
66CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
68CXXLD = $(CXX)
69CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
70        -o $@
71SOURCES = $(importer_SOURCES)
72DIST_SOURCES = $(importer_SOURCES)
73HEADERS = $(noinst_HEADERS)
74ETAGS = etags
75CTAGS = ctags
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77ACLOCAL = @ACLOCAL@
78AMDEP_FALSE = @AMDEP_FALSE@
79AMDEP_TRUE = @AMDEP_TRUE@
80AMTAR = @AMTAR@
81AUTOCONF = @AUTOCONF@
82AUTOHEADER = @AUTOHEADER@
83AUTOMAKE = @AUTOMAKE@
84AWK = @AWK@
85CC = @CC@
86CCDEPMODE = @CCDEPMODE@
87CFLAGS = @CFLAGS@
88CPP = @CPP@
89CPPFLAGS = @CPPFLAGS@
90CURL_CFLAGS = @CURL_CFLAGS@
91CURL_LIBS = @CURL_LIBS@
92CXX = @CXX@
93CXXDEPMODE = @CXXDEPMODE@
94CXXFLAGS = @CXXFLAGS@
95CYGPATH_W = @CYGPATH_W@
96DEBUG = @DEBUG@
97DEFS = @DEFS@
98DEPDIR = @DEPDIR@
99DOXYGEN = @DOXYGEN@
100DOXYGEN_FALSE = @DOXYGEN_FALSE@
101DOXYGEN_TRUE = @DOXYGEN_TRUE@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EGREP = @EGREP@
106EXEEXT = @EXEEXT@
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@
131SET_MAKE = @SET_MAKE@
132SHELL = @SHELL@
133STRIP = @STRIP@
134VERSION = @VERSION@
135ac_ct_CC = @ac_ct_CC@
136ac_ct_CXX = @ac_ct_CXX@
137ac_ct_STRIP = @ac_ct_STRIP@
138am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
139am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
140am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
141am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
142am__include = @am__include@
143am__leading_dot = @am__leading_dot@
144am__quote = @am__quote@
145bindir = @bindir@
146build = @build@
147build_alias = @build_alias@
148build_cpu = @build_cpu@
149build_os = @build_os@
150build_vendor = @build_vendor@
151datadir = @datadir@
152exec_prefix = @exec_prefix@
153host = @host@
154host_alias = @host_alias@
155host_cpu = @host_cpu@
156host_os = @host_os@
157host_vendor = @host_vendor@
158includedir = @includedir@
159infodir = @infodir@
160install_sh = @install_sh@
161libdir = @libdir@
162libexecdir = @libexecdir@
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
167prefix = @prefix@
168program_transform_name = @program_transform_name@
169sbindir = @sbindir@
170sharedstatedir = @sharedstatedir@
171sysconfdir = @sysconfdir@
172target = @target@
173target_alias = @target_alias@
174target_cpu = @target_cpu@
175target_os = @target_os@
176target_vendor = @target_vendor@
177
178#AM_CXXFLAGS="-I/usr/X11R6/include"
179AM_LDFLAGS = $(MWINDOWS)
180importer_SOURCES = framework.cc \
181                  windowHandler.cc \
182                  object.cc \
183                  array.cc \
184                  material.cc \
185                  vector.cc
186
187noinst_HEADERS = framework.h \
188                windowHandler.h \
189                object.h \
190                array.h \
191                material.h
192
193all: all-am
194
195.SUFFIXES:
196.SUFFIXES: .cc .o .obj
197$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
198        @for dep in $?; do \
199          case '$(am__configure_deps)' in \
200            *$$dep*) \
201              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202                && exit 0; \
203              exit 1;; \
204          esac; \
205        done; \
206        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/importer/Makefile'; \
207        cd $(top_srcdir) && \
208          $(AUTOMAKE) --foreign  src/importer/Makefile
209.PRECIOUS: Makefile
210Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211        @case '$?' in \
212          *config.status*) \
213            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214          *) \
215            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217        esac;
218
219$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222$(top_srcdir)/configure:  $(am__configure_deps)
223        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226install-binPROGRAMS: $(bin_PROGRAMS)
227        @$(NORMAL_INSTALL)
228        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
229        @list='$(bin_PROGRAMS)'; for p in $$list; do \
230          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
231          if test -f $$p \
232          ; then \
233            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
234           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
235           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
236          else :; fi; \
237        done
238
239uninstall-binPROGRAMS:
240        @$(NORMAL_UNINSTALL)
241        @list='$(bin_PROGRAMS)'; for p in $$list; do \
242          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
243          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
244          rm -f "$(DESTDIR)$(bindir)/$$f"; \
245        done
246
247clean-binPROGRAMS:
248        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
249importer$(EXEEXT): $(importer_OBJECTS) $(importer_DEPENDENCIES)
250        @rm -f importer$(EXEEXT)
251        $(CXXLINK) $(importer_LDFLAGS) $(importer_OBJECTS) $(importer_LDADD) $(LIBS)
252
253mostlyclean-compile:
254        -rm -f *.$(OBJEXT)
255
256distclean-compile:
257        -rm -f *.tab.c
258
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framework.Po@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowHandler.Po@am__quote@
265
266.cc.o:
267@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
271@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
273
274.cc.obj:
275@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
276@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
281uninstall-info-am:
282
283ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285        unique=`for i in $$list; do \
286            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287          done | \
288          $(AWK) '    { files[$$0] = 1; } \
289               END { for (i in files) print i; }'`; \
290        mkid -fID $$unique
291tags: TAGS
292
293TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294                $(TAGS_FILES) $(LISP)
295        tags=; \
296        here=`pwd`; \
297        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
298        unique=`for i in $$list; do \
299            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300          done | \
301          $(AWK) '    { files[$$0] = 1; } \
302               END { for (i in files) print i; }'`; \
303        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
304          test -n "$$unique" || unique=$$empty_fix; \
305          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306            $$tags $$unique; \
307        fi
308ctags: CTAGS
309CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                $(TAGS_FILES) $(LISP)
311        tags=; \
312        here=`pwd`; \
313        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314        unique=`for i in $$list; do \
315            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316          done | \
317          $(AWK) '    { files[$$0] = 1; } \
318               END { for (i in files) print i; }'`; \
319        test -z "$(CTAGS_ARGS)$$tags$$unique" \
320          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321             $$tags $$unique
322
323GTAGS:
324        here=`$(am__cd) $(top_builddir) && pwd` \
325          && cd $(top_srcdir) \
326          && gtags -i $(GTAGS_ARGS) $$here
327
328distclean-tags:
329        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
330
331distdir: $(DISTFILES)
332        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
333        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
334        list='$(DISTFILES)'; for file in $$list; do \
335          case $$file in \
336            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
337            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
338          esac; \
339          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
341          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
342            dir="/$$dir"; \
343            $(mkdir_p) "$(distdir)$$dir"; \
344          else \
345            dir=''; \
346          fi; \
347          if test -d $$d/$$file; then \
348            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
350            fi; \
351            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
352          else \
353            test -f $(distdir)/$$file \
354            || cp -p $$d/$$file $(distdir)/$$file \
355            || exit 1; \
356          fi; \
357        done
358check-am: all-am
359check: check-am
360all-am: Makefile $(PROGRAMS) $(HEADERS)
361installdirs:
362        for dir in "$(DESTDIR)$(bindir)"; do \
363          test -z "$$dir" || $(mkdir_p) "$$dir"; \
364        done
365install: install-am
366install-exec: install-exec-am
367install-data: install-data-am
368uninstall: uninstall-am
369
370install-am: all-am
371        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
373installcheck: installcheck-am
374install-strip:
375        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377          `test -z '$(STRIP)' || \
378            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379mostlyclean-generic:
380
381clean-generic:
382
383distclean-generic:
384        -rm -f $(CONFIG_CLEAN_FILES)
385
386maintainer-clean-generic:
387        @echo "This command is intended for maintainers to use"
388        @echo "it deletes files that may require special tools to rebuild."
389clean: clean-am
390
391clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
392
393distclean: distclean-am
394        -rm -rf ./$(DEPDIR)
395        -rm -f Makefile
396distclean-am: clean-am distclean-compile distclean-generic \
397        distclean-tags
398
399dvi: dvi-am
400
401dvi-am:
402
403html: html-am
404
405info: info-am
406
407info-am:
408
409install-data-am:
410
411install-exec-am: install-binPROGRAMS
412
413install-info: install-info-am
414
415install-man:
416
417installcheck-am:
418
419maintainer-clean: maintainer-clean-am
420        -rm -rf ./$(DEPDIR)
421        -rm -f Makefile
422maintainer-clean-am: distclean-am maintainer-clean-generic
423
424mostlyclean: mostlyclean-am
425
426mostlyclean-am: mostlyclean-compile mostlyclean-generic
427
428pdf: pdf-am
429
430pdf-am:
431
432ps: ps-am
433
434ps-am:
435
436uninstall-am: uninstall-binPROGRAMS uninstall-info-am
437
438.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
439        clean-generic ctags distclean distclean-compile \
440        distclean-generic distclean-tags distdir dvi dvi-am html \
441        html-am info info-am install install-am install-binPROGRAMS \
442        install-data install-data-am install-exec install-exec-am \
443        install-info install-info-am install-man install-strip \
444        installcheck installcheck-am installdirs maintainer-clean \
445        maintainer-clean-generic mostlyclean mostlyclean-compile \
446        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
447        uninstall-am uninstall-binPROGRAMS uninstall-info-am
448
449
450#  uncomment the following if orxonox requires the math library
451#orxonox_LDADD=-lm
452
453#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
454
455#  if you write a self-test script named `chk', uncomment the
456#  following and add `chk' to the EXTRA_DIST list
457#TESTS=chk
458
459#  build and install the .info pages
460#info_TEXINFOS = orxonox.texinfo
461#orxonox_TEXINFOS = gpl.texinfo
462
463#  install the man pages
464#man_MANS=orxonox.1
465# Tell versions [3.59,3.63) of GNU make to not export all variables.
466# Otherwise a system limit (for SysV at least) may be exceeded.
467.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.