Mercurial > audlegacy
annotate Plugins/General/song_change/Makefile.in @ 1615:e402e0217870 trunk
[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.
author | yaz |
---|---|
date | Mon, 04 Sep 2006 19:47:32 -0700 |
parents | f72025664bed |
children | 79891e2fd8a5 |
rev | line source |
---|---|
609 | 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:
1221
diff
changeset
|
2 include ../../../mk/init.mk |
609 | 3 |
4 OBJECTIVE_LIBS = libsong_change.so | |
5 | |
6 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
7 | |
8 LIBADD = $(GTK_LIBS) | |
9 | |
10 SOURCES = song_change.c | |
11 | |
12 OBJECTS = ${SOURCES:.c=.o} | |
13 | |
1221 | 14 CFLAGS += -fPIC -DPIC $(BEEP_DEFINES) $(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:
1221
diff
changeset
|
15 |
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:
1221
diff
changeset
|
16 include ../../../mk/objective.mk |