summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-02-24 18:48:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-02-24 18:48:36 (GMT)
commit2731ff242cc6bb5cd4a1a5b61625c28fdfb7441f (patch)
treeaef19c62f9248e859e8d071fc410685e81b4d5c2 /contrib
parent1c4a41156d5a6762ce04bc6bd71b657cd32590bd (diff)
switch to new avr-utils method
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile29
1 files changed, 13 insertions, 16 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 858cc90..2836c60 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,33 +1,30 @@
##
-## spreadspace avr utils
+## rhmidi
##
+## Copyright (C) 2015 Christian Pointner <equinox@helsinki.at>
##
-## Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
-## Othmar Gsenger <otti@gsenger.com>
+## This file is part of rhmidi.
##
-## This file is part of spreadspace avr utils.
-##
-## spreadspace avr utils is free software: you can redistribute it and/or modify
+## rhmidi is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## any later version.
##
-## spreadspace avr utils is distributed in the hope that it will be useful,
+## rhmidi is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
-## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
+## along with rhmidi. If not, see <http://www.gnu.org/licenses/>.
##
-LUFA_VERSION := 120219
-
-all: download-lufa
-
-download-lufa: LUFA-${LUFA_VERSION}.zip
+all: update-spreadavr
-LUFA-${LUFA_VERSION}.zip:
- wget "http://lufa-lib.googlecode.com/files/$@" -O "$@"
- unzip $@
+.spreadavr.prepared:
+ git clone git://git.spreadspace.org/avr-utils.git
+ touch $@
+update-spreadavr: .spreadavr.prepared
+ cd avr-utils/; git pull
+ $(MAKE) -C avr-utils/contrib/