version 1.2, 2007/10/16 22:48:15
|
version 1.4, 2010/01/26 00:36:25
|
Line 37 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
Line 37 $(IIOBJ): CF_TGT := $(CF_TGT) -DIDLLIB |
|
# General directory-independent rules | # General directory-independent rules |
%.c: %.pgc | %.c: %.pgc |
$(ECPG) | $(ECPG) |
|
%.c: %.i |
|
$(SWIG) |
| |
%.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 48 $(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) |
| |