Mercurial > audlegacy
annotate Plugins/Input/wma/Makefile.in @ 1637:5261e37b4d55 trunk
[svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink)
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 11:32:59 -0700 |
parents | 79891e2fd8a5 |
children |
rev | line source |
---|---|
605 | 1 include ../../../mk/rules.mk |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
605
diff
changeset
|
2 include ../../../mk/init.mk |
605 | 3 |
1625 | 4 OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) |
605 | 5 |
6 SUBDIRS = libffwma | |
7 | |
8 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
9 | |
10 LIBADD = ./libffwma/libffwma.a | |
11 | |
12 SOURCES = wma.c | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
1625 | 16 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../.. -I./libffwma -std=c99 |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
605
diff
changeset
|
17 |
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
605
diff
changeset
|
18 include ../../../mk/objective.mk |