2001-11-12 16:23:41 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
2007-03-10 12:00:59 +00:00
|
|
|
CFLAGS+= @PREFER_PIC@
|
2002-08-01 19:49:10 +00:00
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
2001-09-30 23:24:53 +00:00
|
|
|
SDL_LIBS = @SDL_LIBS@
|
2002-06-03 16:34:46 +00:00
|
|
|
plugin_version= 1:0:0
|
2010-08-21 04:01:35 +00:00
|
|
|
plugin_ldflags= @plugin_ldflags@ -module -rpath $(plugindir)
|
2002-04-29 19:19:26 +00:00
|
|
|
plugin_libadd= @plugin_libadd@
|
2002-08-01 19:49:10 +00:00
|
|
|
EXEEXT=
|
|
|
|
|
2004-11-18 06:08:00 +00:00
|
|
|
plugin_LTLIBRARIES= @SND_PLUGIN_TARGETS@
|
|
|
|
noinst_LTLIBRARIES= @SND_PLUGIN_STATIC@
|
|
|
|
EXTRA_LTLIBRARIES= \
|
2004-01-17 22:41:53 +00:00
|
|
|
snd_output_sdl.la snd_output_alsa.la snd_output_alsa0_9.la\
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_oss.la snd_output_sgi.la snd_output_sun.la \
|
2003-03-10 21:21:22 +00:00
|
|
|
snd_output_win.la snd_output_dx.la snd_output_disk.la
|
2002-08-01 19:49:10 +00:00
|
|
|
|
|
|
|
snd_output_sdl_la_LDFLAGS= $(plugin_ldflags)
|
2007-05-31 06:30:46 +00:00
|
|
|
snd_output_sdl_la_LIBADD= $(SDL_LIBS) $(plugin_libadd) $(top_builddir)/libs/util/libQFutil.la
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_sdl_la_CFLAGS= $(SDL_CFLAGS)
|
|
|
|
snd_output_sdl_la_SOURCES= snd_sdl.c
|
|
|
|
|
2003-09-09 18:43:38 +00:00
|
|
|
snd_output_alsa_la_LDFLAGS= $(plugin_ldflags)
|
2007-05-31 06:30:46 +00:00
|
|
|
snd_output_alsa_la_LIBADD= $(top_builddir)/libs/util/libQFutil.la
|
2003-09-09 18:43:38 +00:00
|
|
|
snd_output_alsa_la_CFLAGS= $(ALSA_CFLAGS)
|
|
|
|
snd_output_alsa_la_SOURCES= snd_alsa.c
|
2002-08-01 19:49:10 +00:00
|
|
|
|
2004-01-17 22:41:53 +00:00
|
|
|
snd_output_alsa0_9_la_LDFLAGS= $(plugin_ldflags)
|
2007-05-31 06:30:46 +00:00
|
|
|
snd_output_alsa0_9_la_LIBADD= $(top_builddir)/libs/util/libQFutil.la
|
2004-01-17 22:41:53 +00:00
|
|
|
snd_output_alsa0_9_la_CFLAGS= $(ALSA_CFLAGS)
|
|
|
|
snd_output_alsa0_9_la_SOURCES= snd_alsa_0_9.c
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_oss_la_LDFLAGS= $(plugin_ldflags)
|
2007-05-31 06:30:46 +00:00
|
|
|
snd_output_oss_la_LIBADD= $(OSS_LIBS) $(top_builddir)/libs/util/libQFutil.la
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_oss_la_CFLAGS= $(OSS_CFLAGS)
|
|
|
|
snd_output_oss_la_SOURCES= snd_oss.c
|
|
|
|
|
|
|
|
snd_output_sgi_la_LDFLAGS= $(plugin_ldflags)
|
2004-11-18 06:08:00 +00:00
|
|
|
snd_output_sgi_la_LIBADD= $(SGISND_LIBS)
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_sgi_la_CFLAGS= $(SGISND_CFLAGS)
|
|
|
|
snd_output_sgi_la_SOURCES= snd_sgi.c
|
|
|
|
|
|
|
|
snd_output_sun_la_LDFLAGS= $(plugin_ldflags)
|
|
|
|
snd_output_sun_la_CFLAGS= $(SUNSND_CFLAGS)
|
|
|
|
snd_output_sun_la_SOURCES= snd_sun.c
|
|
|
|
|
|
|
|
snd_output_win_la_LDFLAGS= $(plugin_ldflags)
|
2004-11-18 06:08:00 +00:00
|
|
|
snd_output_win_la_LIBADD= $(WINSND_LIBS) $(plugin_libadd)
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_win_la_CFLAGS= $(WIN32SND_CFLAGS)
|
|
|
|
snd_output_win_la_SOURCES= snd_win.c
|
|
|
|
|
2003-03-10 21:21:22 +00:00
|
|
|
snd_output_dx_la_LDFLAGS= $(plugin_ldflags)
|
2010-08-21 04:01:35 +00:00
|
|
|
snd_output_dx_la_LIBADD= $(WINSND_LIBS) $(plugin_libadd)
|
2003-03-10 21:21:22 +00:00
|
|
|
snd_output_dx_la_CFLAGS= $(WIN32SND_CFLAGS)
|
|
|
|
snd_output_dx_la_SOURCES= snd_dx.c
|
|
|
|
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_disk_la_LDFLAGS= $(plugin_ldflags)
|
2007-05-31 06:30:46 +00:00
|
|
|
snd_output_disk_la_LIBADD= $(plugin_libadd) $(top_builddir)/libs/util/libQFutil.la
|
2002-08-01 19:49:10 +00:00
|
|
|
snd_output_disk_la_CFLAGS=
|
|
|
|
snd_output_disk_la_SOURCES= snd_disk.c
|