1 ################################################################################ 3 # ./cmds/gpionotify/Makefile 31 ################################################################################ 33 #------------------------------------------------------------------------------ 36 # Package Root Directory 37 RNMAKE_PKG_ROOT = ../..
39 # Bootstrap package within RN Make System 40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
43 #------------------------------------------------------------------------------
46 RNMAKE_DIST_PGMS = gpionotify
48 # Libraries to Link With
49 gpionotify.LIBS = rnr_gpio rnr stdc++
51 gpionotify.LIBDEPS = rnr_gpio
54 gpionotify.SRC.CXX = gpionotify.cxx
57 #------------------------------------------------------------------------------
61 # Subpackage C PreProcessor Flags
62 EXTRA_CPPFLAGS = -DLOG -DLOGMOD=
"\"gpionotify\"" 65 #------------------------------------------------------------------------------
66 # Include RNMAKE rules makefile(s)
68 # include top-level rules 69 include $(RNMAKE_ROOT)/Rules.mk