a7ad157d09540a233833c7ae720e3f8c553b48a3
[openssl.git] / crypto / objects / Makefile.ssl
1 #
2 # SSLeay/crypto/objects/Makefile
3 #
4
5 DIR=    objects
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I../../include
9 CFLAG=-g
10 INSTALLTOP=/usr/local/ssl
11 MAKE=           make -f Makefile.ssl
12 MAKEDEPEND=     $(TOP)/util/domd $(TOP)
13 MAKEFILE=       Makefile.ssl
14 AR=             ar r
15
16 CFLAGS= $(INCLUDES) $(CFLAG)
17
18 GENERAL=Makefile README
19 TEST=
20 APPS=
21
22 LIB=$(TOP)/libcrypto.a
23 LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c
24 LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o
25
26 SRC= $(LIBSRC)
27
28 EXHEADER= objects.h
29 HEADER= $(EXHEADER) obj_dat.h
30
31 ALL=    $(GENERAL) $(SRC) $(HEADER)
32
33 top:
34         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
35
36 all:    obj_dat.h lib
37
38 obj_dat.h: objects.h obj_dat.pl
39         $(PERL) ./obj_dat.pl < objects.h > obj_dat.h
40
41 lib:    $(LIBOBJ)
42         $(AR) $(LIB) $(LIBOBJ)
43         $(RANLIB) $(LIB)
44         @touch lib
45
46 files:
47         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
48
49 links:
50         @$(TOP)/util/point.sh Makefile.ssl Makefile
51         @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
52         @$(TOP)/util/mklink.sh ../../test $(TEST)
53         @$(TOP)/util/mklink.sh ../../apps $(APPS)
54
55 install:
56         @for i in $(EXHEADER) ; \
57         do  \
58         (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
59         chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
60         done;
61
62 tags:
63         ctags $(SRC)
64
65 tests:
66
67 lint:
68         lint -DLINT $(INCLUDES) $(SRC)>fluff
69
70 depend:
71         $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
72
73 dclean:
74         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
75         mv -f Makefile.new $(MAKEFILE)
76
77 clean:
78         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
79
80 # DO NOT DELETE THIS LINE -- make depend depends on it.
81
82 o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
83 o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
84 o_names.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
85 o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
86 o_names.o: ../../include/openssl/stack.h
87 obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
88 obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
89 obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
90 obj_dat.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
91 obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
92 obj_dat.o: ../../include/openssl/opensslv.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/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/err.h ../../include/openssl/lhash.h
103 obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
104 obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
105 obj_lib.o: ../cryptlib.h