Update to odulow per maintenance bronze
[o-du/phy.git] / fhi_lib / app / Makefile
1 #/******************************************************************************
2 #*
3 #*   Copyright (c) 2019 Intel.
4 #*
5 #*   Licensed under the Apache License, Version 2.0 (the "License");
6 #*   you may not use this file except in compliance with the License.
7 #*   You may obtain a copy of the License at
8 #*
9 #*       http://www.apache.org/licenses/LICENSE-2.0
10 #*
11 #*   Unless required by applicable law or agreed to in writing, software
12 #*   distributed under the License is distributed on an "AS IS" BASIS,
13 #*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 #*   See the License for the specific language governing permissions and
15 #*   limitations under the License.
16 #*
17 #*******************************************************************************/
18
19 MYCUSTOMTAB='     '
20 MYCUSTOMSPACE='============================================================================================'
21 MYCUSTOMSPACE1='------------------------------------------------------------'
22
23 ##############################################################
24 #  Tools configuration
25 ##############################################################
26 CC  := icc
27 CPP := icpc
28 AS := as
29 AR := ar
30 LD := icc
31 OBJDUMP := objdump
32
33 ifeq ($(SHELL),cmd.exe)
34 MD := mkdir.exe -p
35 CP := cp.exe -f
36 RM := rm.exe -rf
37 else
38 MD := mkdir -p
39 CP := cp -f
40 RM := rm -rf
41 endif
42
43 PROJECT_NAME := sample-app
44 PROJECT_TYPE := elf
45 PROJECT_DIR  := $(XRAN_DIR)/app
46 BUILDDIR := ./build
47 PROJECT_BINARY := $(BUILDDIR)/$(PROJECT_NAME)
48
49 ifeq ($(RTE_SDK),)
50     $(error "Please define RTE_SDK environment variable")
51 endif
52
53 RTE_TARGET ?= x86_64-native-linuxapp-gcc
54 RTE_INC := $(RTE_SDK)/$(RTE_TARGET)/include
55
56 API_DIR := $(XRAN_DIR)/lib/api
57 SRC_DIR := $(PROJECT_DIR)/src
58
59 ifeq ($(MLOG),1)
60 ifeq ($(MLOG_DIR),)
61     MLOG_DIR=$(XRAN_DIR)/../mlog
62 endif
63 endif
64
65 CC_SRC = $(SRC_DIR)/common.c \
66         $(SRC_DIR)/sample-app.c \
67         $(SRC_DIR)/config.c
68
69 CC_FLAGS += -std=gnu11 -Wall -Wno-deprecated-declarations  \
70         -fdata-sections \
71         -ffunction-sections \
72         -g \
73         -Wall \
74         -Wimplicit-function-declaration \
75         -g -O3 -wd1786
76
77 CPP_FLAGS := -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_GNU_SOURCE -D_REENTRANT -pipe -no-prec-div \
78                 -no-prec-div -fp-model fast=2\
79                 -no-prec-sqrt  -falign-functions=16 -fast-transcendentals \
80         -Werror -Wno-unused-variable -std=c++11 -mcmodel=large
81
82 INC :=  -I$(API_DIR) -I$(RTE_INC)
83 DEF :=
84
85 ifeq ($(MLOG),1)
86         INC  += -I$(MLOG_DIR)/source
87         DEF += -DMLOG_ENABLED
88 else
89         DEF += -UMLOG_ENABLED
90 endif
91
92 XRAN_LIB_DIR=$(XRAN_DIR)/lib/build
93 LD_FLAGS += -L$(XRAN_LIB_DIR) -lxran
94
95 RTE_LIBS = -L$(RTE_SDK)/$(RTE_TARGET)/lib -Wl,-lrte_flow_classify -Wl,--whole-archive -Wl,-lrte_pipeline -Wl,--no-whole-archive -Wl,--whole-archive -Wl,-lrte_table -Wl,--no-whole-archive -Wl,--whole-archive -Wl,-lrte_port -Wl,--no-whole-archive -Wl,-lrte_pdump -Wl,-lrte_distributor -Wl,-lrte_ip_frag -Wl,-lrte_meter -Wl,-lrte_lpm -Wl,--whole-archive -Wl,-lrte_acl -Wl,--no-whole-archive -Wl,-lrte_jobstats -Wl,-lrte_metrics -Wl,-lrte_bitratestats -Wl,-lrte_latencystats -Wl,-lrte_power -Wl,-lrte_efd -Wl,-lrte_bpf -Wl,--whole-archive -Wl,-lrte_cfgfile -Wl,-lrte_gro -Wl,-lrte_gso -Wl,-lrte_hash -Wl,-lrte_member -Wl,-lrte_vhost -Wl,-lrte_kvargs -Wl,-lrte_mbuf -Wl,-lrte_net -Wl,-lrte_ethdev -Wl,-lrte_bbdev -Wl,-lrte_cryptodev -Wl,-lrte_security -Wl,-lrte_compressdev -Wl,-lrte_eventdev -Wl,-lrte_rawdev -Wl,-lrte_timer -Wl,-lrte_mempool -Wl,-lrte_mempool_ring -Wl,-lrte_ring -Wl,-lrte_pci -Wl,-lrte_eal -Wl,-lrte_cmdline -Wl,-lrte_reorder -Wl,-lrte_sched -Wl,-lrte_kni -Wl,-lrte_common_octeontx -Wl,-lrte_bus_pci -Wl,-lrte_bus_vdev -Wl,-lrte_bus_dpaa -Wl,-lrte_common_dpaax -Wl,-lrte_stack -Wl,-lrte_bus_fslmc -Wl,-lrte_mempool_bucket -Wl,-lrte_mempool_stack -Wl,-lrte_mempool_dpaa -Wl,-lrte_mempool_dpaa2 -Wl,-lrte_pmd_af_packet -Wl,-lrte_pmd_ark -Wl,-lrte_pmd_iavf -Wl,-lrte_pmd_avp -Wl,-lrte_pmd_axgbe -Wl,-lrte_pmd_bnxt -Wl,-lrte_pmd_bond -Wl,-lrte_pmd_cxgbe -Wl,-lrte_pmd_dpaa -Wl,-lrte_pmd_dpaa2 -Wl,-lrte_pmd_e1000 -Wl,-lrte_pmd_ena -Wl,-lrte_pmd_enic -Wl,-lrte_pmd_fm10k -Wl,-lrte_pmd_failsafe -Wl,-lrte_pmd_i40e -Wl,-lrte_pmd_ixgbe -Wl,-lrte_pmd_kni -Wl,-lrte_pmd_lio -Wl,-lrte_pmd_nfp -Wl,-lrte_pmd_null -Wl,-lrte_pmd_qede -Wl,-lrte_pmd_ring -Wl,-lrte_pmd_softnic -Wl,-lrte_pmd_tap -Wl,-lrte_pmd_thunderx_nicvf -Wl,-lrte_pmd_vdev_netvsc -Wl,-lrte_pmd_virtio -Wl,-lrte_pmd_vhost -Wl,-lrte_pmd_ifc -Wl,-lrte_pmd_vmxnet3_uio -Wl,-lrte_bus_vmbus -Wl,-lrte_pmd_netvsc -Wl,-lrte_pmd_bbdev_null -Wl,-lrte_pmd_null_crypto -Wl,-lrte_pmd_crypto_scheduler -Wl,-lrte_pmd_dpaa2_sec -Wl,-lrte_pmd_dpaa_sec -Wl,-lrte_pmd_virtio_crypto -Wl,-lrte_pmd_octeontx_zip -Wl,-lrte_pmd_qat -Wl,-lrte_pmd_skeleton_event -Wl,-lrte_pmd_sw_event -Wl,-lrte_pmd_octeontx_ssovf -Wl,-lrte_pmd_dpaa_event -Wl,-lrte_pmd_dpaa2_event -Wl,-lrte_mempool_octeontx -Wl,-lrte_pmd_octeontx -Wl,-lrte_pmd_opdl_event -Wl,-lrte_rawdev_skeleton -Wl,-lrte_rawdev_dpaa2_cmdif -Wl,-lrte_rawdev_dpaa2_qdma -Wl,-lrte_bus_ifpga -Wl,--no-whole-archive -Wl,-lrt -Wl,-lm -Wl,-lnuma -Wl,-ldl -Wl,
96 LD_FLAGS += $(RTE_LIBS)
97
98 ifeq ($(MLOG),1)
99         LD_FLAGS +=  -L$(MLOG_DIR)/bin -lmlog
100 endif
101
102 AS_FLAGS :=
103 AR_FLAGS := rc
104
105 PROJECT_OBJ_DIR := build/obj
106
107 CC_OBJS := $(patsubst %.c,%.o,$(CC_SRC))
108 CPP_OBJS := $(patsubst %.cpp,%.o,$(CPP_SRC))
109 AS_OBJS := $(patsubst %.s,%.o,$(AS_SRC))
110 OBJS    := $(CC_OBJS) $(CPP_OBJS) $(AS_OBJS) $(LIBS)
111 DIRLIST := $(addprefix $(PROJECT_OBJ_DIR)/,$(sort $(dir $(OBJS))))
112
113 CC_OBJTARGETS := $(addprefix $(PROJECT_OBJ_DIR)/,$(CC_OBJS))
114 CPP_OBJTARGETS := $(addprefix $(PROJECT_OBJ_DIR)/,$(CPP_OBJS))
115
116 AS_OBJTARGETS := $(addprefix $(PROJECT_OBJ_DIR)/,$(AS_OBJS))
117
118 CC_FLAGS_FULL  := $(CC_FLAGS)  $(INC) $(DEF)
119 CPP_FLAGS_FULL := $(CPP_FLAGS) $(INC) $(DEF)
120
121 AS_FLAGS := $(AS_FLAGS) $(INC)
122
123 PROJECT_DEP_FILE := $(PROJECT_OBJ_DIR)/$(PROJECT_NAME).dep
124
125 ifeq ($(wildcard $(PROJECT_DEP_FILE)),$(PROJECT_DEP_FILE))
126 GENERATE_DEPS :=
127 else
128
129 CC_DEPS  := $(addprefix __dep__,$(subst ../,__up__,$(CC_SRC)))
130 CPP_DEPS  := $(addprefix __dep__,$(subst ../,__up__,$(CPP_SRC)))
131 GENERATE_DEPS := generate_deps
132 endif
133
134 all : welcome_line      $(PROJECT_BINARY)
135         @echo $(PROJECT_BINARY)
136
137 .PHONY : clear_dep
138 clear_dep:
139         @$(RM) $(PROJECT_DEP_FILE)
140         @echo [DEP]   $(subst $(PROJECT_OBJ_DIR)/,,$(PROJECT_DEP_FILE))
141
142 $(CC_DEPS) :
143         @$(CC) -MM $(subst __up__,../,$(subst __dep__,,$@)) -MT $(PROJECT_OBJ_DIR)/$(patsubst %.c,%.o,$(subst __up__,../,$(subst __dep__,,$@))) $(CC_FLAGS_FULL) >> $(PROJECT_DEP_FILE)
144
145 $(CPP_DEPS) :
146         @$(CPP) -MM $(subst __up__,../,$(subst __dep__,,$@)) -MT $(PROJECT_OBJ_DIR)/$(patsubst %.cpp,%.o,$(subst __up__,../,$(subst __dep__,,$@))) $(CPP_FLAGS_FULL) >> $(PROJECT_DEP_FILE)
147
148 .PHONY : generate_deps
149 generate_deps : clear_dep $(CC_DEPS) $(CPP_DEPS)
150
151
152 .PHONY : echo_start_build
153 echo_start_build :
154         @echo [BUILD] $(PROJECT_TYPE) : $(PROJECT_NAME)
155
156 $(DIRLIST) :
157         -@$(MD) $@
158
159 $(CC_OBJTARGETS) :
160         @echo [CC]    $(subst $(PROJECT_OBJ_DIR)/,,$@)
161         @$(CC) -c $(CC_FLAGS_FULL) -o"$@" $(patsubst %.o,%.c,$(subst $(PROJECT_OBJ_DIR)/,,$@))
162
163 $(CPP_OBJTARGETS) :
164         @echo [CPP]    $(subst $(PROJECT_OBJ_DIR)/,,$@)
165         @$(CPP) -c $(CPP_FLAGS_FULL) -o"$@" $(patsubst %.o,%.cpp,$(subst $(PROJECT_OBJ_DIR)/,,$@))
166
167 $(AS_OBJTARGETS) :
168         @echo [AS]    $(subst $(PROJECT_OBJ_DIR)/,,$@)
169         @$(AS) $(AS_FLAGS) -o"$@" $(patsubst %.o,%.s,$(subst $(PROJECT_OBJ_DIR)/,,$@))
170
171 ifeq ($(wildcard $(PROJECT_DEP_FILE)),$(PROJECT_DEP_FILE))
172
173 include $(PROJECT_DEP_FILE)
174
175 endif
176
177 .PHONY: clean xclean
178 clean:
179         @echo [CLEAN]  : $(PROJECT_NAME)
180         @$(RM) $(CC_OBJTARGETS) $(CPP_OBJTARGETS) $(AS_OBJTARGETS)
181
182 xclean: clean
183 ifneq ($(wildcard $(PROJECT_DIR)/$(PROJECT_MAKE)),)
184         @echo [XCLEAN] : $(PROJECT_NAME)
185         @$(RM) $(PROJECT_BINARY) $(PROJECT_BINARY_LIB) $(PROJECT_DEP_FILE)
186 endif
187
188 .PHONY : welcome_line
189 welcome_line :
190         @echo $(MYCUSTOMSPACE)
191         @echo Building  $(PROJECT_BINARY)
192         @echo $(MYCUSTOMTAB)RTE_TARGET           = $(RTE_TARGET)
193         @echo $(MYCUSTOMSPACE)
194
195
196 .PHONY : debug release
197
198 debug :  all
199 release :  all
200
201 $(PROJECT_BINARY): $(DIRLIST) echo_start_build $(GENERATE_DEPS) $(PRE_BUILD) $(CC_OBJTARGETS) $(CPP_OBJTARGETS) $(AS_OBJTARGETS)
202         @echo "[LD] $@ "
203         @$(LD) -o $@ $(CC_OBJTARGETS) $(CPP_OBJTARGETS) $(AS_OBJTARGETS) $(LD_FLAGS) -Wl,-L $(BUILDDIR) -lrt -lpthread
204
205 #@echo [APP]   $@
206 #@$(OBJDUMP) -d $(PROJECT_BINARY) > $(PROJECT_BINARY).asm