diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-16 22:25:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-16 22:25:22 +0000 |
commit | 33d657db857ba4058c794a276bb7b0d24ec62fa5 (patch) | |
tree | afb4eb4bac859d6fbb5a3cf47df5c071e98bf0f0 /externals | |
parent | c406fb5f59b402b2662d80723017cde484bd615f (diff) |
cleaned things up a bit (less compiler warnings) and added to the auto-build as part of the 'io' libdir
svn path=/trunk/; revision=6925
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/externals/Makefile b/externals/Makefile index a817a2b2..3f66ad4a 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -131,7 +131,7 @@ ifeq ($(OS_NAME),windows) LIB_TARGETS += else ifeq ($(OS_NAME),darwin) - LIB_TARGETS += hid hidio + LIB_TARGETS += hid hidio wiiremote else # GNU/Linux, BSD, IRIX, etc. LIB_TARGETS += hid hidio pdp pidip @@ -2087,7 +2087,7 @@ vbap_clean: #------------------------------------------------------------------------------# # WIIREMOTE -WIIREMOTE_NAME=wiiremote +WIIREMOTE_NAME=io # this is installed into the "io" library WIIREMOTE_SRC := $(wildcard $(externals_src)/io/wiiremote/*.c) WIIREMOTE_OBJECTS := $(WIIREMOTE_SRC:.c=.o) @@ -2104,10 +2104,6 @@ wiiremote: $(externals_src)/io/wiiremote/wiiremote.$(EXTENSION) wiiremote_install: wiiremote install -d $(objectsdir)/$(WIIREMOTE_NAME) - $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(WIIREMOTE_NAME) \ - --author "DarwiinRemote: Hiroako Kimura, Max object: Masayuki Akamatsu, Pd port: Hans-Christoph Steiner" \ - --description "support for the Nintendo Wii Remote" \ - --license "BSD-style" install -p $(WIIREMOTE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(WIIREMOTE_NAME) # install -d $(helpdir)/$(WIIREMOTE_NAME) # install -p $(externals_src)/io/wiiremote/*.pd \ |