Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
1614:9b4678a2efc9 | 1615:e402e0217870 |
---|---|
1 include ../../../mk/rules.mk | 1 include ../../../mk/rules.mk |
2 include ../../../mk/objective.mk | 2 include ../../../mk/init.mk |
3 | 3 |
4 OBJECTIVE_LIBS = libsong_change.so | 4 OBJECTIVE_LIBS = libsong_change.so |
5 | 5 |
6 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | 6 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) |
7 | 7 |
10 SOURCES = song_change.c | 10 SOURCES = song_change.c |
11 | 11 |
12 OBJECTS = ${SOURCES:.c=.o} | 12 OBJECTS = ${SOURCES:.c=.o} |
13 | 13 |
14 CFLAGS += -fPIC -DPIC $(BEEP_DEFINES) $(GTK_CFLAGS) -I../../../intl -I../../.. | 14 CFLAGS += -fPIC -DPIC $(BEEP_DEFINES) $(GTK_CFLAGS) -I../../../intl -I../../.. |
15 | |
16 include ../../../mk/objective.mk |