plugin.mk: Standardized

This commit is contained in:
Jan Lindemann 2007-08-23 01:56:47 +00:00 committed by Jan Lindemann
commit d37be30057

View file

@ -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