]> git.ozlabs.org Git - petitboot/blob - ui/common/Makefile.am
Cleanup --dry-run option code
[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         url.c \
38         url.h
39
40 if ENABLE_PS3
41 libpbui_la_SOURCES += \
42         ps3.c \
43         ps3.h
44 endif
45
46 artwork =
47
48 if WITH_TWIN
49 artwork += \
50         $(srcdir)/artwork/background.jpg \
51         $(srcdir)/artwork/COPYING-tux \
52         $(srcdir)/artwork/tux.png \
53         $(srcdir)/artwork/oxygen/applications-system.png \
54         $(srcdir)/artwork/oxygen/configure.png \
55         $(srcdir)/artwork/oxygen/COPYING-oxygen \
56         $(srcdir)/artwork/oxygen/drive-harddisk.png \
57         $(srcdir)/artwork/oxygen/drive-optical.png \
58         $(srcdir)/artwork/oxygen/drive-removable-media-usb-pendrive.png \
59         $(srcdir)/artwork/oxygen/media-optical.png \
60         $(srcdir)/artwork/oxygen/network-wired.png \
61         $(srcdir)/artwork/oxygen/utilities-terminal.png
62 endif
63
64 artworkdir = $(pkgdatadir)/artwork/
65 dist_artwork_DATA = $(artwork)
66
67 MAINTAINERCLEANFILES = Makefile.in