| OLD | NEW |
| 1 # | 1 # |
| 2 # OpenSSL/krb5/Makefile | 2 # OpenSSL/krb5/Makefile |
| 3 # | 3 # |
| 4 | 4 |
| 5 DIR= krb5 | 5 DIR= krb5 |
| 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 16 matching lines...) Expand all Loading... |
| 27 HEADER= $(EXHEADER) | 27 HEADER= $(EXHEADER) |
| 28 | 28 |
| 29 ALL= $(GENERAL) $(SRC) $(HEADER) | 29 ALL= $(GENERAL) $(SRC) $(HEADER) |
| 30 | 30 |
| 31 top: | 31 top: |
| 32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | 32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) |
| 33 | 33 |
| 34 all: lib | 34 all: lib |
| 35 | 35 |
| 36 lib: $(LIBOBJ) | 36 lib: $(LIBOBJ) |
| 37 » $(ARX) $(LIB) $(LIBOBJ) | 37 » $(AR) $(LIB) $(LIBOBJ) |
| 38 $(RANLIB) $(LIB) || echo Never mind. | 38 $(RANLIB) $(LIB) || echo Never mind. |
| 39 @touch lib | 39 @touch lib |
| 40 | 40 |
| 41 files: | 41 files: |
| 42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | 42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |
| 43 | 43 |
| 44 links: | 44 links: |
| 45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
| 46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
| 47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
| (...skipping 27 matching lines...) Expand all Loading... |
| 75 | 75 |
| 76 # DO NOT DELETE THIS LINE -- make depend depends on it. | 76 # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 77 | 77 |
| 78 krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | 78 krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h |
| 79 krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 79 krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 80 krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h | 80 krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h |
| 81 krb5_asn.o: ../../include/openssl/opensslconf.h | 81 krb5_asn.o: ../../include/openssl/opensslconf.h |
| 82 krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 82 krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 83 krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 83 krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 84 krb5_asn.o: ../../include/openssl/symhacks.h krb5_asn.c | 84 krb5_asn.o: ../../include/openssl/symhacks.h krb5_asn.c |
| OLD | NEW |