Mercurial > audlegacy-plugins
diff src/Input/timidity/libtimidity/Makefile.in @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Input/timidity/libtimidity/Makefile.in Mon Sep 18 01:11:49 2006 -0700 @@ -0,0 +1,27 @@ +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../../../../intl -I../../../.. + +OBJECTS = ${SOURCES:.c=.o} + +include ../../../../mk/objective.mk + +libtimidity.a: $(OBJECTS) + $(AR) cq $@ $(OBJECTS)
