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 = libgpio cmds
48 #------------------------------------------------------------------------------
52 # Distribution Header List Tags
54 # List of tags to lists of header files slated to be distributed and installed.
56 RNMAKE_DIST_HDRS = gpio
59 # Distribution Headers
61 # Format: <tag>.HDRS.H = [<subdirs>/]<hdr>.h ...
63 # Note: Any header file that requires distribution is expected to be in
64 # $(topdir)/include. Otherwise, is it really a deliverable header?
66 gpio.HDRS.H = rnr/gpio.h
69 #------------------------------------------------------------------------------
72 # Doxygen Configuration File
73 RNMAKE_DOXY_CONF_FILE = $(RNMAKE_PKG_ROOT)/make/doxy.conf
76 #------------------------------------------------------------------------------
77 # Include RNMAKE rules makefile(s)
79 # include top-level rules
80 include $(RNMAKE_ROOT)/Rules.mk