Searched refs:CLIBSRCS (Results 1 – 11 of 11) sorted by relevance
36 CLIBSRCS := $(FIND_C_SRCS) macro
36 CLIBSRCS := gfdInterface.c macro
42 CLIBSRCS := cos_def_malloc.c \ macro
41 CLIBSRCS := ind_alloc.c \ macro
323 ALLCSRCS = $(CSRCS) $(CLIBSRCS)344 ifdef CLIBSRCS345 LIBOBJECTS += $(addprefix $(OBJ_DIR)/, $(CLIBSRCS:.c=.o))346 XLIBOBJECTS += $(CLIBSRCS:.c=.o)