?? makefile
字號:
# 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) 1987 Entropic Speech, Inc.; All rights reserved"# ## makefile for reverse_sd @(#)makefile 1.1 6/5/87 ESI CFLAGS = -DSCCS SPSLIB = /usr/esps/lib/libespsg.aMANDIR = /usr/esps/manSINC = /usr/esps/include/espsBINDIR = /usr/esps/binOLDBIN = /usr/esps/bin/oldLINT = att lintLINTLIB = /usr/esps/lib/llib-lespsg.lnPROGMOD = 0750MANMOD = 0640##reverse_sd: reverse_sd.o $(SPSLIB) cc reverse_sd.o $(SPSLIB) -lmr -lm -o reverse_sdreverse_sd.o: $(SINC)/sps.h $(SINC)/sd.hclean: rm -f reverse_sd.o reverse_sdlint: reverse_sd.c lint -b $(LINTLIB) -lm $(OSFLAGS) reverse_sd.c > lintinstall: reverse_sd -mv -f $(BINDIR)/reverse_sd $(OLDBIN)/reverse_sd -chmod $(PROGMOD) $(OLDBIN)/reverse_sd mv reverse_sd $(BINDIR)/reverse_sd -strip $(BINDIR)/reverse_sd chmod $(PROGMOD) $(BINDIR)/reverse_sd -diffmk $(MANDIR)/man1/reverse_sd.1 reverse_sd.1 man.diff @echo diffmked man in man.diff -rm -f $(MANDIR)/man1/reverse_sd.1 cp reverse_sd.1 $(MANDIR)/man1/reverse_sd.1 chmod $(MANMOD) $(MANDIR)/man1/reverse_sd.1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -