📄 makefile
字号:
# "getopt" -- for systems that don't have it already## Copyright (c) 1984, 1985, 1986 Xerox Corp.#DESTINCLUDE=../../../includeDESTLIB=../../../liblibgetopt.a: getopt.o ar r libgetopt.a getopt.o# parts of the Interpress librarygetopt.o: $(CC) -c -I$(DESTINCLUDE) getopt.cllib-lgetopt.ln: getopt.c lint -Cgetopt -I$(DESTINCLUDE) getopt.c# helperslint: lint -au -I$(DESTINCLUDE) getopt.cinstall: $(DESTLIB)/libgetopt.a $(DESTLIB)/llib-lgetopt.ln$(DESTLIB)/libgetopt.a: libgetopt.a install -c libgetopt.a $(DESTLIB) ranlib $(DESTLIB)/libgetopt.a$(DESTLIB)/llib-lgetopt.ln: llib-lgetopt.ln install -c llib-lgetopt.ln $(DESTLIB)clean: rm -f libgetopt.a llib-lgetopt.ln *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -