Makefile.ssl 3.4 KB
Newer Older
1 2 3 4 5 6 7 8 9
#
# SSLeay/crypto/objects/Makefile
#

DIR=	objects
TOP=	../..
CC=	cc
INCLUDES= -I.. -I../../include
CFLAG=-g
10 11
INSTALL_PREFIX=
OPENSSLDIR=     /usr/local/ssl
12 13
INSTALLTOP=/usr/local/ssl
MAKE=		make -f Makefile.ssl
14
MAKEDEPEND=	$(TOP)/util/domd $(TOP)
15 16 17 18 19 20 21 22 23 24
MAKEFILE=	Makefile.ssl
AR=		ar r

CFLAGS= $(INCLUDES) $(CFLAG)

GENERAL=Makefile README
TEST=
APPS=

LIB=$(TOP)/libcrypto.a
25 26
LIBSRC=	o_names.c obj_dat.c obj_lib.c obj_err.c
LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o
27 28 29 30 31 32 33 34 35 36 37 38 39 40

SRC= $(LIBSRC)

EXHEADER= objects.h
HEADER=	$(EXHEADER) obj_dat.h

ALL=    $(GENERAL) $(SRC) $(HEADER)

top:
	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)

all:	obj_dat.h lib

obj_dat.h: objects.h obj_dat.pl
41
	$(PERL) ./obj_dat.pl objects.h obj_dat.h
42 43 44

lib:	$(LIBOBJ)
	$(AR) $(LIB) $(LIBOBJ)
45
	$(RANLIB) $(LIB)
46 47 48
	@touch lib

files:
49
	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
50 51

links:
52
	@$(TOP)/util/point.sh Makefile.ssl Makefile
53 54 55
	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
56 57 58 59

install:
	@for i in $(EXHEADER) ; \
	do  \
60 61
	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
62 63 64 65 66 67 68 69 70 71 72
	done;

tags:
	ctags $(SRC)

tests:

lint:
	lint -DLINT $(INCLUDES) $(SRC)>fluff

depend:
73
	$(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
74 75

dclean:
76
	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
77 78 79
	mv -f Makefile.new $(MAKEFILE)

clean:
80
	rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
81 82

# DO NOT DELETE THIS LINE -- make depend depends on it.
B
Ben Laurie 已提交
83

B
Bodo Möller 已提交
84 85 86 87
o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
o_names.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
B
Ben Laurie 已提交
88
o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
B
Bodo Möller 已提交
89 90
obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
91 92
obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
B
Bodo Möller 已提交
93 94 95
obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
obj_dat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
B
Bodo Möller 已提交
96
obj_dat.o: ../cryptlib.h obj_dat.h
B
Bodo Möller 已提交
97 98 99 100
obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
obj_err.o: ../../include/openssl/err.h ../../include/openssl/objects.h
obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
B
Ben Laurie 已提交
101
obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
B
Bodo Möller 已提交
102 103
obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
104 105
obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
B
Bodo Möller 已提交
106 107 108
obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
109
obj_lib.o: ../cryptlib.h