Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 304:3d0b7ca9c8eb trunk
[svn] - add pn_draw_dot() and convert some functions to use that instead of redundant checks all over the code.
| author | nenolod |
|---|---|
| date | Thu, 23 Nov 2006 00:02:25 -0800 |
| parents | 67b56e61de74 |
| children | 550c9e382cf8 |
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 \ options.h \ output.c \ playmidi.c \ readmidi.c \ resample.c \ stream.c \ tables.c \ timidity.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk libtimidity.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)
