From d4993eb9553a38ba3c9edea844e348a45ad84df3 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 11 2016 04:35:45 +0000 Subject: build system: added the 'install-static-app' make target. --- diff --git a/Makefile.in b/Makefile.in index 509af4e..5739b0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -127,6 +127,10 @@ install-app: app install-app-extras mkdir -p $(DESTDIR)$(BINDIR) cp $(APP) $(DESTDIR)$(BINDIR) +install-static-app: static-app install-app-extras + mkdir -p $(DESTDIR)$(BINDIR) + cp $(STATIC_APP) $(DESTDIR)$(BINDIR)/$(NICKNAME)$(OS_APP_SUFFIX) + shared: shared-lib shared-soname shared-solink implib