Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
[openssl.git] / crypto / cmac / Makefile
1 #
2 # OpenSSL/crypto/cmac/Makefile
3 #
4
5 DIR=    cmac
6 TOP=    ../..
7 CC=     cc
8 INCLUDES=
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile
16
17 LIB=$(TOP)/libcrypto.a
18 LIBSRC=cmac.c cm_ameth.c cm_pmeth.c
19 LIBOBJ=cmac.o cm_ameth.o cm_pmeth.o
20
21 SRC= $(LIBSRC)
22
23 HEADER= 
24
25 ALL=    $(GENERAL) $(SRC) $(HEADER)
26
27 top:
28         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
29
30 all:    lib
31
32 lib:    $(LIBOBJ)
33         $(AR) $(LIB) $(LIBOBJ)
34         $(RANLIB) $(LIB) || echo Never mind.
35         @touch lib
36
37 files:
38         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
39
40 tags:
41         ctags $(SRC)
42
43 tests:
44
45 lint:
46         lint -DLINT $(INCLUDES) $(SRC)>fluff
47
48 depend:
49         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
50         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
51
52 dclean:
53         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
54         mv -f Makefile.new $(MAKEFILE)
55
56 clean:
57         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
58
59 # DO NOT DELETE THIS LINE -- make depend depends on it.
60
61 cm_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
62 cm_ameth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
63 cm_ameth.o: ../../include/openssl/cmac.h ../../include/openssl/crypto.h
64 cm_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
65 cm_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
66 cm_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
67 cm_ameth.o: ../../include/openssl/opensslconf.h
68 cm_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
69 cm_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
70 cm_ameth.o: ../../include/openssl/symhacks.h ../cryptlib.h
71 cm_ameth.o: ../include/internal/asn1_int.h cm_ameth.c
72 cm_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
73 cm_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
74 cm_pmeth.o: ../../include/openssl/cmac.h ../../include/openssl/conf.h
75 cm_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
76 cm_pmeth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
77 cm_pmeth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
78 cm_pmeth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
79 cm_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
80 cm_pmeth.o: ../../include/openssl/opensslconf.h
81 cm_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
82 cm_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
83 cm_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
84 cm_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
85 cm_pmeth.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
86 cm_pmeth.o: ../cryptlib.h ../include/internal/evp_int.h cm_pmeth.c
87 cmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
88 cmac.o: ../../include/openssl/buffer.h ../../include/openssl/cmac.h
89 cmac.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
90 cmac.o: ../../include/openssl/err.h ../../include/openssl/evp.h
91 cmac.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
92 cmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
93 cmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
94 cmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
95 cmac.o: ../../include/openssl/symhacks.h ../cryptlib.h cmac.c