Change location of VES5.0 code
[demo.git] / vnfs / VES5.0 / evel / evel-library / code / evel_training / 09-raise-state-change / Makefile
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_training/09-raise-state-change/Makefile b/vnfs/VES5.0/evel/evel-library/code/evel_training/09-raise-state-change/Makefile
new file mode 100644 (file)
index 0000000..6acfdd4
--- /dev/null
@@ -0,0 +1,31 @@
+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: all
+       ./hello_evel_world localhost 30000 username password