Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
[openssl.git] / crypto / store / Makefile
1 #
2 # OpenSSL/crypto/store/Makefile
3 #
4
5 DIR=    store
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
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= str_err.c str_lib.c str_meth.c str_mem.c
19 LIBOBJ= str_err.o str_lib.o str_meth.o str_mem.o
20
21 SRC= $(LIBSRC)
22
23 HEADER= str_locl.h
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 */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
58
59 # DO NOT DELETE THIS LINE -- make depend depends on it.
60
61 str_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
62 str_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
63 str_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
64 str_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
65 str_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
66 str_err.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
67 str_err.o: str_err.c
68 str_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
69 str_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
70 str_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
71 str_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
72 str_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
73 str_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
74 str_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
75 str_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
76 str_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
77 str_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
78 str_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
79 str_lib.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
80 str_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
81 str_lib.o: str_lib.c str_locl.h
82 str_mem.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
83 str_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
84 str_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
85 str_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
86 str_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
87 str_mem.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
88 str_mem.o: str_locl.h str_mem.c
89 str_meth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
90 str_meth.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
91 str_meth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
92 str_meth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
93 str_meth.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
94 str_meth.o: str_locl.h str_meth.c