diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-09-12 13:40:52 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-09-12 13:41:12 -0400 |
commit | eabc8e91c70031a8e9dc1da1341201c89cbd898c (patch) | |
tree | 8463b85d16df6b699ff3cc478d8621abde4c721d /src/util | |
parent | cd58adf4b0f52d0293ec8bf9d7d3e87bd1e6ce3f (diff) | |
download | krb5-eabc8e91c70031a8e9dc1da1341201c89cbd898c.tar.gz krb5-eabc8e91c70031a8e9dc1da1341201c89cbd898c.tar.xz krb5-eabc8e91c70031a8e9dc1da1341201c89cbd898c.zip |
make depend
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/support/deps | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/support/deps b/src/util/support/deps index 07abe8c31d..521a594ea2 100644 --- a/src/util/support/deps +++ b/src/util/support/deps @@ -53,9 +53,20 @@ t_k5buf.so t_k5buf.po $(OUTPRE)t_k5buf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h t_unal.so t_unal.po $(OUTPRE)t_unal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ t_unal.c +t_path.so t_path.po $(OUTPRE)t_path.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ + t_path.c +t_json.so t_json.po $(OUTPRE)t_json.$(OBJEXT): $(top_srcdir)/include/k5-json.h \ + t_json.c zap.so zap.po $(OUTPRE)zap.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ zap.c path.so path.po $(OUTPRE)path.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ path.c +base64.so base64.po $(OUTPRE)base64.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(top_srcdir)/include/k5-base64.h $(top_srcdir)/include/k5-platform.h \ + $(top_srcdir)/include/k5-thread.h base64.c +json.so json.po $(OUTPRE)json.$(OBJEXT): $(top_srcdir)/include/k5-base64.h \ + $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-json.h \ + json.c |