/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to arduino.mk

  • Committer: Tim Marston
  • Date: 2014-01-08 20:03:46 UTC
  • Revision ID: tim@ed.am-20140108200346-zkw0fpipv27wlweb
minor changes to comments

Show diffs side-by-side

added added

removed removed

42
42
#
43
43
#   $ ln -s ~/src/arduino.mk Makefile
44
44
#
45
 
# The Arduino software is required, version 1.0 or later, including version 1.5
46
 
# (which is in BETA at time of release of this makefile).  On GNU/Linux you can
47
 
# probably install the software from your package manager.  If you are using
48
 
# Debian (or a derivative), try `apt-get install arduino`.  Otherwise, you can
49
 
# download the latest Arduino software manually from http://arduino.cc/.  In
50
 
# case you're unsure, install it at ~/opt/arduino (or /Applications on OS X).
 
45
# The Arduino software (version 1.0 or later, including the new 1.5 BETA) is
 
46
# required.  On GNU/Linux you can probably install the software from your
 
47
# package manager.  If you are using Debian (or a derivative), try `apt-get
 
48
# install arduino`.  Otherwise, you can download the Arduino software manually
 
49
# from http://arduino.cc/.  It is suggested that you install it at
 
50
# ~/opt/arduino (or /Applications on OS X) if you are unsure.
51
51
#
52
52
# If you downloaded the Arduino software manually and unpacked it somewhere
53
53
# *other* than ~/opt/arduino (or /Applications), you will need to set up the
173
173
        $(HOME)/Applications/Arduino.app/Contents/Resources/Java))
174
174
endif
175
175
 
176
 
# check arduino software exists and determine available backends
 
176
# check ARDUINODIR (and determine which backends are available)
177
177
ifneq "" "$(wildcard $(ARDUINODIR)/hardware/arduino/boards.txt)"
178
178
ARDUINOBACKENDS := /
179
179
else ifneq "" "$(wildcard $(ARDUINODIR)/hardware/arduino/avr/boards.txt)"