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

📄 makefile

📁 早期freebsd实现
💻
字号:
#	@(#)Makefile	2.8	6/7/93## CFLAGS = -DBASEDIR=\"$(DEST_BASE)\" -DINCORE -fwritable-stringsCC = cc $(CFLAGS).c.o:	$(CC) -c $*.cINVo        = invert.o streams.o  makekey.oINVc        = invert.c streams.c  makekey.cLOOKo       = lookup.o locate.o alpha.seek.o streams.o makekey.oLOOKc       = lookup.c locate.c alpha.seek.c streams.c makekey.cBIBo        = bib.o bibargs.o locate.o alpha.seek.o streams.o makekey.oBIBc        = bib.c bibargs.c locate.c alpha.seek.c streams.c makekey.cLISTo       = listrefs.o bibargs.o streams.o makekey.oLISTc       = listrefs.c bibargs.c streams.c makekey.cBIBINCo	    = bibinc.oBIBINCc     = bibinc.cSRCS = \	adsdebug.h \	bib.c \	bibargs.c \	bibinc.c \	comments.h \	alpha.seek.c \	bib.h \	invert.c \	listrefs.c \	locate.c \	lookup.c \	makekey.c \	streams.c \	streams.hall:	invert lookup listrefs bib bibincinstall: all	install -s -c bib $(DEST_BIN)/bib	install -s -c invert $(DEST_BIN)/invert	install -s -c lookup $(DEST_BIN)/lookup	install -s -c listrefs $(DEST_BIN)/listrefs	install -s -c bibinc $(DEST_BIN)/bibinc	install -c bib2tib $(DEST_BIN)/bib2tibinvert:  $(INVo)	$(CC)   $(INVo)   -o invertinvert.lint:  $(INVc) bib.h streams.h	lint  $(INVc) >invert.lintlookup: $(LOOKo)	$(CC)   $(LOOKo)  -o lookuplookup.lint: $(LOOKc) bib.h streams.h	lint $(LOOKc) >lookup.lintbibinc: $(BIBINCc) adsdebug.h comments.h streams.h	$(CC)   $(BIBINCc)  -o bibincbib: $(BIBo)	$(CC)   $(BIBo)  -o bibbib.lint: $(BIBc) bib.h streams.h	lint $(BIBc) >bib.lintlistrefs: $(LISTo)	$(CC)   $(LISTo)  -o listrefsbib.o:		bib.hbibargs.o:	bib.hlistrefs.o:	bib.hinvert.o:       streams.h bib.hlocate.o:       streams.h bib.hmakekey.o:	bib.halpha.seek.o:   streams.hstreams.o:      streams.h bib.h$(SRCS) :	sccs get $@clean:		-rm -f *.o bib invert listrefs lookup tags bibinc

⌨️ 快捷键说明

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