summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-04 19:12:09 -0400
committermidipix <writeonce@midipix.org>2016-05-06 11:02:23 -0400
commit34b9c7a630497e6a08128560d113410868b57470 (patch)
tree9e47d93dedbd1365e8a780d877371d3779ce0242 /Makefile.in
parent9bf58e952ae26a2e07e4cd16283fc8c8d21df2f7 (diff)
downloadsofort-34b9c7a630497e6a08128560d113410868b57470.tar.bz2
sofort-34b9c7a630497e6a08128560d113410868b57470.tar.xz
build system: added the 'install-static-app' make target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
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