From: H.G. Muller Date: Wed, 24 Oct 2012 06:55:27 +0000 (+0200) Subject: Move X11 front-end to directory xaw X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=e6f4f8fdada1a701e4be2e4807920dbcad697fb1 Move X11 front-end to directory xaw --- diff --git a/Makefile.am b/Makefile.am index b9308c4..e3af927 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,17 +19,17 @@ xboard_SOURCES = backend.c backend.h backendz.h \ parser.c parser.h \ pgntags.c \ uci.c \ - xboard.c xboard.h args.h menus.c menus.h \ + xaw/xboard.c xaw/xboard.h args.h menus.c menus.h \ draw.c draw.h \ usounds.c usystem.c usystem.h \ board.c board.h \ - xedittags.c xedittags.h \ + xaw/xedittags.c xaw/xedittags.h \ engineoutput.c engineoutput.h \ - nengineoutput.c xengineoutput.c \ - evalgraph.c evalgraph.h xevalgraph.c xevalgraph.h\ - xgamelist.c xgamelist.h\ - history.c xhistory.c xhistory.h \ - xoptions.c dialogs.c dialogs.h \ + nengineoutput.c xaw/xengineoutput.c \ + evalgraph.c evalgraph.h xaw/xevalgraph.c xaw/xevalgraph.h\ + xaw/xgamelist.c xaw/xgamelist.h\ + history.c xaw/xhistory.c xaw/xhistory.h \ + xaw/xoptions.c dialogs.c dialogs.h \ $(ZPY) SUBDIRS = po xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ @@ -42,7 +42,7 @@ EXTRA_DIST = pixmaps shogi sounds winboard bitmaps\ DISTCLEANFILES = stamp-h AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @CAIRO_CFLAGS@ @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' \ - -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' + -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' -I xaw ACLOCAL_AMFLAGS = -I m4 diff --git a/xaw/.dirstamp b/xaw/.dirstamp new file mode 100644 index 0000000..e69de29 diff --git a/xboard.c b/xaw/xboard.c similarity index 100% rename from xboard.c rename to xaw/xboard.c diff --git a/xboard.h b/xaw/xboard.h similarity index 100% rename from xboard.h rename to xaw/xboard.h diff --git a/xedittags.c b/xaw/xedittags.c similarity index 100% rename from xedittags.c rename to xaw/xedittags.c diff --git a/xedittags.h b/xaw/xedittags.h similarity index 100% rename from xedittags.h rename to xaw/xedittags.h diff --git a/xengineoutput.c b/xaw/xengineoutput.c similarity index 100% rename from xengineoutput.c rename to xaw/xengineoutput.c diff --git a/xevalgraph.c b/xaw/xevalgraph.c similarity index 100% rename from xevalgraph.c rename to xaw/xevalgraph.c diff --git a/xevalgraph.h b/xaw/xevalgraph.h similarity index 100% rename from xevalgraph.h rename to xaw/xevalgraph.h diff --git a/xgamelist.c b/xaw/xgamelist.c similarity index 100% rename from xgamelist.c rename to xaw/xgamelist.c diff --git a/xgamelist.h b/xaw/xgamelist.h similarity index 100% rename from xgamelist.h rename to xaw/xgamelist.h diff --git a/xhistory.c b/xaw/xhistory.c similarity index 100% rename from xhistory.c rename to xaw/xhistory.c diff --git a/xhistory.h b/xaw/xhistory.h similarity index 100% rename from xhistory.h rename to xaw/xhistory.h diff --git a/xoptions.c b/xaw/xoptions.c similarity index 100% rename from xoptions.c rename to xaw/xoptions.c