big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / cygnal / cgi-bin / oflaDemo / Makefile.am
blob8a57e65702397ae547e173cc2402da5c36972269
1 ## Process this file with automake to generate Makefile.in
2
3 #   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
4 #   2011 Free Software Foundation, Inc.
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10
11 # This program 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 this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 AUTOMAKE_OPTIONS = 
21 # this is where Gnash plugins get installed
22 cgidir = $(libdir)/cygnal/plugins
24 cgi_LTLIBRARIES = oflaDemo.la
26 GNASH_LIBS = \
27         $(top_builddir)/libbase/libgnashbase.la \
28         $(top_builddir)/libcore/libgnashcore.la \
29         ../../libamf/libgnashamf.la \
30         ../../libnet/libgnashnet.la \
31         $(BOOST_LIBS) \
32         $(PTHREAD_LIBS) \
33         $(NULL)
35 INCLUDES = \
36         -I$(top_srcdir)/libbase \
37         -I$(top_srcdir)/libcore \
38         -I$(top_srcdir)/libltdl \
39         -I$(top_srcdir)/cygnal \
40         -I$(top_srcdir)/cygnal/libamf \
41         -I$(top_srcdir)/cygnal/libnet \
42         $(BOOST_CFLAGS)
44 oflaDemo_la_SOURCES = oflaDemo.cpp oflaDemo.h
45 oflaDemo_la_LDFLAGS = -module -avoid-version -no-undefined
46 oflaDemo_la_LIBADD  =  $(GNASH_LIBS) $(top_builddir)/cygnal/libcygnal.la
48 CLEANFILES = \
49       gnash-dbg.log
51 install-cgiLTLIBRARIES: $(cgi_LTLIBRARIES)
52         test -d "$(DESTDIR)$(cgidir)" || $(mkinstalldirs) "$(DESTDIR)$(cgidir)"
53         $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(cgi_LTLIBRARIES) "$(DESTDIR)$(cgidir)/$(cgi_LTLIBRARIES)"
54         $(RM) $(DESTDIR)$(cgidir)/*.a $(DESTDIR)$(cgidir)/*.la
56 uninstall-local:
57         $(RM) $(DESTDIR)$(cgidir)/oflaDemo.so