############################################################################# # # Makefile for librf24 examples on Linux # # License: GPL (General Public License) # Author: gnulnulf # Date: 2013/02/07 (version 1.0) # # Description: # ------------ # use make all and make install to install the examples # ifeq ($(wildcard ../Makefile.inc), ) $(error Configuration not found. Run ./configure first) endif include ../Makefile.inc # define all programs PROGRAMS = gettingstarted acknowledgementPayloads manualAcknowledgements streamingData multiceiverDemo interruptConfigure include Makefile.examples