+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"
prof_err.c \
$(srcdir)/prof_init.c
+EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c
+
DEPLIBS = $(COM_ERR_DEPLIB)
MLIBS = -lcom_err
$(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 \
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