Skip to content

Commit

Permalink
Omission from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Oct 20, 2017
1 parent 9b01f01 commit 00b3cb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OBJ_PATH = ../obj/
INC = /usr/local/include
LIB = /usr/local/lib
# Simulator directories
SIM_PATH = cosp/simulator
SIM_PATH = simulator
RT_PATH = $(SIM_PATH)/rttov
RS_PATH = $(SIM_PATH)/quickbeam
CS_PATH = $(SIM_PATH)/actsim
Expand Down Expand Up @@ -93,7 +93,7 @@ MISR_simulator.o : $(MISR_PATH)/MISR_simulator.F90
modis_simulator.o : $(MODIS_PATH)/modis_simulator.F90
$(F90) $(F90FLAGS) -c $<

cosp_rttov_interfaceSTUB.o : cosp/simulator/cosp_rttov_interfaceSTUB.F90
cosp_rttov_interfaceSTUB.o : simulator/cosp_rttov_interfaceSTUB.F90
$(F90) $(F90FLAGS) -c -I $(RTTOV_INC_PATH) -I $(RTTOV_MOD_PATH) $<

cosp_rttovSTUB.o : $(RT_PATH)/cosp_rttovSTUB.F90
Expand All @@ -114,11 +114,11 @@ cosp_kinds.o : hooks/cosp_kinds.F90
mo_rng.o : subcol/rng/mo_rng.F90
$(F90) $(F90FLAGS) -c $<

cosp_config.o : cosp/cosp_config.F90
cosp_config.o : cosp_config.F90
$(F90) $(F90FLAGS) -c $<

cosp.o : cosp/cosp.F90
cosp.o : cosp.F90
$(F90) $(F90FLAGS) -c $<

cosp_stats.o : cosp/cosp_stats.F90
cosp_stats.o : cosp_stats.F90
$(F90) $(F90FLAGS) -c $<

0 comments on commit 00b3cb3

Please sign in to comment.