?? ipripng.mk
字號(hào):
# /*# * 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###########################################################################
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -