2008-03-10 04:25:03 +01:00
|
|
|
# Copyright (C) Lumiera.org
|
2007-07-19 05:10:14 +02:00
|
|
|
# 2007, Christian Thaeter <ct@pipapo.org>
|
2008-08-04 13:06:24 +02:00
|
|
|
# 2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
2007-07-19 05:10:14 +02:00
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
|
# modify it under the terms of the GNU General Public License as
|
|
|
|
|
# published by the Free Software Foundation; either version 2 of the
|
|
|
|
|
# License, or (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
|
2008-08-30 23:13:36 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2007-07-19 05:10:14 +02:00
|
|
|
bin_PROGRAMS =
|
|
|
|
|
noinst_PROGRAMS =
|
2007-08-14 04:40:13 +02:00
|
|
|
check_PROGRAMS =
|
2007-07-19 05:10:14 +02:00
|
|
|
noinst_LIBRARIES =
|
2008-10-26 22:00:02 +01:00
|
|
|
lib_LTLIBRARIES =
|
2007-08-18 05:04:10 +02:00
|
|
|
check_LTLIBRARIES =
|
2008-10-26 22:00:02 +01:00
|
|
|
pkglib_LTLIBRARIES =
|
|
|
|
|
noinst_LTLIBRARIES =
|
2007-07-19 05:10:14 +02:00
|
|
|
noinst_HEADERS =
|
|
|
|
|
BUILT_SOURCES =
|
|
|
|
|
EXTRA_DIST =
|
|
|
|
|
SUBDIRS =
|
|
|
|
|
|
2008-08-30 19:32:24 +02:00
|
|
|
# global pre-processor flags. Per-target variables should include
|
|
|
|
|
# these at the front (if possible) for consistency
|
2008-08-30 19:28:24 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/ \
|
|
|
|
|
$(NOBUGMT_LUMIERA_CFLAGS)
|
2008-08-28 04:30:23 +02:00
|
|
|
|
2007-07-19 06:15:55 +02:00
|
|
|
# Only use subdirs if really needed, prefer the include scheme below
|
2007-07-19 05:10:14 +02:00
|
|
|
#SUBDIRS +=
|
|
|
|
|
|
2008-04-12 02:07:16 +02:00
|
|
|
# administrative tools
|
|
|
|
|
include $(top_srcdir)/admin/Makefile.am
|
|
|
|
|
|
2007-07-19 06:15:55 +02:00
|
|
|
# core
|
2008-05-18 00:01:51 +02:00
|
|
|
include $(top_srcdir)/src/proc/Makefile.am
|
2007-07-19 05:10:14 +02:00
|
|
|
include $(top_srcdir)/src/lib/Makefile.am
|
2008-05-19 01:50:53 +02:00
|
|
|
include $(top_srcdir)/src/backend/Makefile.am
|
2008-11-06 07:25:16 +01:00
|
|
|
include $(top_srcdir)/src/lumiera/Makefile.am
|
2007-07-19 05:10:14 +02:00
|
|
|
|
2008-08-05 07:48:27 +02:00
|
|
|
# tools
|
|
|
|
|
include $(top_srcdir)/src/tool/Makefile.am
|
|
|
|
|
|
2008-05-14 01:26:00 +02:00
|
|
|
# gui
|
|
|
|
|
include $(top_srcdir)/src/gui/Makefile.am
|
|
|
|
|
|
2007-07-19 06:15:55 +02:00
|
|
|
# plugins
|
|
|
|
|
#include $(top_srcdir)/src...
|
|
|
|
|
|
2008-08-04 13:06:24 +02:00
|
|
|
# resources
|
|
|
|
|
include $(top_srcdir)/icons/Makefile.am
|
|
|
|
|
|
2007-07-19 06:15:55 +02:00
|
|
|
# tests
|
2008-05-19 13:30:20 +02:00
|
|
|
include $(top_srcdir)/tests/common/Makefile.am
|
2008-05-19 01:55:05 +02:00
|
|
|
include $(top_srcdir)/tests/components/Makefile.am
|
2007-08-12 21:28:21 +02:00
|
|
|
include $(top_srcdir)/tests/Makefile.am
|
2007-07-19 06:15:55 +02:00
|
|
|
|
2007-07-19 05:10:14 +02:00
|
|
|
#EXTRA_DIST += admin debian doc depcomp README.BUILD LICENSE \
|
|
|
|
|
# cinelerra-cvs-current.spec
|
|
|
|
|
AUTOMAKE_OPTIONS=foreign
|
|
|
|
|
#ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|