Hekateros  3.4.3
RoadNarrows Robotics Robot Arm Project
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./sw/libhekateros/ut/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief The libhekateros library unit test makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics \h_hek Robotic Arm Package
15 
16 \pkgfile{sw/libhekateros/ut/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 # Distribution Static Libraries
47 RNMAKE_TEST_PGMS = ut-libhekateros
48 
49 # Linked Libraries
50 ut-libhekateros.LIBS = \
51  gtest hekateros \
52  pthread stdc++
53 
54 ut-libhekateros.LIBDEPS = gtest hekateros
55 
56 # C++ Source Files
57 ut-libhekateros.SRC.CXX = \
58  ut-libhekateros-main.cxx \ ut-hekrobot.cxx
59 
60 
61 #------------------------------------------------------------------------------
62 # Extras
63 #
64 
65 # Subpackage C PreProcessor Flags
66 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"UTlibhekateros\""
67 
68 
69 #------------------------------------------------------------------------------
70 # Include RNMAKE rules makefile(s)
71 
72 # include top-level rules
73 include $(RNMAKE_ROOT)/Rules.mk
74 
75 
76 ifdef RNMAKE_DOXY
77 /*! \endcond RNMAKE_DOXY */
78 endif
79 
The <b><i>Hekateros</i></b> namespace encapsulates all <b><i>Hekateros</i></b> related constructs...
Definition: hekateros.h:56