Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/sound/Makefile.am @ 5393

Last change on this file since 5393 was 5386, checked in by bensch, 20 years ago

orxonox/trunk: split open the soundengine into
sound_engine: the Handler
sound_source: the sources
sound_buffers: playback-buffers

File size: 322 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[4750]4noinst_LIBRARIES = libORXsound.a
[4291]5
[4750]6libORXsound_a_SOURCES = sound_engine.cc \
[5386]7                        sound_source.cc \
8                        sound_buffer.cc \
[4750]9                        ogg_player.cc
[4291]10
[4750]11noinst_HEADERS = sound_engine.h \
[5386]12                 sound_source.h \
13                 sound_buffer.h \
[4750]14                 ogg_player.h
Note: See TracBrowser for help on using the repository browser.