2008-03-10 03:50:58 -07:00
|
|
|
AM_CPPFLAGS = $(SDL_CFLAGS) $(OGGVORBIS_CFLAGS) $(OPENAL_CFLAGS) $(WZ_CPPFLAGS)
|
|
|
|
AM_CFLAGS = $(WZ_CFLAGS)
|
2008-03-09 19:01:46 -07:00
|
|
|
|
2007-02-16 06:36:03 -08:00
|
|
|
noinst_LIBRARIES = libsound.a
|
2008-10-13 06:04:37 -07:00
|
|
|
noinst_HEADERS = \
|
|
|
|
aud.h \
|
|
|
|
audio.h \
|
|
|
|
audio_id.h \
|
|
|
|
cdaudio.h \
|
|
|
|
mixer.h \
|
|
|
|
oggvorbis.h \
|
|
|
|
openal_error.h \
|
|
|
|
track.h \
|
|
|
|
tracklib.h
|
2007-02-16 06:36:03 -08:00
|
|
|
|
2008-10-13 06:04:37 -07:00
|
|
|
libsound_a_SOURCES = \
|
|
|
|
audio.c \
|
|
|
|
audio_id.c \
|
|
|
|
cdaudio.c \
|
|
|
|
oggvorbis.c \
|
|
|
|
openal_error.c \
|
|
|
|
openal_track.c \
|
|
|
|
playlist.c \
|
|
|
|
track.c
|
2007-02-16 06:36:03 -08:00
|
|
|
|
|
|
|
libsound_a_LIBADD = $(top_builddir)/lib/gamelib/libgamelib.a \
|
|
|
|
$(top_builddir)/lib/framework/libframework.a
|