common_library: gettid is multiple declaration in cl_error
[staging/basesystem.git] / video_in_hal / stub / diag_code / library_dummy_dccc / Makefile
1 #
2 # @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 ######### installed program #############
18 INST_SHLIBS = libDiagApiDccc
19
20 ######### install headers  #############
21 VPATH += ./include/$(COMPONENT_NAME)
22 INST_HEADERS += DIAG_API_DCCC.h
23
24 ######### compiled sources  #############
25 libDiagApiDccc_SRCS = src/DIAG_API_DCCC.cpp
26
27 ######### compile switch #############
28 LDFLAGS += -Wl,--no-as-needed
29 CPPFLAGS += -Werror=implicit-function-declaration
30 CPPFLAGS += -Werror=format-security
31
32 CPPFLAGS += -Wconversion
33 CPPFLAGS += -Wint-to-pointer-cast
34 CPPFLAGS += -Wpointer-arith
35 CPPFLAGS += -Wformat
36 ######### add include path #############
37 CPPFLAGS += -I./include/stub
38
39 ######### dynamic linked library path #############
40
41 ######## CXX Link ###############
42
43 ######### compiled options #############
44
45 ######### common mk #############
46 include ../../stub.mk