1 ################################################################################ 31 ################################################################################ 35 ifndef RNMAKE_PKG_ROOT
36 $(error
'RNMAKE_PKG_ROOT' Not defined in including makefile)
39 # The Package Definition
41 RNMAKE_PKG_VERSION_MAJOR = 2
42 RNMAKE_PKG_VERSION_MINOR = 3
43 RNMAKE_PKG_VERSION_RELEASE = 5
44 RNMAKE_PKG_VERSION_DATE = 2018
45 RNMAKE_PKG_AUTHORS =
"Robin Knight" 46 RNMAKE_PKG_OWNERS =
"RoadNarrows LLC" 47 RNMAKE_PKG_DISCLAIMER = \
48 "See the README and EULA files for any copyright and licensing information." 50 # Dotted full version number
51 RNMAKE_PKG_VERSION_DOTTED = $(RNMAKE_PKG_VERSION_MAJOR).$(RNMAKE_PKG_VERSION_MINOR).$(RNMAKE_PKG_VERSION_RELEASE)
53 # Concatenated full version number 54 RNMAKE_PKG_VERSION_CAT = $(RNMAKE_PKG_VERSION_MAJOR)$(RNMAKE_PKG_VERSION_MINOR)$(RNMAKE_PKG_VERSION_RELEASE)
57 RNMAKE_PKG_FULL_NAME = $(RNMAKE_PKG)-$(RNMAKE_PKG_VERSION_DOTTED)
59 #------------------------------------------------------------------------------
60 # Optional Variables and Tweaks
62 # Package Include Directories
63 RNMAKE_PKG_INCDIRS = $(RNMAKE_PKG_ROOT)/include
65 # System and Third Party Include Directories 66 RNMAKE_PKG_SYS_INCDIRS += $(RNMAKE_OPT_PREFIX)/include
68 # Package Library Subdirectories
69 RNMAKE_PKG_LIB_SUBDIRS = botsense
71 # Installed Packages Library Subdirectories
72 RNMAKE_PKG_LIB_INS_SUBDIRS =
rnr botsense
74 # External System and Third Party Library Directories
75 RNMAKE_PKG_LD_SYS_LIBDIRS = $(RNMAKE_OPT_PREFIX)/lib
77 # Release Files (docs) 78 RNMAKE_PKG_REL_FILES = VERSION.txt README.md
Laelaps client python modules.