*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user