[PD-cvs] externals Makefile,1.107,1.108

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Dec 16 23:25:24 CET 2006


Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5611

Modified Files:
	Makefile 
Log Message:
cleaned things up a bit (less compiler warnings) and added to the auto-build as part of the 'io' libdir

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** Makefile	16 Dec 2006 22:03:43 -0000	1.107
--- Makefile	16 Dec 2006 22:25:22 -0000	1.108
***************
*** 132,136 ****
  else
    ifeq ($(OS_NAME),darwin)
!     LIB_TARGETS += hid hidio
    else
      # GNU/Linux, BSD, IRIX, etc.
--- 132,136 ----
  else
    ifeq ($(OS_NAME),darwin)
!     LIB_TARGETS += hid hidio wiiremote
    else
      # GNU/Linux, BSD, IRIX, etc.
***************
*** 2088,2092 ****
  #------------------------------------------------------------------------------#
  # WIIREMOTE
! WIIREMOTE_NAME=wiiremote
  WIIREMOTE_SRC := $(wildcard $(externals_src)/io/wiiremote/*.c)
  
--- 2088,2092 ----
  #------------------------------------------------------------------------------#
  # WIIREMOTE
! WIIREMOTE_NAME=io # this is installed into the "io" library
  WIIREMOTE_SRC := $(wildcard $(externals_src)/io/wiiremote/*.c)
  
***************
*** 2105,2112 ****
  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)
--- 2105,2108 ----





More information about the Pd-cvs mailing list