Skip to content
Snippets Groups Projects
Commit 5030a386 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 07/03/2023:Makefile, move definition of Lib rules after MASTER+USER ones...

Juan 07/03/2023:Makefile, move definition of Lib rules after MASTER+USER ones <-> resolve RTTOV compile problem
parent b030d7ae
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,6 @@ obj_flist = $(notdir $(shell find $(1) -follow -type f \
-name 'spll_*.f*' | sed -e 's/\(.*\)\(\.\).*/\1.o/g' ))
#
##########################################################
# #
# COMPILER & ARCHITECTURE CONFIGURATION #
# #
##########################################################
#
include Rules.$(ARCH)$(F).mk
#
##########################################################
##########################################################
##########################################################
# #
......@@ -115,10 +107,17 @@ endif
endif
##########################################################
# #
# VPATH ADJUSTEMENT : #
# COMPILER & ARCHITECTURE CONFIGURATION #
# #
##########################################################
#
include Rules.$(ARCH)$(F).mk
#
##########################################################
# #
# VPATH ADJUSTEMENT : #
# #
##########################################################
#
#VPATH := $(filter-out $(VPATH_EXCLUDE),$(VPATH))
#
......
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