makefile32.riscos
来自「A free MS Word reader for Linux and RISC」· RISCOS 代码 · 共 65 行
RISCOS
65 行
## Makefile for !Antiword (RISC OS version, using !gcc)#CC = gccbin:gccLD = gccbin:gccTOUCH = stamp# must equal to DEBUG or NDEBUGDB = DEBUG# Optimization: -O<n> or debugging: -gOPT = -O2OPTIONS = -mlibscl -mthrowbackLDFLAGS = -mlibscl -mthrowback#LDFLAGS = -mlibscl -mthrowback -dLDLIBS = flexlib:o32.flexlib DeskLib:o.DeskLib270CFLAGS = -Wall -pedantic -Wno-char-subscripts $(OPT) -D__riscos -D$(DB) -DTRACE#CFLAGS = -Wall -pedantic -Wno-char-subscripts -D__riscos -D$(DB) -DTRACEOBJS1 = o.main_ros\ o.blocklist o.chartrans o.datalist o.depot o.dib2sprt o.doclist\ o.draw o.drawfile o.fail o.finddata o.findtext o.fontlist o.fonts\ o.fonts_r o.hdrftrlist o.icons o.imgexam o.imgtrans o.jpeg2sprt\ o.listlist o.misc o.notes o.options o.out2window o.pictlist\ o.png2sprt o.prop0 o.prop2 o.prop6 o.prop8 o.properties o.propmod\ o.rowlist o.riscos o.saveas o.sectlist o.stylelist o.stylesheet\ o.summary o.tabstop o.word2text o.worddos o.wordlib o.wordmac\ o.wordole o.wordwin o.xmallocOBJS2 = o.startup\ o.riscos\ o.failIMAGE1 = @.!AntiwordIMAGE2 = @.!RunImageall: Startup AntiwordAntiword: $(IMAGE1) @ time$(IMAGE1): $(OBJS1) $(LD) $(LDFLAGS) $(OBJS1) $(LDLIBS) -o $@ @ $(TOUCH) $@Startup: $(IMAGE2) @ time$(IMAGE2): $(OBJS2) $(LD) $(LDFLAGS) $(OBJS2) $(LDLIBS) -o $@ @ $(TOUCH) $@#.c.o:# $(CC) $(CFLAGS) $(OPTIONS) -c $<o.%: c.% $(CC) $(CFLAGS) $(OPTIONS) -c $< i.%: c.% $(CC) $(CFLAGS) $(OPTIONS) -E $< { > $@ }o.main_ros: h.version
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?