⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 speech signal process tools
💻
字号:
# 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.13	9/9/91	ESI/ERL# # Written by:  # Checked by:# Revised by:# # Makefile for:  image# # Don't use -OCFLAGS = $(OPT_FLAG) $(WINDOWS) $(PROGCFLAGS)LFLAGS = $(WINDOWS) $(LINTFLAGS)IMAGE_COLOR = $(LIBDIR)/colormapOBJS = image.o imagedot.o imagedev.o \	chrs.o text.o imagedraw.o imagescale.o \	imdevmcd.o imdevsun.o imdevnull.o imdevtyp.o imdevimp.o imdevras.o \	imdevx11.o make_icon.o imdevps.o \	imdevhp.oSRCS = image.c imagedot.c imagedev.c \	chrs.c text.c imagedraw.c imagescale.c \	imdevmcd.c imdevsun.c imdevnull.c imdevtyp.c imdevimp.c imdevras.c \	imdevx11.c make_icon.c imdevps.c \	imdevhp.cPROGNAME = imageMANNAME = image.1PARAM = PimageCMAPS = CMap0 CMap1 CMap2 CMap3 TMap0 TMap1 TMap2 TMap3 YBMap$(PROGNAME):	$(SPSLIB) $(OBJS)	cc $(XVIEW_B_OPT) $(CFLAGS) $(OBJS) $(WINLIBS) $(SPSLIB)  -lm -o $(PROGNAME)image.o:	$(SINC)/esps.h $(SINC)/unix.h $(SINC)/fea.h $(SINC)/spec.h \		image.himagedot.o:	$(SINC)/esps.h $(SINC)/unix.h image.himagedev.o:	$(SINC)/esps.h $(SINC)/unix.h image.htext.o:		$(SINC)/esps.h $(SINC)/unix.himagedraw.o:	$(SINC)/esps.h $(SINC)/unix.h image.himagescale.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevimp.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevmcd.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevnull.o:	$(SINC)/esps.himdevras.o:	$(SINC)/esps.h $(SINC)/unix.himdevsun.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevtyp.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevx11.o:	$(SINC)/esps.h $(SINC)/unix.h image.hmake_icon.o:	sine.icon spec.icon image.icon epi.icon hist.iconimdevps.o:	$(SINC)/esps.h $(SINC)/unix.h image.himdevhp.o:	$(SINC)/esps.h $(SINC)/unix.h image.hinstall: $(PROGNAME)#program	$(STRIP) $(PROGNAME)	-mv $(BINDIR)/$(PROGNAME) $(OLDBIN)/$(PROGNAME)	-chmod $(PROGMOD) $(OLDBIN)/$(PROGNAME)	mv $(PROGNAME) $(BINDIR)/$(PROGNAME)	chmod $(PROGMOD) $(BINDIR)/$(PROGNAME)#man pages	-diffmk $(MANDIR)/man1/$(MANNAME) $(MANNAME) man.diff	@echo diffmked man page left in man.diff	cp $(MANNAME) $(MANDIR)/man1/$(MANNAME)	chmod $(MANMOD) $(MANDIR)/man1/$(MANNAME)#param file	-rm -f $(PARAMDIR)/$(PARAM)	cp $(PARAM) $(PARAMDIR)/$(PARAM)	chmod $(LIBMOD) $(PARAMDIR)/$(PARAM)#colormaps	-(cd $(IMAGE_COLOR) ; rm -f $(CMAPS))	cp $(CMAPS) $(IMAGE_COLOR)	(cd $(IMAGE_COLOR) ; chmod $(LIBMOD) $(CMAPS))clean:		-rm -f $(PROGNAME) $(OBJS)	lint:	$(SRCS)	$(LINT) $(LFLAGS) $(SRCS) $(LINTLIB) $(WINLIBS) -lm > linttest:	$(PROGNAME)	sh image.tes

⌨️ 快捷键说明

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