view src/null/Makefile @ 165:f57b76df3d96 trunk

[svn] - update this preset for the new version of the branching container.
author nenolod
date Tue, 31 Oct 2006 21:33:37 -0800
parents 5dfc0e491ad3
children 0c50f248ed10
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

OBJECTIVE_LIBS = libnull${SHARED_SUFFIX}

LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR}

SOURCES = null.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += ${PICFLAGS} \
	-I../..

include ../../mk/objective.mk