also install useful demos

This commit is contained in:
Steffen Jaeckel
2017-05-03 18:36:35 +02:00
parent 90daad0764
commit 3fd1771d35
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -96,10 +96,12 @@ TESTS=demos/test.o
#LIBPATH The directory for libtomcrypt to be installed to.
#INCPATH The directory to install the header files for libtomcrypt.
#DATAPATH The directory to install the pdf docs.
#BINPATH The directory to install the binaries provided.
DESTDIR ?= /usr/local
LIBPATH ?= $(DESTDIR)/lib
INCPATH ?= $(DESTDIR)/include
DATAPATH ?= $(DESTDIR)/share/doc/libtomcrypt/pdf
BINPATH ?= $(DESTDIR)/bin
#Who do we install as?
ifdef INSTALL_USER