Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

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

Location:
orxonox/branches/gui/gui
Files:
1 edited
2 copied

Legend:

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

    r1860 r1977  
    1 
     1# Makefile.in generated by automake 1.7.9 from Makefile.am.
     2# gui/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_gui \
    27 
    28 HEADERS = \
    29         orxonox.h \
    30         data_core.h
    31        
    32 SOURCES = \
    33         orxonox.cc \
    34         data_core.cc
    35 
    36 OBJECTS = \
    37         orxonox_gui.o \
    38         orxonox_gui_exec.o \
    39         orxonox_gui_audio.o \
    40         orxonox_gui_video.o \
    41         orxonox_gui_file.o
    42 
    43 TARGET = orxonox_gui
     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_CFLAGS = `pkg-config --cflags gtk+-2.0`
     113AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
     114
     115bin_PROGRAMS = gui
     116gui_SOURCES = orxonox_gui.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c orxonox_gui_video.c
     117subdir = gui
     118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     119mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     120CONFIG_HEADER = $(top_builddir)/config.h
     121CONFIG_CLEAN_FILES =
     122bin_PROGRAMS = gui$(EXEEXT)
     123PROGRAMS = $(bin_PROGRAMS)
     124
     125am_gui_OBJECTS = orxonox_gui.$(OBJEXT) orxonox_gui_audio.$(OBJEXT) \
     126        orxonox_gui_exec.$(OBJEXT) orxonox_gui_file.$(OBJEXT) \
     127        orxonox_gui_video.$(OBJEXT)
     128gui_OBJECTS = $(am_gui_OBJECTS)
     129gui_LDADD = $(LDADD)
     130gui_DEPENDENCIES =
     131gui_LDFLAGS =
     132
     133DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
     134depcomp = $(SHELL) $(top_srcdir)/depcomp
     135am__depfiles_maybe = depfiles
     136DEP_FILES = ./$(DEPDIR)/orxonox_gui.Po \
     137        ./$(DEPDIR)/orxonox_gui_audio.Po \
     138        ./$(DEPDIR)/orxonox_gui_exec.Po \
     139        ./$(DEPDIR)/orxonox_gui_file.Po \
     140        ./$(DEPDIR)/orxonox_gui_video.Po
     141COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     142        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     143CCLD = $(CC)
     144LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     145DIST_SOURCES = $(gui_SOURCES)
     146DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
     147SOURCES = $(gui_SOURCES)
     148
     149all: all-am
    44150
    45151.SUFFIXES:
    46 .SUFFIXES: .c .o
    47 
    48 #.cc: $(LIB_DEP)
    49 #       $(CXX) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@
    50 
    51 .cc.o:
    52         @ echo "$@ is being comiled..."
    53         @ $(CXX) -c $(CFLAGS) -I$(INCDIR) -o $@ $<
    54 
    55 
    56 #### build
    57 
    58 all: $(TARGET)
    59 
    60 $(TARGET): $(OBJECTS)
    61         @ echo "orxonox_gui is being linked..."
    62         @ $(CXX) $(LIBS) -o $(TARGET) $(OBJECTS)
    63 
    64 
    65 help:
    66         @echo "Cleaning targets:"
    67         @echo "  clean          - remove most generated files"
    68         @echo ""
    69         @echo "Generic targets:"
    70         @echo "  all            - Build all targets"
    71         @echo ""
    72         @echo "For further info see the README file"
    73        
    74 clean:
    75         rm -rf *.o *~
    76         rm $(TARGET)
    77 
    78 ####compile
    79 
    80 #orxonox.o: orxonox.cc \
    81 #               orxonox.h
    82 
    83 #data_tank.o: data_tank.cc \
    84 #               data_tank.h     
    85        
    86 #EOF
     152.SUFFIXES: .c .o .obj
     153$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
     154        cd $(top_srcdir) && \
     155          $(AUTOMAKE) --gnu  gui/Makefile
     156Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
     157        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
     158binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     159install-binPROGRAMS: $(bin_PROGRAMS)
     160        @$(NORMAL_INSTALL)
     161        $(mkinstalldirs) $(DESTDIR)$(bindir)
     162        @list='$(bin_PROGRAMS)'; for p in $$list; do \
     163          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     164          if test -f $$p \
     165          ; then \
     166            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
     167           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
     168           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
     169          else :; fi; \
     170        done
     171
     172uninstall-binPROGRAMS:
     173        @$(NORMAL_UNINSTALL)
     174        @list='$(bin_PROGRAMS)'; for p in $$list; do \
     175          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
     176          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
     177          rm -f $(DESTDIR)$(bindir)/$$f; \
     178        done
     179
     180clean-binPROGRAMS:
     181        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
     182gui$(EXEEXT): $(gui_OBJECTS) $(gui_DEPENDENCIES)
     183        @rm -f gui$(EXEEXT)
     184        $(LINK) $(gui_LDFLAGS) $(gui_OBJECTS) $(gui_LDADD) $(LIBS)
     185
     186mostlyclean-compile:
     187        -rm -f *.$(OBJEXT) core *.core
     188
     189distclean-compile:
     190        -rm -f *.tab.c
     191
     192include ./$(DEPDIR)/orxonox_gui.Po
     193include ./$(DEPDIR)/orxonox_gui_audio.Po
     194include ./$(DEPDIR)/orxonox_gui_exec.Po
     195include ./$(DEPDIR)/orxonox_gui_file.Po
     196include ./$(DEPDIR)/orxonox_gui_video.Po
     197
     198.c.o:
     199        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
     200          -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
     201        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     202        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
     203        fi
     204#       source='$<' object='$@' libtool=no \
     205#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
     206#       $(CCDEPMODE) $(depcomp) \
     207#       $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
     208
     209.c.obj:
     210        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
     211          -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
     212        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     213        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
     214        fi
     215#       source='$<' object='$@' libtool=no \
     216#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
     217#       $(CCDEPMODE) $(depcomp) \
     218#       $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     219uninstall-info-am:
     220
     221ETAGS = etags
     222ETAGSFLAGS =
     223
     224CTAGS = ctags
     225CTAGSFLAGS =
     226
     227tags: TAGS
     228
     229ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     230        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     231        unique=`for i in $$list; do \
     232            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     233          done | \
     234          $(AWK) '    { files[$$0] = 1; } \
     235               END { for (i in files) print i; }'`; \
     236        mkid -fID $$unique
     237
     238TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     239                $(TAGS_FILES) $(LISP)
     240        tags=; \
     241        here=`pwd`; \
     242        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     243        unique=`for i in $$list; do \
     244            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     245          done | \
     246          $(AWK) '    { files[$$0] = 1; } \
     247               END { for (i in files) print i; }'`; \
     248        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     249          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     250             $$tags $$unique
     251
     252ctags: CTAGS
     253CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     254                $(TAGS_FILES) $(LISP)
     255        tags=; \
     256        here=`pwd`; \
     257        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     258        unique=`for i in $$list; do \
     259            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     260          done | \
     261          $(AWK) '    { files[$$0] = 1; } \
     262               END { for (i in files) print i; }'`; \
     263        test -z "$(CTAGS_ARGS)$$tags$$unique" \
     264          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     265             $$tags $$unique
     266
     267GTAGS:
     268        here=`$(am__cd) $(top_builddir) && pwd` \
     269          && cd $(top_srcdir) \
     270          && gtags -i $(GTAGS_ARGS) $$here
     271
     272distclean-tags:
     273        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     274DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     275
     276top_distdir = ..
     277distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
     278
     279distdir: $(DISTFILES)
     280        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
     281        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
     282        list='$(DISTFILES)'; for file in $$list; do \
     283          case $$file in \
     284            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
     285            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
     286          esac; \
     287          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
     288          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
     289          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
     290            dir="/$$dir"; \
     291            $(mkinstalldirs) "$(distdir)$$dir"; \
     292          else \
     293            dir=''; \
     294          fi; \
     295          if test -d $$d/$$file; then \
     296            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
     297              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
     298            fi; \
     299            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
     300          else \
     301            test -f $(distdir)/$$file \
     302            || cp -p $$d/$$file $(distdir)/$$file \
     303            || exit 1; \
     304          fi; \
     305        done
     306check-am: all-am
     307check: check-am
     308all-am: Makefile $(PROGRAMS)
     309
     310installdirs:
     311        $(mkinstalldirs) $(DESTDIR)$(bindir)
     312install: install-am
     313install-exec: install-exec-am
     314install-data: install-data-am
     315uninstall: uninstall-am
     316
     317install-am: all-am
     318        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     319
     320installcheck: installcheck-am
     321install-strip:
     322        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     323          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     324          `test -z '$(STRIP)' || \
     325            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     326mostlyclean-generic:
     327
     328clean-generic:
     329
     330distclean-generic:
     331        -rm -f $(CONFIG_CLEAN_FILES)
     332
     333maintainer-clean-generic:
     334        @echo "This command is intended for maintainers to use"
     335        @echo "it deletes files that may require special tools to rebuild."
     336clean: clean-am
     337
     338clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
     339
     340distclean: distclean-am
     341        -rm -rf ./$(DEPDIR)
     342        -rm -f Makefile
     343distclean-am: clean-am distclean-compile distclean-generic \
     344        distclean-tags
     345
     346dvi: dvi-am
     347
     348dvi-am:
     349
     350info: info-am
     351
     352info-am:
     353
     354install-data-am:
     355
     356install-exec-am: install-binPROGRAMS
     357
     358install-info: install-info-am
     359
     360install-man:
     361
     362installcheck-am:
     363
     364maintainer-clean: maintainer-clean-am
     365        -rm -rf ./$(DEPDIR)
     366        -rm -f Makefile
     367maintainer-clean-am: distclean-am maintainer-clean-generic
     368
     369mostlyclean: mostlyclean-am
     370
     371mostlyclean-am: mostlyclean-compile mostlyclean-generic
     372
     373pdf: pdf-am
     374
     375pdf-am:
     376
     377ps: ps-am
     378
     379ps-am:
     380
     381uninstall-am: uninstall-binPROGRAMS uninstall-info-am
     382
     383.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
     384        clean-generic ctags distclean distclean-compile \
     385        distclean-generic distclean-tags distdir dvi dvi-am info \
     386        info-am install install-am install-binPROGRAMS install-data \
     387        install-data-am install-exec install-exec-am install-info \
     388        install-info-am install-man install-strip installcheck \
     389        installcheck-am installdirs maintainer-clean \
     390        maintainer-clean-generic mostlyclean mostlyclean-compile \
     391        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     392        uninstall-am uninstall-binPROGRAMS uninstall-info-am
     393
     394
     395#  uncomment the following if bencoder requires the math library
     396#gui_LDADD=-lm
     397
     398#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
     399
     400#  if you write a self-test script named `chk', uncomment the
     401#  following and add `chk' to the EXTRA_DIST list
     402#TESTS=chk
     403
     404#  build and install the .info pages
     405#info_TEXINFOS = orxonox.texinfo
     406#orxonox_TEXINFOS = gpl.texinfo
     407
     408#  install the man pages
     409#man_MANS=orxonox.1
     410# Tell versions [3.59,3.63) of GNU make to not export all variables.
     411# Otherwise a system limit (for SysV at least) may be exceeded.
     412.NOEXPORT:
Note: See TracChangeset for help on using the changeset viewer.