Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187759
Collapse All | Expand All

(-)f90/Makefile.am (+2 lines)
Lines 64-73 if UPPER_CASE_MOD Link Here
64
nodist_include_HEADERS = TYPESIZES.mod NETCDF.mod
64
nodist_include_HEADERS = TYPESIZES.mod NETCDF.mod
65
TYPESIZES.mod: typeSizes.o
65
TYPESIZES.mod: typeSizes.o
66
NETCDF.mod: $(NETCDF_O)
66
NETCDF.mod: $(NETCDF_O)
67
$(NETCDF_O): TYPESIZES.mod
67
else
68
else
68
nodist_include_HEADERS = typesizes.mod netcdf.mod 
69
nodist_include_HEADERS = typesizes.mod netcdf.mod 
69
typesizes.mod: typeSizes.o
70
typesizes.mod: typeSizes.o
70
netcdf.mod: $(NETCDF_O)
71
netcdf.mod: $(NETCDF_O)
72
$(NETCDF_O): typesizes.mod
71
endif
73
endif
72
74
73
# This is what we are building: a convenience library of F90 functions.
75
# This is what we are building: a convenience library of F90 functions.

Return to bug 187759