X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.profile.in;h=83746482101636d9a460074f8da3a4c5ab476fe9;hb=7ea13a3715e6fdbefb8d844ad3b0d9c106e98f9a;hp=61e53a949de4fac69607d3ebfe419cb9c30ed404;hpb=82b026e6376b640a4d3409a461dd6bd83708e33e;p=gnushogi.git diff --git a/gnushogi/Makefile.profile.in b/gnushogi/Makefile.profile.in index 61e53a9..8374648 100644 --- a/gnushogi/Makefile.profile.in +++ b/gnushogi/Makefile.profile.in @@ -1,16 +1,18 @@ # # 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. # # GNU Shogi is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either ../version 3 of the License, or (at your option) -# any later ../version. +# the Free Software Foundation; either version 3 of the License, or (at your option) +# any later version. # # GNU Shogi is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,7 +31,6 @@ # SHELL = /bin/sh -VERS = 1.3 INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -117,7 +118,6 @@ COMMONFILES = \ pattern.o \ rawdsp.o \ search.o \ - sysdeps.o \ tcontrl.o \ util.o @@ -192,9 +192,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 +275,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