📄 makefile
字号:
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeCFILES =\ alias.c\ backquote.c\ complete.c\ cshpar.c\ front.c\ glob.c\ history.c\ lexical.c\ modify.c\ output.c\ quote.c\ spawn.c\ std.c\ unixcom.c\ variable.c\ wlist.cCOBJS =\ alias.o\ backquote.o\ complete.o\ cshpar.o\ front.o\ glob.o\ history.o\ lexical.o\ modify.o\ output.o\ quote.o\ spawn.o\ std.o\ unixcom.o\ variable.o\ wlist.oHFILES =\ ../include/FTEcmath.h\ ../include/FTEconstant.h\ ../include/FTEcshpar.h\ ../include/FTEdata.h\ ../include/FTEdebug.h\ ../include/FTEdefs.h\ ../include/FTEinput.h\ ../include/FTEparse.h\ ../include/FTEspicedata.h\ ../include/FTEwritedata.hTARGET = ../CPINCLUDE = -I. -I../includeCFLAGS = .c.o: $*.c $(CC) $(CFLAGS) ${INCLUDE} -c $*.clibrary: $(TARGET).a input.o$(TARGET).a: $(COBJS) ar r $(TARGET).a $? ranlib $(TARGET).a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -