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