Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/automake/console/Makefile.in @ 1951

Last change on this file since 1951 was 1951, checked in by bensch, 20 years ago

orxonox/branches/automake: fixed little error in configure.ac and eddited console/Makefile.am, but it still does not compile. CFLAGS are not handed on

File size: 12.7 KB
Line 
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
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 = :
38ACLOCAL = @ACLOCAL@
39AMDEP_FALSE = @AMDEP_FALSE@
40AMDEP_TRUE = @AMDEP_TRUE@
41AMTAR = @AMTAR@
42AUTOCONF = @AUTOCONF@
43AUTOHEADER = @AUTOHEADER@
44AUTOMAKE = @AUTOMAKE@
45AWK = @AWK@
46CC = @CC@
47CCDEPMODE = @CCDEPMODE@
48
49#AM_CFLAGS="-I FUCK_YOU"
50#`pkg-config --cflags gtk+-2.0`
51#AM_LDFLAGS="test"
52CFLAGS = "-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
53CPP = @CPP@
54CPPFLAGS = @CPPFLAGS@
55CXX = @CXX@
56CXXDEPMODE = @CXXDEPMODE@
57CXXFLAGS = @CXXFLAGS@
58CYGPATH_W = @CYGPATH_W@
59DEFS = @DEFS@
60DEPDIR = @DEPDIR@
61ECHO_C = @ECHO_C@
62ECHO_N = @ECHO_N@
63ECHO_T = @ECHO_T@
64EGREP = @EGREP@
65EXEEXT = @EXEEXT@
66INSTALL_DATA = @INSTALL_DATA@
67INSTALL_PROGRAM = @INSTALL_PROGRAM@
68INSTALL_SCRIPT = @INSTALL_SCRIPT@
69INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70LDFLAGS = @LDFLAGS@
71LIBOBJS = @LIBOBJS@
72LIBS = @LIBS@
73LTLIBOBJS = @LTLIBOBJS@
74MAKEINFO = @MAKEINFO@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78PACKAGE_NAME = @PACKAGE_NAME@
79PACKAGE_STRING = @PACKAGE_STRING@
80PACKAGE_TARNAME = @PACKAGE_TARNAME@
81PACKAGE_VERSION = @PACKAGE_VERSION@
82PATH_SEPARATOR = @PATH_SEPARATOR@
83SET_MAKE = @SET_MAKE@
84SHELL = @SHELL@
85STRIP = @STRIP@
86VERSION = @VERSION@
87ac_ct_CC = @ac_ct_CC@
88ac_ct_CXX = @ac_ct_CXX@
89ac_ct_STRIP = @ac_ct_STRIP@
90am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
91am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
92am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
93am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
94am__include = @am__include@
95am__leading_dot = @am__leading_dot@
96am__quote = @am__quote@
97bindir = @bindir@
98build_alias = @build_alias@
99datadir = @datadir@
100exec_prefix = @exec_prefix@
101host_alias = @host_alias@
102includedir = @includedir@
103infodir = @infodir@
104install_sh = @install_sh@
105libdir = @libdir@
106libexecdir = @libexecdir@
107localstatedir = @localstatedir@
108mandir = @mandir@
109oldincludedir = @oldincludedir@
110prefix = @prefix@
111program_transform_name = @program_transform_name@
112sbindir = @sbindir@
113sharedstatedir = @sharedstatedir@
114sysconfdir = @sysconfdir@
115target_alias = @target_alias@
116
117#`pkg-config --libs  gtk+-2.0`
118bin_PROGRAMS = console
119console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
120subdir = console
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125bin_PROGRAMS = console$(EXEEXT)
126PROGRAMS = $(bin_PROGRAMS)
127
128am_console_OBJECTS = orxonox_console.$(OBJEXT) \
129        orxonox_console_entry.$(OBJEXT) orxonox_console_log.$(OBJEXT)
130console_OBJECTS = $(am_console_OBJECTS)
131console_LDADD = $(LDADD)
132console_DEPENDENCIES =
133console_LDFLAGS =
134
135DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
136depcomp = $(SHELL) $(top_srcdir)/depcomp
137am__depfiles_maybe = depfiles
138@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \
139@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_entry.Po \
140@AMDEP_TRUE@    ./$(DEPDIR)/orxonox_console_log.Po
141CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
142        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143CXXLD = $(CXX)
144CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
145        -o $@
146DIST_SOURCES = $(console_SOURCES)
147DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
148SOURCES = $(console_SOURCES)
149
150all: all-am
151
152.SUFFIXES:
153.SUFFIXES: .cc .o .obj
154$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
155        cd $(top_srcdir) && \
156          $(AUTOMAKE) --gnu  console/Makefile
157Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
158        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
159binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
160install-binPROGRAMS: $(bin_PROGRAMS)
161        @$(NORMAL_INSTALL)
162        $(mkinstalldirs) $(DESTDIR)$(bindir)
163        @list='$(bin_PROGRAMS)'; for p in $$list; do \
164          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
165          if test -f $$p \
166          ; then \
167            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
168           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
169           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
170          else :; fi; \
171        done
172
173uninstall-binPROGRAMS:
174        @$(NORMAL_UNINSTALL)
175        @list='$(bin_PROGRAMS)'; for p in $$list; do \
176          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
177          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
178          rm -f $(DESTDIR)$(bindir)/$$f; \
179        done
180
181clean-binPROGRAMS:
182        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
183console$(EXEEXT): $(console_OBJECTS) $(console_DEPENDENCIES)
184        @rm -f console$(EXEEXT)
185        $(CXXLINK) $(console_LDFLAGS) $(console_OBJECTS) $(console_LDADD) $(LIBS)
186
187mostlyclean-compile:
188        -rm -f *.$(OBJEXT) core *.core
189
190distclean-compile:
191        -rm -f *.tab.c
192
193@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console.Po@am__quote@
194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_entry.Po@am__quote@
195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_log.Po@am__quote@
196
197.cc.o:
198@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
199@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
200@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
201@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
202@am__fastdepCXX_TRUE@   fi
203@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
204@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
205@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
206@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
207
208.cc.obj:
209@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
210@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
211@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
212@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
213@am__fastdepCXX_TRUE@   fi
214@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
215@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
216@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
217@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
218uninstall-info-am:
219
220ETAGS = etags
221ETAGSFLAGS =
222
223CTAGS = ctags
224CTAGSFLAGS =
225
226tags: TAGS
227
228ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
229        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
230        unique=`for i in $$list; do \
231            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232          done | \
233          $(AWK) '    { files[$$0] = 1; } \
234               END { for (i in files) print i; }'`; \
235        mkid -fID $$unique
236
237TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
238                $(TAGS_FILES) $(LISP)
239        tags=; \
240        here=`pwd`; \
241        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
242        unique=`for i in $$list; do \
243            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244          done | \
245          $(AWK) '    { files[$$0] = 1; } \
246               END { for (i in files) print i; }'`; \
247        test -z "$(ETAGS_ARGS)$$tags$$unique" \
248          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
249             $$tags $$unique
250
251ctags: CTAGS
252CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
253                $(TAGS_FILES) $(LISP)
254        tags=; \
255        here=`pwd`; \
256        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
257        unique=`for i in $$list; do \
258            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
259          done | \
260          $(AWK) '    { files[$$0] = 1; } \
261               END { for (i in files) print i; }'`; \
262        test -z "$(CTAGS_ARGS)$$tags$$unique" \
263          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
264             $$tags $$unique
265
266GTAGS:
267        here=`$(am__cd) $(top_builddir) && pwd` \
268          && cd $(top_srcdir) \
269          && gtags -i $(GTAGS_ARGS) $$here
270
271distclean-tags:
272        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
273DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
274
275top_distdir = ..
276distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
277
278distdir: $(DISTFILES)
279        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
280        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
281        list='$(DISTFILES)'; for file in $$list; do \
282          case $$file in \
283            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
284            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
285          esac; \
286          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
288          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
289            dir="/$$dir"; \
290            $(mkinstalldirs) "$(distdir)$$dir"; \
291          else \
292            dir=''; \
293          fi; \
294          if test -d $$d/$$file; then \
295            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
296              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
297            fi; \
298            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
299          else \
300            test -f $(distdir)/$$file \
301            || cp -p $$d/$$file $(distdir)/$$file \
302            || exit 1; \
303          fi; \
304        done
305check-am: all-am
306check: check-am
307all-am: Makefile $(PROGRAMS)
308
309installdirs:
310        $(mkinstalldirs) $(DESTDIR)$(bindir)
311install: install-am
312install-exec: install-exec-am
313install-data: install-data-am
314uninstall: uninstall-am
315
316install-am: all-am
317        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
318
319installcheck: installcheck-am
320install-strip:
321        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
322          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
323          `test -z '$(STRIP)' || \
324            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
325mostlyclean-generic:
326
327clean-generic:
328
329distclean-generic:
330        -rm -f $(CONFIG_CLEAN_FILES)
331
332maintainer-clean-generic:
333        @echo "This command is intended for maintainers to use"
334        @echo "it deletes files that may require special tools to rebuild."
335clean: clean-am
336
337clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
338
339distclean: distclean-am
340        -rm -rf ./$(DEPDIR)
341        -rm -f Makefile
342distclean-am: clean-am distclean-compile distclean-generic \
343        distclean-tags
344
345dvi: dvi-am
346
347dvi-am:
348
349info: info-am
350
351info-am:
352
353install-data-am:
354
355install-exec-am: install-binPROGRAMS
356
357install-info: install-info-am
358
359install-man:
360
361installcheck-am:
362
363maintainer-clean: maintainer-clean-am
364        -rm -rf ./$(DEPDIR)
365        -rm -f Makefile
366maintainer-clean-am: distclean-am maintainer-clean-generic
367
368mostlyclean: mostlyclean-am
369
370mostlyclean-am: mostlyclean-compile mostlyclean-generic
371
372pdf: pdf-am
373
374pdf-am:
375
376ps: ps-am
377
378ps-am:
379
380uninstall-am: uninstall-binPROGRAMS uninstall-info-am
381
382.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
383        clean-generic ctags distclean distclean-compile \
384        distclean-generic distclean-tags distdir dvi dvi-am info \
385        info-am install install-am install-binPROGRAMS install-data \
386        install-data-am install-exec install-exec-am install-info \
387        install-info-am install-man install-strip installcheck \
388        installcheck-am installdirs maintainer-clean \
389        maintainer-clean-generic mostlyclean mostlyclean-compile \
390        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
391        uninstall-am uninstall-binPROGRAMS uninstall-info-am
392
393
394#  uncomment the following if bencoder requires the math library
395#gui_LDADD=-lm
396
397#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
398
399#  if you write a self-test script named `chk', uncomment the
400#  following and add `chk' to the EXTRA_DIST list
401#TESTS=chk
402
403#  build and install the .info pages
404#info_TEXINFOS = orxonox.texinfo
405#orxonox_TEXINFOS = gpl.texinfo
406
407#  install the man pages
408#man_MANS=orxonox.1
409# Tell versions [3.59,3.63) of GNU make to not export all variables.
410# Otherwise a system limit (for SysV at least) may be exceeded.
411.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.