annotate src/timidity/src/Makefile @ 103:117bc56d906b trunk

[svn] flac -> flac113
author nenolod
date Mon, 23 Oct 2006 19:51:39 -0700
parents 67b56e61de74
children 0c50f248ed10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
1 include ../../../mk/rules.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
2 include ../../../mk/init.mk
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
3
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
4 OBJECTIVE_LIBS = libtimidity$(SHARED_SUFFIX)
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
5
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
7
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
8 LIBADD = ../libtimidity/libtimidity.a
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
9
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
10 SOURCES = \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
11 callbacks.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
12 interface.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
13 xmms-timidity.c \
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
14
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
15 OBJECTS = ${SOURCES:.c=.o}
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
16
26
67b56e61de74 [svn] - fix some build errors
nenolod
parents: 22
diff changeset
17 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. -I../libtimidity
22
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
18
eab0c4241348 [svn] - finish up on the Makefile reduction
nenolod
parents:
diff changeset
19 include ../../../mk/objective.mk