| 55 |
SMALLF = $(SRC:.F=.$(SUFF)) |
SMALLF = $(SRC:.F=.$(SUFF)) |
| 56 |
OBJECTS = $(SRC:.F=.o) |
OBJECTS = $(SRC:.F=.o) |
| 57 |
|
|
| 58 |
|
.SUFFIXES: |
| 59 |
.SUFFIXES: .o .$(SUFF) .F |
.SUFFIXES: .o .$(SUFF) .F |
| 60 |
|
|
| 61 |
all: small_f offline_driver model driver |
all: small_f offline_driver model driver |
| 72 |
small_f: $(SMALLF) |
small_f: $(SMALLF) |
| 73 |
|
|
| 74 |
depend: |
depend: |
| 75 |
makedepend -o .f $(INCLUDEDIRS) $(SRC) |
makedepend -o .$(SUFF) $(INCLUDEDIRS) $(SRC) |
| 76 |
|
|
| 77 |
# The normal chain of rules is ( .F - .f - .o ) |
# The normal chain of rules is ( .F - .f - .o ) |
| 78 |
.F.f: |
.F.f: |