summaryrefslogtreecommitdiffstats
path: root/src/util/profile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
committerKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
commitc5353b742898cafcc85f204f03c02445e05791d5 (patch)
treefc6ef70b2018b2c76f2a13d132f41e65ad9832a0 /src/util/profile
parentb4c3d53a6e88ea597a165289fd858b36aba03215 (diff)
downloadkrb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.gz
krb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.xz
krb5-c5353b742898cafcc85f204f03c02445e05791d5.zip
run "make depend"
In most library directories, this just affects where the line breaks are. In most other directories, it's just dropping a trailing blank line. One or two files really do have updated dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16987 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/Makefile.in60
1 files changed, 34 insertions, 26 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index b768a74e21..7a80823eb6 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -155,29 +155,37 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# Makefile dependencies follow. This must be the last section in
# 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/krb5/autoconf.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
-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
-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
-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
-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
-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
-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
-
+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
+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
+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
+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
+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
+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
+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
+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