aboutsummaryrefslogtreecommitdiff
path: root/abstractions
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 23:15:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 23:15:29 +0000
commit743160eb6a696f9a5bee59edd097e154e1bffe02 (patch)
tree83eb55626bfccc78ec117770a94142358c43277b /abstractions
parent3883417c63fa15ba8df59392c856afd0097c9be9 (diff)
removed last vestiges of keyboardkeys
svn path=/trunk/; revision=14500
Diffstat (limited to 'abstractions')
-rw-r--r--abstractions/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index f57061cc..4cd69009 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -27,7 +27,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
#
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
-LIB_TARGETS = controctopus jmmmp keyboardkeys la-kitchen list-abs memento nsend parazit pixeltango purepd rradical rtc-lib timestretch memento-p sfruit pd-wavelet
+LIB_TARGETS = controctopus jmmmp la-kitchen list-abs memento nsend parazit pixeltango purepd rradical rtc-lib timestretch memento-p sfruit pd-wavelet
# in case anything needs to be compiled or processed somehow before installing
all:
@@ -408,13 +408,6 @@ devsymlinks:
test -e $(abstractions_src)/../sound || \
ln -s $(pd_src)/doc/sound $(abstractions_src)/../sound
-# hmm, seems broken and unneeded
-#devsymlinks_keyboardkeys:
-# test -e abs || \
-# ln -s abs $(abstractions_src)/keyboardkeys/keyboardkeys
-# test -e ../keyboardkeys || \
-# ln -s ../keyboardkeys $(abstractions_src)/keyboardkeys/doc/keyboardkeys
-
#==============================================================================#
#
# CLEAN TARGETS