1 ################################################################################ 31 ################################################################################ 33 #------------------------------------------------------------------------------ 36 # Package Root Directory 39 # Bootstrap
package within RN Make System
40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
43 #------------------------------------------------------------------------------
58 #------------------------------------------------------------------------------
62 # Distribution Header List Tags
64 # List of tags to lists of header files slated to be distributed and installed.
66 DIST_DYN_HDRS = Dynamixel
68 DIST_BS_HDRS = botsense
70 RNMAKE_DIST_HDRS = $(DIST_DYN_HDRS) $(DIST_DXL_HDRS) $(DIST_BS_HDRS)
73 # Distribution Headers
75 # Format: <tag>.HDRS.H = [<subdirs>/]<hdr>.h ...
77 # Note: Any header file that requires distribution is expected to be in
78 # $(topdir)/include. Otherwise, is it really a deliverable header?
80 $(DIST_DYN_HDRS).HDRS.H = $(shell cd include; ls $(DIST_DYN_HDRS)