jw-pkg/make/plugin.mk

21 lines
446 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
ifeq ($(INSTALLED_PLUGIN),)
INSTALLED_PLUGIN = $(INSTALL_LIBDIR)/$(PLUGIN)
endif
2005-05-05 16:37:31 +00:00
all: $(PLUGIN)
install: $(INSTALLED_PLUGIN)
2005-05-05 16:37:31 +00:00
clean: execlean localclean
distclean: clean