,sunview.mk

来自「speech signal process tools」· MK 代码 · 共 35 行

MK
35
字号
#  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 cmap (Sunview version) %W% %G% ERL 	CFLAGS = SUNLIB = -lsuntool -lsunwindow -lpixrect -lmcmap: cmap.o	rm -f $@	cc -o cmap cmap.o $(SUNLIB)install: $(BINDIR)/cmap $(MANDIR)/man1/cmap.1$(BINDIR)/cmap: cmap	-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 cmap

⌨️ 快捷键说明

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