summaryrefslogtreecommitdiffstats
path: root/src/ccapi/lib/Makefile.in
blob: 1e2e13d369b22e202b84ab8d075a944f21968a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
mydir=ccapi/lib
BUILDTOP=$(REL)..$(S)..
SUBDIRS=unix
LOCALINCLUDES=-I$(srcdir)/../common -I.

SHLIB_EXPDEPS= $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
SHLIB_EXPLIBS=-lcom_err $(SUPPORT_LIB)
RELDIR=../ccapi/lib

LIBBASE=krb5-ccapi
LIBMAJOR=1
LIBMINOR=0

STOBJLISTS= \
	OBJS.ST \
	unix/OBJS.ST

STLIBOBJS= \
	ccapi_ccache.o \
	ccapi_ccache_iterator.o \
	ccapi_context.o \
	ccapi_context_change_time.o \
	ccapi_credentials.o \
	ccapi_credentials_iterator.o \
	ccapi_err.o \
	ccapi_ipc.o \
	ccapi_string.o \
	ccapi_v2.o

OBJS= \
	$(OUTPRE)ccapi_ccache.$(OUTPRE) \
	$(OUTPRE)ccapi_ccache_iterator.$(OUTPRE) \
	$(OUTPRE)ccapi_context.$(OUTPRE) \
	$(OUTPRE)ccapi_context_change_time.$(OUTPRE) \
	$(OUTPRE)ccapi_credentials.$(OUTPRE) \
	$(OUTPRE)ccapi_credentials_iterator.$(OUTPRE) \
	$(OUTPRE)ccapi_err.$(OUTPRE) \
	$(OUTPRE)ccapi_ipc.$(OUTPRE) \
	$(OUTPRE)ccapi_string.$(OUTPRE) \
	$(OUTPRE)ccapi_v2.$(OUTPRE)

SRCS= \
	ccapi_ccache.c \
	ccapi_ccache_iterator.c \
	ccapi_context.c \
	ccapi_context_change_time.c \
	ccapi_credentials.c \
	ccapi_credentials_iterator.c \
	ccapi_err.c \
	ccapi_ipc.c \
	ccapi_string.c \
	ccapi_v2.c

ccapi_err.c ccapi_err.h : ccapi_err.et

all-unix:: all-libobjs all-liblinks
clean-unix:: clean-libobjs clean-liblinks clean-libs

@lib_frag@
@libobj_frag@