Update automatic dependencies to work on Windows by using $(OUTPRE) and
[krb5.git] / src / lib / krb5 / rcache / Makefile.in
1 thisconfigdir=./..
2 myfulldir=lib/krb5/rcache
3 mydir=rcache
4 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
5
6 ##DOS##BUILDTOP = ..\..\..
7 ##DOS##PREFIXDIR=rcache
8 ##DOS##OBJFILE=..\$(OUTPRE)$(PREFIXDIR).lst
9 ##WIN16##LIBNAME=..\krb5.lib
10
11 STLIBOBJS = \
12         rc_base.o       \
13         rc_dfl.o        \
14         rc_io.o         \
15         rcdef.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_conv.$(OBJEXT)      \
26         $(OUTPRE)ser_rc.$(OBJEXT)       \
27         $(OUTPRE)rcfns.$(OBJEXT)
28
29 SRCS=   \
30         $(srcdir)/rc_base.c     \
31         $(srcdir)/rc_dfl.c      \
32         $(srcdir)/rc_io.c       \
33         $(srcdir)/rcdef.c       \
34         $(srcdir)/rc_conv.c     \
35         $(srcdir)/ser_rc.c      \
36         $(srcdir)/rcfns.c
37
38 ##DOS##LIBOBJS = $(OBJS)
39
40 all-unix:: all-libobjs
41 clean-unix:: clean-libobjs
42 # +++ Dependency line eater +++
43
44 # Makefile dependencies follow.  This must be the last section in
45 # the Makefile.in file
46 #
47 $(OUTPRE)rc_base.$(OBJEXT): rc_base.c rc_base.h $(SRCTOP)/include/k5-int.h \
48   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
49   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
50   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h
51 $(OUTPRE)rc_dfl.$(OBJEXT): rc_dfl.c rc_base.h $(SRCTOP)/include/k5-int.h \
52   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
53   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
54   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
55   rc_dfl.h rc_io.h
56 $(OUTPRE)rc_io.$(OBJEXT): rc_io.c $(BUILDTOP)/include/krb5.h \
57   $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
58   rc_base.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
59   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/port-sockets.h \
60   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
61   rc_dfl.h rc_io.h
62 $(OUTPRE)rcdef.$(OBJEXT): rcdef.c $(SRCTOP)/include/k5-int.h \
63   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
64   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
65   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
66   rc_dfl.h
67 $(OUTPRE)rc_conv.$(OBJEXT): rc_conv.c rc_base.h $(SRCTOP)/include/k5-int.h \
68   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
69   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
70   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h
71 $(OUTPRE)ser_rc.$(OBJEXT): ser_rc.c $(SRCTOP)/include/k5-int.h \
72   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
73   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
74   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h
75 $(OUTPRE)rcfns.$(OBJEXT): rcfns.c $(SRCTOP)/include/k5-int.h \
76   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
77   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
78   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h
79