LIBS = ../et/libcom_err.a
-all:: includes libprofile.a test_parse
+all:: includes libprofile.a test_parse test_profile
libprofile.a: $(OBJS)
$(ARCHIVE) $@ $(OBJS)
$(RANLIB) $@
test_parse: test_parse.o $(OBJS) $(LIBS)
- cc -o test_parse test_parse.o $(OBJS) $(LIBS)
+ $(CC) -o test_parse test_parse.o $(OBJS) $(LIBS)
test_profile: test_profile.o $(OBJS) $(LIBS)
- cc -o test_profile test_profile.o $(OBJS) $(LIBS)
+ $(CC) -o test_profile test_profile.o $(OBJS) $(LIBS)
profile.h: prof_err.h profile.h.in
cat $(srcdir)/profile.h.in prof_err.h > $@