📄 makefile
字号:
# Makefile for Unix Interpress utilities## Copyright (c) 1984, 1985, 1986 Xerox Corp.## HISTORY# 03-Jul-86 Lee Moore (lee) at Xerox Webster Research Center# Added "-lm" to the load line as a favor to Pyramids.# Converted for use with "getopt".## Dec 1, 1985 Lee Moore, Xerox WRC# added lint#DESTBIN=../../../binDESTINCLUDE=../../../includeDESTLIB=../../../libcharset: charset.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.a $(CC) $(CFLAGS) -o charset charset.o $(DESTLIB)/libip.a \ $(DESTLIB)/libgetopt.a -lmcharset.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h $(CC) $(CFLAGS) -I$(DESTINCLUDE) -c charset.clint: lint -ab -I$(DESTINCLUDE) charset.c $(DESTLIB)/llib-lip.ln \ $(DESTLIB)/llib-lgetopt.ln -lc install: $(DESTBIN)/charset$(DESTBIN)/charset: charset install -c -s charset $(DESTBIN)clean: rm -f charset test.ip *.otest: charset -p357 -otest.ip -s12 TroffMathExtra
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -