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