[PD-cvs] externals/OSCx LICENSE,NONE,1.1 config.guess,NONE,1.1 config.sub,NONE,1.1 install.sh,NONE,1.1 Makefile.in,1.1,1.2 configure,1.1,1.2 configure.ac,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Apr 5 00:10:42 CEST 2004


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

Modified Files:
	Makefile.in configure configure.ac 
Added Files:
	LICENSE config.guess config.sub install.sh 
Log Message:
cleaned up build system, especially for Darwin/MacOS X

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.ac	10 Mar 2004 00:01:55 -0000	1.1
--- configure.ac	4 Apr 2004 22:10:40 -0000	1.2
***************
*** 2,6 ****
  # Process this file with autoconf to produce a configure script.
  
! AC_PREREQ(2.58)
  AC_INIT(OSCxpd, 0.2, jdl at xdv.org)
  AC_CONFIG_SRCDIR([libOSC/OSC-client.h])
--- 2,6 ----
  # Process this file with autoconf to produce a configure script.
  
! AC_PREREQ(2.57)
  AC_INIT(OSCxpd, 0.2, jdl at xdv.org)
  AC_CONFIG_SRCDIR([libOSC/OSC-client.h])
***************
*** 29,33 ****
  dnl ----  taken from libvorbis configure.in
  dnl ------------------------------------------
! # AC_CANONICAL_HOST
  
  # Checks for libraries.
--- 29,33 ----
  dnl ----  taken from libvorbis configure.in
  dnl ------------------------------------------
! AC_CANONICAL_HOST
  
  # Checks for libraries.
***************
*** 61,65 ****
  dnl ------------------------------------------
  
! INCLUDES="-I../libOSC"
  LDFLAGS="$LDFLAGS -L/usr/local/lib -ldl"
  if test -z "$GCC"; then
--- 61,65 ----
  dnl ------------------------------------------
  
! INCLUDES="-I../libOSC -I../../../pd/src"
  LDFLAGS="$LDFLAGS -L/usr/local/lib -ldl"
  if test -z "$GCC"; then
***************
*** 103,109 ****
  		;;
          *-*-darwin*)
!                 CFLAGS="$CPFLAGS -DUNIX -DMACOSX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
! 		# LDFLAGS="$LDFLAGS -bundle -bundle_loader /usr/local/pd/bin/pd -undefined suppress -flat_namespace"
! 		LDFLAGS="$LDFLAGS -bundle -bundle_loader /usr/local/pd/bin/pd -flat_namespace"
  		pd_suffix=pd_darwin
  		;;
--- 103,109 ----
  		;;
          *-*-darwin*)
!                 CFLAGS="$CPFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
! 		# LDFLAGS="$LDFLAGS -bundle -bundle_loader ../../../pd/bin/pd -undefined suppress -flat_namespace"
! 		LDFLAGS="$LDFLAGS -bundle -bundle_loader ../../../pd/bin/pd -flat_namespace"
  		pd_suffix=pd_darwin
  		;;

Index: configure
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure	10 Mar 2004 17:32:36 -0000	1.1
--- configure	4 Apr 2004 22:10:40 -0000	1.2
***************
*** 1,9 ****
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.58 for OSCxpd 0.2.
  #
  # Report bugs to <jdl at xdv.org>.
  #
! # Copyright (C) 2003 Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
--- 1,10 ----
[...3132 lines suppressed...]
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
***************
*** 5590,5597 ****
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 	 X"$as_dir" : 'X\(//\)[^/]' \| \
! 	 X"$as_dir" : 'X\(//\)$' \| \
! 	 X"$as_dir" : 'X\(/\)' \| \
! 	 .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--- 5366,5373 ----
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$as_dir" : 'X\(//\)[^/]' \| \
!          X"$as_dir" : 'X\(//\)$' \| \
!          X"$as_dir" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }

--- NEW FILE: LICENSE ---
(This appears to be a binary file; contents omitted.)

Index: Makefile.in
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.in	10 Mar 2004 00:01:55 -0000	1.1
--- Makefile.in	4 Apr 2004 22:10:39 -0000	1.2
***************
*** 6,15 ****
  	cd src ; make
  
! install:
  	cd src ; make install
  
  clean:
! 	cd  libOSC && make clean
  	cd send+dump && make clean
  	cd src && make clean
  
--- 6,21 ----
  	cd src ; make
  
! install: all
  	cd src ; make install
  
  clean:
! 	cd libOSC && make clean
  	cd send+dump && make clean
  	cd src && make clean
  
+ distclean: clean
+ 	-rm *~
+ 	rm Makefile */Makefile
+ 	rm config.log config.status config.h
+ 	-rm -Rf ./autom4te.cache/ extra
+ 

--- NEW FILE: config.guess ---
#! /bin/sh
# Attempt to guess a canonical system name.
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
#   Free Software Foundation, Inc.

timestamp='2001-09-04'

# This file 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 2 of the License, or
# (at your option) any later version.
#
# This program 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 this program; if not, write to the Free Software
[...1278 lines suppressed...]
/bin/universe          = `(/bin/universe) 2>/dev/null`
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
/bin/arch              = `(/bin/arch) 2>/dev/null`
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`

UNAME_MACHINE = ${UNAME_MACHINE}
UNAME_RELEASE = ${UNAME_RELEASE}
UNAME_SYSTEM  = ${UNAME_SYSTEM}
UNAME_VERSION = ${UNAME_VERSION}
EOF

exit 1

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:

--- NEW FILE: config.sub ---
#! /bin/sh
# Configuration validation subroutine script.
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
#   Free Software Foundation, Inc.

timestamp='2001-09-07'

# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# can handle that machine.  It does not imply ALL GNU software can.
#
# This file 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 2 of the License, or
# (at your option) any later version.
#
# This program 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
[...1372 lines suppressed...]
			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
				vendor=atari
				;;
			-vos*)
				vendor=stratus
				;;
		esac
		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
		;;
esac

echo $basic_machine$os
exit 0

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:

--- NEW FILE: install.sh ---





More information about the Pd-cvs mailing list