xref: /freebsd/crypto/krb5/src/ccapi/common/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=ccapi$(S)common
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..
3*7f2fe78bSCy SchubertSUBDIRS=unix
4*7f2fe78bSCy Schubert
5*7f2fe78bSCy SchubertSRCS= \
6*7f2fe78bSCy Schubert	cci_array_internal.c \
7*7f2fe78bSCy Schubert	cci_cred_union.c \
8*7f2fe78bSCy Schubert	cci_debugging.c \
9*7f2fe78bSCy Schubert	cci_identifier.c \
10*7f2fe78bSCy Schubert	cci_message.c \
11*7f2fe78bSCy Schubert	cci_stream.c
12*7f2fe78bSCy Schubert
13*7f2fe78bSCy SchubertSTLIBOBJS= \
14*7f2fe78bSCy Schubert	cci_array_internal.o \
15*7f2fe78bSCy Schubert	cci_cred_union.o \
16*7f2fe78bSCy Schubert	cci_debugging.o \
17*7f2fe78bSCy Schubert	cci_identifier.o \
18*7f2fe78bSCy Schubert	cci_message.o \
19*7f2fe78bSCy Schubert	cci_stream.o
20*7f2fe78bSCy Schubert
21*7f2fe78bSCy SchubertOBJS= \
22*7f2fe78bSCy Schubert	$(OUTPRE)cci_array_internal.$(OBJEXT) \
23*7f2fe78bSCy Schubert	$(OUTPRE)cci_cred_union.$(OBJEXT) \
24*7f2fe78bSCy Schubert	$(OUTPRE)cci_debugging.$(OBJEXT) \
25*7f2fe78bSCy Schubert	$(OUTPRE)cci_identifier.$(OBJEXT) \
26*7f2fe78bSCy Schubert	$(OUTPRE)cci_message.$(OBJEXT) \
27*7f2fe78bSCy Schubert	$(OUTPRE)cci_stream.$(OBJEXT)
28*7f2fe78bSCy Schubert
29*7f2fe78bSCy Schubertall-unix: all-libobjs
30*7f2fe78bSCy Schubertclean-unix:: clean-libobjs
31*7f2fe78bSCy Schubert
32*7f2fe78bSCy Schubert@libobj_frag@
33*7f2fe78bSCy Schubert
34*7f2fe78bSCy Schubert# +++ Dependency line eater +++
35*7f2fe78bSCy Schubert#
36*7f2fe78bSCy Schubert# Makefile dependencies follow.  This must be the last section in
37*7f2fe78bSCy Schubert# the Makefile.in file
38*7f2fe78bSCy Schubert#
39*7f2fe78bSCy Schubertcci_array_internal.so cci_array_internal.po $(OUTPRE)cci_array_internal.$(OBJEXT): \
40*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
41*7f2fe78bSCy Schubert  cci_array_internal.c cci_array_internal.h cci_common.h \
42*7f2fe78bSCy Schubert  cci_cred_union.h cci_debugging.h cci_identifier.h cci_message.h \
43*7f2fe78bSCy Schubert  cci_stream.h cci_types.h
44*7f2fe78bSCy Schubertcci_cred_union.so cci_cred_union.po $(OUTPRE)cci_cred_union.$(OBJEXT): \
45*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
46*7f2fe78bSCy Schubert  cci_common.h cci_cred_union.c cci_cred_union.h cci_debugging.h \
47*7f2fe78bSCy Schubert  cci_identifier.h cci_message.h cci_stream.h cci_types.h
48*7f2fe78bSCy Schubertcci_debugging.so cci_debugging.po $(OUTPRE)cci_debugging.$(OBJEXT): \
49*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
50*7f2fe78bSCy Schubert  cci_common.h cci_cred_union.h cci_debugging.c cci_debugging.h \
51*7f2fe78bSCy Schubert  cci_identifier.h cci_message.h cci_os_debugging.h cci_stream.h \
52*7f2fe78bSCy Schubert  cci_types.h
53*7f2fe78bSCy Schubertcci_identifier.so cci_identifier.po $(OUTPRE)cci_identifier.$(OBJEXT): \
54*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
55*7f2fe78bSCy Schubert  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.c \
56*7f2fe78bSCy Schubert  cci_identifier.h cci_message.h cci_os_identifier.h \
57*7f2fe78bSCy Schubert  cci_stream.h cci_types.h
58*7f2fe78bSCy Schubertcci_message.so cci_message.po $(OUTPRE)cci_message.$(OBJEXT): \
59*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
60*7f2fe78bSCy Schubert  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.h \
61*7f2fe78bSCy Schubert  cci_message.c cci_message.h cci_stream.h cci_types.h
62*7f2fe78bSCy Schubertcci_stream.so cci_stream.po $(OUTPRE)cci_stream.$(OBJEXT): \
63*7f2fe78bSCy Schubert  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
64*7f2fe78bSCy Schubert  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.h \
65*7f2fe78bSCy Schubert  cci_message.h cci_stream.c cci_stream.h cci_types.h
66