2 # Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 EXTRA_DIST += aos4/aos4_ogl_glue.cpp aos4/aos4_ogl_glue.h
24 bin_PROGRAMS += aos4-gnash
25 aos4_gnash_CPPFLAGS = -DGUI_AOS4 -DGUI_CONFIG=\"AOS4\" \
26 $(AM_CPPFLAGS) $(AOS4_CFLAGS)
27 aos4_gnash_SOURCES = $(GUI_SRCS) \
28 aos4/aos4_gnash_prefs.cpp \
29 aos4/aos4_gnash_prefs.h \
34 aos4_gnash_LDFLAGS = -export-dynamic
35 #aos4_gnash_DEPENDENCIES = .configline
37 $(top_builddir)/librender/libgnashrender.la \
43 # if BUILD_OGL_RENDERER
44 # aos4_gnash_CPPFLAGS += $(OPENGL_CFLAGS)
46 # aos4_gnash_SOURCES += aos4/aos4_ogl_glue.cpp aos4/aos4_ogl_glue.h
50 aos4_gnash_CPPFLAGS += $(AGG_CFLAGS)
51 aos4_gnash_LDADD += $(AGG_LIBS)
52 aos4_gnash_SOURCES += aos4/aos4_agg_glue.cpp aos4/aos4_agg_glue.h
55 if BUILD_CAIRO_RENDERER
56 aos4_gnash_CPPFLAGS += $(CAIRO_CFLAGS)
57 aos4_gnash_LDADD += $(CAIRO_LIBS)
58 aos4_gnash_SOURCES += aos4/aos4_cairo_glue.cpp aos4/aos4_cairo_glue.h