# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # (c) Copyright 2015 University Corporation for Atmospheric Research # (UCAR). All Rights Reserved. For U.S.A. Government Use Only # *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # # Recursive make - makes the subdirectory code # include $(RAP_MAKE_INC_DIR)/rap_make_macros TARGETS = $(GENERAL_TARGETS) MODULE_NAME = euclid LIBNAME = lib$(MODULE_NAME).a SUB_DIRS = \ geometry \ Pjg include $(RAP_MAKE_INC_DIR)/rap_make_recursive_dir_targets include $(RAP_MAKE_INC_DIR)/rap_make_inc_targets include $(RAP_MAKE_INC_DIR)/rap_make_lib_targets