Makefile 163 Bytes Edit Raw Blame History 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 $@ $<