1 ################################################################################ 3 # ./cmds/gpiobitbang/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 = gpiobitbang
48 # Libraries to Link With
49 gpiobitbang.LIBS = rnr_gpio rnr stdc++
51 gpiobitbang.LIBDEPS = rnr_gpio
54 gpiobitbang.SRC.CXX = gpiobitbang.cxx
57 #------------------------------------------------------------------------------
60 # Subpackage C PreProcessor Flags
61 EXTRA_CPPFLAGS = -DLOG -DLOGMOD=
"\"gpiobitbang\"" 64 #------------------------------------------------------------------------------
65 # Include RNMAKE rules makefile(s)
67 # include top-level rules 68 include $(RNMAKE_ROOT)/Rules.mk