Changeset 3238 in orxonox.OLD for orxonox/branches/buerli/src/Makefile.am
- Timestamp:
- Dec 20, 2004, 2:42:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/buerli/src/Makefile.am
r2617 r3238 1 AM_CXXFLAGS="-I/usr/X11R6/include"2 AM_LDFLAGS= "-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11"$(MWINDOWS)1 #AM_CXXFLAGS="" 2 AM_LDFLAGS= $(MWINDOWS) 3 3 4 4 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" … … 6 6 7 7 bin_PROGRAMS=orxonox 8 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 IPhys.cc9 8 10 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 IPhys.h 9 orxonox_SOURCES= orxonox.cc \ 10 world.cc \ 11 player.cc \ 12 collision.cc \ 13 data_tank.cc \ 14 world_entity.cc \ 15 vector.cc \ 16 camera.cc \ 17 command_node.cc \ 18 ini_parser.cc \ 19 keynames.cc \ 20 track.cc \ 21 base_entity.cc \ 22 game_loader.cc \ 23 campaign.cc \ 24 story_entity.cc \ 25 environment.cc \ 26 importer/object.cc \ 27 importer/array.cc \ 28 importer/material.cc \ 29 list.cc \ 30 IPhys.cc 11 31 32 noinst_HEADERS = ability.h \ 33 data_tank.h \ 34 collision.h \ 35 npc.h \ 36 stdincl.h \ 37 ai.h \ 38 environment.h \ 39 orxonox.h \ 40 synchronisable.h \ 41 base_entity.h \ 42 error.h \ 43 player.h \ 44 track.h \ 45 camera.h \ 46 ini_parser.h \ 47 power_up.h \ 48 vector.h \ 49 keynames.h \ 50 proto_class.h \ 51 world.h \ 52 command_node.h \ 53 list.h \ 54 shoot_laser.h \ 55 world_entity.h \ 56 coordinates.h \ 57 message_structures.h \ 58 shoot_rocket.h \ 59 list_template.h \ 60 story_entity.h \ 61 story_def.h \ 62 game_loader.h \ 63 campaign.h \ 64 IPhys.h 12 65 13 # uncomment the following if bencoder requires the math library 66 ## orxonox.conf will be used from home-dir instead. 67 EXTRA_DIST = orxonox.conf 68 69 ### GTK_RELATED 70 if HAVE_GTK2 71 GTK_PROGS =console 72 else 73 GTK_PROGS = 74 endif 75 76 SUBDIRS = . \ 77 importer \ 78 gui \ 79 $(GTK_PROGS) 80 81 # uncomment the following if orxonox requires the math library 14 82 #orxonox_LDADD=-lm 15 83
Note: See TracChangeset
for help on using the changeset viewer.