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