📄 makefile
字号:
# This material contains proprietary software of Entropic Speech, Inc.# Any reproduction, distribution, or publication without 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) 1989 Entropic Speech, Inc.; All rights reserved"## makefile for xmcd @(#)Makefile 1.3 8/8/89 ESICFLAGS = $(PROGCFLAGS) -g $(WINDOWS)LFLAGS = $(LINTFLAGS) OBJS = mcd.o text.o chrs.o xwinplt.o NamePix.o draw_line.o make_icon.oSRCS = mcd.c text.c chrs.c xwinplt.c NamePix.c draw_line.c make_icon.cPROGNAME = xmcdMANNAME = xmcd.1$(PROGNAME): $(SPSLIB) $(OBJS) cc $(CFLAGS) $(OBJS) -lXw -lXt -lX11 $(SPSLIB) -lm -o $(PROGNAME)$(OBJS): $(SINC)/esps.h make_icon.o: sine.icon spec.icon image.icon epi.icon hist.iconinstall: $(PROGNAME) -$(STRIP) $(PROGNAME) -mv $(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)clean: -rm -f $(OBJS) $(PROGNAME) tstmcd.o tstmcd lint: mcd.lint tstmcd.lintmcd.lint: $(SRCS) $(LINT) $(LFLAGS) $(SRCS) $(LINTLIB) $(WINLIBS) > $(PROGNAME).linttstmcd.lint: tstmcd.c $(LINT) $(LFLAGS) tstmcd.c $(LINTLIB) > tstmcd.linttest: $(PROGNAME) tstmcd sh mcd.testtstmcd: tstmcd.o cc -o tstmcd tstmcd.otstmcd.c: ../mcd/tstmcd.c -rm -f tstmcd.c ln ../mcd/tstmcd.c .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -