+2002-10-03 Sam Hartman <hartmans@mit.edu>
+
+ * Makefile.in : Move test_* from all to check targets. so that com_err is not needed on mac.
+
2002-09-10 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (LOCALINCLUDES): Don't reference et directory.
PROFILE_HDR=$(BUILDTOP)$(S)include$(S)profile.h
-all-unix:: includes test_parse test_profile
+all-unix:: includes
all-unix:: all-libs
all-windows:: $(PROFILE_HDR)
clean-windows::
$(RM) $(PROFILE_HDR)
+check-unix:: test_parse test_profile
+
check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
$(RM) $(OUTPRE)*.obj
$(OUTPRE)test_parse test.ini
test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \
$(COM_ERR_DEPS) prof_err.h profile.h argv_parse.h
+