]> git.ozlabs.org Git - petitboot/blob - ui/common/Makefile.am
9e8d3eabc5397074a7bf5e31bf30f6ebf49b09ce
[petitboot] / ui / common / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14
15 AM_CPPFLAGS = \
16         -I$(top_srcdir) \
17         -I$(top_srcdir)/lib \
18         -I$(includedir) \
19         $(DEFAULT_CPPFLAGS)
20
21 AM_CFLAGS = \
22         $(DEFAULT_CFLAGS)
23
24 noinst_LTLIBRARIES = libpbui.la
25
26 libpbui_la_SOURCES = \
27         discover-client.c \
28         discover-client.h \
29         joystick.c \
30         joystick.h \
31         loader.c \
32         loader.h \
33         timer.c \
34         timer.h \
35         ui-system.c \
36         ui-system.h
37
38 if ENABLE_PS3
39 libpbui_la_SOURCES += \
40         ps3.c \
41         ps3.h
42 endif
43
44 artwork =
45
46 if WITH_TWIN
47 artwork += \
48         $(srcdir)/artwork/background.jpg \
49         $(srcdir)/artwork/COPYING-tux \
50         $(srcdir)/artwork/tux.png \
51         $(srcdir)/artwork/oxygen/applications-system.png \
52         $(srcdir)/artwork/oxygen/configure.png \
53         $(srcdir)/artwork/oxygen/COPYING-oxygen \
54         $(srcdir)/artwork/oxygen/drive-harddisk.png \
55         $(srcdir)/artwork/oxygen/network-wired.png \
56         $(srcdir)/artwork/oxygen/utilities-terminal.png
57 endif
58
59 artworkdir = $(pkgdatadir)/artwork/
60 dist_artwork_DATA = $(artwork)
61
62 MAINTAINERCLEANFILES = Makefile.in