Changeset 259

Show
Ignore:
Timestamp:
06/10/06 03:41:22 (17 years ago)
Author:
wagi
Message:

2006-06-10 Daniel Wagner <wagi@monom.org>

  • Changed building rules: No static sub libraries
    are build anymore.

(correct sandbox now)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libfreebob/ChangeLog

    r241 r259  
     12006-06-10  Daniel Wagner  <wagi@monom.org> 
     2 
     3        * Changed building rules: No static sub libraries 
     4        are build anymore. 
     5 
    162006-06-01  Daniel Wagner  <wagi@monom.org> 
    27 
  • trunk/libfreebob/configure.ac

    r241 r259  
    231231AC_CONFIG_FILES([Makefile 
    232232                 libfreebob/Makefile 
    233                  src/debugmodule/Makefile 
    234                  src/libfreebobavc/Makefile 
    235                  src/libfreebobstreaming/Makefile 
    236233                 src/Makefile 
    237234                 tests/Makefile 
  • trunk/libfreebob/src/libfreebobstreaming/thread.c

    r185 r259  
    3737 
    3838//#include <jack/jack.h> 
    39 #include <thread.h> 
     39#include "libfreebobstreaming/thread.h" 
    4040//#include <jack/internal.h> 
    4141 
  • trunk/libfreebob/src/Makefile.am

    r241 r259  
    1717# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1818 
    19 SUBDIRS = debugmodule libfreebobavc libfreebobstreaming 
    20  
    21 INCLUDES = $(LIBSIGC_CFLAGS) $(LIBRAW1394_CFLAGS) $(LIBIEC61883_CFLAGS) \ 
    22         $(LIBAVC1394_CFLAGS) $(LIBLO_CFLAGS) $(LIBXML_CFLAGS) \ 
     19INCLUDES =                                              \ 
     20        $(LIBRAW1394_CFLAGS) $(LIBIEC61883_CFLAGS)      \ 
     21        $(LIBAVC1394_CFLAGS) $(LIBXML_CFLAGS)           \ 
    2322        -I$(top_srcdir) -I$(top_srcdir)/src 
    2423 
     
    5352        bebob_light/bebob_light_avplug.cpp              \ 
    5453        bounce/bounce_avdevice.h                        \ 
    55         bounce/bounce_avdevice.cpp 
     54        bounce/bounce_avdevice.cpp                      \ 
     55        libfreebobavc/avc_connect.cpp                   \ 
     56        libfreebobavc/avc_definitions.cpp               \ 
     57        libfreebobavc/avc_extended_cmd_generic.cpp      \ 
     58        libfreebobavc/avc_extended_plug_info.cpp        \ 
     59        libfreebobavc/avc_extended_stream_format.cpp    \ 
     60        libfreebobavc/avc_extended_subunit_info.cpp     \ 
     61        libfreebobavc/avc_generic.cpp                   \ 
     62        libfreebobavc/avc_plug_info.cpp                 \ 
     63        libfreebobavc/avc_signal_source.cpp             \ 
     64        libfreebobavc/avc_subunit_info.cpp              \ 
     65        libfreebobavc/avc_unit_info.cpp                 \ 
     66        libfreebobavc/ieee1394service.cpp               \ 
     67        libfreebobavc/serialize.cpp                     \ 
     68        libfreebobavc/avc_connect.h                     \ 
     69        libfreebobavc/avc_definitions.h                 \ 
     70        libfreebobavc/avc_extended_cmd_generic.h        \ 
     71        libfreebobavc/avc_extended_plug_info.h          \ 
     72        libfreebobavc/avc_extended_stream_format.h      \ 
     73        libfreebobavc/avc_extended_subunit_info.h       \ 
     74        libfreebobavc/avc_generic.h                     \ 
     75        libfreebobavc/avc_plug_info.h                   \ 
     76        libfreebobavc/avc_signal_source.h               \ 
     77        libfreebobavc/avc_subunit_info.h                \ 
     78        libfreebobavc/avc_unit_info.h                   \ 
     79        libfreebobavc/ieee1394service.h                 \ 
     80        libfreebobavc/serialize.h                       \ 
     81        libfreebobstreaming/cip.c                       \ 
     82        libfreebobstreaming/freebob_connections.c       \ 
     83        libfreebobstreaming/freebob_streaming.c         \ 
     84        libfreebobstreaming/messagebuffer.c             \ 
     85        libfreebobstreaming/ringbuffer.c                \ 
     86        libfreebobstreaming/thread.c                    \ 
     87        libfreebobstreaming/cip.h                       \ 
     88        libfreebobstreaming/freebob_connections.h       \ 
     89        libfreebobstreaming/freebob_debug.h             \ 
     90        libfreebobstreaming/freebob_streaming_private.h \ 
     91        libfreebobstreaming/messagebuffer.h             \ 
     92        libfreebobstreaming/ringbuffer.h                \ 
     93        libfreebobstreaming/thread.h                    \ 
     94        debugmodule/debugmodule.h                       \ 
     95        debugmodule/debugmodule.cpp 
    5696 
    57 libfreebob_la_LDFLAGS = -version-info $(LT_VERSION) -lpthread $(LIBSIGC_LIBS) \ 
    58         $(LIBRAW1394_LIBS) $(LIBIEC61883_LIBS) $(LIBAVC1394_LIBS) \ 
    59         $(LIBLO_LIBS) $(LIBXML_LIBS) -safe-temps 
    60  
    61 libfreebob_la_LIBADD = debugmodule/libdebugmodule.la libfreebobavc/libfreebobavc.la \ 
    62         libfreebobstreaming/libfreebobstreaming.la 
     97libfreebob_la_LDFLAGS =                                 \ 
     98        -version-info $(LT_VERSION) $(LIBRAW1394_LIBS)  \ 
     99        $(LIBIEC61883_LIBS) $(LIBAVC1394_LIBS)          \ 
     100        $(LIBXML_LIBS) -lpthread 
    63101 
    64102 
  • trunk/libfreebob/tests/Makefile.am

    r241 r259  
    11# Makefile.am - Makefile template 
    2 # Copyright (C) 2005 by Daniel Wagner. 
     2# Copyright (C) 2005,06 by Daniel Wagner. 
    33# 
    44# This file is part of FreeBoB. 
     
    2929 
    3030test_extplugcmd_SOURCES = test-extplugcmd.cpp 
    31 test_extplugcmd_LDADD = $(top_builddir)/src/libfreebobavc/libfreebobavc.la \ 
     31test_extplugcmd_LDADD = $(top_builddir)/src/libfreebob.la \ 
    3232        $(LIBAVC1394_LIBS) 
    3333