1 ################################################################################ 31 ################################################################################ 33 #------------------------------------------------------------------------------ 36 # Package Root Directory 39 # Bootstrap package within RN Make System 40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
43 #------------------------------------------------------------------------------
46 RNMAKE_LOC_PGMS = example_assoc \
56 # Libraries to Link With
57 example_assoc.LIBS = rnr
58 example_assoc.LIBDEPS = rnr
59 example_checksum.LIBS = rnr rt
60 example_checksum.LIBDEPS = rnr
61 example_config.LIBS = rnr
62 example_config.LIBDEPS = rnr
63 example_dlist.LIBS = rnr
64 example_dlist.LIBDEPS = rnr
65 example_hash.LIBS = rnr
66 example_hash.LIBDEPS = rnr
67 example_log.LIBS = rnr
68 example_log.LIBDEPS = rnr
69 example_cpp.LIBS = rnr stdc++
70 example_cpp.LIBDEPS = rnr
71 example_uri.LIBS = rnr
72 example_uri.LIBDEPS = rnr
73 example_shm.LIBS = rnr pthread rt
74 example_shm.LIBDEPS = rnr
76 #------------------------------------------------------------------------------
82 example_assoc.SRC.C = example_assoc.c
84 example_checksum.SRC.C = example_checksum.c
86 example_config.SRC.C = example_config.c
88 example_dlist.SRC.C = example_dlist.c
90 example_hash.SRC.C = example_hash.c
92 example_log.SRC.C = example_log.c
94 example_cpp.SRC.CXX = example_cpp.cxx
96 example_uri.SRC.C = example_uri.c
98 example_shm.SRC.C = example_shm.c
100 #------------------------------------------------------------------------------
104 # Subpackage C PreProcessor Flags
105 EXTRA_CPPFLAGS = -DLOG -DLOGMOD=
"\"logexample\"" -DLOGMOD_COLOR=
LOG_COLOR_BLUE 107 #------------------------------------------------------------------------------
108 # Include rnmake top-level rules makefile
110 include $(RNMAKE_ROOT)/Rules.mk
#define LOG_COLOR_BLUE
normal blue