代码搜索:Executable

找到约 10,000 项符合「Executable」的源代码

代码结果 10,000
www.eeworm.com/read/134479/5892418

makefile

ROOTDIR = ../../.. EXECUTABLE = sum FILES = sum LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892453

makefile

ROOTDIR = ../../.. EXECUTABLE = split FILES = split LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892458

makefile

ROOTDIR = ../../.. EXECUTABLE = accumulate FILES = accumulate LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892464

makefile

ROOTDIR = ../../.. EXECUTABLE = splitstruct FILES = splitstruct LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892483

makefile

ROOTDIR = ../../.. EXECUTABLE = reduce FILES = reduce LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892488

makefile

ROOTDIR = ../../.. EXECUTABLE = fractal FILES = fractal LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892497

makefile

ROOTDIR = ../../.. EXECUTABLE = gatherop FILES = gatherop LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892502

makefile

ROOTDIR = ../../.. EXECUTABLE = allocate FILES = allocate LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892507

makefile

ROOTDIR = ../../.. EXECUTABLE = cachetest FILES = cachetest LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk
www.eeworm.com/read/134479/5892510

makefile

ROOTDIR = ../../.. EXECUTABLE = toy FILES = toy LIBRARIES = $(RUNTIME_LIBS) include $(ROOTDIR)/common.mk