jw-pkg/make/plugin.mk

17 lines
356 B
Makefile
Raw Normal View History

2005-05-05 16:37:31 +00:00
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/plugin-defs.mk
2005-05-05 16:37:31 +00:00
include $(MODDIR)/make/rules.mk
2006-03-07 20:21:22 +00:00
include $(MODDIR)/make/depend.mk
2005-05-05 16:37:31 +00:00
LOCAL_CPPFLAGS += -D_PLUGIN
LOCAL_CFLAGS += -D_PLUGIN
2007-08-23 01:56:47 +00:00
all: build_LIB
install: install_LIB
2005-05-05 16:37:31 +00:00
clean: execlean localclean
distclean: clean