appkit  1.5.1
RoadNarrows Robotics Application Kit
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./examples/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief The \h_appkit package examples makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics Application Kit
15 
16 \pkgfile{examples/Makefile}
17 
18 \pkgauthor{Robin Knight,robin.knight@roadnarrows.com}
19 
20 \pkgcopyright{2013-2018,RoadNarrows LLC,http://www.roadnarrows.com}
21 
22 \license{MIT}
23 
24 \EulaBegin
25 \EulaEnd
26 
27  * \cond RNMAKE_DOXY
28  */
29 endif
30 #
31 ################################################################################
32 
33 #------------------------------------------------------------------------------
34 # Required
35 
36 # Package Root Directory
37 RNMAKE_PKG_ROOT = ..
38 
39 # Bootstrap package within RN Make System
40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
41 
42 
43 #------------------------------------------------------------------------------
44 # Programs
45 
46 RNMAKE_DIST_PGMS = rnr_eg_cli
47 
48 # Libraries to Link With
49 rnr_eg_cli.LIBS = rnr_appkit rnr_tinyxml rnr stdc++
50 rnr_eg_cli.LIBDEPS = rnr_appkit rnr_tinyxml
51 
52 # Sources
53 rnr_eg_cli.SRC.CXX = rnr_eg_cli.cxx
54 
55 
56 #------------------------------------------------------------------------------
57 # Extras
58 
59 # Subpackage C PreProcessor Flags
60 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"rnr_eg\"" -DLOGMOD_COLOR=LOG_COLOR_BLUE
61 
62 
63 #------------------------------------------------------------------------------
64 # Include RNMAKE rules makefile(s)
65 
66 # include top-level rules
67 include $(RNMAKE_ROOT)/Rules.mk
68 
69 
70 ifdef RNMAKE_DOXY
71 /*! \endcond RNMAKE_DOXY */
72 endif
RoadNarrows Robotics.
Definition: Camera.h:74