Windows: Build gsstool

This commit is contained in:
Asanka C. Herath
2010-11-28 00:28:51 -05:00
parent 0e0fba8866
commit 87801aca51
2 changed files with 15 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ SUBDIRS = vers editline com_err sl wind asn1 sqlite \
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:
@( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
@@ -67,3 +67,6 @@ krb5-tools:
kadm5-tools:
@( cd kadm5 && $(RMAKE) all-tools && cd .. ) || exit /b 1
gss-tools:
@( cd gssapi && $(RMAKE) all-tools && cd ..) || exit /b 1

View File

@@ -521,6 +521,17 @@ clean::
-$(RM) $(OBJ)\mech\*.*
-$(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
# This macro invocation is used to update the libgssapi_OBJs
# definition below (generate-obj-macro is defined in maint.el):