Mercurial > audlegacy
annotate Plugins/Input/tonegen/Makefile.in @ 1740:1cd9aa465ea7 trunk
[svn] - export main.h API
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 02:30:57 -0700 |
parents | 79891e2fd8a5 |
children |
rev | line source |
---|---|
572 | 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:
673
diff
changeset
|
2 include ../../../mk/init.mk |
61 | 3 |
1625 | 4 OBJECTIVE_LIBS = libtonegen$(SHARED_SUFFIX) |
572 | 5 |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
61 | 7 |
572 | 8 SOURCES = tonegen.c |
9 | |
10 OBJECTS = ${SOURCES:.c=.o} | |
61 | 11 |
1625 | 12 CFLAGS += $(PICFLAGS) @GTK_CFLAGS@ -I../../../intl -I../../.. |
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:
673
diff
changeset
|
13 |
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:
673
diff
changeset
|
14 include ../../../mk/objective.mk |