📄 ipripng.mk
字号:
# /*# * Copyright 2006 Wind River Systems, Inc.# *# * The right to copy, distribute, modify or otherwise make use# * of this software may be licensed only pursuant to the terms# * of an applicable Wind River license agreement.# */# /*# modification history# --------------------# 01c,07sep06,tlu undo the last change# 01b,06sep06,kch Fixed build issue.# 01a,12jun06,tlu Initial creation # */############################################################################## PRODUCT###########################################################################IPPROD ?= ipripng############################################################################## DEFINE###########################################################################IPDEFINE += -DIPRIPNG############################################################################## INCLUDE###########################################################################IPINCLUDE += -I$(IPRIPNG_ROOT)/configIPINCLUDE += -I$(IPRIPNG_ROOT)/includeIPINCLUDE += -I$(IPRIPNG_ROOT)/src############################################################################## OBJECTS############################################################################ ConfigurationIPLIBOBJECTS_C += ipripng_config.o# MainIPLIBOBJECTS += ipripng.oIPLIBOBJECTS += ipripng_daemon.oIPLIBOBJECTS += ipripng_util.oIPLIBOBJECTS += ipripng_cmd_show.o# Compiles the xxx_config.o if the $SKIP_CONFIG macro is either not defined# or set to anything other than true.ifneq ($(SKIP_CONFIG),true)IPLIBOBJECTS += $(IPLIBOBJECTS_C)endif############################################################################## VPATH###########################################################################IPSRCDIRS += $(IPRIPNG_ROOT)/src $(IPRIPNG_ROOT)/config############################################################################## LIB###########################################################################IPLIBS += $(IPLIBROOT)/libipripng.a############################################################################ END OF IPRIPNG.MK###########################################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -