?? 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 fanaspec @(#)makefile 1.2 6/25/87 ESI CFLAGS = $(PROGCFLAGS)OBJS = fanaspec.o getarspec.o getfft.o version.oSRCS = fanaspec.c getarspec.c getfft.c version.c fanaspec: $(OBJS) $(SPSLIB) cc $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o fanaspecfanaspec.o: $(SINC)/esps.h $(SINC)/sd.hclean: rm -f $(FOO_OBJS) fanaspeclint: $(FOO_SRCS) $(LINT) $(LINTFLAGS) $(FOO_SRCS) $(LINTLIB) -lm > lintinstall: fanaspec -mv -f $(BINDIR)/fanaspec $(OLDBIN)/fanaspec -chmod $(PROGMOD) $(OLDBIN)/fanaspec mv fanaspec $(BINDIR)/fanaspec -strip $(BINDIR)/fanaspec chmod $(PROGMOD) $(BINDIR)/fanaspec -diffmk $(MANDIR)/man1/fanaspec.1 fanaspec.1 man.diff @echo diffmked man in man.diff -rm -f $(MANDIR)/man1/fanaspec.1 cp fanaspec.1 $(MANDIR)/man1/fanaspec.1 chmod $(MANMOD) $(MANDIR)/man1/fanaspec.1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -