appkit  1.5.1
RoadNarrows Robotics Application Kit
Makefile
Go to the documentation of this file.
1 ################################################################################
2 #
3 # ./sw/librnr_win/Makefile
4 #
5 ifdef RNMAKE_DOXY
6 /*!
7 \file
8 
9 \brief The librnr_win library makefile.
10 
11 RN Make System Specific Makefile
12 
13 \pkgsynopsis
14 RoadNarrows Robotics Application Kit
15 
16 \pkgfile{sw/librnr_win/Makefile}
17 
18 \pkgauthor{Robin Knight,robin.knight@roadnarrows.com}
19 \pkgauthor{Daniel Packard,daniel@roadnarrows.com}
20 
21 \pkgcopyright{2011-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 #------------------------------------------------------------------------------
45 # Libraries
46 
47 # Distribution Static Libraries
48 RNMAKE_DIST_STLIBS = rnr_win
49 
50 # Distribution Shared Libraries
51 RNMAKE_DIST_SHLIBS = rnr_win
52 
53 # Target library subdirectory
54 rnr_win.SUBDIR = rnr
55 
56 # Source Files
57 rnr_win.SRC.CXX = \
58  Win.cxx \ WinCvIoI.cxx \ WinCvMouse.cxx \ WinMenu.cxx \ SessionWin.cxx \ StateWin.cxx
59 
60 # Library Package Dependencies
61 rnr_win.LIBDEPSS =
62 
63 # Linked Libraries
64 rnr_win.LIBS = rnr_appkit rnr stdc++
65 
66 
67 #------------------------------------------------------------------------------
68 # Extras
69 
70 # Subpackage C PreProcessor Flags
71 EXTRA_CPPFLAGS = -DLOG -DLOGMOD="\"librnr_win\""
72 
73 
74 #------------------------------------------------------------------------------
75 # Include RNMAKE rules makefile(s)
76 
77 # include top-level rules
78 include $(RNMAKE_ROOT)/Rules.mk
79 
80 
81 ifdef RNMAKE_DOXY
82 /*! \endcond RNMAKE_DOXY */
83 endif
84 
RoadNarrows Robotics.
Definition: Camera.h:74