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
327 ALLCSRCS = $(CSRCS) $(CLIBSRCS)348 ifdef CLIBSRCS349 LIBOBJECTS += $(addprefix $(OBJ_DIR)/, $(CLIBSRCS:.c=.o))350 XLIBOBJECTS += $(CLIBSRCS:.c=.o)