jw-pkg/make/plugin.mk

21 lines
414 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$
ifeq ($(PLUGIN),)
PLUGIN = lib$(notdir $(shell pwd)).so
2005-05-05 16:37:31 +00:00
endif
include $(MODDIR)/make/defs.mk
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
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