2001-11-12 16:23:41 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
2007-03-10 12:00:59 +00:00
|
|
|
CFLAGS+= @PREFER_PIC@ @VORBIS_CFLAGS@ @OGG_CFLAGS@
|
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
|
2004-11-18 06:08:00 +00:00
|
|
|
plugin_ldflags= @plugin_ldflags@ -module
|
2002-04-29 19:19:26 +00:00
|
|
|
plugin_libadd= @plugin_libadd@
|
2002-08-01 19:49:10 +00:00
|
|
|
EXEEXT=
|
2001-08-23 04:01:46 +00:00
|
|
|
|
2004-11-18 06:08:00 +00:00
|
|
|
plugin_LTLIBRARIES= @SND_REND_TARGETS@
|
2007-03-17 03:10:45 +00:00
|
|
|
EXTRA_LTLIBRARIES= snd_render_default.la snd_render_jack.la
|
2001-08-23 04:01:46 +00:00
|
|
|
|
2004-11-18 06:08:00 +00:00
|
|
|
noinst_LTLIBRARIES= @SND_REND_STATIC@
|
2001-10-03 17:50:36 +00:00
|
|
|
|
2007-03-17 06:20:52 +00:00
|
|
|
snd_common=snd_channels.c snd_mem.c snd_mix.c snd_resample.c snd_sfx.c \
|
|
|
|
flac.c vorbis.c wav.c midi.c
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_render_default_la_LDFLAGS= $(plugin_ldflags)
|
2007-03-17 06:20:52 +00:00
|
|
|
snd_render_default_la_SOURCES= snd_dma.c $(snd_common)
|
2005-06-15 10:02:50 +00:00
|
|
|
snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS)
|
2003-04-11 01:17:48 +00:00
|
|
|
snd_render_default_la_DEPENDENCIES=
|
2007-03-17 03:10:45 +00:00
|
|
|
|
|
|
|
snd_render_jack_la_LDFLAGS= $(plugin_ldflags)
|
2007-03-17 06:20:52 +00:00
|
|
|
snd_render_jack_la_SOURCES= snd_jack.c $(snd_common)
|
|
|
|
snd_render_jack_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS) $(JACK_LIBS)
|
2007-03-17 03:10:45 +00:00
|
|
|
snd_render_jack_la_DEPENDENCIES=
|