vfirewall usecase for arm64
[demo.git] / vnfs / VESreporting_vFW5.0 / Makefile
index e7ac57b..66240d6 100644 (file)
 #############################################################################
 
 CC=gcc
+
 ARCH=$(shell getconf LONG_BIT)
-#CODE_ROOT=$(CURDIR)/../../..
-CODE_ROOT=../VES5.0/evel/evel-library
-LIBS_DIR=$(CODE_ROOT)/libs/x86_$(ARCH)
+MACHINE_ARCH=$(shell uname -m)
+CODE_ROOT=$(CURDIR)/../..
+LIBS_DIR=$(CODE_ROOT)/libs/$(MACHINE_ARCH)
 INCLUDE_DIR=$(CODE_ROOT)/code/evel_library
 
 #******************************************************************************