2006-07-13 15:07:28 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstnsf.la
|
|
|
|
|
|
|
|
NOSEFART_SOURCES=fmopl.c \
|
|
|
|
log.c \
|
|
|
|
mmc5_snd.c \
|
|
|
|
nes_apu.c \
|
|
|
|
vrc7_snd.c \
|
|
|
|
fds_snd.c \
|
|
|
|
nes6502.c \
|
|
|
|
nsf.c \
|
|
|
|
vrcvisnd.c
|
|
|
|
|
|
|
|
NOSEFART_INCLUDES=fmopl.h \
|
|
|
|
log.h \
|
|
|
|
mmc5_snd.h \
|
2006-07-13 15:22:36 +00:00
|
|
|
dis6502.h \
|
2006-07-13 15:07:28 +00:00
|
|
|
nes_apu.h \
|
|
|
|
osd.h \
|
|
|
|
vrc7_snd.h \
|
|
|
|
fds_snd.h \
|
|
|
|
nes6502.h \
|
|
|
|
nsf.h \
|
|
|
|
types.h \
|
|
|
|
vrcvisnd.h
|
|
|
|
|
|
|
|
libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
|
|
|
|
|
|
|
|
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
|
2006-08-31 13:01:15 +00:00
|
|
|
libgstnsf_la_LIBADD = $(GST_LIBS)
|
2006-07-13 15:07:28 +00:00
|
|
|
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)
|
|
|
|
|
|
|
|
EXTRA_DIST =
|