Update krb5/NTMakefile

This commit is contained in:
Asanka Herath
2009-08-26 12:59:03 -04:00
committed by Love Hornquist Astrand
parent 6a88c16dea
commit 1bfde92838

View File

@@ -48,7 +48,6 @@ libkrb5_OBJS = \
$(OBJ)\changepw.obj \
$(OBJ)\codec.obj \
$(OBJ)\config_file.obj \
$(OBJ)\config_file_netinfo.obj \
$(OBJ)\convert_creds.obj \
$(OBJ)\constants.obj \
$(OBJ)\context.obj \
@@ -57,6 +56,7 @@ libkrb5_OBJS = \
$(OBJ)\creds.obj \
$(OBJ)\crypto.obj \
$(OBJ)\data.obj \
$(OBJ)\deprecated.obj \
$(OBJ)\digest.obj \
$(OBJ)\eai_to_heim_errno.obj \
$(OBJ)\error_string.obj \
@@ -74,9 +74,6 @@ libkrb5_OBJS = \
$(OBJ)\get_for_creds.obj \
$(OBJ)\get_host_realm.obj \
$(OBJ)\get_in_tkt.obj \
$(OBJ)\get_in_tkt_pw.obj \
$(OBJ)\get_in_tkt_with_keytab.obj \
$(OBJ)\get_in_tkt_with_skey.obj \
$(OBJ)\get_port.obj \
$(OBJ)\init_creds.obj \
$(OBJ)\init_creds_pw.obj \
@@ -86,7 +83,6 @@ libkrb5_OBJS = \
$(OBJ)\keytab_any.obj \
$(OBJ)\keytab_file.obj \
$(OBJ)\keytab_keyfile.obj \
$(OBJ)\keytab_krb4.obj \
$(OBJ)\keytab_memory.obj \
$(OBJ)\krbhst.obj \
$(OBJ)\kuserok.obj \
@@ -146,7 +142,6 @@ libkrb5_gen_OBJS= \
INCFILES= \
$(INCDIR)\heim_err.h \
$(INCDIR)\heim_threads.h \
$(INCDIR)\k524_err.h \
$(INCDIR)\krb_err.h \
$(INCDIR)\krb5.h \
@@ -176,7 +171,6 @@ dist_libkrb5_la_SOURCES = \
changepw.c \
codec.c \
config_file.c \
config_file_netinfo.c \
convert_creds.c \
constants.c \
context.c \
@@ -186,6 +180,7 @@ dist_libkrb5_la_SOURCES = \
crypto.c \
doxygen.c \
data.c \
deprecated.c \
digest.c \
eai_to_heim_errno.c \
error_string.c \
@@ -203,11 +198,7 @@ dist_libkrb5_la_SOURCES = \
get_for_creds.c \
get_host_realm.c \
get_in_tkt.c \
get_in_tkt_pw.c \
get_in_tkt_with_keytab.c \
get_in_tkt_with_skey.c \
get_port.c \
heim_threads.h \
init_creds.c \
init_creds_pw.c \
kcm.c \
@@ -217,7 +208,6 @@ dist_libkrb5_la_SOURCES = \
keytab_any.c \
keytab_file.c \
keytab_keyfile.c \
keytab_krb4.c \
keytab_memory.c \
krb5_locl.h \
krb5-v4compat.h \
@@ -329,9 +319,12 @@ DLLSDKDEPS= \
$(LIBKRB5): $(BINDIR)\libkrb5.dll
$(BINDIR)\libkrb5.dll: $(libkrb5_OBJS) $(libkrb5_gen_OBJS) $(DLLDEPS)
$(OBJ)\libkrb5-exports.def: libkrb5-exports.def.in $(INCDIR)\config.h
$(CPREPROCESSOUT) libkrb5-exports.def.in > $@ || $(RM) $@
$(BINDIR)\libkrb5.dll: $(libkrb5_OBJS) $(libkrb5_gen_OBJS) $(DLLDEPS) $(OBJ)\libkrb5-exports.def
$(DLLGUILINK_C) -out:$(BINDIR)\libkrb5.dll -implib:$(LIBKRB5) \
$(DLLDEPS) $(DLLSDKDEPS) -def:libkrb5-exports.def @<<
$(DLLDEPS) $(DLLSDKDEPS) -def:$(OBJ)\libkrb5-exports.def @<<
$(libkrb5_OBJS: =
)
$(libkrb5_gen_OBJS: =