root/trunk/libffado/tests/streaming/Makefile.am

Revision 445, 1.7 kB (checked in by pieterpalmers, 17 years ago)

* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid of end-of-line spaces
* made all license and copyrights conform

library becomes LGPL, apps become GPL
explicitly state LGPL v2.1 and GPL v2 (don't like v3 draft)

copyrights are 2005-2007 Daniel & Pieter
except for the MotU stuff (C) Jonathan, Pieter

Line 
1 # Makefile.am
2 #
3 # Copyright (C) 2005-2007 by Daniel Wagner.
4 # Copyright (C) 2005-2007 by Pieter Palmers.
5 #
6 # This file is part of FFADO.
7 # FFADO = Free Firewire (pro-)audio drivers for linux
8 #
9 # FFADO is based upon FreeBoB.
10 #
11 # FFADO is free software.
12 #
13 # you can redistribute and/or modify the applications
14 # under the terms of the GNU General Public License
15 # version 2, as published by the Free Software Foundation
16 #
17 # FFADO is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU (Lesser) General Public License for more details.
21 #
22 # You should have received a copy of the GNU (Lesser) General Public License
23 # along with FFADO; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
26 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src $(LIBIEC61883_CFLAGS)
27
28 noinst_PROGRAMS = teststreaming teststreaming2 teststreaming3 testmidistreaming1
29 noinst_HEADERS = debugtools.h
30
31 teststreaming_SOURCES = teststreaming.c debugtools.c
32 teststreaming_LDADD   = $(top_builddir)/src/libffado.la \
33         $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
34
35 teststreaming2_SOURCES = teststreaming2.c debugtools.c
36 teststreaming2_LDADD   = $(top_builddir)/src/libffado.la \
37         $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
38
39 teststreaming3_SOURCES = teststreaming3.c debugtools.c
40 teststreaming3_LDADD   = $(top_builddir)/src/libffado.la \
41         $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
42
43 testmidistreaming1_SOURCES = testmidistreaming1.c debugtools.c
44 testmidistreaming1_LDADD   = $(top_builddir)/src/libffado.la -lasound \
45         $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
Note: See TracBrowser for help on using the browser.