Changeset 3238 in orxonox.OLD for orxonox/branches/sound/src/Makefile.am
- Timestamp:
- Dec 20, 2004, 2:42:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/Makefile.am
r2854 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 sound 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 game_loader.cc campaign.cc story_entity.cc9 8 10 9 sound_SOURCES=sound_test.cc sound_control.cc 11 10 12 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 11 orxonox_SOURCES= orxonox.cc \ 12 world.cc \ 13 player.cc \ 14 collision.cc \ 15 data_tank.cc \ 16 world_entity.cc \ 17 vector.cc \ 18 camera.cc \ 19 command_node.cc \ 20 ini_parser.cc \ 21 keynames.cc \ 22 track.cc \ 23 base_entity.cc \ 24 game_loader.cc \ 25 campaign.cc \ 26 story_entity.cc \ 27 environment.cc \ 28 importer/object.cc \ 29 importer/array.cc \ 30 importer/material.cc \ 31 list.cc 13 32 33 noinst_HEADERS = ability.h \ 34 data_tank.h \ 35 collision.h \ 36 npc.h \ 37 stdincl.h \ 38 ai.h \ 39 environment.h \ 40 orxonox.h \ 41 synchronisable.h \ 42 base_entity.h \ 43 error.h \ 44 player.h \ 45 track.h \ 46 camera.h \ 47 ini_parser.h \ 48 power_up.h \ 49 vector.h \ 50 keynames.h \ 51 proto_class.h \ 52 world.h \ 53 command_node.h \ 54 list.h \ 55 shoot_laser.h \ 56 world_entity.h \ 57 coordinates.h \ 58 message_structures.h \ 59 shoot_rocket.h \ 60 list_template.h \ 61 story_entity.h \ 62 story_def.h \ 63 game_loader.h \ 64 campaign.h 14 65 15 # 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 16 82 #orxonox_LDADD=-lm 17 83
Note: See TracChangeset
for help on using the changeset viewer.