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.
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.
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
22 -DPB_ARTWORK_PATH='"$(pkgdatadir)/artwork/"' \
31 $(top_builddir)/ui/common/libpbui.la \
32 $(top_builddir)/lib/libpbcore.la
34 noinst_LTLIBRARIES = libpbt.la
46 sbin_PROGRAMS = petitboot-twin
49 sbin_PROGRAMS += petitboot-ps3-twin
53 petitboot_twin_SOURCES = main-generic.c
54 petitboot_twin_LDADD = $(common_libs)
56 petitboot_ps3_twin_SOURCES = main-ps3.c
57 petitboot_ps3_twin_LDADD = $(common_libs)
58 petitboot_ps3_twin_LDFLAGS = -lps3-utils
61 MAINTAINERCLEANFILES = Makefile.in