*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-19 05:22:30 +00:00
parent 4992beda94
commit cf7207925f
7 changed files with 42 additions and 9 deletions

View File

@@ -4,9 +4,11 @@ AUTOMAKE_OPTIONS = no-dependencies
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
lib_LIBRARIES = error
lib_LIBRARIES = liberror.a
error_SOURCES = error.c krb5_err.c asn1_err.c
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c
%.c: %.et
$(srcdir)/compile_et $<
$(SHELL) compile_et $<
krb5_err.o: asn1_err.c

View File

@@ -13,6 +13,9 @@ $1 == "error_table" {
base = -(4294967295 - base + 1) # 0xffffffff
}
sub("\\..*$", "", name)
# for normal awk:
# split(name, foo, "\\.")
# name = foo[1]
c_file = name "_err.c"
h_file = name "_err.h"
number = 0