Searched refs:LIB_SRC (Results 1 – 1 of 1) sorted by relevance
113 LIB_SRC := $(wildcard lib/*.c) macro115 LIB_SRC := $(filter-out lib/enable.c,${LIB_SRC}) macro118 STATIC_LIB_OBJ := $(LIB_SRC:.c=.o)119 SHARED_LIB_OBJ := $(LIB_SRC:.c=.shlib.o)