Windows: Copy GSSAPI header files into the SDK

This commit is contained in:
Asanka C. Herath
2010-11-09 15:47:35 -05:00
parent f51ded7f34
commit f50b9727b2
2 changed files with 15 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ INCFILES= \
$(INCDIR)\gssapi\gssapi_krb5.h \
$(INCDIR)\gssapi\gssapi_ntlm.h \
$(INCDIR)\gssapi\gssapi_spnego.h \
$(INCDIR)\gssapi\gkrb5_err.h \
$(OBJ)\ntlm\ntlm-private.h \
$(OBJ)\spnego\spnego-private.h \
$(OBJ)\krb5\gsskrb5-private.h \
@@ -446,6 +447,9 @@ GCOPTS=-I$(SRCDIR) -I$(OBJ) -Igssapi -DBUILD_GSSAPI_LIB
{gssapi}.h{$(INCDIR)\gssapi}.h:
$(CP) $** $@
{$(OBJ)}.h{$(INCDIR)\gssapi}.h:
$(CP) $** $@
{$(OBJ)\gssapi}.hx{$(OBJ)\gssapi}.h:
$(CP) $** $@

View File

@@ -51,6 +51,9 @@ mksdkdirs:
! if !exist($(SDKINCDIR)\kadm5)
$(MKDIR) $(SDKINCDIR)\kadm5
! endif
! if !exist($(SDKINCDIR)\gssapi)
$(MKDIR) $(SDKINCDIR)\gssapi
! endif
! if !exist($(SDKLIBDIR))
$(MKDIR) $(SDKLIBDIR)
! endif
@@ -74,10 +77,16 @@ INCFILES=\
$(SDKINCDIR)\krb5\krb5_locl.h \
$(SDKINCDIR)\kadm5\kadm5_err.h \
$(SDKINCDIR)\kadm5\kadm5-protos.h \
$(SDKINCDIR)\gssapi\gkrb5_err.h \
$(SDKINCDIR)\gssapi\gssapi.h \
$(SDKINCDIR)\gssapi\gssapi_krb5.h \
$(SDKINCDIR)\gssapi\gssapi_ntlm.h \
$(SDKINCDIR)\gssapi\gssapi_spnego.h \
LIBFILES=\
$(SDKLIBDIR)\heimdal.lib \
$(SDKLIBDIR)\libcom_err.lib \
$(SDKLIBDIR)\libgssapi.lib
all:: $(INCFILES) $(LIBFILES)
@@ -95,6 +104,8 @@ all:: $(INCFILES) $(LIBFILES)
{$(INCDIR)\kadm5}.h{$(SDKINCDIR)\kadm5}.h:
$(CP) $** $@
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h:
$(CP) $** $@
clean::
-$(RM) $(SDKINCDIR)\*.*
-$(RM) $(SDKINCDIR)\krb5\*.*