2012-04-17 20:09:50 +00:00
|
|
|
# Copyright (c) 2003-2004 E. Will et al.
|
|
|
|
# Rights to this code are documented in doc/LICENSE.
|
|
|
|
#
|
|
|
|
# This file contains build instructions.
|
|
|
|
#
|
|
|
|
# $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $
|
|
|
|
#
|
|
|
|
|
|
|
|
MODULE = contrib
|
|
|
|
|
2012-04-17 20:46:12 +00:00
|
|
|
SRCS = $(wildcard *.c)
|
2012-04-17 20:09:50 +00:00
|
|
|
|
|
|
|
include ../../extra.mk
|
|
|
|
include ../../buildsys.mk
|
|
|
|
include ../../buildsys.module.mk
|
|
|
|
|
|
|
|
CPPFLAGS += -I../../include
|
|
|
|
CFLAGS += ${PLUGIN_CFLAGS}
|
|
|
|
LIBS += -L../../libathemecore -lathemecore ${LDFLAGS_RPATH}
|
|
|
|
|