STACK_OF(SSL_COMP) is a public type
[openssl.git] / crypto / jpake / Makefile
1 DIR=jpake
2 TOP=../..
3
4 CFLAGS= $(INCLUDES) $(CFLAG)
5
6 GENERAL= Makefile
7
8 LIB=$(TOP)/libcrypto.a
9 LIBOBJ=jpake.o jpake_err.o
10 LIBSRC=jpake.c jpake_err.c
11 SRC= $(LIBSRC)
12
13 HEADER=
14
15 ALL= $(GENERAL) $(SRC) $(HEADER)
16
17 top:
18         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
19
20 all:    lib
21
22 lib:    $(LIBOBJ)
23         $(AR) $(LIB) $(LIBOBJ)
24         $(RANLIB) $(LIB) || echo Never mind.
25         @touch lib
26
27 files:
28         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
29
30 update: depend
31
32 depend:
33         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
34         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
35
36 dclean:
37         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
38         mv -f Makefile.new $(MAKEFILE)
39
40 clean:
41         rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
42
43 # DO NOT DELETE THIS LINE -- make depend depends on it.
44
45 jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
46 jpake.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
47 jpake.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
48 jpake.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
49 jpake.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
50 jpake.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
51 jpake.o: ../../include/openssl/symhacks.h jpake.c jpake.h
52 jpake_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
53 jpake_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
54 jpake_err.o: ../../include/openssl/err.h ../../include/openssl/jpake.h
55 jpake_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
56 jpake_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
57 jpake_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
58 jpake_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
59 jpake_err.o: jpake_err.c