Skip to content

Commit

Permalink
adding cmiss_cellml to the list of objects and setting its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickerso committed Jan 18, 2009
1 parent f82b791 commit 159f4f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ExampleMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ OBJECTS = $(OBJECT_DIR)/$(BASE_EXAMPLE_NAME).o \
$(OBJECT_DIR)/blas.o \
$(OBJECT_DIR)/classical_field_routines.o \
$(OBJECT_DIR)/cmiss.o \
$(OBJECT_DIR)/cmiss_cellml.o \
$(OBJECT_DIR)/cmiss_mpi.o \
$(OBJECT_DIR)/cmiss_parmetis.o \
$(OBJECT_DIR)/cmiss_petsc.o \
Expand Down Expand Up @@ -811,6 +812,11 @@ $(OBJECT_DIR)/cmiss.o : $(MAIN_SOURCE_DIR)/cmiss.f90 \
$(OBJECT_DIR)/types.o \
$(MACHINE_OBJECTS)

$(OBJECT_DIR)/cmiss_cellml.o : $(MAIN_SOURCE_DIR)/cmiss_cellml.f90 \
$(OBJECT_DIR)/strings.o \
$(OBJECT_DIR)/types.o \
$(MACHINE_OBJECTS)

$(OBJECT_DIR)/cmiss_mpi.o : $(MAIN_SOURCE_DIR)/cmiss_mpi.f90 \
$(OBJECT_DIR)/base_routines.o \
$(OBJECT_DIR)/constants.o \
Expand Down

0 comments on commit 159f4f6

Please sign in to comment.