Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./sw/apps/laelaps_diag/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief The laelaps_diag application makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics \h_laelaps Small Mobile Robot Package
15 
16 \pkgfile{sw/apps/laelaps_diag/Makefile}
17 
18 \pkgauthor{Robin Knight,robin.knight@roadnarrows.com}
19 
20 \pkgcopyright{2015-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 = laelaps_diag
47 
48 # Libraries to Link With
49 laelaps_diag.LIBS = laelaps rnr_i2c rnr_gpio rnr_appkit rnr stdc++
50 
51 laelaps_diag.LIBDEPS = laelaps
52 
53 # Source Files
54 laelaps_diag.SRC.CXX = \
55  diagBatt.cxx \ diagCam.cxx \ diagCpu.cxx \ diagImu.cxx \ diagMotors.cxx \ diagProd.cxx \ diagToF.cxx \ diagWatchDog.cxx \ laelaps_diag.cxx \ laelaps_utils.cxx
56 
57 
58 #------------------------------------------------------------------------------
59 # Extras
60 #
61 
62 # Subpackage C PreProcessor Flags
63 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"laelaps_diag\""
64 
65 
66 #------------------------------------------------------------------------------
67 # Include RNMAKE rules makefile(s)
68 
69 # include top-level rules
70 include $(RNMAKE_ROOT)/Rules.mk
71 
72 
73 ifdef RNMAKE_DOXY
74 /*! \endcond RNMAKE_DOXY */
75 endif
76 
The <b><i>Laelaps</i></b> namespace encapsulates all <b><i>Laelaps</i></b> related constructs...
Definition: laeAlarms.h:64