makefile.in

来自「Coda分布式文件系统源代码。其特色在于可以支持离线文件操作以及在线后的自动更新」· IN 代码 · 共 37 行

IN
37
字号
# # 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)/MakeconfLIBS = $(LIBKVM)OBJECTS = proctest.oTEST = proctestproctest: proctest.o	$(CC) -o proctest proctest.o ../libutil.a $(LIBS)include $(TOPDIR)/configs/Makerules

⌨️ 快捷键说明

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