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
This commit is contained in:
19
lib/kafs/Makefile.am
Normal file
19
lib/kafs/Makefile.am
Normal file
@@ -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
|
Reference in New Issue
Block a user