?? makefile
字號:
# This material contains unpublished, proprietary software of # Entropic Research Laboratory, Inc. Any reproduction, distribution, # or publication of this work must be authorized in writing by Entropic # Research Laboratory, Inc., and must bear the notice: ## "Copyright (c) 1986-1990 Entropic Speech, Inc. # "Copyright (c) 1990-1991 Entropic Research Laboratory, Inc. # All rights reserved"## The copyright notice above does not evidence any actual or intended # publication of this source code. ## @(#)makefile 1.2 6/13/91 ESI/ERL# # Written by: # Checked by:# Revised by:# # Makefile for: toep_solv# CFLAGS = -O $(PROGCFLAGS)OBJS = toep_solv.oSRCS = toep_solv.cPROGNAME = toep_solvMANNAME = toepsolv.1DEFPARAM = Ptoep_solv$(PROGNAME): $(SPSLIB) $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(SPSLIB) -lm -o $(PROGNAME)toep_solv.o: $(SINC)/esps.h $(SINC)/unix.h $(SINC)/spec.hinstall: $(PROGNAME) $(STRIP) $(PROGNAME) -mv -f $(BINDIR)/$(PROGNAME) $(OLDBIN)/$(PROGNAME) -chmod $(PROGMOD) $(OLDBIN)/$(PROGNAME) mv -f $(PROGNAME) $(BINDIR)/$(PROGNAME) chmod $(PROGMOD) $(BINDIR)/$(PROGNAME) -diffmk $(MANDIR)/man1/$(MANNAME) $(MANNAME) man.diff @echo diffmked man page left in man.diff -rm -f $(MANDIR)/man1/$(MANNAME) cp $(MANNAME) $(MANDIR)/man1/$(MANNAME) chmod $(MANMOD) $(MANDIR)/man1/$(MANNAME) -rm -f $(PARAMDIR)/$(DEFPARAM) cp $(DEFPARAM) $(PARAMDIR)/$(DEFPARAM) chmod $(LIBMOD) $(PARAMDIR)/$(DEFPARAM)clean: -rm -f $(PROGNAME) $(OBJS) lint lint: $(SRCS) $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIB) -lm > linttest: $(PROGNAME) -sh $(PROGNAME).test
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -