Kuon  1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./examples/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief \h_kuon examples makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics \h_kuon Large Mobile Robot Package
15 
16 \pkgfile{examples/Makefile}
17 
18 \pkgauthor{Rob Shiely,rob@roadnarrows.com}
19 \pkgauthor{Robin Knight,robin.knight@roadnarrows.com}
20 
21 \pkgcopyright{2011-2018,RoadNarrows LLC,http://www.roadnarrows.com}
22 
23 \license{MIT}
24 
25 \EulaBegin
26 \EulaEnd
27 
28  * \cond RNMAKE_DOXY
29  */
30 endif
31 #
32 ################################################################################
33 
34 #------------------------------------------------------------------------------
35 # Required
36 
37 # Package Root Directory
38 RNMAKE_PKG_ROOT = ..
39 
40 # Bootstrap package within RN Make System
41 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
42 
43 
44 #------------------------------------------------------------------------------
45 # Subdirectories
46 RNMAKE_SUBDIRS = KuonControl
47 
48 
49 #------------------------------------------------------------------------------
50 # Include RNMAKE top-level rules makefile
51 
52 include $(RNMAKE_ROOT)/Rules.mk
53 
54 
55 ifdef RNMAKE_DOXY
56 /*! \endcond RNMAKE_DOXY */
57 endif