~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to libcore/asobj/flash/system/system.am

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to generate Makefile.in
 
2
 
3
#   Copyright (C) 2005, 2006, 2007, 2008, 2009 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
 
17
 
 
18
SYSTEMdir = $(includedir)/gnash
 
19
 
 
20
SYSTEM_SOURCES = 
 
21
SYSTEM_HEADERS = 
 
22
 
 
23
if BUILD_APPLICATIONDOMAIN_AS3
 
24
SYSTEM_SOURCES += asobj/flash/system/ApplicationDomain_as.cpp
 
25
SYSTEM_HEADERS += asobj/flash/system/ApplicationDomain_as.h
 
26
endif
 
27
 
 
28
if BUILD_CAPABILITIES_AS3
 
29
SYSTEM_SOURCES += asobj/flash/system/Capabilities_as.cpp
 
30
SYSTEM_HEADERS += asobj/flash/system/Capabilities_as.h
 
31
endif
 
32
 
 
33
if BUILD_IMECONVERSIONMODE_AS3
 
34
SYSTEM_SOURCES += asobj/flash/system/IMEConversionMode_as.cpp
 
35
SYSTEM_HEADERS += asobj/flash/system/IMEConversionMode_as.h
 
36
endif
 
37
 
 
38
if BUILD_IME_AS3
 
39
SYSTEM_SOURCES += asobj/flash/system/IME_as.cpp
 
40
SYSTEM_HEADERS += asobj/flash/system/IME_as.h
 
41
endif
 
42
 
 
43
if BUILD_LOADERCONTEXT_AS3
 
44
SYSTEM_SOURCES += asobj/flash/system/LoaderContext_as.cpp
 
45
SYSTEM_HEADERS += asobj/flash/system/LoaderContext_as.h
 
46
endif
 
47
 
 
48
if BUILD_SECURITYDOMAIN_AS3
 
49
SYSTEM_SOURCES += asobj/flash/system/SecurityDomain_as.cpp
 
50
SYSTEM_HEADERS += asobj/flash/system/SecurityDomain_as.h
 
51
endif
 
52
 
 
53
if BUILD_SECURITYPANEL_AS3
 
54
SYSTEM_SOURCES += asobj/flash/system/SecurityPanel_as.cpp
 
55
SYSTEM_HEADERS += asobj/flash/system/SecurityPanel_as.h
 
56
endif
 
57
 
 
58
if BUILD_SECURITY_AS3
 
59
SYSTEM_SOURCES += asobj/flash/system/Security_as.cpp
 
60
SYSTEM_HEADERS += asobj/flash/system/Security_as.h
 
61
endif
 
62
 
 
63
# FIXME: already exists
 
64
if BUILD_SYSTEM_AS3
 
65
SYSTEM_SOURCES += asobj/flash/system/System_as.cpp
 
66
SYSTEM_HEADERS += asobj/flash/system/System_as.h
 
67
endif
 
68
 
 
69
libgnashasobjs_la_SOURCES += $(SYSTEM_SOURCES)