2 # SSLeay/crypto/objects/Makefile
8 INCLUDES= -I.. -I../../include
11 OPENSSLDIR= /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKE= make -f Makefile.ssl
14 MAKEDEPEND= $(TOP)/util/domd $(TOP)
15 MAKEFILE= Makefile.ssl
18 CFLAGS= $(INCLUDES) $(CFLAG)
20 GENERAL=Makefile README
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c
26 LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o
31 HEADER= $(EXHEADER) obj_dat.h
33 ALL= $(GENERAL) $(SRC) $(HEADER)
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41 $(AR) $(LIB) $(LIBOBJ)
46 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
49 @$(TOP)/util/point.sh Makefile.ssl Makefile
50 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
51 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
52 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
55 @for i in $(EXHEADER) ; \
57 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
58 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
70 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
73 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
74 mv -f Makefile.new $(MAKEFILE)
77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
79 # DO NOT DELETE THIS LINE -- make depend depends on it.
81 o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
82 o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
83 o_names.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
84 o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
85 o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
86 obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87 obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
88 obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
89 obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
90 obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
91 obj_dat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
92 obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
93 obj_dat.o: ../cryptlib.h obj_dat.h
94 obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
95 obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
96 obj_err.o: ../../include/openssl/err.h ../../include/openssl/objects.h
97 obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
98 obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
99 obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
100 obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
101 obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
102 obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
103 obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
104 obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
105 obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
106 obj_lib.o: ../cryptlib.h