2001-11-12 16:23:41 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
2001-05-19 00:05:35 +00:00
|
|
|
INCLUDES= -I$(top_srcdir)/include $(ALSA_CFLAGS) $(MME_CFLAGS) $(OSS_CFLAGS) $(SGISND_CFLAGS) $(SUNSND_CFLAGS) $(WIN32SND_CFLAGS) $(SDL_CFLAGS)
|
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
|
2002-04-29 19:19:26 +00:00
|
|
|
plugin_ldflags= @plugin_ldflags@
|
|
|
|
plugin_libadd= @plugin_libadd@
|
2001-05-19 00:05:35 +00:00
|
|
|
|
2001-10-14 07:05:06 +00:00
|
|
|
plugin_LTLIBRARIES= @SND_PLUGIN_TARGETS@
|
|
|
|
noinst_LTLIBRARIES= @SND_PLUGIN_STATIC@
|
|
|
|
EXTRA_LTLIBRARIES= \
|
|
|
|
libsnd_output_sdl.la libsnd_output_alsa0_5.la libsnd_output_alsa0_9.la \
|
|
|
|
libsnd_output_oss.la libsnd_output_sgi.la libsnd_output_sun.la \
|
|
|
|
libsnd_output_win.la libsnd_output_null.la libsnd_output_disk.la
|
2001-08-23 04:01:46 +00:00
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_sdl_la_LDFLAGS= $(plugin_ldflags)
|
2002-04-29 19:19:26 +00:00
|
|
|
libsnd_output_sdl_la_LIBADD= $(SDL_LIBS) $(plugin_libadd)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_sdl_la_SOURCES= snd_sdl.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_alsa0_5_la_LDFLAGS= $(plugin_ldflags)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_alsa0_5_la_LIBADD= $(ALSA_LIBS)
|
|
|
|
libsnd_output_alsa0_5_la_SOURCES= snd_alsa_0_5.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_alsa0_9_la_LDFLAGS= $(plugin_ldflags)
|
2002-04-19 20:08:54 +00:00
|
|
|
libsnd_output_alsa0_9_la_LIBADD=
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_alsa0_9_la_SOURCES= snd_alsa_0_9.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_oss_la_LDFLAGS= $(plugin_ldflags)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_oss_la_LIBADD= $(OSS_LIBS)
|
|
|
|
libsnd_output_oss_la_SOURCES= snd_oss.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_sgi_la_LDFLAGS= $(plugin_ldflags)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_sgi_la_LIBADD= $(SGISND_LIBS)
|
|
|
|
libsnd_output_sgi_la_SOURCES= snd_sgi.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_sun_la_LDFLAGS= $(plugin_ldflags)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_sun_la_SOURCES= snd_sun.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_win_la_LDFLAGS= $(plugin_ldflags)
|
2002-04-29 19:19:26 +00:00
|
|
|
libsnd_output_win_la_LIBADD= $(WINSND_LIBS) $(plugin_libadd)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_win_la_SOURCES= snd_win.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_disk_la_LDFLAGS= $(plugin_ldflags)
|
2002-04-29 19:19:26 +00:00
|
|
|
libsnd_output_disk_la_LIBADD= $(plugin_libadd)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_disk_la_SOURCES= snd_disk.c
|
|
|
|
|
2002-06-03 16:34:46 +00:00
|
|
|
libsnd_output_null_la_LDFLAGS= $(plugin_ldflags)
|
2002-04-29 19:19:26 +00:00
|
|
|
libsnd_output_null_la_LIBADD= $(plugin_libadd)
|
2001-09-28 05:33:12 +00:00
|
|
|
libsnd_output_null_la_SOURCES= snd_null.c
|