Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 386:de15b9e09d2d trunk
[svn] - updated m3u.c, xspf.c, pls.c to use the playlist->mutex and no more playlist_get
| author | giacomo |
|---|---|
| date | Sat, 16 Dec 2006 02:56:32 -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)
