Restore ERRC definitions that are needed to compile the library.
[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 ERRC=obj_err
19 GENERAL=Makefile README
20 TEST=
21 APPS=
22
23 LIB=$(TOP)/libcrypto.a
24 LIBSRC= o_names.c obj_dat.c obj_lib.c $(ERRC).c
25 LIBOBJ= o_names.o obj_dat.o obj_lib.o $(ERRC).o
26
27 SRC= $(LIBSRC)
28
29 EXHEADER= objects.h
30 HEADER= $(EXHEADER) obj_dat.h
31
32 ALL=    $(GENERAL) $(SRC) $(HEADER)
33
34 top:
35         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
36
37 all:    obj_dat.h lib
38
39 obj_dat.h: objects.h obj_dat.pl
40         $(PERL) ./obj_dat.pl < objects.h > obj_dat.h
41
42 lib:    $(LIBOBJ)
43         $(AR) $(LIB) $(LIBOBJ)
44         $(RANLIB) $(LIB)
45         @touch lib
46
47 files:
48         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
49
50 links:
51         @$(TOP)/util/point.sh Makefile.ssl Makefile
52         @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
53         @$(TOP)/util/mklink.sh ../../test $(TEST)
54         @$(TOP)/util/mklink.sh ../../apps $(APPS)
55
56 install:
57         @for i in $(EXHEADER) ; \
58         do  \
59         (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
60         chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
61         done;
62
63 tags:
64         ctags $(SRC)
65
66 tests:
67
68 lint:
69         lint -DLINT $(INCLUDES) $(SRC)>fluff
70
71 depend:
72         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
73
74 dclean:
75         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
76         mv -f Makefile.new $(MAKEFILE)
77
78 clean:
79         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
80
81 # DO NOT DELETE THIS LINE -- make depend depends on it.
82
83 o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
84 o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
85 o_names.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h
86 o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
87 o_names.o: ../../include/openssl/stack.h
88 obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
89 obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
90 obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
91 obj_dat.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
92 obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
93 obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
94 obj_dat.o: ../cryptlib.h obj_dat.h
95 obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
96 obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
97 obj_err.o: ../../include/openssl/err.h ../../include/openssl/objects.h
98 obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
99 obj_err.o: ../../include/openssl/stack.h
100 obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
101 obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
102 obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
103 obj_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
104 obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
105 obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
106 obj_lib.o: ../cryptlib.h