Changeset 2854 in orxonox.OLD for orxonox/branches/sound/src/Makefile.in
- Timestamp:
- Nov 14, 2004, 4:44:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/Makefile.in
r2640 r2854 116 116 117 117 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" 118 bin_PROGRAMS = orxonox 118 bin_PROGRAMS = orxonox sound 119 119 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 120 121 sound_SOURCES = sound_test.cc sound_control.cc 120 122 121 123 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 … … 125 127 CONFIG_HEADER = $(top_builddir)/config.h 126 128 CONFIG_CLEAN_FILES = 127 bin_PROGRAMS = orxonox$(EXEEXT) 129 bin_PROGRAMS = orxonox$(EXEEXT) sound$(EXEEXT) 128 130 PROGRAMS = $(bin_PROGRAMS) 129 131 … … 138 140 orxonox_DEPENDENCIES = 139 141 orxonox_LDFLAGS = 142 am_sound_OBJECTS = sound_test.$(OBJEXT) sound_control.$(OBJEXT) 143 sound_OBJECTS = $(am_sound_OBJECTS) 144 sound_LDADD = $(LDADD) 145 sound_DEPENDENCIES = 146 sound_LDFLAGS = 140 147 141 148 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) … … 148 155 @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ 149 156 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \ 157 @AMDEP_TRUE@ ./$(DEPDIR)/sound_control.Po \ 158 @AMDEP_TRUE@ ./$(DEPDIR)/sound_test.Po \ 150 159 @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \ 151 160 @AMDEP_TRUE@ ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \ … … 156 165 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 157 166 -o $@ 158 DIST_SOURCES = $(orxonox_SOURCES) 167 DIST_SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) 159 168 HEADERS = $(noinst_HEADERS) 160 169 161 170 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \ 162 171 Makefile.am 163 SOURCES = $(orxonox_SOURCES) 172 SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) 164 173 165 174 all: all-am … … 199 208 @rm -f orxonox$(EXEEXT) 200 209 $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS) 210 sound$(EXEEXT): $(sound_OBJECTS) $(sound_DEPENDENCIES) 211 @rm -f sound$(EXEEXT) 212 $(CXXLINK) $(sound_LDFLAGS) $(sound_OBJECTS) $(sound_LDADD) $(LIBS) 201 213 202 214 mostlyclean-compile: … … 217 229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@ 218 230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ 231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_control.Po@am__quote@ 232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_test.Po@am__quote@ 219 233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@ 220 234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.