Fool-proofing Makefiles
[openssl.git] / crypto / err / Makefile
1 #
2 # SSLeay/crypto/err/Makefile
3 #
4
5 DIR=    err
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g
10 MAKEDEPPROG=    makedepend
11 MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
12 MAKEFILE=       Makefile
13 AR=             ar r
14
15 CFLAGS= $(INCLUDES) $(CFLAG)
16
17 GENERAL=Makefile
18 TEST=
19 APPS=
20
21 LIB=$(TOP)/libcrypto.a
22 LIBSRC=err.c err_all.c err_prn.c
23 LIBOBJ=err.o err_all.o err_prn.o
24
25 SRC= $(LIBSRC)
26
27 EXHEADER= err.h
28 HEADER= $(EXHEADER)
29
30 ALL=    $(GENERAL) $(SRC) $(HEADER)
31
32 top:
33         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
34
35 all:    lib
36
37 lib:    $(LIBOBJ)
38         $(AR) $(LIB) $(LIBOBJ)
39         $(RANLIB) $(LIB) || echo Never mind.
40         @touch lib
41
42 files:
43         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44
45 links:
46         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
47         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
48         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
49
50 install:
51         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
52         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
53         do  \
54         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
55         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
56         done;
57
58 tags:
59         ctags $(SRC)
60
61 tests:
62
63 lint:
64         lint -DLINT $(INCLUDES) $(SRC)>fluff
65
66 depend:
67         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
68
69 dclean:
70         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71         mv -f Makefile.new $(MAKEFILE)
72
73 clean:
74         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
75
76 # DO NOT DELETE THIS LINE -- make depend depends on it.
77
78 err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h
79 err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
80 err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
81 err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
82 err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
83 err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
84 err.o: ../cryptlib.h err.c
85 err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
86 err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
87 err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
88 err_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
89 err_all.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
90 err_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
91 err_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
92 err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h
93 err_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
94 err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
95 err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
96 err_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem2.h
97 err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
98 err_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
99 err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
100 err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
101 err_all.o: ../../include/openssl/ui.h ../../include/openssl/x509.h
102 err_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
103 err_all.o: err_all.c
104 err_prn.o: ../../e_os.h ../../include/openssl/bio.h
105 err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
106 err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
107 err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
108 err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
109 err_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
110 err_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h err_prn.c