Windows: Build gsstool
This commit is contained in:
@@ -54,7 +54,7 @@ SUBDIRS = vers editline com_err sl wind asn1 sqlite \
|
|||||||
|
|
||||||
all:: all-tools
|
all:: all-tools
|
||||||
|
|
||||||
all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools
|
all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools gss-tools
|
||||||
|
|
||||||
asn1-tools:
|
asn1-tools:
|
||||||
@( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
|
@( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
|
||||||
@@ -67,3 +67,6 @@ krb5-tools:
|
|||||||
|
|
||||||
kadm5-tools:
|
kadm5-tools:
|
||||||
@( cd kadm5 && $(RMAKE) all-tools && cd .. ) || exit /b 1
|
@( cd kadm5 && $(RMAKE) all-tools && cd .. ) || exit /b 1
|
||||||
|
|
||||||
|
gss-tools:
|
||||||
|
@( cd gssapi && $(RMAKE) all-tools && cd ..) || exit /b 1
|
||||||
|
@@ -521,6 +521,17 @@ clean::
|
|||||||
-$(RM) $(OBJ)\mech\*.*
|
-$(RM) $(OBJ)\mech\*.*
|
||||||
-$(RM) $(OBJ)\gssapi\*.*
|
-$(RM) $(OBJ)\gssapi\*.*
|
||||||
|
|
||||||
|
all-tools:: $(OBJ)\gsstool.exe
|
||||||
|
|
||||||
|
$(OBJ)\gsstool.exe: $(OBJ)\gsstool.obj $(OBJ)\gss-commands.obj $(LIBGSSAPI) $(LIBROKEN) $(LIBSL) $(LIBVERS)
|
||||||
|
$(EXECONLINK)
|
||||||
|
|
||||||
|
$(OBJ)\gss-commands.c $(OBJ)\gss-commands.h: gss-commands.in
|
||||||
|
cd $(OBJ)
|
||||||
|
$(CP) $(SRCDIR)\gss-commands.in gss-commands.in
|
||||||
|
$(BINDIR)\slc.exe gss-commands.in
|
||||||
|
cd $(SRCDIR)
|
||||||
|
|
||||||
!ifdef ELISP
|
!ifdef ELISP
|
||||||
# This macro invocation is used to update the libgssapi_OBJs
|
# This macro invocation is used to update the libgssapi_OBJs
|
||||||
# definition below (generate-obj-macro is defined in maint.el):
|
# definition below (generate-obj-macro is defined in maint.el):
|
||||||
|
Reference in New Issue
Block a user