root/branches/libfreebob-2.0/src/libstreaming/Makefile.am

Revision 246, 1.8 kB (checked in by pieterpalmers, 18 years ago)

- re-enabled the Motu device and updated it to the IAvDevice changes
- created a framework streamprocessor for the motu devices

Line 
1 # Makefile.am - Makefile template
2 # Copyright (C) 2006 by Pieter Palmers.
3 # Copyright (C) 2005 by Daniel Wagner.
4 #
5 # This file is part of FreeBob.
6 #
7 # FreeBob is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
11 # FreeBob is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with FreeBob; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
19 noinst_LTLIBRARIES = libstreaming.la
20 noinst_HEADERS = cip.h FreebobPosixThread.h FreebobThread.h FreebobAtomic.h \
21                 IsoHandler.h IsoHandlerManager.h IsoStream.h ringbuffer.h PacketBuffer.h \
22                 PortManager.h Port.h StreamProcessor.h StreamProcessorManager.h AmdtpPortInfo.h \
23                 AmdtpPort.h AmdtpStreamProcessor.h StreamRunner.h ringbuffer.h streamstatistics.h \
24         MotuStreamProcessor.h MotuPort.h MotuPortInfo.h
25
26 libstreaming_la_SOURCES = cip.c FreebobPosixThread.cpp          freebob_streaming.cpp \
27         IsoHandler.cpp IsoHandlerManager.cpp IsoStream.cpp PacketBuffer.cpp             PortManager.cpp \
28         Port.cpp StreamProcessor.cpp StreamProcessorManager.cpp                 AmdtpPortInfo.cpp \
29         AmdtpPort.cpp AmdtpStreamProcessor.cpp StreamRunner.cpp         ringbuffer.c \
30                 streamstatistics.cpp MotuStreamProcessor.cpp MotuPort.cpp MotuPortInfo.cpp
31
32 INCLUDES = $(LIBRAW1394_CFLAGS) $(LIBIEC61883_CFLAGS) -I$(top_srcdir)/src \
33         -I$(top_srcdir)  $(LIBXML_CFLAGS)
34 libstreaming_la_LIBADD  = $(LIBRAW1394_LIBS) $(LIBIEC61883_LIBS) $(LIBAVC_LIBS)
35
36 MAINTAINERCLEANFILES = Makefile.in
Note: See TracBrowser for help on using the browser.