makefile
来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 40 行
TXT
40 行
CC = cc # the usual situationCFLAGS = # the usual situationCC = lcc # you will probably want to remove this CFLAGS = -g -N -I/usr/include/lcc -I/usr/include # and thisYFLAGS = -dOFILES = picl.o main.o print.o misc.o symtab.o blockgen.o boxgen.o \ circgen.o arcgen.o linegen.o movegen.o textgen.o \ input.o for.o pltroff.o $(ALLOC)CFILES = main.c print.c misc.c symtab.c blockgen.c boxgen.c circgen.c \ arcgen.c linegen.c movegen.c textgen.c \ input.c for.c pltroff.cSRCFILES = picy.y picl.l pic.h $(CFILES) makefile FIXES README PS-PEmacrospic: picy.o $(OFILES) pic.h $(CC) $(CFLAGS) picy.o $(OFILES) -lm$(OFILES): pic.h prevy.tab.hpicy.o: pic.hprevy.tab.h: y.tab.h -cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.hbundle: @bundle $(SRCFILES) bowell: $(SRCFILES) pictest.a push bowell $? /usr/src/cmd/pic touch bowellclean: rm *.o a.out *y.tab.hinstall: cp a.out /usr/bin/pic strip /usr/bin/pic
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?