summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-31 12:06:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-31 12:06:25 +0000
commit91173829db3f10a5237ea28ed9e1c0c1f69cb05b (patch)
treebd99e4aa6bc079e45881fb0cb5e1e12cec0d13a9 /crypto/jpake
parentbfaead2b12fd94c58308f338ff5e42f0e8738849 (diff)
Add install target to crypto/jpake/Makefile
Diffstat (limited to 'crypto/jpake')
-rw-r--r--crypto/jpake/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile
index ffc519895d..110c49ce0b 100644
--- a/crypto/jpake/Makefile
+++ b/crypto/jpake/Makefile
@@ -24,6 +24,14 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
+ @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
+ do \
+ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
+ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
+ done;
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)