summaryrefslogtreecommitdiffstats
path: root/crypto/idea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/Makefile')
-rw-r--r--crypto/idea/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/crypto/idea/Makefile b/crypto/idea/Makefile
index b2e7add666..345b60281f 100644
--- a/crypto/idea/Makefile
+++ b/crypto/idea/Makefile
@@ -13,8 +13,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
-TEST=ideatest.c
-APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC=i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
@@ -22,8 +20,7 @@ LIBOBJ=i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o
SRC= $(LIBSRC)
-EXHEADER= idea.h
-HEADER= idea_lcl.h $(EXHEADER)
+HEADER= idea_lcl.h
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -40,19 +37,6 @@ lib: $(LIBOBJ)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-links:
- @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
- @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
- @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-
-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;
-
tags:
ctags $(SRC)