mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
plugin.mk: Standardized
This commit is contained in:
parent
23538e3d39
commit
d37be30057
1 changed files with 2 additions and 6 deletions
|
|
@ -11,11 +11,7 @@ include $(MODDIR)/make/depend.mk
|
|||
LOCAL_CPPFLAGS += -D_PLUGIN
|
||||
LOCAL_CFLAGS += -D_PLUGIN
|
||||
|
||||
ifeq ($(INSTALLED_PLUGIN),)
|
||||
INSTALLED_PLUGIN = $(INSTALL_LIBDIR)/$(PLUGIN)
|
||||
endif
|
||||
|
||||
all: $(PLUGIN)
|
||||
install: $(INSTALLED_PLUGIN)
|
||||
all: build_LIB
|
||||
install: install_LIB
|
||||
clean: execlean localclean
|
||||
distclean: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue