peripherals  1.4.2
RoadNarrows Robotics Hardware Peripherals Package
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./sw/libhid/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief The librnr_hid library makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics Peripherals C++ Package
15 
16 \pkgfile{sw/libhid/Makefile}
17 
18 \pkgauthor{Robin Knight,robin.knight@roadnarrows.com}
19 \pkgauthor{Rob Shiely,rob@roadnarrows.com}
20 
21 \pkgcopyright{2013-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 # Subdirectories
45 
46 RNMAKE_SUBDIRS = ut
47 
48 
49 #------------------------------------------------------------------------------
50 # Libraries
51 
52 # Distribution Static Libraries
53 RNMAKE_DIST_STLIBS = rnr_hid
54 
55 # Distribution Shared Libraries
56 RNMAKE_DIST_SHLIBS = rnr_hid
57 
58 # Target library subdirectory
59 rnr_hid.SUBDIR = rnr
60 
61 # Source Files
62 rnr_hid.SRC.CXX = HIDXbox360.cxx
63 
64 # Linked Libraries
65 rnr_hid.LIBS = rnr stdc++ usb-1.0
66 
67 
68 #------------------------------------------------------------------------------
69 # Extras
70 
71 # Subpackage C PreProcessor Flags
72 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"librnr_hid\""
73 
74 
75 #------------------------------------------------------------------------------
76 # Include RNMAKE rules makefile(s)
77 
78 # include top-level rules
79 include $(RNMAKE_ROOT)/Rules.mk
80 
81 
82 ifdef RNMAKE_DOXY
83 /*! \endcond RNMAKE_DOXY */
84 endif
RoadNarrows Robotics standard namespace.
Definition: HID.h:65