makefile.in
来自「Coda分布式文件系统源代码。其特色在于可以支持离线文件操作以及在线后的自动更新」· IN 代码 · 共 52 行
IN
52 行
## BLURB gpl# # Coda File System# Release 6# # Copyright (c) 1987-2003 Carnegie Mellon University# Additional copyrights listed below# # This code is distributed "AS IS" without warranty of any kind under# the terms of the GNU General Public Licence Version 2, as shown in the# file LICENSE. The technical and financial contributors to Coda are# listed in the file CREDITS.# # Additional copyrights# none currently# #*/TOPDIR = @top_srcdir@srcdir = @srcdir@VPATH = @srcdir@TOPOBJ = @TOPOBJ@include $(TOPDIR)/MakeconfHEADERS =OBJS = basic.oall: basic setupvt createmany deletemany scaninodesbasic: basic.o ../libpartition.a ${CC} -o basic basic.o ../libpartition.a ../../util/libutil.a ${LIBLWP} -lmsetupvt: setupvt.o ../libpartition.a ${CC} -o setupvt setupvt.o ../libpartition.a ../../util/libutil.a ${LIBLWP} -lmcreatemany: createmany.o ../libpartition.a ${CC} -o createmany createmany.o ../libpartition.a ../../util/libutil.a ${LIBLWP} -lmdeletemany: deletemany.o ../libpartition.a ${CC} -o deletemany deletemany.o ../libpartition.a ../../util/libutil.a ${LIBLWP} -lmscaninodes: scaninodes.o ../libpartition.a ${CC} -o scaninodes scaninodes.o ../libpartition.a ../../util/libutil.a ${LIBLWP} -lmlibuinodefs.a: inodefsulib.oinclude $(TOPDIR)/configs/Makerules
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?