Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1414:5f892afeb8e1 audacious-plugins-1.4.0-dr2
- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Mon, 06 Aug 2007 14:01:24 +0200 |
| parents | f19e6748d8eb |
| children | d447ee6c8bc0 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libtimidity.a SOURCES = \ common.c \ instrum.c \ instrum_dls.c \ mix.c \ output.c \ playmidi.c \ readmidi.c \ resample.c \ stream.c \ tables.c \ timidity.c CFLAGS += $(PICFLAGS) -I../../.. OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk
