Blame view

SRC/EISPACK/Makefile 163 Bytes
886c558b   Steve Greedy   SACAMOS Public Re...
1
2
3
4
5
6
default:  $(EISPACK_OBJS)

# eispack has no dependencies beyond the type specifications

$(OBJ_MOD_DIR)/%.o: %.F90 $(TYPE_SPEC_MODULE)
	$(FC) $(FLAGS) -c -o $@ $<