* Makefile.in (EXTRADEPSRCS): New variable.
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Aug 2002 01:48:33 +0000 (01:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Aug 2002 01:48:33 +0000 (01:48 +0000)
(.d): Depend on includes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14721 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 83bbca78b058ad5e9fc1aa9a75a2c4a6d1241f71..c0913806cb01e6d992a70080a25cb2b6c312dcd8 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-14  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (EXTRADEPSRCS): New variable.
+       (.d): Depend on includes.
+
 2002-06-19  Ken Raeburn  <raeburn@mit.edu>
 
        * prof_parse.c (strip_line): Simplify loop by preserving "p"
index fdf8be86086c98accc66a1e3c09af09d832c2c53..059a08c929c050fdd054f0c4e99c0ffdac7d02ab 100644 (file)
@@ -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