2001-11-12 16:23:41 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
AM_CFLAGS= @PREFER_PIC@
|
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@
|
2002-08-01 19:49:10 +00:00
|
|
|
EXEEXT=
|
2001-08-23 04:01:46 +00:00
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
plugin_PROGRAMS= @SND_REND_TARGETS@
|
|
|
|
EXTRA_PROGRAMS= snd_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
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
noinst_LTLIBRARIES= $(asm)
|
|
|
|
noinst_PROGRAMS= @SND_REND_STATIC@
|
2001-10-03 17:50:36 +00:00
|
|
|
|
|
|
|
libasm_la_SOURCES= snd_mixa.S
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
|
|
|
snd_render_default_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c vorbis.c
|
2002-06-15 03:20:59 +00:00
|
|
|
if ASM_ARCH
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_render_default_la_LDADD= $(asm) $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS)
|
|
|
|
snd_render_default_la_DEPENDENCIES= $(asm)
|
2002-06-15 03:20:59 +00:00
|
|
|
else
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_render_default_la_LDADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS)
|
|
|
|
snd_render_default_la_DEPENDENCIES=
|
2002-06-15 03:20:59 +00:00
|
|
|
endif
|
2001-10-03 17:50:36 +00:00
|
|
|
|
|
|
|
EXTRA_DIST= $(libasm_la_SOURCES)
|