aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-06-08 23:31:58 -0400
committergokuls <goksing@gmail.com>2017-06-08 23:33:50 -0400
commit4d6ce277921f99c440ebcd1796b4d6447af36f3b (patch)
treebdf38ebf310710908bc91e130e496b2471865ad0 /vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile
parentd01dc36ebf5dc8869da816379e59ff3a0a4749d2 (diff)
Cleanup code and correct License
Change-Id: I5f1b07772c08d098e44f5e5b987c2dea9e115465 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile b/vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile
deleted file mode 100644
index 977c0732..00000000
--- a/vnfs/VES5.0/evel/evel-library/code/evel_training/06-username-password/Makefile
+++ /dev/null
@@ -1,31 +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
-
-#******************************************************************************
-# Standard compiler flags. *
-#******************************************************************************
-CPPFLAGS=
-CFLAGS=-Wall -g -fPIC
-
-all: hello_evel_world
-
-hello_evel_world: hello_evel_world.c
- $(CC) $(CPPFLAGS) $(CFLAGS) -o hello_evel_world \
- -L $(LIBS_DIR) \
- -I $(INCLUDE_DIR) \
- hello_evel_world.c \
- -lpthread \
- -level \
- -lcurl
-
-#******************************************************************************
-# Configure the vel_username and vel_password to
-# vel_username = username
-# vel_password = password
-#******************************************************************************
-run:
- ./hello_evel_world localhost 30000 username password