1 ################################################################################ 31 ################################################################################ 33 #------------------------------------------------------------------------------ 36 # Package Root Directory 39 # Bootstrap
package within RN Make System
40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
43 #------------------------------------------------------------------------------
46 RNMAKE_SUBDIRS = libi2c cmds pyModules
49 #------------------------------------------------------------------------------
53 # Distribution Header List Tags
55 # List of tags to lists of header files slated to be distributed and installed.
57 RNMAKE_DIST_HDRS = i2c
60 # Distribution Headers
62 # Format: <tag>.HDRS.H = [<subdirs>/]<hdr>.h ...
64 # Note: Any header file that requires distribution is expected to be in
65 # $(topdir)/include. Otherwise, is it really a deliverable header?
73 #------------------------------------------------------------------------------
77 # Doxygen Configuration File
78 RNMAKE_DOXY_CONF_FILE = $(RNMAKE_PKG_ROOT)/make/doxy.conf
81 #------------------------------------------------------------------------------
82 # Include RNMAKE top-level rules makefile
84 include $(RNMAKE_ROOT)/Rules.mk
string RNMAKE_PKG_ROOT
RN Package Root Directory (not python package)