X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=f7c0cda9c811261eef2277d9857d6487ecd37a42;hb=b8ccc2d03263c833777a7c055a372501b40bc7ce;hp=acd3797081b4d9953113b10c6c92aaa0b1bdb323;hpb=05bc30b15e31c427ce208495a889e9ff36e6642b;p=xboard.git diff --git a/Makefile.in b/Makefile.in index acd3797..f7c0cda 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,7 +50,7 @@ DISTSOURCE = COPYING COPYRIGHT ChangeLog ChangeLog.2 FAQ FAQ.html \ pxboard xboard.c xboard.h xboard.man xedittags.c xedittags.h \ xgamelist.c xgamelist.h xhistory.c xhistory.h acconfig.h config.h.in \ xboard.texinfo.in xboard.texi gpl.texinfo zic2xpm.c zic2xpm.man \ - pixmaps sounds xboard.ps + pixmaps sounds xboard.ps bitmaps.unused winboard ZIPPYSOURCE = zippy.README zippy.c zippy.h zippy.lines @@ -99,6 +99,7 @@ clean: distclean: clean tidy rm -f config.cache config.log config.status Makefile rm -f config.h stamp-h xboard.texinfo cmail comment.awk + cd winboard ; make -f cygwin.mak clean mostlyclean: clean @@ -106,6 +107,7 @@ maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f parser.c xboard.info FAQ + cd winboard ; make -f cygwin.mak maintainer-clean TAGS: etags *.c *.h