X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=abe67b3db1f272904407db544fa1ef198fe2da87;hb=e48391e8dee233d2bf5e30c5e9577757cb76af6d;hp=99cde1e742e14dcecba1caba5df27213088acfac;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/Smake b/Smake index 99cde1e742..abe67b3db1 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. @@ -19,6 +37,7 @@ GNULIB_MODULES = \ close \ configmake \ count-one-bits \ + count-leading-zeros \ crc \ crypto/md4 \ crypto/rijndael \ @@ -52,6 +71,7 @@ GNULIB_MODULES = \ memcasecmp \ memchr \ memchr2 \ + memmem \ mempcpy \ memrchr \ minmax \