diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-09-02 00:14:07 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-09-02 00:14:07 +0000 |
| commit | de94414b177cd100c4cc58d2a2335dc411b4246b (patch) | |
| tree | 0806be57aa58a6ee7e3943f5806b0ab16301df4b /src/util | |
| parent | f31cedcf833529c6c402be4ef17d815460c16beb (diff) | |
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13726 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/dyn/Makefile.in | 16 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 18 | ||||
| -rw-r--r-- | src/util/ss/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/ss/Makefile.in | 5 |
4 files changed, 36 insertions, 8 deletions
diff --git a/src/util/dyn/Makefile.in b/src/util/dyn/Makefile.in index e189f3895..228038519 100644 --- a/src/util/dyn/Makefile.in +++ b/src/util/dyn/Makefile.in @@ -85,3 +85,19 @@ LCLINTOPTS=+posixlib \ do-lclint: $(SRCS) $(LCLINT) $(LCLINTOPTS) $(LOCALINCLUDES) $(DEFS) $(SRCS) $(srcdir)/test.c +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +dyn_create.o: dyn_create.c dynP.h dyn.h +dyn_put.o: dyn_put.c dynP.h dyn.h +dyn_debug.o: dyn_debug.c dynP.h dyn.h +dyn_delete.o: dyn_delete.c dynP.h dyn.h +dyn_size.o: dyn_size.c dynP.h dyn.h +dyn_append.o: dyn_append.c dynP.h dyn.h +dyn_realloc.o: dyn_realloc.c dynP.h dyn.h +dyn_paranoid.o: dyn_paranoid.c dynP.h dyn.h +dyn_insert.o: dyn_insert.c dynP.h dyn.h +dyn_initzero.o: dyn_initzero.c dynP.h dyn.h + diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 3c2d8ec83..80751e5d1 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -119,9 +119,17 @@ 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.o: $(srcdir)/prof_tree.c $(srcdir)/prof_int.h prof_err.h -prof_file.o: $(srcdir)/prof_file.c $(srcdir)/prof_int.h prof_err.h -prof_parse.o: $(srcdir)/prof_parse.c $(srcdir)/prof_int.h prof_err.h -prof_err.o: prof_err.c -prof_init.o: $(srcdir)/prof_init.c $(srcdir)/prof_int.h prof_err.h +prof_tree.o: prof_tree.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_file.o: prof_file.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_parse.o: prof_parse.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_get.o: prof_get.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_set.o: prof_set.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_err.o: prof_err.c $(BUILDTOP)/include/com_err.h +prof_init.o: prof_init.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 7bfd2f070..4ec085c94 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,8 @@ +2001-09-01 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (SRCS): Don't include ss_err.h. + (depend-prerecurse): Depend on ss_err.h. + 2001-06-20 Ken Raeburn <raeburn@mit.edu> * request_tbl.c (ss_add_request_table): Delete unnecessary cast in diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index 63c90dfb4..6d9a86fbf 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -43,9 +43,8 @@ SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \ $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \ $(srcdir)/error.c $(srcdir)/prompt.c \ $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \ - $(srcdir)/requests.c $(srcdir)/data.c \ - ss_err.h -# ss_err.h here, so that make depend catches it. + $(srcdir)/requests.c $(srcdir)/data.c +depend-prerecurse:: ss_err.h std_rqs.o: std_rqs.c ss_err.h |
