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