X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=c388b7eeb681aa035bf4f4f0817c9ad17a99b81a;hb=7a73080d871042028ba84cf0f36731f5959d6265;hp=5e1b810c9c1ba253344c03208f195b58f37b2408;hpb=f23961e675c1fb441ebb3392ff21f47c6db1c941;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 5e1b810..c388b7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,20 +9,29 @@ else endif ### define sources for the front-end and backend +GTKsources = gtk/xboard.c gtk/xboard.h \ + gtk/xoptions.c gtk/xtimer.c \ + gtk/xengineoutput.c -GTKsources = xboard.c xtimer.c xgamelist.c \ - xhistory.c xoptions.c xboard.h \ - xengineoutput.c xgamelist.h \ - xhistory.h - -Xsources = xaw/xboard.c xaw/xboard.h \ - xaw/xengineoutput.c \ +Xsources = xaw/xboard.c xaw/xboard.h \ + xaw/xengineoutput.c \ xaw/xgamelist.c xaw/xgamelist.h \ - xaw/xhistory.c xaw/xhistory.h \ - xaw/xoptions.c - + xaw/xhistory.c xaw/xhistory.h \ + xaw/xoptions.c \ + bitmaps/checkmark.bm bitmaps/icon_black.bm bitmaps/icon_white.bm + +if withGTK + FRONTENDsources = $(GTKsources) + FRONTENDextras = $(Xsources) + headers = -I gtk +endif +if withXaw + FRONTENDsources = $(Xsources) + FRONTENDextras = $(GTKsources) + headers = -I xaw -DX11 +endif -backendsources = backend.c backend.h backendz.h \ +xboard_SOURCES = backend.c backend.h backendz.h \ book.c \ childio.c childio.h \ common.h \ @@ -43,17 +52,7 @@ backendsources = backend.c backend.h backendz.h \ history.c nhistory.c \ menus.c menus.h \ usounds.c usystem.c usystem.h \ - $(ZPY) - -### combine sources depending on front-end - -if withGTK - xboard_SOURCES = $(backendsources) $(GTKsources) -endif -if withXaw - xboard_SOURCES = $(backendsources) $(Xsources) - headers = -I xaw -endif + $(ZPY) $(FRONTENDsources) ### @@ -64,7 +63,7 @@ EXTRA_DIST = pixmaps shogi png sounds winboard \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ xboard-fen-viewer.desktop xboard-pgn-viewer.desktop xboard-tourney.desktop xboard.xml \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \ - xboard.conf.in SHORTLOG DIFFSTAT history.c ABOUT-NLS + xboard.conf.in SHORTLOG DIFFSTAT history.c ABOUT-NLS $(FRONTENDextras) DISTCLEANFILES = stamp-h