📄 ,xview.mk
字号:
# This material contains proprietary software of Entropic Speech, Inc. # Any reproduction, distribution, or publication without the the prior # written permission of Entropic Speech, Inc. is strictly prohibited.# Any public distribution of copies of this work authorized in writing by# Entropic Speech, Inc. must bear the notice # # "Copyright (c) 1991 Entropic Research Lab.# # makefile for xcmap (XView version) %W% %G% ERL CFLAGS = -I$(XVIEW_INC) $(PROGCFLAGS)SUNLIB = $(XVIEW_B_OPT) $(XVIEW_LIB) -lmxcmap: xcmap.o rm -f $@ cc -o xcmap xcmap.o $(SUNLIB) $(SPSLIB)install: $(BINDIR)/xcmap $(MANDIR)/man1/cmap.1$(BINDIR)/xcmap: xcmap -strip $? -rm -f $(BINDIR)/$? cp $? $(BINDIR)/$? chmod $(PROGMOD) $(BINDIR)/$?$(MANDIR)/man1/cmap.1: cmap.1 -rm -f $(MANDIR)/man1/cmap.1 cp cmap.1 $(MANDIR)/man1 chmod $(MANMOD) $(MANDIR)/man1/cmap.1clean: rm -f *.o xcmap
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -