1998-12-21 10:52:47 +00:00
|
|
|
#
|
|
|
|
# SSLeay/crypto/err/Makefile
|
|
|
|
#
|
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
DIR= err
|
1998-12-21 10:52:47 +00:00
|
|
|
TOP= ../..
|
|
|
|
CC= cc
|
2001-02-22 14:45:02 +00:00
|
|
|
INCLUDES= -I.. -I$(TOP) -I../../include
|
1998-12-21 10:52:47 +00:00
|
|
|
CFLAG=-g
|
1999-04-29 21:52:08 +00:00
|
|
|
INSTALL_PREFIX=
|
|
|
|
OPENSSLDIR= /usr/local/ssl
|
1998-12-21 10:52:47 +00:00
|
|
|
INSTALLTOP=/usr/local/ssl
|
|
|
|
MAKE= make -f Makefile.ssl
|
2001-02-19 16:06:34 +00:00
|
|
|
MAKEDEPPROG= makedepend
|
|
|
|
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
|
1998-12-21 10:52:47 +00:00
|
|
|
MAKEFILE= Makefile.ssl
|
|
|
|
AR= ar r
|
|
|
|
|
|
|
|
CFLAGS= $(INCLUDES) $(CFLAG)
|
|
|
|
|
|
|
|
GENERAL=Makefile
|
|
|
|
TEST=
|
|
|
|
APPS=
|
|
|
|
|
|
|
|
LIB=$(TOP)/libcrypto.a
|
|
|
|
LIBSRC=err.c err_all.c err_prn.c
|
|
|
|
LIBOBJ=err.o err_all.o err_prn.o
|
|
|
|
|
|
|
|
SRC= $(LIBSRC)
|
|
|
|
|
|
|
|
EXHEADER= err.h
|
|
|
|
HEADER= $(EXHEADER)
|
|
|
|
|
|
|
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
|
|
|
|
|
|
|
top:
|
|
|
|
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
|
|
|
|
|
|
|
|
all: lib
|
|
|
|
|
|
|
|
lib: $(LIBOBJ)
|
|
|
|
$(AR) $(LIB) $(LIBOBJ)
|
2000-09-25 08:53:15 +00:00
|
|
|
@echo You may get an error following this line. Please ignore.
|
|
|
|
- $(RANLIB) $(LIB)
|
1998-12-21 10:52:47 +00:00
|
|
|
@touch lib
|
|
|
|
|
|
|
|
files:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
links:
|
1999-03-06 12:32:06 +00:00
|
|
|
@$(TOP)/util/point.sh Makefile.ssl Makefile
|
1999-04-29 12:46:59 +00:00
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
|
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
|
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
@for i in $(EXHEADER) ; \
|
|
|
|
do \
|
1999-04-29 21:52:08 +00:00
|
|
|
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
|
|
|
|
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
1998-12-21 10:52:47 +00:00
|
|
|
done;
|
|
|
|
|
|
|
|
tags:
|
|
|
|
ctags $(SRC)
|
|
|
|
|
|
|
|
tests:
|
|
|
|
|
|
|
|
lint:
|
|
|
|
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
|
|
|
|
|
|
|
depend:
|
1999-04-27 01:14:46 +00:00
|
|
|
$(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
dclean:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
1998-12-21 10:52:47 +00:00
|
|
|
mv -f Makefile.new $(MAKEFILE)
|
|
|
|
|
|
|
|
clean:
|
1999-03-06 12:32:06 +00:00
|
|
|
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
1999-03-06 14:32:48 +00:00
|
|
|
|
2001-02-22 14:45:02 +00:00
|
|
|
err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
|
|
|
err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
|
|
|
err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
|
|
|
err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
|
|
|
err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
|
|
|
err.o: ../../include/openssl/symhacks.h ../cryptlib.h err.c
|
2001-02-26 10:54:08 +00:00
|
|
|
err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
|
|
|
err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
|
|
|
err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
|
|
|
err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
|
|
|
err_all.o: ../../include/openssl/des.h ../../include/openssl/dh.h
|
|
|
|
err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
|
|
|
|
err_all.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
|
|
|
|
err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
|
|
|
err_all.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
|
|
|
|
err_all.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
|
|
|
|
err_all.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
|
|
|
|
err_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
|
|
|
err_all.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
|
|
|
|
err_all.o: ../../include/openssl/opensslv.h ../../include/openssl/pem2.h
|
|
|
|
err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
|
|
|
|
err_all.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
|
|
|
|
err_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
|
|
|
|
err_all.o: ../../include/openssl/rd_fst.h ../../include/openssl/rijndael.h
|
|
|
|
err_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
|
|
|
|
err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
|
|
|
|
err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
|
|
|
err_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
|
|
|
|
err_all.o: ../../include/openssl/x509v3.h err_all.c
|
2001-02-22 14:45:02 +00:00
|
|
|
err_prn.o: ../../e_os.h ../../include/openssl/bio.h
|
|
|
|
err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
1999-05-21 11:16:48 +00:00
|
|
|
err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
|
1999-05-20 22:18:49 +00:00
|
|
|
err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
|
2000-01-23 23:41:49 +00:00
|
|
|
err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
|
2000-09-07 08:46:51 +00:00
|
|
|
err_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
2001-02-19 16:06:34 +00:00
|
|
|
err_prn.o: ../cryptlib.h err_prn.c
|