Mercurial > audlegacy-plugins
annotate 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 |
| rev | line source |
|---|---|
| 22 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS_NOINST = libtimidity.a | |
| 5 | |
| 6 SOURCES = \ | |
| 7 common.c \ | |
| 8 instrum.c \ | |
| 9 instrum_dls.c \ | |
| 10 mix.c \ | |
| 11 options.h \ | |
| 12 output.c \ | |
| 13 playmidi.c \ | |
| 14 readmidi.c \ | |
| 15 resample.c \ | |
| 16 stream.c \ | |
| 17 tables.c \ | |
| 18 timidity.c | |
| 19 | |
|
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
26
diff
changeset
|
20 CFLAGS += $(PICFLAGS) -I../../.. |
| 22 | 21 |
| 22 OBJECTS = ${SOURCES:.c=.o} | |
| 23 | |
| 24 include ../../../mk/objective.mk | |
| 25 | |
| 26 libtimidity.a: $(OBJECTS) | |
| 27 $(AR) cq $@ $(OBJECTS) |
