add NTMakefile and windows directories

This commit is contained in:
Love Hörnquist Åstrand
2011-07-17 12:16:59 -07:00
parent 9bff431435
commit 7aaba443bc
65 changed files with 79 additions and 32 deletions

View File

@@ -41,3 +41,5 @@ SUBDIRS = \
kadm5 \
$(dir_otp) \
$(dir_dce)
EXTRA_DIST = NTMakefile heimdal

View File

@@ -226,6 +226,7 @@ test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
EXTRA_DIST = \
NTMakefile \
cms.asn1 \
cms.opt \
asn1_err.et \

View File

@@ -38,4 +38,4 @@ snprintf.c:
strlcpy.c:
$(LN_S) $(srcdir)/../roken/strlcpy.c .
EXTRA_DIST = version-script.map
EXTRA_DIST = NTMakefile version-script.map

View File

@@ -333,6 +333,7 @@ gss-commands.c gss-commands.h: gss-commands.in
$(gsstool_OBJECTS): gss-commands.h
EXTRA_DIST = \
NTMakefile \
$(man_MANS) \
krb5/gkrb5_err.et \
mech/gssapi.asn1 \

View File

@@ -313,6 +313,7 @@ CLEANFILES = \
test_crypto.tmp
EXTRA_DIST = \
NTMakefile \
DESperate.txt \
dllmain.c \
ec.h \

View File

@@ -131,6 +131,7 @@ test_mkey_LIBS = $(test_hdbkeys_LIBS)
hdb_err.h: hdb_err.et
EXTRA_DIST = \
NTMakefile \
hdb.asn1 \
hdb_err.et \
hdb.schema \

View File

@@ -299,6 +299,7 @@ test_query: test_query.in Makefile
mv test_query.tmp test_query
EXTRA_DIST = \
NTMakefile \
version-script.map \
crmf.asn1 \
hx509_err.et \

View File

@@ -179,6 +179,7 @@ $(srcdir)/kadm5-private.h:
|| rm -f kadm5-private.h
EXTRA_DIST = \
NTMakefile \
kadm5_err.et \
iprop-commands.in \
$(man_MANS) \

View File

@@ -71,7 +71,7 @@ nodist_libkafs_la_SOURCES = $(ROKEN_SRCS)
EXTRA_libkafs_la_SOURCES = afskrb5.c afslib.c
EXTRA_DIST = afsl.exp afslib.exp $(man_MANS)
EXTRA_DIST = NTMakefile afsl.exp afslib.exp $(man_MANS)
man_MANS = kafs.3

View File

@@ -8,3 +8,5 @@ libkdfs_la_SOURCES = \
k5dfspag.c
libkdfs_la_LDFLAGS = -version-info 0:3:0
EXTRA_DIST = NTMakefile

View File

@@ -355,6 +355,7 @@ test_config_strings.out: test_config_strings.cfg
$(CP) $(srcdir)/test_config_strings.cfg test_config_strings.out
EXTRA_DIST = \
NTMakefile \
krb5_err.et \
krb_err.et \
heim_err.et \

View File

@@ -37,7 +37,7 @@ check_PROGRAMS = test_ntlm
LDADD = libheimntlm.la $(LIB_roken)
EXTRA_DIST = version-script.map ntlm_err.et
EXTRA_DIST = NTMakefile version-script.map ntlm_err.et
CLEANFILES = \
ntlm_err.c ntlm_err.h

View File

@@ -82,4 +82,4 @@ CLEANFILES = \
strlwr.c \
strncasecmp.c
EXTRA_DIST = version-script.map
EXTRA_DIST = NTMakefile version-script.map

View File

@@ -230,6 +230,7 @@ endif
EXTRA_DIST = \
NTMakefile \
roken.awk roken.h.in \
$(man_MANS) \
test-mem.h \

View File

@@ -47,3 +47,5 @@ getprogname.c:
$(LN_S) $(srcdir)/../roken/getprogname.c .
slc-lex.c: slc-gram.h
EXTRA_DIST = NTMakefile

View File

@@ -9,3 +9,5 @@ noinst_HEADERS = sqlite3.h sqlite3ext.h
libheimsqlite_la_SOURCES = sqlite3.c
libheimsqlite_la_LIBADD = $(PTHREAD_LIBADD)
EXTRA_DIST = NTMakefile

View File

@@ -10,4 +10,4 @@ CHECK_LOCAL = no-check-local
libvers_la_SOURCES = print_version.c
EXTRA_DIST = $(build_HEADERZ)
EXTRA_DIST = NTMakefile $(build_HEADERZ)

View File

@@ -112,6 +112,7 @@ punycode_examples.h punycode_examples.c: gen-punycode-examples.py rfc3492.txt
$(PYTHON) $(srcdir)/gen-punycode-examples.py $(srcdir)/rfc3492.txt $(builddir)
EXTRA_DIST = \
NTMakefile \
CompositionExclusions-3.2.0.txt \
DerivedNormalizationProps.txt \
NormalizationCorrections.txt \