1 Star 0 Fork 2

刘长江 / IQmath_fake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
#Set this to @ to keep the makefile quiet
SILENCE = @
#---- Outputs ----#
COMPONENT_NAME = IQmath_fake
TARGET_LIB = \
lib/lib$(COMPONENT_NAME).a
TEST_TARGET = \
$(COMPONENT_NAME)_tests
#--- Inputs ----#
PROJECT_HOME_DIR = .
CPPUTEST_HOME = cpputest
CPP_PLATFORM = Gcc
CPPUTEST_WARNINGFLAGS += -Wall
CPPUTEST_WARNINGFLAGS += -Werror
CPPUTEST_WARNINGFLAGS += -Wswitch-default
CPPUTEST_WARNINGFLAGS += -Wswitch-enum
CPPUTEST_CFLAGS += -std=c89
CPPUTEST_CFLAGS += -Wextra
CPPUTEST_CFLAGS += -pedantic
CPPUTEST_CFLAGS += -Wstrict-prototypes
SRC_DIRS = \
TEST_SRC_DIRS = \
tests\
mocks\
mocks/IQmath_Arithmetic\
mocks/IQmath_Trigonometric\
mocks/IQmath_FormatConversion\
mocks/IQmath_Exponentiation\
tests/IQmath_DataType\
tests/IQmath_Arithmetic\
tests/IQmath_Trigonometric\
tests/IQmath_FormatConversion\
tests/IQmath_Exponentiation\
INCLUDE_DIRS =\
$(CPPUTEST_HOME)/include/\
include/IQmath\
include/*\
mocks/include\
include $(CPPUTEST_HOME)/build/MakefileWorker.mk
C
1
https://gitee.com/rookiecalf/IQmath_fake.git
git@gitee.com:rookiecalf/IQmath_fake.git
rookiecalf
IQmath_fake
IQmath_fake
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891