Fix security hole.
[openssl.git] / crypto / conf / Makefile.ssl
1 #
2 # SSLeay/crypto/conf/Makefile
3 #
4
5 DIR=    conf
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=conf
19 ERRC=conf_err
20 GENERAL=Makefile
21 TEST=
22 APPS=
23
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= conf.c $(ERRC).c
26
27 LIBOBJ= conf.o $(ERRC).o
28
29 SRC= $(LIBSRC)
30
31 EXHEADER= conf.h
32 HEADER= conf_lcl.h $(EXHEADER)
33
34 ALL=    $(GENERAL) $(SRC) $(HEADER)
35
36 top:
37         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
38
39 all:    lib
40
41 lib:    $(LIBOBJ)
42         $(AR) $(LIB) $(LIBOBJ)
43         sh $(TOP)/util/ranlib.sh $(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 $(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/$$i; \
59         chmod 644 $(INSTALLTOP)/include/$$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) $(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 errors: $(ERRC).c
81
82 $(ERRC).c: $(ERR).err
83         perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
84         perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
85
86 # DO NOT DELETE THIS LINE -- make depend depends on it.
87
88 conf.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
89 conf.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h
90 conf.o: ../cryptlib.h ../crypto.h ../opensslv.h conf.h conf_lcl.h
91 conf_err.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h
92 conf_err.o: conf.h