From 4d6ce277921f99c440ebcd1796b4d6447af36f3b Mon Sep 17 00:00:00 2001 From: gokuls Date: Thu, 8 Jun 2017 23:31:58 -0400 Subject: Cleanup code and correct License Change-Id: I5f1b07772c08d098e44f5e5b987c2dea9e115465 Signed-off-by: Gokul Singaraju --- .../12-suppress-fault-fields/Makefile | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 vnfs/VES5.0/evel/evel-library/code/evel_training/12-suppress-fault-fields/Makefile (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_training/12-suppress-fault-fields/Makefile') diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_training/12-suppress-fault-fields/Makefile b/vnfs/VES5.0/evel/evel-library/code/evel_training/12-suppress-fault-fields/Makefile deleted file mode 100644 index ee8c3461..00000000 --- a/vnfs/VES5.0/evel/evel-library/code/evel_training/12-suppress-fault-fields/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -CC=gcc - -ARCH=$(shell getconf LONG_BIT) -CODE_ROOT=$(CURDIR)/../../.. -LIBS_DIR=$(CODE_ROOT)/libs/x86_$(ARCH) -INCLUDE_DIR=$(CODE_ROOT)/code/evel_library -EVEL_DEMO=$(CURDIR)/../../evel_demo -TEST_CONTROL=$(EVEL_DEMO)/evel_test_control.c - -#****************************************************************************** -# Standard compiler flags. * -#****************************************************************************** -CPPFLAGS= -CFLAGS=-Wall -g -fPIC - -all: hello_evel_world - -hello_evel_world: hello_evel_world.c $(TEST_CONTROL) - $(CC) $(CPPFLAGS) $(CFLAGS) -o hello_evel_world \ - -L $(LIBS_DIR) \ - -I $(INCLUDE_DIR) \ - -I $(EVEL_DEMO) \ - hello_evel_world.c \ - $(TEST_CONTROL) \ - -lpthread \ - -level \ - -lcurl - -#****************************************************************************** -# Configure the vel_username and vel_password to -# vel_username = username -# vel_password = password -#****************************************************************************** -run: all - ./hello_evel_world 127.0.0.1 30000 username password -- cgit 1.2.3-korg