Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3172 in orxonox.OLD for orxonox/branches/dave/src/Makefile.in


Ignore:
Timestamp:
Dec 14, 2004, 11:36:07 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/dave: (commit from dave) now the fighter banks while moving. really cool stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/src/Makefile.in

    r3151 r3172  
    3838PRE_UNINSTALL = :
    3939POST_UNINSTALL = :
    40 host_triplet = @host@
    4140bin_PROGRAMS = orxonox$(EXEEXT)
    4241subdir = src
     
    114113EGREP = @EGREP@
    115114EXEEXT = @EXEEXT@
    116 GTK2_CFLAGS = @GTK2_CFLAGS@
    117 GTK2_LIBS = @GTK2_LIBS@
    118 HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
    119 HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
    120115INSTALL_DATA = @INSTALL_DATA@
    121116INSTALL_PROGRAM = @INSTALL_PROGRAM@
     
    151146am__quote = @am__quote@
    152147bindir = @bindir@
    153 build = @build@
    154148build_alias = @build_alias@
    155 build_cpu = @build_cpu@
    156 build_os = @build_os@
    157 build_vendor = @build_vendor@
    158149datadir = @datadir@
    159150exec_prefix = @exec_prefix@
    160 host = @host@
    161151host_alias = @host_alias@
    162 host_cpu = @host_cpu@
    163 host_os = @host_os@
    164 host_vendor = @host_vendor@
    165152includedir = @includedir@
    166153infodir = @infodir@
     
    177164sharedstatedir = @sharedstatedir@
    178165sysconfdir = @sysconfdir@
    179 target = @target@
    180166target_alias = @target_alias@
    181 target_cpu = @target_cpu@
    182 target_os = @target_os@
    183 target_vendor = @target_vendor@
    184167AM_CXXFLAGS = "-I/usr/X11R6/include"
    185168AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
    186 orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc object.cc environment.cc array.cc material.cc list.cc
     169orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc object.cc environment.cc array.cc material.cc list.cc 
    187170noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h object.h array.h material.h list_template.h story_entity.h story_def.h game_loader.h campaign.h
    188171all: all-am
Note: See TracChangeset for help on using the changeset viewer.