Limit memory to 30000MB for ARM mach_virt.
[supernested.git] / Makefile.am
1 # supernested Makefile.am
2 # (C) Copyright 2014 Red Hat Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
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., 675 Mass Ave, Cambridge, MA 02139, USA.
17 #
18 # Written by Richard W.M. Jones <rjones@redhat.com>
19
20 EXTRA_DIST = \
21         COPYING \
22         README
23
24 noinst_SCRIPTS = \
25         build-supernested.sh \
26         run-supernested.sh
27
28 noinst_DATA = \
29         supernested-$(VERSION)-$(DISTRO).qcow2
30
31 supernested-$(VERSION)-$(DISTRO).qcow2: \
32                 build-supernested.sh init run-supernested.sh
33         rm -f $@ $@-t
34         ./$< $@-t
35         mv $@-t $@
36
37 CLEANFILES = \
38         build-supernested.sh \
39         run-supernested.sh \
40         supernested-*-*.qcow2 \
41         *-t \
42         *~