
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2123 ec53bebd-3082-4978-b11e-865c3cabbd6b
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)
|
|
|
|
lib_LIBRARIES = liberror.a
|
|
|
|
CLEANFILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \
|
|
krb5_err.c krb5_err.h
|
|
|
|
liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c
|
|
|
|
%.c: %.et
|
|
$(SHELL) ./compile_et $<
|
|
|
|
krb5_err.o: asn1_err.c
|