Mercurial > audlegacy
comparison Plugins/Input/sexypsf/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 | f22bd1fa1579 |
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 = libsexypsf.so | 4 OBJECTIVE_LIBS = libsexypsf.so |
5 | 5 |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
7 | 7 |
23 | 23 |
24 OBJECTS = ${SOURCES:.c=.o} | 24 OBJECTS = ${SOURCES:.c=.o} |
25 | 25 |
26 CFLAGS += -Wno-nonnull -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -Ispu/ -I. | 26 CFLAGS += -Wno-nonnull -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -Ispu/ -I. |
27 | 27 |
28 include ../../../mk/objective.mk | |
29 | |
28 clean-posthook: | 30 clean-posthook: |
29 @rm -f spu/*.o | 31 @rm -f spu/*.o |