imakefile

来自「linux上实现的多种型号的AVR模拟器」· 代码 · 共 30 行

TXT
30
字号
INCLUDES = $(XPM_INCLUDES)DEPLIBS = XmClientDepLibsLOCAL_LIBRARIES = XmClientLibsSYS_LIBRARIES = -lpthreadCCOPTIONS = -ansi -g -WallSRCS =  avr_simulator.c \	func_command.c \	hardware.c \	menu_options.c \        menu_memory.c \	buttons_menu.c \	xs_wtip.c \	help.c \OBJS =	avr_simulator.o \	func_command.o \	hardware.o \	menu_options.o \        menu_memory.o \	buttons_menu.o \	xs_wtip.o \	help.o \PROGRAMS = avr_simulatorNormalLibraryObjectRule()MComplexProgramTarget($(PROGRAMS),$(LOCAL_LIBRARIES),$(SYSLIBS))

⌨️ 快捷键说明

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