From a80e33b991e29988309964439fa8dba30af7ea5c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 26 Mar 2015 21:44:59 +0100 Subject: Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: Rich Salz --- crypto/conf/Makefile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'crypto/conf') diff --git a/crypto/conf/Makefile b/crypto/conf/Makefile index 78bb324106..8af03a674b 100644 --- a/crypto/conf/Makefile +++ b/crypto/conf/Makefile @@ -13,8 +13,6 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -TEST= -APPS= LIB=$(TOP)/libcrypto.a LIBSRC= conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \ @@ -25,8 +23,7 @@ LIBOBJ= conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o \ SRC= $(LIBSRC) -EXHEADER= conf.h conf_api.h -HEADER= conf_def.h $(EXHEADER) +HEADER= conf_def.h ALL= $(GENERAL) $(SRC) $(HEADER) @@ -43,19 +40,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) -- cgit v1.2.3