Mercurial > audlegacy
comparison Plugins/Visualization/blur_scope/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 | f12d7e208b43 |
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 = libbscope.so | 4 OBJECTIVE_LIBS = libbscope.so |
5 | 5 |
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | 6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) |
7 | 7 |
10 SOURCES = blur_scope.c config.c | 10 SOURCES = blur_scope.c config.c |
11 | 11 |
12 OBJECTS = ${SOURCES:.c=.o} | 12 OBJECTS = ${SOURCES:.c=.o} |
13 | 13 |
14 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. | 14 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. |
15 | |
16 include ../../../mk/objective.mk |