Refresh set of NR KPIs
[ric-app/mc.git] / mc-core / mc / local_datasource / Makefile
1
2 # ------------------------------------------------
3 #   Copyright 2014 AT&T Intellectual Property
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 CC=gcc  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../../include/lfta/ -I ../../../../include/ -I .././include/ -I ../../gscphost/include -I ../../../../include/lfta/local -I /usr/local/include
18 CXX=g++  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../../include/lfta/ -I ../../../../include/ -I .././include/ -I ../../gscphost/include -I ../../../../include/lfta/local
19
20 SOURCE_C = 
21
22 SOURCE_CC =   
23 SOURCE =   $(SOURCE_C) $(SOURCE_CC) 
24
25
26 OBJECTS = $(SOURCE_C:.c=.o) $(SOURCE_CC:.cc=.o)
27
28
29 all: rts_proto.o wrappers.o sgnb_change_required.pb-c.o sn_status_transfer.pb-c.o common_types.pb-c.o rrc_sib.pb-c.o rrc_cg_config_info.pb-c.o secondary_rat_data_usage_report.pb-c.o rrc_failure_information.pb-c.o sgnb_addition_request.pb-c.o sgnb_activity_notification.pb-c.o sgnb_modification_refuse.pb-c.o sgnb_modification_request.pb-c.o rrc_reconfiguration.pb-c.o sgnb_addition_request_reject.pb-c.o rrc_measurement_report.pb-c.o rrc_common_types.pb-c.o rrc_cg_config.pb-c.o rrc_system_information.pb-c.o rrc_general_message_types.pb-c.o sgnb_modification_required.pb-c.o sgnb_modification_request_acknowledge.pb-c.o sgnb_release_request.pb-c.o sgnb_change_refuse.pb-c.o sgnb_release_required.pb-c.o rrc_reconfiguration_complete.pb-c.o gnb_status_indication.pb-c.o sgnb_reconfiguration_complete.pb-c.o error_cause.pb-c.o sgnb_change_confirm.pb-c.o sgnb_modification_request_reject.pb-c.o x2ap_streaming.pb-c.o rrctransfer.pb-c.o sgnb_release_confirm.pb-c.o sgnb_addition_request_acknowledge.pb-c.o sgnb_release_request_acknowledge.pb-c.o x2ap_common_types.pb-c.o sgnb_modification_confirm.pb-c.o ue_context_release.pb-c.o
30
31
32 wrappers.o : google/protobuf/wrappers.pb-c.c
33         cc  -g -O3 -msse4.2 -fexpensive-optimizations -I libdag/include -I ../../../../include/lfta/ -I ../../../../include/ -I .././include/ -I ../../gscphost/include -I ../../../../include/lfta/local -I /usr/local/include -I . google/protobuf/wrappers.pb-c.c -c -o wrappers.o
34
35 INCDIR=../../../include
36 LFTA_DIR=$(INCDIR/lfta)
37
38
39 clean:
40         rm -f *.o *.a core
41