mpi support

This commit is contained in:
Vitor Santos Costa
2014-12-14 16:44:52 +00:00
parent 90feb7f9f8
commit 656e27f5e0
7 changed files with 11 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ mpi.o: $(srcdir)/mpi.c
mpe.o: $(srcdir)/mpe.c
$(CC) -c $(CFLAGS) $(srcdir)/mpe.c -o $@
depend: $(HEADERS) $(C_SOURCES)
.depend: $(HEADERS) $(C_SOURCES)
-@if test "$(GCC)" = yes; then\
$(CC) -MM $(CFLAGS) -I$(srcdir)/include -i ../.. $(C_SOURCES) > .depend;\
else\