Home
last modified time | relevance | path

Searched refs:CSRCS (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2.3/build/demos/oslogdemo/
Dmakefile42 CSRCS = oslogdemo.c macro
/RvlSDK-3.2.3/build/demos/dvddemo/
Dmakefile40 CSRCS = dvddemo1.c \ macro
/RvlSDK-3.2.3/build/demos/reldemo/
Dmakefile87 CSRCS = static.c macro
/RvlSDK-3.2.3/build/demos/cntdemo/
Dmakefile65 CSRCS = cntdemo.c datatitledemo.c strapcntdemo.c macro
/RvlSDK-3.2.3/build/buildtools/
Dmodulerules24 # CSRCS - all c sources to be built
112 ALLCSRCS = $(CSRCS) $(CLIBSRCS)
116 ifdef CSRCS
117 OBJECTS += $(addprefix $(FULLBINOBJ_ROOT)/, $(CSRCS:.c=.o))