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 = libbotsense bsProxy bsModules bsPython examples
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 = botsense libbotsense
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?
67 botsense.HDRS.H = botsense/BotSense.h \
68 botsense/libBotSense.h \
69 botsense/bsProxyModIF.h
71 libbotsense.HDRS.H = botsense/bsProxyMsgs.h
74 #------------------------------------------------------------------------------
77 # Doxygen Configuration File
78 RNMAKE_DOXY_CONF_FILE = $(RNMAKE_PKG_ROOT)/make/doxy.conf
81 #------------------------------------------------------------------------------
85 EXTRA_TGT_DOC = doc-python
86 EXTRA_TGT_ALL_POST = all-post
87 EXTRA_TGT_CLEAN = clean-python
88 EXTRA_TGT_DISTCLEAN = distclean-python