From 694c9b08f2c1e3690d31ccf76f95fbd7e2e6fb74 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 15 Aug 2002 01:48:33 +0000 Subject: [PATCH] * Makefile.in (EXTRADEPSRCS): New variable. (.d): Depend on includes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14721 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 5 +++++ src/util/profile/Makefile.in | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 83bbca78b..c0913806c 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +2002-08-14 Ken Raeburn + + * Makefile.in (EXTRADEPSRCS): New variable. + (.d): Depend on includes. + 2002-06-19 Ken Raeburn * prof_parse.c (strip_line): Simplify loop by preserving "p" diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index fdf8be860..059a08c92 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -35,6 +35,8 @@ SRCS = $(srcdir)/prof_tree.c \ prof_err.c \ $(srcdir)/prof_init.c +EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c + DEPLIBS = $(COM_ERR_DEPLIB) MLIBS = -lcom_err @@ -84,6 +86,8 @@ test_profile: test_profile.$(OBJEXT) argv_parse.$(OBJEXT) $(OBJS) $(DEPLIBS) $(CC_LINK) -o test_profile test_profile.$(OBJEXT) \ argv_parse.$(OBJEXT) $(OBJS) $(MLIBS) +.d: includes + # NEED TO FIX!! $(OUTPRE)test_parse.exe: $(CC) $(CFLAGS2) -o test_parse.exe test_parse.c \ @@ -132,4 +136,9 @@ prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.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 \ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h +test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \ + $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h +test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \ + $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h \ + argv_parse.h -- 2.26.2