22 |
|
$(OBJ_$(d)): CF_TGT := $(CF_TGT) -I$(FFTW_INCS) -DCDIR="\"$(SRCDIR)/$(d)\"" |
23 |
|
|
24 |
|
|
25 |
< |
# Add something like this when linking against this library |
26 |
< |
# ifeq ($(COMPILER), icc) |
27 |
< |
# MKL := -lmkl |
28 |
< |
# |
29 |
< |
# ifeq ($(JSOC_MACHINE), linux_x86_64) |
30 |
< |
# MKL := -static-intel -lmkl_em64t |
31 |
< |
# endif |
32 |
< |
# |
33 |
< |
# MODPATH: LL_TGT := $(LL_TGT) -L$(CFITSIO_LIBS) -l$(FFTW3_LIB) |
34 |
< |
# |
35 |
< |
# endif |
25 |
> |
# For modules linking against this library, please |
26 |
> |
# consult proj/lev1.5_hmi/apps/Rules.mk |
27 |
> |
|
28 |
|
|
29 |
|
$(LIBINTERP): $(OBJ_$(d)) |
30 |
|
$(ARCHIVE) |