Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1977 in orxonox.OLD for orxonox/branches/gui/console/Makefile


Ignore:
Timestamp:
Jun 18, 2004, 9:42:58 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui: updated from trunk with 'svn merge -r 1860 [trunkdir] .'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/Makefile

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