From: Tom Yu Date: Wed, 23 Mar 2005 04:17:13 +0000 (+0000) Subject: make depend X-Git-Tag: krb5-1.4.3-beta1~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e0060514cccf9862d9cde1615e4d2ab238b77e8;p=krb5.git make depend git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17150 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index b768a74e2..69d5630f5 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -157,27 +157,28 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe # prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/k5-platform.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(COM_ERR_DEPS) prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \ - $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h argv_parse.h + $(SRCTOP)/include/k5-platform.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ + argv_parse.h diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index b3f1fd1ad..20bc8fb9c 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -199,4 +199,15 @@ requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \ ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \ $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h +mk_cmds.so mk_cmds.po $(OUTPRE)mk_cmds.$(OBJEXT): mk_cmds.c copyright.h ss_internal.h \ + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) +utils.so utils.po $(OUTPRE)utils.$(OBJEXT): utils.c copyright.h ss_internal.h \ + ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) +options.so options.po $(OUTPRE)options.$(OBJEXT): options.c copyright.h ss.h \ + $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) +cmd_tbl.lex.o: cmd_tbl.lex.c ct.tab.h +ct.tab.o: ct.tab.c ss.h $(BUILDTOP)/include/ss/ss_err.h \ + $(COM_ERR_DEPS) +ss_err.so ss_err.po $(OUTPRE)ss_err.$(OBJEXT): ss_err.c $(COM_ERR_DEPS) +std_rqs.so std_rqs.po $(OUTPRE)std_rqs.$(OBJEXT): std_rqs.c $(SS_DEPS) $(COM_ERR_DEPS)