X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2FMakefile.in;h=bf0d16476d16182d548f25db0f7248caeffdef5c;hb=82b026e6376b640a4d3409a461dd6bd83708e33e;hp=55b7aea90307eb9f8fb9c7b3f2f1493cf146b505;hpb=8ae7e7d1b257ef36d8a9fd1cd88807954ef10764;p=gnushogi.git diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index 55b7aea..bf0d164 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -1,17 +1,15 @@ # # Makefile for GNU Shogi # -# Copyright (c) 1993, 1994 Matthias Mutz -# Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation +# Copyright (c) 2012 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 1, or (at your option) +# 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, @@ -20,8 +18,8 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Shogi; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# along with GNU Shogi; see the file COPYING. +# If not, see . # # @@ -142,6 +140,8 @@ pat2inc: sizetest: $(CC) $(CFLAGS) -o sizetest sizetest.o $(LIBS) +profile: + $(MAKE) -f Makefile.profile gnushogi # # Object files.