updates to makefiles; added CrayXT configure crutch

This commit is contained in:
Marc Howison
2010-02-11 19:39:25 +00:00
parent f671d1ab9f
commit 3300a665b5
7 changed files with 26 additions and 73 deletions
-6
View File
@@ -24,9 +24,3 @@ homdynToH5p_SOURCES = homdynToH5p.cc
H5PartBench_SOURCES = H5PartBench.c
H5BlockBench_SOURCES = H5BlockBench.c
.o.cc:
$(CXX) $(CFLAGS) $(INCLUDES) -c $<
.o.c:
$(CC) $(CFLAGS) $(INCLUDES) -c $<