X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=5669ad079fdac5db1c454681b25f5ffe04789984;hb=refs%2Fheads%2Fspv3;hp=99cde1e742e14dcecba1caba5df27213088acfac;hpb=7293c1a383d325c371bd708401e5a1d7586a4d90;p=pspp diff --git a/Smake b/Smake index 99cde1e742..5669ad079f 100644 --- a/Smake +++ b/Smake @@ -1,5 +1,23 @@ # -*- makefile -*- +# PSPP - a program for statistical analysis. +# Copyright (C) 2017 Free Software Foundation, Inc. +# +# This program 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. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + + all: everything # Adjust these to reflect where you've installed gnulib. @@ -52,6 +70,7 @@ GNULIB_MODULES = \ memcasecmp \ memchr \ memchr2 \ + memmem \ mempcpy \ memrchr \ minmax \