Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 886:f2fde7b4dccd trunk
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia)
| author | giacomo |
|---|---|
| date | Wed, 21 Mar 2007 07:15:43 -0700 |
| parents | 550c9e382cf8 |
| children | f19e6748d8eb |
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) -I../../.. OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk libtimidity.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)
