From 766c5d8d5b7d0117a952e0e14efa1378dc1110ed Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 15 Aug 1997 22:27:51 +0000 Subject: [PATCH] Makefile for libkafs. Without AIX and krb4 support for the moment. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3019 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/kafs/Makefile.am diff --git a/lib/kafs/Makefile.am b/lib/kafs/Makefile.am new file mode 100644 index 000000000..579957ff6 --- /dev/null +++ b/lib/kafs/Makefile.am @@ -0,0 +1,19 @@ +# $Id$ + +AUTOMAKE_OPTIONS = no-dependencies foreign + +INCLUDES = -I$(top_builddir)/include $(INCLUDE_krb4) + +lib_LIBRARIES = libkafs.a +#EXTRA_LIBRARIES = afslib.so + +libkafs_a_SOURCES = afssys.c afskrb5.c +#afslib_so_SOURCES = afslib.c + + +# AIX: this almost works with gcc, but somehow it fails to use the +# correct ld, use ld instead +afslib.so: afslib.o + ld -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o + +$(OBJECTS): ../../include/config.h