Windows: add hcrypto headers to SDK
Create and populated the contents of the out/sdk/inc/hcrypto directory. Change-Id: I9512b67b9adfee807b303471c4b7b977ad186ae7
This commit is contained in:
		| @@ -48,6 +48,9 @@ mksdkdirs: | |||||||
| ! if !exist($(SDKINCDIR)\krb5) | ! if !exist($(SDKINCDIR)\krb5) | ||||||
| 	$(MKDIR) $(SDKINCDIR)\krb5 | 	$(MKDIR) $(SDKINCDIR)\krb5 | ||||||
| ! endif | ! endif | ||||||
|  | ! if !exist($(SDKINCDIR)\hcrypto) | ||||||
|  | 	$(MKDIR) $(SDKINCDIR)\hcrypto | ||||||
|  | ! endif | ||||||
| ! if !exist($(SDKINCDIR)\heimdal) | ! if !exist($(SDKINCDIR)\heimdal) | ||||||
| 	$(MKDIR) $(SDKINCDIR)\heimdal | 	$(MKDIR) $(SDKINCDIR)\heimdal | ||||||
| ! endif | ! endif | ||||||
| @@ -80,6 +83,25 @@ INCFILES=\ | |||||||
| 	$(SDKINCDIR)\krb5\krb5_locl.h	\ | 	$(SDKINCDIR)\krb5\krb5_locl.h	\ | ||||||
| 	$(SDKINCDIR)\kadm5\kadm5_err.h	\ | 	$(SDKINCDIR)\kadm5\kadm5_err.h	\ | ||||||
| 	$(SDKINCDIR)\kadm5\kadm5-protos.h	\ | 	$(SDKINCDIR)\kadm5\kadm5-protos.h	\ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\aes.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\bn.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\des.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\dh.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\dsa.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\engine.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\evp-cc.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\evp-hcrypto.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\evp.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\hmac.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\md2.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\md4.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\md5.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\rand.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\rc2.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\rc4.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\rsa.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\sha.h \ | ||||||
|  | 	$(SDKINCDIR)\hcrypto\ui.h \ | ||||||
| 	$(SDKINCDIR)\heimdal\asn1_err.h	\ | 	$(SDKINCDIR)\heimdal\asn1_err.h	\ | ||||||
| 	$(SDKINCDIR)\heimdal\heim_err.h	\ | 	$(SDKINCDIR)\heimdal\heim_err.h	\ | ||||||
| 	$(SDKINCDIR)\heimdal\k524_err.h	\ | 	$(SDKINCDIR)\heimdal\k524_err.h	\ | ||||||
| @@ -127,6 +149,9 @@ all:: $(INCFILES) $(LIBFILES) | |||||||
| {$(INCDIR)}.h{$(SDKINCDIR)\krb5}.h: | {$(INCDIR)}.h{$(SDKINCDIR)\krb5}.h: | ||||||
| 	$(CP) $** $@ | 	$(CP) $** $@ | ||||||
|  |  | ||||||
|  | {$(INCDIR)\hcrypto}.h{$(SDKINCDIR)\hcrypto}.h: | ||||||
|  | 	$(CP) $** $@ | ||||||
|  |  | ||||||
| {$(INCDIR)}.h{$(SDKINCDIR)\heimdal}.h: | {$(INCDIR)}.h{$(SDKINCDIR)\heimdal}.h: | ||||||
| 	$(CP) $** $@ | 	$(CP) $** $@ | ||||||
|  |  | ||||||
| @@ -145,6 +170,7 @@ $(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest: $(APPMANIFEST) | |||||||
| clean:: | clean:: | ||||||
| 	-$(RM) $(SDKINCDIR)\*.* | 	-$(RM) $(SDKINCDIR)\*.* | ||||||
| 	-$(RM) $(SDKINCDIR)\krb5\*.* | 	-$(RM) $(SDKINCDIR)\krb5\*.* | ||||||
|  | 	-$(RM) $(SDKINCDIR)\hcrypto\*.* | ||||||
| 	-$(RM) $(SDKINCDIR)\heimdal\*.* | 	-$(RM) $(SDKINCDIR)\heimdal\*.* | ||||||
| 	-$(RM) $(SDKINCDIR)\kadm5\*.* | 	-$(RM) $(SDKINCDIR)\kadm5\*.* | ||||||
| 	-$(RM) $(SDKINCDIR)\gssapi\*.* | 	-$(RM) $(SDKINCDIR)\gssapi\*.* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeffrey Altman
					Jeffrey Altman