mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
f5501fbf24
s/INCLUDES/AM_CPPFLAGS/g I <3 sed :)
16 lines
372 B
Makefile
16 lines
372 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS= @AUDIO_TARGETS@
|
|
|
|
EXTRA_PROGRAMS= testsound
|
|
|
|
test_libs= \
|
|
$(top_builddir)/libs/audio/libQFsound.la \
|
|
$(top_builddir)/libs/ruamoko/libQFruamoko.la \
|
|
$(top_builddir)/libs/util/libQFutil.la
|
|
|
|
testsound_SOURCES= testsound.c
|
|
testsound_LDADD= $(test_libs)
|
|
testsound_DEPENDENCIES= $(test_libs)
|