mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-17 10:20:55 +00:00
17 lines
417 B
Makefile
17 lines
417 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS= @AUDIO_TARGETS@
|
|
|
|
EXTRA_PROGRAMS= testsound
|
|
|
|
test_libs= \
|
|
$(top_builddir)/libs/audio/libQFsound.la \
|
|
$(top_builddir)/libs/models/libQFmodels.la \
|
|
$(top_builddir)/libs/gamecode/libQFgamecode.la \
|
|
$(top_builddir)/libs/util/libQFutil.la
|
|
|
|
testsound_SOURCES= testsound.c
|
|
testsound_LDADD= $(test_libs)
|
|
testsound_DEPENDENCIES= $(test_libs)
|