xref: /freebsd/crypto/krb5/src/ccapi/lib/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=ccapi$(S)lib
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..
3*7f2fe78bSCy SchubertSUBDIRS=unix
4*7f2fe78bSCy SchubertLOCALINCLUDES=-I$(srcdir)/../common -I.
5*7f2fe78bSCy Schubert
6*7f2fe78bSCy SchubertSHLIB_EXPDEPS= $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
7*7f2fe78bSCy SchubertSHLIB_EXPLIBS=$(COM_ERR_LIB) $(SUPPORT_LIB)
8*7f2fe78bSCy SchubertRELDIR=../ccapi/lib
9*7f2fe78bSCy Schubert
10*7f2fe78bSCy SchubertLIBBASE=krb5-ccapi
11*7f2fe78bSCy SchubertLIBMAJOR=1
12*7f2fe78bSCy SchubertLIBMINOR=0
13*7f2fe78bSCy Schubert
14*7f2fe78bSCy SchubertSTOBJLISTS= \
15*7f2fe78bSCy Schubert	OBJS.ST \
16*7f2fe78bSCy Schubert	unix/OBJS.ST
17*7f2fe78bSCy Schubert
18*7f2fe78bSCy SchubertSTLIBOBJS= \
19*7f2fe78bSCy Schubert	ccapi_ccache.o \
20*7f2fe78bSCy Schubert	ccapi_ccache_iterator.o \
21*7f2fe78bSCy Schubert	ccapi_context.o \
22*7f2fe78bSCy Schubert	ccapi_context_change_time.o \
23*7f2fe78bSCy Schubert	ccapi_credentials.o \
24*7f2fe78bSCy Schubert	ccapi_credentials_iterator.o \
25*7f2fe78bSCy Schubert	ccapi_err.o \
26*7f2fe78bSCy Schubert	ccapi_ipc.o \
27*7f2fe78bSCy Schubert	ccapi_string.o \
28*7f2fe78bSCy Schubert	ccapi_v2.o
29*7f2fe78bSCy Schubert
30*7f2fe78bSCy SchubertOBJS= \
31*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_ccache.$(OUTPRE) \
32*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_ccache_iterator.$(OUTPRE) \
33*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_context.$(OUTPRE) \
34*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_context_change_time.$(OUTPRE) \
35*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_credentials.$(OUTPRE) \
36*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_credentials_iterator.$(OUTPRE) \
37*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_err.$(OUTPRE) \
38*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_ipc.$(OUTPRE) \
39*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_string.$(OUTPRE) \
40*7f2fe78bSCy Schubert	$(OUTPRE)ccapi_v2.$(OUTPRE)
41*7f2fe78bSCy Schubert
42*7f2fe78bSCy SchubertSRCS= \
43*7f2fe78bSCy Schubert	ccapi_ccache.c \
44*7f2fe78bSCy Schubert	ccapi_ccache_iterator.c \
45*7f2fe78bSCy Schubert	ccapi_context.c \
46*7f2fe78bSCy Schubert	ccapi_context_change_time.c \
47*7f2fe78bSCy Schubert	ccapi_credentials.c \
48*7f2fe78bSCy Schubert	ccapi_credentials_iterator.c \
49*7f2fe78bSCy Schubert	ccapi_err.c \
50*7f2fe78bSCy Schubert	ccapi_ipc.c \
51*7f2fe78bSCy Schubert	ccapi_string.c \
52*7f2fe78bSCy Schubert	ccapi_v2.c
53*7f2fe78bSCy Schubert
54*7f2fe78bSCy Schubertccapi_err.c ccapi_err.h : ccapi_err.et
55*7f2fe78bSCy Schubert
56*7f2fe78bSCy Schubertall-unix: all-libobjs all-liblinks
57*7f2fe78bSCy Schubertclean-unix:: clean-libobjs clean-liblinks clean-libs
58*7f2fe78bSCy Schubert
59*7f2fe78bSCy Schubert@lib_frag@
60*7f2fe78bSCy Schubert@libobj_frag@
61*7f2fe78bSCy Schubert
62