OLD | NEW |
1 # | 1 # |
2 # OpenSSL/crypto/ui/Makefile | 2 # OpenSSL/crypto/ui/Makefile |
3 # | 3 # |
4 | 4 |
5 DIR= ui | 5 DIR= ui |
6 TOP= ../.. | 6 TOP= ../.. |
7 CC= cc | 7 CC= cc |
8 INCLUDES= -I.. -I$(TOP) -I../../include | 8 INCLUDES= -I.. -I$(TOP) -I../../include |
9 CFLAG=-g | 9 CFLAG=-g |
10 MAKEFILE= Makefile | 10 MAKEFILE= Makefile |
(...skipping 19 matching lines...) Expand all Loading... |
30 HEADER= $(EXHEADER) ui_locl.h | 30 HEADER= $(EXHEADER) ui_locl.h |
31 | 31 |
32 ALL= $(GENERAL) $(SRC) $(HEADER) | 32 ALL= $(GENERAL) $(SRC) $(HEADER) |
33 | 33 |
34 top: | 34 top: |
35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | 35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) |
36 | 36 |
37 all: lib | 37 all: lib |
38 | 38 |
39 lib: $(LIBOBJ) | 39 lib: $(LIBOBJ) |
40 » $(ARX) $(LIB) $(LIBOBJ) | 40 » $(AR) $(LIB) $(LIBOBJ) |
41 $(RANLIB) $(LIB) || echo Never mind. | 41 $(RANLIB) $(LIB) || echo Never mind. |
42 @touch lib | 42 @touch lib |
43 | 43 |
44 files: | 44 files: |
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | 45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |
46 | 46 |
47 links: | 47 links: |
48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 102 ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
103 ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 103 ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
104 ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 104 ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
105 ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 105 ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
106 ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c | 106 ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c |
107 ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 107 ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
108 ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 108 ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
109 ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | 109 ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
110 ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 110 ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
111 ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c | 111 ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c |
OLD | NEW |