📄 makefile
字号:
## This material contains proprietary software of Entropic Research, Inc. # Any reproduction, distribution, or publication without the the prior # written permission of Entropic Research, Inc. is strictly prohibited.# Any public distribution of copies of this work authorized in writing by# Entropic Research, Inc. must bear the notice # # "Copyright (c) 1990 Entropic Research, Inc.; All rights reserved"# ## # @(#)makefile 1.3 3/15/94 makefile for ESPS XView libraryCFLAGS = $(LIBCFLAGS) -I$(XVIEW_INC) -I$(XPRINTER_INC)OBJS = \exv_misc.o xecolors.o xerlicons.o xhelp.o xpromptpar.o xbbox.o \exv_olwm.oSRCS = \exv_misc.c xecolors.c xerlicons.c xhelp.c xpromptpar.c xbbox.c \exv_olwm.c$(LIBDIR)/$(EXVLIB): $(OBJS) ar rv $(LIBDIR)/$(EXVLIB) $?; $(RANLIB) $(LIBDIR)/$(EXVLIB)install: $(LIBDIR)/$(EXVLIB) lint: $(SRCS) $(LINT) $(LINTFLAGS) $(SRCS) -lm > lintclean: rm -f $(OBJS) $(EXVLIB)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -