Skip to content
Snippets Groups Projects
Commit d1cb5efa authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 31/07/2014: RTTOV , missing MNH_RTTOV key for CPP flag source compilation

parent 4b14ba52
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@ ARCH_XYZ=${ARCH}${MNH_REAL}${MNH_INT}-${VERSION_XYZ}
ifdef VER_USER
DIR_USER += ${VER_USER}
endif
ifdef MNH_NCWRIT
CPPFLAGS_MNH += -D${MNH_NCWRIT}
endif
##########################################################
# Source MNH #
##########################################################
......@@ -142,6 +139,7 @@ INC_RTTOV = -I$(B)LIB/RTTOV/src
DIR_MASTER += $(DIR_RTTOV)
CPPFLAGS += $(CPPFLAGS_RTTOV)
INC += $(INC_RTTOV)
CPPFLAGS_MNH += -DMNH_RTTOV=${MNH_RTTOV}
#VER_RTTOV = RTTOV87
#ARCH_XYZ := $(ARCH_XYZ)-$(VER_RAD)
endif
......@@ -175,6 +173,12 @@ VPATH += $(DIR_NEWLFI)
#ARCH_XYZ := $(ARCH_XYZ)-$(VER_NEWLFI)
endif
##########################################################
# Source NCWRIT #
##########################################################
ifdef MNH_NCWRIT
CPPFLAGS_MNH += -DMNH_NCWRIT=${MNH_NCWRIT}
endif
##########################################################
# Source FOREFIRE #
##########################################################
ifdef MNH_FOREFIRE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment