Mercurial > audlegacy
view 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 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS = libsexypsf.so LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = \ PsxBios.c \ PsxCounters.c \ PsxDma.c \ Spu.c \ PsxMem.c \ PsxHw.c \ Misc.c \ R3000A.c \ PsxInterpreter.c \ PsxHLE.c \ spu/spu.c \ xmms.c LIBADD = -lz OBJECTS = ${SOURCES:.c=.o} CFLAGS += -Wno-nonnull -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -Ispu/ -I. include ../../../mk/objective.mk clean-posthook: @rm -f spu/*.o