# # Recursive make - makes the subdirectory code # include $(RAP_MAKE_INC_DIR)/rap_make_macros TARGETS = $(GENERAL_TARGETS) MODULE_NAME = radar LIBNAME = lib$(MODULE_NAME).a SUB_DIRS = \ filter \ geom \ kdp \ pid \ precip 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