fixes for build headers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-26 23:15:48 +00:00
parent 15efa35b44
commit 95efa285f6
4 changed files with 37 additions and 15 deletions

View File

@@ -8,10 +8,21 @@ lib_LIBRARIES = liberror.a
SUFFIXES = .et
incdir = $(includedir)
inc_DATA = asn1_err.h krb5_err.h heim_err.h
idir = $(top_builddir)/include
CLEANFILES = asn1_err.c asn1_err.h krb5_err.c krb5_err.h heim_err.c heim_err.h
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c heim_err.c
all-local:
@for i in $(inc_DATA); do \
if cmp -s $$i $(idir)/$$i 2> /dev/null ; then :; else\
echo " $(INSTALL_DATA) $$i $(idir)/$$i"; \
$(INSTALL_DATA) $$i $(idir)/$$i; \
fi ; \
done
.et.c:
$(SHELL) ./compile_et $<