Mercurial > audlegacy
view Plugins/Input/sexypsf/Makefile.in @ 640:f26682a2825b trunk
[svn] Addresses most of the warnings in the code, and uses a -W CFLAG to disable the non-null checks. From external contributor Harald van Dijk (Gentoo).
author | chainsaw |
---|---|
date | Sat, 18 Feb 2006 16:15:16 -0800 |
parents | 124891a14ae2 |
children | 61e7332e0652 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/objective.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.