Move X11 front-end to directory xaw
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 24 Oct 2012 06:55:27 +0000 (08:55 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 11:45:07 +0000 (12:45 +0100)
14 files changed:
Makefile.am
xaw/.dirstamp [new file with mode: 0644]
xaw/xboard.c [moved from xboard.c with 100% similarity]
xaw/xboard.h [moved from xboard.h with 100% similarity]
xaw/xedittags.c [moved from xedittags.c with 100% similarity]
xaw/xedittags.h [moved from xedittags.h with 100% similarity]
xaw/xengineoutput.c [moved from xengineoutput.c with 100% similarity]
xaw/xevalgraph.c [moved from xevalgraph.c with 100% similarity]
xaw/xevalgraph.h [moved from xevalgraph.h with 100% similarity]
xaw/xgamelist.c [moved from xgamelist.c with 100% similarity]
xaw/xgamelist.h [moved from xgamelist.h with 100% similarity]
xaw/xhistory.c [moved from xhistory.c with 100% similarity]
xaw/xhistory.h [moved from xhistory.h with 100% similarity]
xaw/xoptions.c [moved from xoptions.c with 100% similarity]

index b9308c4..e3af927 100644 (file)
@@ -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 (file)
index 0000000..e69de29
similarity index 100%
rename from xboard.c
rename to xaw/xboard.c
similarity index 100%
rename from xboard.h
rename to xaw/xboard.h
similarity index 100%
rename from xedittags.c
rename to xaw/xedittags.c
similarity index 100%
rename from xedittags.h
rename to xaw/xedittags.h
similarity index 100%
rename from xengineoutput.c
rename to xaw/xengineoutput.c
similarity index 100%
rename from xevalgraph.c
rename to xaw/xevalgraph.c
similarity index 100%
rename from xevalgraph.h
rename to xaw/xevalgraph.h
similarity index 100%
rename from xgamelist.c
rename to xaw/xgamelist.c
similarity index 100%
rename from xgamelist.h
rename to xaw/xgamelist.h
similarity index 100%
rename from xhistory.c
rename to xaw/xhistory.c
similarity index 100%
rename from xhistory.h
rename to xaw/xhistory.h
similarity index 100%
rename from xoptions.c
rename to xaw/xoptions.c