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