EGNEO_VERSION=0.9.0
EGNEO_ROOT =/usr
EGNEO_INSTALLED_CONFIG=/usr/bin/eg-neo-config
EGNEO_CCA_DATA=/usr/share/eg-neo-0.9.0/components

# The include paths needed to find the eg headers
EGNEO_INC =-I/usr/include/eg-neo-0.9.0

# Flags needed, if any other than EGNEO_LIB, to static link EG.
EGNEO_LDFLAGS= 

# The archive absolute location for this component:
EGNEO_DL_LIB_PATH =$(EGNEO_ROOT)/lib
EGNEO_STATIC_LIB =$(EGNEO_ROOT)/lib/libSimpleStamper-0.9.0.a
EGNEO_DYNAMIC_LIB =$(EGNEO_ROOT)/lib/libSimpleStamper-0.9.0.so

EGNEO_MAJOR_VERSION=0
EGNEO_MINOR_VERSION=9
EGNEO_PATCH_LEVEL=0

