mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +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_CPPFLAGS += -D_PLUGIN
|
||||||
LOCAL_CFLAGS += -D_PLUGIN
|
LOCAL_CFLAGS += -D_PLUGIN
|
||||||
|
|
||||||
ifeq ($(INSTALLED_PLUGIN),)
|
all: build_LIB
|
||||||
INSTALLED_PLUGIN = $(INSTALL_LIBDIR)/$(PLUGIN)
|
install: install_LIB
|
||||||
endif
|
|
||||||
|
|
||||||
all: $(PLUGIN)
|
|
||||||
install: $(INSTALLED_PLUGIN)
|
|
||||||
clean: execlean localclean
|
clean: execlean localclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue