]> git.ozlabs.org Git - petitboot/blob - ui/Makefile.am
ui/ncurses: Implement non-boot-cancelling keys
[petitboot] / ui / 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 if WITH_NCURSES
16   EXTRA_1 = ncurses
17 endif
18
19 if WITH_TWIN_X11
20   EXTRA_2 = twin
21 endif
22
23 if WITH_TWIN_FBDEV
24   EXTRA_2 = twin
25 endif
26
27 SUBDIRS = common test $(EXTRA_1) $(EXTRA_2)
28
29 MAINTAINERCLEANFILES = Makefile.in