2001-11-12 16:23:41 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
2001-08-23 04:01:46 +00:00
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
2002-06-03 16:34:46 +00:00
|
|
|
plugin_version= 1:0:0
|
2002-04-29 19:19:26 +00:00
|
|
|
plugin_ldflags= @plugin_ldflags@
|
|
|
|
plugin_libadd= @plugin_libadd@
|
2001-08-23 04:01:46 +00:00
|
|
|
|
2001-09-28 10:31:20 +00:00
|
|
|
plugin_LTLIBRARIES= @SND_REND_TARGETS@
|
2001-09-28 05:33:12 +00:00
|
|
|
EXTRA_LTLIBRARIES= libsnd_render_default.la
|
2001-08-23 04:01:46 +00:00
|
|
|
|
|
|
|
if ASM_ARCH
|
2001-10-03 17:50:36 +00:00
|
|
|
asm= libasm.la
|
2001-08-23 04:01:46 +00:00
|
|
|
else
|
2001-10-03 17:50:36 +00:00
|
|
|
asm=
|
2001-08-23 04:01:46 +00:00
|
|
|
endif
|
|
|
|
|
2001-10-10 05:52:14 +00:00
|
|
|
noinst_LTLIBRARIES= $(asm) @SND_REND_STATIC@
|
2001-10-03 17:50:36 +00:00
|
|
|
|
|
|
|
libasm_la_SOURCES= snd_mixa.S
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
2002-06-14 20:36:28 +00:00
|
|
|
libsnd_render_default_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c vorbis.c
|
|
|
|
libsnd_render_default_la_LIBADD= $(asm) $(VORBISFILE_LIBS) $(VORBIS_LIBS)
|
2001-10-03 17:50:36 +00:00
|
|
|
libsnd_render_default_la_DEPENDENCIES= $(asm)
|
|
|
|
|
|
|
|
EXTRA_DIST= $(libasm_la_SOURCES)
|