Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | d447ee6c8bc0 |
| children |
line wrap: on
line source
include ../../../extra.mk STATIC_LIB_NOINST = libtimidity.a SRCS = \ common.c \ instrum.c \ instrum_dls.c \ mix.c \ output.c \ playmidi.c \ readmidi.c \ resample.c \ stream.c \ tables.c \ timidity.c include ../../../buildsys.mk CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += -I../../.. $(GLIB_CFLAGS)
