Built framework to allow ANSI mode to coexist with ASCII mode.
[sgk-go] / interface / Makefile.in
index b21865f..1e32d23 100644 (file)
@@ -49,7 +49,7 @@ CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(bin_PROGRAMS)
 am__installdirs = "$(DESTDIR)$(bindir)"
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(bin_PROGRAMS)
-am_gnugo_OBJECTS = main.$(OBJEXT) play_ascii.$(OBJEXT) \
+am_gnugo_OBJECTS = main.$(OBJEXT) play_ascii.$(OBJEXT) play_ansi.$(OBJEXT) \
        play_gmp.$(OBJEXT) play_gtp.$(OBJEXT) play_solo.$(OBJEXT) \
        play_test.$(OBJEXT) gmp.$(OBJEXT) gtp.$(OBJEXT)
 gnugo_OBJECTS = $(am_gnugo_OBJECTS)
        play_gmp.$(OBJEXT) play_gtp.$(OBJEXT) play_solo.$(OBJEXT) \
        play_test.$(OBJEXT) gmp.$(OBJEXT) gtp.$(OBJEXT)
 gnugo_OBJECTS = $(am_gnugo_OBJECTS)
@@ -181,6 +181,7 @@ LDADD = \
 gnugo_SOURCES = \
        main.c \
        play_ascii.c \
 gnugo_SOURCES = \
        main.c \
        play_ascii.c \
+       play_ansi.c \
        play_gmp.c \
        play_gtp.c \
        play_solo.c \
        play_gmp.c \
        play_gtp.c \
        play_solo.c \
@@ -259,6 +260,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ascii.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ascii.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ansi.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gmp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gtp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_solo.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gmp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gtp.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_solo.Po@am__quote@