From f89e82dfe9395298f6b4dadf45d4e57f35819dd4 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 11 2016 05:22:41 +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