📄 au_mg.mak
字号:
########################################################################
# Makefile file for #
# Created by #
# Created time: #
########################################################################
########################################################################
# Set makefile's type (SRC_TYPE or LINK_TYPE) (you must set it)
########################################################################
MAKE_TYPE = LINK_TYPE
NEED_TRI_SSI = YES
PRODUCT_NAME = au_mg.o
MAKEFILE_NAME = $(SRC_ROOT)/protocol/map/auTst/testmain/au_mg.mak
ifeq ($(MAKE_TYPE), SRC_TYPE)
VPATH =
SRCS = $(wildcard $(foreach EVERY_VPATH,$(VPATH),$(EVERY_VPATH)/*.c $(EVERY_VPATH)/*.cpp $(EVERY_VPATH)/*.s))
EXTRA_INCLUDE =
EXTRA_DEFINE =
else
LIB_PATH =
LIB_SRC_DIR = $(SRC_ROOT)/protocol
OBJS = \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/tri_cm/tri_cm.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/tri_sm/tri_sm.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/oam/oam.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/tucl/tucl.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/sctp/sctp.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/m3ua/it_it.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/sccp/sccp.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/tcap/tcap.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/map/map.o \
$(subst $(SRC_ROOT),$(OBJS_DIR),$(LIB_SRC_DIR))/map/auTst/au.o \
$(OBJS_DIR)/cps/02XOS/xos.o
MAKES_LIST = \
$(LIB_SRC_DIR)/tri_cm/makefile \
$(LIB_SRC_DIR)/tri_sm/makefile \
$(LIB_SRC_DIR)/oam/makefile \
$(LIB_SRC_DIR)/tucl/makefile \
$(LIB_SRC_DIR)/sctp/makefile \
$(LIB_SRC_DIR)/m3ua/makefile \
$(LIB_SRC_DIR)/sccp/makefile \
$(LIB_SRC_DIR)/tcap/makefile \
$(LIB_SRC_DIR)/map/makefile \
$(LIB_SRC_DIR)/map/auTst/makefile \
$(SRC_ROOT)/cps/02XOS/makefile
export GLOBAL_MACRO +=
include $(SRC_ROOT)/build/make_link.rule
endif
LIB_OBJS =
########################################################################
# root directory (you must set it)
# if you source code is not in current directory, you must set VPATH
########################################################################
########################################################################
# include rules and common directory definition
########################################################################
#-----------------------------------------------------------------------
ifndef SRC_ROOT
exit_to_setenv:
@echo Must define SRC_ROOT!
else
ifndef OBJS_DIR
exit_to_setenv:
@echo Must define OBJS_DIR!
else
ifndef CPU
exit_to_setenv:
@echo Must define CPU!
else
include $(SRC_ROOT)/build/makefile.rules
endif
endif
endif
#-----------------------------------------------------------------------
########################################################################
# (you could add your product name in PRODUCT_NAME)
# (you could add your source code in SRCS)
# (you could add your object in OBJS)
# (you could add depend in DEPEND)
########################################################################
########################################################################
# targets definition
########################################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -