root/branches/libfreebob-2.0/tests/streaming/Makefile.am

Revision 250, 2.0 kB (checked in by pieterpalmers, 18 years ago)

- removed old streaming code
- removed some obsolete files
- moved utility classes to libutil
- don't do the doxygen processing on make all, explicit make doc in doc/ is now nescessary (speed)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # Makefile.am - Makefile template
2 # Copyright (C) 2005 by Daniel Wagner.
3 # Copyright (C) 2006 by Pieter Palmers.
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 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/libstreaming -I$(top_srcdir)/src/libutil $(LIBIEC61883_CFLAGS)
20 AM_CFLAGS = -DDEBUG
21 AM_CXXFLAGS = -DDEBUG
22
23 # noinst_PROGRAMS = teststreaming teststreaming2 teststreaming3 testmidistreaming1
24 # noinst_HEADERS = debugtools.h
25
26 # teststreaming_SOURCES = teststreaming.c debugtools.c
27 # teststreaming_LDADD   = @top_builddir@src/libfreebob.la \
28 #       $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
29 #
30 # teststreaming2_SOURCES = teststreaming2.c debugtools.c
31 # teststreaming2_LDADD   = @top_builddir@src/libfreebob.la \
32 #       $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
33 #
34 # teststreaming3_SOURCES = teststreaming3.c debugtools.c
35 # teststreaming3_LDADD   = @top_builddir@src/libfreebob.la \
36 #       $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
37 #
38 # testmidistreaming1_SOURCES = testmidistreaming1.c debugtools.c
39 # testmidistreaming1_LDADD   = @top_builddir@src/libfreebob.la -lasound \
40 #       $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
41
42 noinst_PROGRAMS = test-isohandling
43 noinst_HEADERS =
44
45 test_isohandling_SOURCES = test-isohandling.cpp
46 test_isohandling_LDADD   = @top_builddir@src/libfreebob.la \
47         $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)
48
49 MAINTAINERCLEANFILES = Makefile.in
Note: See TracBrowser for help on using the browser.