1 ################################################################################ 35 ################################################################################ 39 ifndef RNMAKE_PKG_ROOT
40 $(error
'RNMAKE_PKG_ROOT' Not defined in including makefile)
43 # The Package Definition
45 RNMAKE_PKG_VERSION_MAJOR = 3
46 RNMAKE_PKG_VERSION_MINOR = 4
47 RNMAKE_PKG_VERSION_RELEASE = 3
48 RNMAKE_PKG_VERSION_DATE = 2018
49 RNMAKE_PKG_AUTHORS =
"Robin Knight" 50 RNMAKE_PKG_OWNERS =
"RoadNarrows LLC" 51 RNMAKE_PKG_DISCLAIMER = \
52 "See the README and EULA files for any copyright and licensing information." 54 # Dotted full version number
55 RNMAKE_PKG_VERSION_DOTTED = $(RNMAKE_PKG_VERSION_MAJOR).$(RNMAKE_PKG_VERSION_MINOR).$(RNMAKE_PKG_VERSION_RELEASE)
57 # Concatenated full version number 58 RNMAKE_PKG_VERSION_CAT = $(RNMAKE_PKG_VERSION_MAJOR)$(RNMAKE_PKG_VERSION_MINOR)$(RNMAKE_PKG_VERSION_RELEASE)
61 RNMAKE_PKG_FULL_NAME = $(RNMAKE_PKG)-$(RNMAKE_PKG_VERSION_DOTTED)
63 #------------------------------------------------------------------------------
64 # Optional Variables and Tweaks
66 # Package Include Directories
67 RNMAKE_PKG_INCDIRS = $(RNMAKE_PKG_ROOT)/include
69 # Package System and Third Party Include Directories 70 RNMAKE_PKG_SYS_INCDIRS = $(RNMAKE_OPT_PREFIX)/include
72 # Package Library Subdirectories
73 RNMAKE_PKG_LIB_SUBDIRS = botsense
75 # Installed Packages Library Subdirectories
76 RNMAKE_PKG_LIB_INS_SUBDIRS =
rnr botsense botsense/plugins
78 # External System and Third Party Library Directories
79 RNMAKE_PKG_LD_SYS_LIBDIRS = $(RNMAKE_OPT_PREFIX)/lib
81 # Release Files (docs) 82 RNMAKE_PKG_REL_FILES = VERSION.txt README.md
Hekateros client python modules.