Drop non-curses support from Curses_ElapsedTime.
[gnushogi.git] / gnushogi / Makefile.profile.in
index 61e53a9..246d1c2 100644 (file)
@@ -1,9 +1,11 @@
 #
 # Makefile for GNU Shogi
 #
-# Copyright (c) 2012 Free Software Foundation
+# Copyright (c) 1993, 1994 Matthias Mutz
+# Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation
 #
 # GNU Shogi is based on GNU Chess
+# Copyright (c) 1992 Free Software Foundation
 #
 # This file is part of GNU Shogi.
 #
@@ -117,7 +119,6 @@ COMMONFILES = \
                 pattern.o      \
                 rawdsp.o       \
                 search.o       \
-                sysdeps.o      \
                 tcontrl.o      \
                 util.o
 
@@ -192,9 +193,6 @@ rawdsp.o:
 search.o:
        $(CC) $(CFLAGS) -c search.c
 
-sysdeps.o:
-       $(CC) $(CFLAGS) -c sysdeps.c 
-
 tcontrl.o:
        $(CC) $(CFLAGS) -c tcontrl.c
 
@@ -278,7 +276,6 @@ makepattern.o: pattern.c gnushogi.h pattern.h
 pattern.o:     pattern.c gnushogi.h pattern.h pattern.inc
 rawdsp.o:      rawdsp.c gnushogi.h ../version.h
 search.o:      search.c gnushogi.h ../version.h 
-sysdeps.o:     sysdeps.c gnushogi.h ../version.h
 tcontrl.o:     tcontrl.c gnushogi.h ../version.h 
 util.o:        util.c gnushogi.h ../version.h
 pat2inc.o:     pat2inc.c pattern.h gnushogi.h