📄 makefile.macros
字号:
## @(#)Makefile.macros 1.1 92/07/30 Copyright(c) Sun Microsystems, Inc.## This Makefile.macros defines all the necessary Sundiag libraries for# the test code. And it has to be included at the first line of # of each test code Makefile.#INCDIR = ../../includeTESTDIR = ../../libONLINEDIR = ../../../libONLINEINC = $(ONLINEDIR)/includeTESTLIB_SRCS = $(TESTDIR)/sdrtns.c $(TESTDIR)/rpcrtns.c $(INCDIR)/sdrtns.h\ $(TESTDIR)/sdutil.c $(TESTDIR)/libtest.hTESTLIB = $(TESTDIR)/libtest.aONLINELIB = $(ONLINEDIR)/libonline.aSDLIBS = $(TESTLIB) $(ONLINELIB)ONLINELIB_VERSION = $(ONLINEDIR)/libversion
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -