⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 早期freebsd实现
💻
字号:
# Makefile for Unix Interpress utilities## Copyright (c) 1984, 1985, 1986 Xerox Corp.## HISTORY#DESTBIN=../../../binDESTINCLUDE=../../../includeDESTLIB=../../../libplot2ip: plot2ip.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.a	$(CC) $(CFLAGS) -o plot2ip plot2ip.o $(DESTLIB)/libip.a $(DESTLIB)/libgetopt.aplot2ip.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/literal.h $(DESTINCLUDE)/operator.h	$(CC) $(CFLAGS) -I$(DESTINCLUDE) -c plot2ip.clint:	lint -ab -I$(DESTINCLUDE) plot2ip.c $(DESTLIB)/llib-lip.ln -lc $(DESTLIB)/llib-lgetopt.lntest:	(cd Test; make test)install: $(DESTBIN)/plot2ip$(DESTBIN)/plot2ip: plot2ip	install -c -s plot2ip $(DESTBIN)clean:	rm -f plot2ip *.o	(cd Test; make clean)

⌨️ 快捷键说明

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