~ubuntu-branches/ubuntu/karmic/xboard/karmic

1
2
3
4
5
6
7
8
9
10
11
bin_PROGRAMS = xboard
xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c zippy.c childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c

AM_CPPFLAGS=-DINFODIR='"$(infodir)"'
AM_LDFLAGS= -lm @XAW_LIBS@

info_TEXINFOS = copyright.texi xboard.texi
man6_MANS = xboard.man 

xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi
	$(srcdir)/texi2man xboard.texi > xboard.man || (rm -f xboard.man ; false)