makefile

来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 69 行

TXT
69
字号
################################################################################   Instructions to Make, for compilation of ISODE turbo options################################################################################################################################################################ $Header: /xtel/isode/isode/quipu/turbo/RCS/Makefile,v 9.0 1992/06/16 12:36:15 isode Rel $### $Log: Makefile,v $# Revision 9.0  1992/06/16  12:36:15  isode# Release 8.0## ################################################################################################################################################################				 NOTICE##    Acquisition, use, and distribution of this module and related#    materials are subject to the restrictions of a license agreement.#    Consult the Preface in the User's Manual for the full terms of#    this agreement.################################################################################CFILES= edb2dbm.c edbcat.c tdirname.c file2dn.call:		file2dn tdirname edb2dbm edbcat edb2dbm:	edb2dbm.o	$(LDCC) $(LDFLAGS) -o $@ $? $(LIBGDBM)edbcat:		edbcat.o	$(LDCC) $(LDFLAGS) -o $@ $? $(LIBGDBM)tdirname:	tdirname.o	$(LDCC) $(LDFLAGS) -o $@ $?file2dn:	file2dn.o	$(LDCC) $(LDFLAGS) -o $@ $?tree2dbm:syncedb:synctree:install:	inst-all cleaninst-all:	all	install -c -m 755 edb2dbm $(SBINDIR)edb2dbm	install -c -m 755 edbcat $(SBINDIR)edbcat	install -c -m 755 tree2dbm $(SBINDIR)tree2dbm	install -c -m 755 syncedb $(SBINDIR)syncedb	install -c -m 755 synctree $(SBINDIR)synctree	install -c -m 755 tdirname $(SBINDIR)tdirname	install -c -m 755 file2dn $(SBINDIR)file2dnlint:	$(LINT) $(LFLAGS) edb2dbm.c $(LLIBS)	$(LINT) $(LFLAGS) edbcat.c $(LLIBS)	$(LINT) $(LFLAGS) tdirname.c $(LLIBS)	$(LINT) $(LFLAGS) file2dn.c $(LLIBS)clean:	rm -f *.o a.out edb2dbm edbcat tdirname file2dn

⌨️ 快捷键说明

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