| # | Line 1 | Line 1 | include ../Makefile.inc | |
|---|---|---|
| 1 | include ../Makefile.inc | |
| 2 | ||
| 3 | + | |
| 4 | INCLUDE = ../headers | |
| 5 | CP_OBJ = mpiBASS.o mpiSimulation.o mpiForceField.o | |
| 6 | F_OBJ = mpiSimulation_module.o | |
| 7 | ||
| 8 | < | all: $(LIBDIR)/$(LIBNAME) |
| 8 | > | all: $(LIBDIR)/$(LIBNAME) f90_include |
| 9 | ||
| 10 | $(LIBDIR)/$(LIBNAME): $(CP_OBJ) $(F_OBJ) | |
| 11 | ar -crsv $@ $? | |
| # | Line 21 | Line 22 | mpiSimulation_module.o: mpiSimulation_module.F90 | |
| 22 | mpiSimulation_module.o: mpiSimulation_module.F90 | |
| 23 | $(FC) $(FFLAGS) -I$(INCLUDE) -c mpiSimulation_module.F90 | |
| 24 | ||
| 25 | + | f90_include: |
| 26 | + | cp *.mod ../f90_include |
| 27 | + | |
| 28 | clean: | |
| 29 | < | rm *.o *~ |
| 29 | > | rm *.o *~ *.mod |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |