Do not expect exact load timing. Hopefull makes buildbot results more stable (see...
[gnash.git] / plugin / Makefile.am
blob396b9f0ec373897ccfc9bce82232dd18406d1b87
1 ## Process this file with automake to generate Makefile.in
2
3 #   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 AUTOMAKE_OPTIONS = 
21 SUBDIRS =
23 if KPARTS3
24 SUBDIRS += klash
25 endif
27 if KPARTS4
28 SUBDIRS += klash4
29 endif
31 if NPAPI
32 SUBDIRS += npapi
33 if WIN32
34 SUBDIRS += win32
35 endif
36 if AMIGAOS4
37 SUBDIRS += aos4
38 endif
39 endif # NPAPI
41 # make sure these files make it into the distribution tarball.
42 DIST_SUBDIRS = klash klash4 npapi win32 aos4
44 install-plugin install-plugins: $(plugin_LTLIBRARIES) $(PKGLIB)
45 if !WIN32
46 if NPAPI
47         $(MAKE) -C npapi install-plugin
48 endif
49 if KPARTS4
50         $(MAKE) -C klash4 install-plugins
51 endif
52 if KPARTS3
53         $(MAKE) -C klash install-plugins
54 endif
55 else    # windoze
56         : # do nothing
57 endif   # end of if windoze