version 1.3, 2008/04/18 21:25:32
|
version 1.4, 2010/01/26 00:36:25
|
Line 43 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
Line 43 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
%.o: %.f | %.o: %.f |
$(FCOMP) | $(FCOMP) |
| |
|
%.o: %.f90 |
|
$(FCOMP) |
|
|
# If a .f file is to be compiled more than one, the Rules.mk file that | # If a .f file is to be compiled more than one, the Rules.mk file that |
# contains the rules for that .f file exists in a subdirectory of the | # contains the rules for that .f file exists in a subdirectory of the |
# directory that contains the .f file. As a result, the stem of the | # directory that contains the .f file. As a result, the stem of the |
Line 50 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
Line 53 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
%.o: ../%.f | %.o: ../%.f |
$(FCOMP) | $(FCOMP) |
| |
|
%.o: ../%.f90 |
|
$(FCOMP) |
|
|
%.o: %.c | %.o: %.c |
$(COMP) | $(COMP) |
| |