summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-31 01:24:29 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-31 01:24:29 +0000
commita27d828c8798244dad5b82f5111e2ce5e450c40d (patch)
tree0634794267a7cd88b5b9a37c21d26f4c9e5ae87a /src/util/profile
parent3509d03f75fa60408bad2109ca17425e20cad539 (diff)
downloadkrb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.tar.gz
krb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.tar.xz
krb5-a27d828c8798244dad5b82f5111e2ce5e450c40d.zip
make depend, now with dependency sorting
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17811 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/Makefile.in50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index a80beb4818..920df9f971 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -158,36 +158,36 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# the Makefile.in file
#
prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): \
- prof_tree.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_tree.c
prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): \
- prof_file.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_file.c prof_int.h
prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): \
- prof_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_parse.c
prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): \
- prof_get.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_get.c prof_int.h
prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): \
- prof_set.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h prof_set.c
prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): \
- prof_err.c $(COM_ERR_DEPS)
+ $(COM_ERR_DEPS) prof_err.c
prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): \
- prof_init.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_init.c prof_int.h
test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): \
- test_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ prof_int.h test_parse.c
test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): \
- test_profile.c prof_int.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h argv_parse.h
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ argv_parse.h prof_int.h test_profile.c