📄 makefile.in
字号:
# 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# #*/# Coda top level Makefile# Josh RaiffTOPDIR= @top_srcdir@srcdir = @srcdir@VPATH = @srcdir@TOPOBJ= @TOPOBJ@TOPOBJ= @TOPOBJ@include $(TOPDIR)/MakeconfEXECUTABLES = potemkinpotemkin: potemkin.o $(CC) -o potemkin $? $(LIBDS)include $(TOPDIR)/configs/Makerules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -