📄 config.make
字号:
################################################################################ Instructions to Make, for compilation of ISODE processes under SYS5# release 2 with EXOS 8044################################################################################################################################################################ $Header: /f/iso/config/RCS/sys52-exos.make,v 5.0 88/07/21 14:31:23 mrose Rel $### $Log: sys52-exos.make,v $# Revision 5.0 88/07/21 14:31:23 mrose# Release 4.0# ################################################################################################################################################################ NOTICE## Acquisition, use, and distribution of this module and related# materials are subject to the restrictions of a license agreement.# Consult the Preface in the User's Manual for the full terms of# this agreement.################################################################################################################################################################ Options################################################################################ HULA change -I/usr/include/EXOS to the followingEXOSINC = /usr/src/EXOS/include/EXOSOPTIONS = -I$(TOPDIR)h -I$(EXOSINC) -I/usr/include -I/usr/include/HULADOPTIONS= -DDEBUG -DTESTDEBUG -DHULA -Di386 HDIR = $(TOPDIR)h/UTILDIR = $(TOPDIR)util/BINDIR = /usr/local/bin/ETCDIR = /etc/INCDIRM = /usr/include/isodeINCDIR = $(INCDIRM)/PEPYDIRM= $(INCDIR)pepyPEPYDIR = $(PEPYDIRM)/LIBDIR = /usr/lib/LINTDIR = /usr/lib/lint/SYSTEM = -sys5MANOPTS = -sys5################################################################################ Programs and Libraries###############################################################################MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -kSHELL = /bin/shCC = cc#CFLAGS = -O -DHULA -Di386 -Uu3b $(OPTIONS)CFLAGS = -O -g $(DOPTIONS) -Uu3b $(OPTIONS)LINT = lintLFLAGS = -bhuz $(OPTIONS)LD = ldLDCC = $(CC)#LDFLAGS = -nsLDFLAGS = ARFLAGS =# EXOS 8044 TCP/IP softwareLSOCKET = -lsocket################################################################################ Generation Rules for library modules###############################################################################.c.o:; $(CC) $(CFLAGS) -c $*.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -