Show
Ignore:
Timestamp:
02/22/08 15:48:22 (10 months ago)
Author:
jpgrayson
Message:

- Small fixes to build system.
-- Fix some typos in configure.in affecting Mac ASIO build and C++ binding builds.
-- Remove unused LT_RELEASE variable from configure.in and Makefile.in.
-- Split really long PA_LDFLAGS assignment.
-- Substitute make built-in $(RM) for "rm -f".
-- Use variable for lib-stamp command; this reduces output noise at make-time.
-- Use simple variable expansion when assigning OBJS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/configure

    r1353 r1358  
    2139121391 
    2139221392            OTHER_OBJS="$CFLAGS pa_asio/iasiothiscallresolver.o $ASIODIR/host/asiodrivers.o $ASIODIR/common/asio.o $ASIODIR/host/mac/asioshlib.o" 
    21393             CFLAGS="$CFLAGS -I\$(top_srcdir)/pa_asio -I$ASIDIR/host/mac -I$ASIODIR/common" 
     21393            CFLAGS="$CFLAGS -I\$(top_srcdir)/pa_asio -I$ASIODIR/host/mac -I$ASIODIR/common" 
    2139421394            CXXFLAGS="$CFLAGS" 
    2139521395        fi 
     
    2184821848 
    2184921849   ENABLE_CXX_TRUE="" 
    21850    ENABLE_CXX_FALE="#" 
     21850   ENABLE_CXX_FALSE="#" 
    2185121851else 
    2185221852   ENABLE_CXX_TRUE="#" 
    21853    ENABLE_CXX_FALE="" 
     21853   ENABLE_CXX_FALSE="" 
    2185421854fi 
    2185521855