]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ui/Makefile
make depend
[thirdparty/openssl.git] / crypto / ui / Makefile
CommitLineData
a63d5eaa
RL
1#
2# OpenSSL/crypto/ui/Makefile
3#
4
5DIR= ui
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I$(TOP) -I../../include
9CFLAG=-g
42ba5d23 10MAKEFILE= Makefile
a63d5eaa
RL
11AR= ar r
12
13CFLAGS= $(INCLUDES) $(CFLAG)
14
15GENERAL=Makefile
a63d5eaa 16
a63d5eaa 17LIB=$(TOP)/libcrypto.a
7cd6069c
RS
18LIBSRC= ui_err.c ui_lib.c ui_openssl.c ui_util.c
19LIBOBJ= ui_err.o ui_lib.o ui_openssl.o ui_util.o
a63d5eaa
RL
20
21SRC= $(LIBSRC)
22
a80e33b9 23HEADER= ui_locl.h
a63d5eaa
RL
24
25ALL= $(GENERAL) $(SRC) $(HEADER)
26
27top:
28 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
29
30all: lib
31
32lib: $(LIBOBJ)
f072785e 33 $(AR) $(LIB) $(LIBOBJ)
018c56fd 34 $(RANLIB) $(LIB) || echo Never mind.
a63d5eaa
RL
35 @touch lib
36
37files:
42ba5d23 38 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
a63d5eaa 39
a63d5eaa
RL
40tags:
41 ctags $(SRC)
42
43tests:
44
45lint:
46 lint -DLINT $(INCLUDES) $(SRC)>fluff
47
48depend:
ce92b6eb 49 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
001ab3ab 50 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
a63d5eaa
RL
51
52dclean:
53 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
54 mv -f Makefile.new $(MAKEFILE)
55
56clean:
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
a63d5eaa
RL
61ui_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
62ui_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
63ui_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
64ui_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
65ui_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
66ui_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h ui_err.c
54a656ef
BL
67ui_lib.o: ../../e_os.h ../../include/openssl/bio.h
68ui_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
69ui_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
70ui_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc
GT
71ui_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
72ui_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
73ui_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
a3aadb2d 74ui_lib.o: ../include/internal/cryptlib.h ui_lib.c ui_locl.h
a63d5eaa
RL
75ui_openssl.o: ../../e_os.h ../../include/openssl/bio.h
76ui_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
77ui_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
78ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
c57bc2dc 79ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
a63d5eaa
RL
80ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
81ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
a3aadb2d 82ui_openssl.o: ../include/internal/cryptlib.h ui_locl.h ui_openssl.c
de2f6e4d
RL
83ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
84ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
c57bc2dc
GT
85ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
86ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
9c52d2cc 87ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c