Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5312 in orxonox.OLD for trunk/src/Makefile.in


Ignore:
Timestamp:
Oct 8, 2005, 1:21:30 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: build the glMenu as part of the new LIB: libORXguiGL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r5311 r5312  
    8282        orxonox-color.$(OBJEXT) orxonox-helper_functions.$(OBJEXT) \
    8383        orxonox-vector.$(OBJEXT) orxonox-curve.$(OBJEXT) \
    84         orxonox-glmenu_imagescreen.$(OBJEXT) \
    8584        orxonox-benchmark.$(OBJEXT)
    8685orxonox_OBJECTS = $(am_orxonox_OBJECTS)
     
    107106@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-game_loader.Po \
    108107@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-garbage_collector.Po \
    109 @AMDEP_TRUE@    ./$(DEPDIR)/orxonox-glmenu_imagescreen.Po \
    110108@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-graphics_engine.Po \
    111109@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-helper_functions.Po \
     
    273271orxonox_CPPFLAGS = -DIS_ORXONOX
    274272orxonox_DEPENDENCIES = lib/gui/gui_gtk/libORXgui.a \
     273                       lib/gui/gui_opengl/libORXguiGL.a \
    275274                       lib/graphics/importer/libORXimporter.a \
    276275                       lib/sound/libORXsound.a \
     
    284283
    285284orxonox_LDADD = lib/gui/gui_gtk/libORXgui.a \
     285                lib/gui/gui_opengl/libORXguiGL.a \
    286286                lib/graphics/importer/libORXimporter.a \
    287287                lib/sound/libORXsound.a \
     
    348348                  lib/math/vector.cc \
    349349                  lib/math/curve.cc \
    350                   glmenu/glmenu_imagescreen.cc \
    351350                  subprojects/benchmark.cc
    352351
     
    424423                 lib/math/vector.h \
    425424                 lib/math/curve.h \
    426                  glmenu/glmenu_imagescreen.h \
    427425                 subprojects/benchmark.h
    428426
     
    451449          esac; \
    452450        done; \
    453         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     451        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    454452        cd $(top_srcdir) && \
    455           $(AUTOMAKE) --gnu  src/Makefile
     453          $(AUTOMAKE) --foreign  src/Makefile
    456454.PRECIOUS: Makefile
    457455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    522520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-game_loader.Po@am__quote@
    523521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-garbage_collector.Po@am__quote@
    524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-glmenu_imagescreen.Po@am__quote@
    525522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-graphics_engine.Po@am__quote@
    526523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-helper_functions.Po@am__quote@
     
    14231420@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    14241421@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-curve.obj `if test -f 'lib/math/curve.cc'; then $(CYGPATH_W) 'lib/math/curve.cc'; else $(CYGPATH_W) '$(srcdir)/lib/math/curve.cc'; fi`
    1425 
    1426 orxonox-glmenu_imagescreen.o: glmenu/glmenu_imagescreen.cc
    1427 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-glmenu_imagescreen.o -MD -MP -MF "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo" -c -o orxonox-glmenu_imagescreen.o `test -f 'glmenu/glmenu_imagescreen.cc' || echo '$(srcdir)/'`glmenu/glmenu_imagescreen.cc; \
    1428 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo" "$(DEPDIR)/orxonox-glmenu_imagescreen.Po"; else rm -f "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo"; exit 1; fi
    1429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='glmenu/glmenu_imagescreen.cc' object='orxonox-glmenu_imagescreen.o' libtool=no @AMDEPBACKSLASH@
    1430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/orxonox-glmenu_imagescreen.Po' tmpdepfile='$(DEPDIR)/orxonox-glmenu_imagescreen.TPo' @AMDEPBACKSLASH@
    1431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1432 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-glmenu_imagescreen.o `test -f 'glmenu/glmenu_imagescreen.cc' || echo '$(srcdir)/'`glmenu/glmenu_imagescreen.cc
    1433 
    1434 orxonox-glmenu_imagescreen.obj: glmenu/glmenu_imagescreen.cc
    1435 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-glmenu_imagescreen.obj -MD -MP -MF "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo" -c -o orxonox-glmenu_imagescreen.obj `if test -f 'glmenu/glmenu_imagescreen.cc'; then $(CYGPATH_W) 'glmenu/glmenu_imagescreen.cc'; else $(CYGPATH_W) '$(srcdir)/glmenu/glmenu_imagescreen.cc'; fi`; \
    1436 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo" "$(DEPDIR)/orxonox-glmenu_imagescreen.Po"; else rm -f "$(DEPDIR)/orxonox-glmenu_imagescreen.Tpo"; exit 1; fi
    1437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='glmenu/glmenu_imagescreen.cc' object='orxonox-glmenu_imagescreen.obj' libtool=no @AMDEPBACKSLASH@
    1438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/orxonox-glmenu_imagescreen.Po' tmpdepfile='$(DEPDIR)/orxonox-glmenu_imagescreen.TPo' @AMDEPBACKSLASH@
    1439 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1440 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-glmenu_imagescreen.obj `if test -f 'glmenu/glmenu_imagescreen.cc'; then $(CYGPATH_W) 'glmenu/glmenu_imagescreen.cc'; else $(CYGPATH_W) '$(srcdir)/glmenu/glmenu_imagescreen.cc'; fi`
    14411422
    14421423orxonox-benchmark.o: subprojects/benchmark.cc
     
    15781559
    15791560distdir: $(DISTFILES)
    1580         $(mkdir_p) $(distdir)/defs $(distdir)/glmenu $(distdir)/lib/coord $(distdir)/lib/graphics $(distdir)/lib/graphics/render2D $(distdir)/lib/lang $(distdir)/lib/math $(distdir)/lib/util $(distdir)/proto $(distdir)/story_entities $(distdir)/subprojects $(distdir)/util $(distdir)/util/animation $(distdir)/util/loading $(distdir)/util/track $(distdir)/world_entities $(distdir)/world_entities/weapons
     1561        $(mkdir_p) $(distdir)/defs $(distdir)/lib/coord $(distdir)/lib/graphics $(distdir)/lib/graphics/render2D $(distdir)/lib/lang $(distdir)/lib/math $(distdir)/lib/util $(distdir)/proto $(distdir)/story_entities $(distdir)/subprojects $(distdir)/util $(distdir)/util/animation $(distdir)/util/loading $(distdir)/util/track $(distdir)/world_entities $(distdir)/world_entities/weapons
    15811562        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    15821563        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Note: See TracChangeset for help on using the changeset viewer.