made the install script and executable
[xboard.git] / Makefile.am
1
2 if ZIPPY
3   ZPY = zippy.c
4 else 
5   ZPY =
6 endif 
7
8 bin_PROGRAMS = xboard
9 xboard_SOURCES = backend.c lists.c pgntags.c xedittags.c xhistory.c $(ZPY) childio.c moves.c uci.c xengineoutput.c xoptions.c gamelist.c parser.l xboard.c xgamelist.c book.c
10
11 AM_CPPFLAGS=-DINFODIR='"$(infodir)"'
12 AM_LDFLAGS= -lm @XAW_LIBS@
13
14 info_TEXINFOS = copyright.texi xboard.texi
15 man6_MANS = xboard.man 
16
17 xboard.man: xboard.texi copyright.texi gpl.texinfo version.texi
18         $(srcdir)/texi2man xboard.texi > xboard.man || (rm -f xboard.man ; false)