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 = examples
48 #------------------------------------------------------------------------------
51 # Distribution Static Libraries
52 RNMAKE_DIST_STLIBS = rnr
54 # Distribution Shared Libraries
55 RNMAKE_DIST_SHLIBS = rnr
77 # library target subdirectory
80 # library dependencies
84 #------------------------------------------------------------------------------
85 # Distribution Headers
88 # Distribution Header List Tags
90 # List of tags to lists of header files slated to be distributed and installed.
92 RNMAKE_DIST_HDRS = rnr
95 # Distribution Headers
97 # Format: <tag>.HDRS.H = [<subdirs>/]<hdr>.h ...
99 rnr.HDRS.H = rnr/assoc.h \
122 #------------------------------------------------------------------------------
125 # Doxygen Configuration File
126 RNMAKE_DOXY_CONF_FILE = $(RNMAKE_PKG_ROOT)/make/doxy.conf
128 #------------------------------------------------------------------------------
131 # Subpackage C PreProcessor Flags
132 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"librnr\""
134 # Uncomment to discover specific compiler warnings switches
135 #EXTRA_CFLAGS = -fdiagnostics-show-option
137 EXTRA_TGT_ALL_POST = all-post
139 ETC_FILES = share/etc