ATMEGA328P_connectedMailBox/src/libs/RF24-master/examples_linux/Makefile

24 lines
633 B
Makefile

#############################################################################
#
# Makefile for librf24 examples on Linux
#
# License: GPL (General Public License)
# Author: gnulnulf <arco@appeltaart.mine.nu>
# 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