12.07.2015 Views

VLIDORT User's Guide

VLIDORT User's Guide

VLIDORT User's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Finally, the command to build the desired target executable(s) for the installation tests is:main: solar \thermal \brdfsolar: s2p6_solar_tester.exe \s2p6_solar_lpcs_tester.exethermal: s2p6_thermal_tester.exe \s2p6_thermal_lpcs_tester.exebrdf: s2p6_brdfplus_tester.exes2p6_solar_tester.exe: $(F90OBJECTS_SOLAR)$(FC) $^ -o $@s2p6_thermal_tester.exe: $(F90OBJECTS_THERMAL)$(FC) $^ -o $@s2p6_solar_lpcs_tester.exe: $(F90OBJECTS_SOLAR_LPCS)$(FC) $^ -o $@s2p6_thermal_lpcs_tester.exe: $(F90OBJECTS_THERMAL_LPCS)$(FC) $^ -o $@s2p6_brdfplus_tester.exe: $(F90OBJECTS_BRDFPLUS)$(FC) $^ -o $@vlidort_diff: $(F90OBJECTS_UTIL)$(FC) $^ -o $@lastly, the Makefile “clean” target command is defined:.PHONY: cleanclean:rm -f *.o $(OBJ_FILES) *.mod $(MOD_FILES) *.log *.exe67

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!