Don't include kdb.h from k5-int.h; instead, include it in the handful
[krb5.git] / src / lib / krb5 / rcache / Makefile.in
1 thisconfigdir=./..
2 myfulldir=lib/krb5/rcache
3 mydir=rcache
4 BUILDTOP=$(REL)..$(S)..$(S)..
5 DEFS=
6
7 ##DOS##BUILDTOP = ..\..\..
8 ##DOS##PREFIXDIR=rcache
9 ##DOS##OBJFILE=..\$(OUTPRE)$(PREFIXDIR).lst
10
11 STLIBOBJS = \
12         rc_base.o       \
13         rc_dfl.o        \
14         rc_io.o         \
15         rcdef.o         \
16         rc_none.o       \
17         rc_conv.o       \
18         ser_rc.o        \
19         rcfns.o
20
21 OBJS=   \
22         $(OUTPRE)rc_base.$(OBJEXT)      \
23         $(OUTPRE)rc_dfl.$(OBJEXT)       \
24         $(OUTPRE)rc_io.$(OBJEXT)        \
25         $(OUTPRE)rcdef.$(OBJEXT)        \
26         $(OUTPRE)rc_none.$(OBJEXT)      \
27         $(OUTPRE)rc_conv.$(OBJEXT)      \
28         $(OUTPRE)ser_rc.$(OBJEXT)       \
29         $(OUTPRE)rcfns.$(OBJEXT)
30
31 SRCS=   \
32         $(srcdir)/rc_base.c     \
33         $(srcdir)/rc_dfl.c      \
34         $(srcdir)/rc_io.c       \
35         $(srcdir)/rcdef.c       \
36         $(srcdir)/rc_none.c     \
37         $(srcdir)/rc_conv.c     \
38         $(srcdir)/ser_rc.c      \
39         $(srcdir)/rcfns.c
40
41 ##DOS##LIBOBJS = $(OBJS)
42
43 all-unix:: all-libobjs
44 clean-unix:: clean-libobjs
45
46 # @libobj_frag@
47
48 # +++ Dependency line eater +++
49
50 # Makefile dependencies follow.  This must be the last section in
51 # the Makefile.in file
52 #
53 rc_base.so rc_base.po $(OUTPRE)rc_base.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
54   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
55   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
56   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
57   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
58   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
59   $(SRCTOP)/include/socket-utils.h rc-int.h rc_base.c \
60   rc_base.h
61 rc_dfl.so rc_dfl.po $(OUTPRE)rc_dfl.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
62   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
63   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
64   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
65   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
66   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
67   $(SRCTOP)/include/socket-utils.h rc-int.h rc_base.h \
68   rc_dfl.c rc_dfl.h rc_io.h
69 rc_io.so rc_io.po $(OUTPRE)rc_io.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
70   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
71   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
72   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
73   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
74   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
75   $(SRCTOP)/include/socket-utils.h rc_base.h rc_dfl.h \
76   rc_io.c rc_io.h
77 rcdef.so rcdef.po $(OUTPRE)rcdef.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
78   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
79   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
80   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
81   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
82   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
83   $(SRCTOP)/include/socket-utils.h rc-int.h rc_dfl.h \
84   rcdef.c
85 rc_none.so rc_none.po $(OUTPRE)rc_none.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
86   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
87   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
88   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
89   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
90   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
91   $(SRCTOP)/include/socket-utils.h rc-int.h rc_none.c
92 rc_conv.so rc_conv.po $(OUTPRE)rc_conv.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
93   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
94   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
95   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
96   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
97   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
98   $(SRCTOP)/include/socket-utils.h rc_base.h rc_conv.c
99 ser_rc.so ser_rc.po $(OUTPRE)ser_rc.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
100   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
101   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
102   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
103   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
104   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
105   $(SRCTOP)/include/socket-utils.h rc-int.h ser_rc.c
106 rcfns.so rcfns.po $(OUTPRE)rcfns.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
107   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
108   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
109   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
110   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
111   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
112   $(SRCTOP)/include/socket-utils.h rc-int.h rcfns.c