Changeset 3172 in orxonox.OLD for orxonox/branches/dave/src/Makefile.in
- Timestamp:
- Dec 14, 2004, 11:36:07 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/Makefile.in
r3151 r3172 38 38 PRE_UNINSTALL = : 39 39 POST_UNINSTALL = : 40 host_triplet = @host@41 40 bin_PROGRAMS = orxonox$(EXEEXT) 42 41 subdir = src … … 114 113 EGREP = @EGREP@ 115 114 EXEEXT = @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@120 115 INSTALL_DATA = @INSTALL_DATA@ 121 116 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 151 146 am__quote = @am__quote@ 152 147 bindir = @bindir@ 153 build = @build@154 148 build_alias = @build_alias@ 155 build_cpu = @build_cpu@156 build_os = @build_os@157 build_vendor = @build_vendor@158 149 datadir = @datadir@ 159 150 exec_prefix = @exec_prefix@ 160 host = @host@161 151 host_alias = @host_alias@ 162 host_cpu = @host_cpu@163 host_os = @host_os@164 host_vendor = @host_vendor@165 152 includedir = @includedir@ 166 153 infodir = @infodir@ … … 177 164 sharedstatedir = @sharedstatedir@ 178 165 sysconfdir = @sysconfdir@ 179 target = @target@180 166 target_alias = @target_alias@ 181 target_cpu = @target_cpu@182 target_os = @target_os@183 target_vendor = @target_vendor@184 167 AM_CXXFLAGS = "-I/usr/X11R6/include" 185 168 AM_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 169 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 187 170 noinst_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 188 171 all: all-am
Note: See TracChangeset
for help on using the changeset viewer.