⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 submakefile

📁 Source code for an Numeric Cmputer
💻
字号:
EMCSHSRCS := emc/usr_intf/emcsh.ccIOSHSRCS := emc/usr_intf/iosh.cc \	emc/motion/usrmotintf.cc \	emc/motion/emcmotglb.c \	emc/motion/emcmotutil.c \	$(ULAPISRCS)USRMOTSRCS := \	emc/usr_intf/usrmot.c \	emc/motion/usrmotintf.cc \	emc/motion/emcmotglb.c \	emc/motion/emcmotutil.c \	$(ULAPISRCS)HALUISRCS := emc/usr_intf/halui.cc $(ULAPISRCS) hal/hal_lib.cTCLSRCS := emc/usr_intf/emcsh.cc emc/usr_intf/iosh.ccUSERSRCS += $(EMCSHSRCS) $(IOSHSRCS) $(USRMOTSRCS) $(HALUISRCS)$(call TOOBJSDEPS, $(TCLSRCS)) : EXTRAFLAGS = $(ULFLAGS) $(TCL_CFLAGS)../bin/emcsh: $(call TOOBJS, $(EMCSHSRCS)) ../lib/libemc.a ../lib/libnml.so	$(CXX) $(LDFLAGS) -o $@ $(ULFLAGS) $(TCL_CFLAGS) $^ $(TCL_LIBS)TARGETS += ../bin/emcsh../bin/iosh: $(call TOOBJS, $(IOSHSRCS)) ../lib/libemc.a ../lib/libnml.so	$(CXX) $(LDFLAGS) -o $@ $(ULFLAGS) $(TCL_CFLAGS) $^ $(TCL_LIBS)TARGETS += ../bin/iosh../bin/usrmot: $(call TOOBJS, $(USRMOTSRCS)) ../lib/libemc.a ../lib/libnml.so	$(CXX) $(LDFLAGS) -o $@ $(ULFLAGS) $^TARGETS += ../bin/usrmot../bin/halui: $(call TOOBJS, $(HALUISRCS)) ../lib/libemc.a ../lib/libnml.so	$(CXX) $(LDFLAGS) -o $@ $(ULFLAGS) $^ TARGETS += ../bin/halui

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -