X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=bb7934647f44726fff1a170f94036bd72d44e6c1;hb=aae1a8f067ddd9c091b2ed591f7d496fe98a35e0;hp=99cde1e742e14dcecba1caba5df27213088acfac;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/Smake b/Smake index 99cde1e742..bb7934647f 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 \ @@ -89,6 +109,7 @@ GNULIB_MODULES = \ unicase/u8-casefold \ unicase/u8-tolower \ unicase/u8-toupper \ + unicase/u8-totitle \ unictype/ctype-print \ unictype/category-of \ unigbrk/uc-is-grapheme-break \ @@ -344,7 +365,7 @@ src/ui/gui/resources.xml: $(ICONS) .PHONY: prep_ph -prep_ph: +prep_ph: test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 touch m4/Makefile.am @@ -408,20 +429,25 @@ clean: rm -f aclocal.m4 rm -f missing mkinstalldirs rm -f install-sh - rm -f configure Makefile + rm -f configure Makefile rm -f depcomp rm -rf intl gl rm -f m4/*.m4 - rm -f $(PO_FILES) po/*.gmo + rm -f $(PO_FILES) po/*.gmo rm -f mdate-sh texinfo.tex rm -f doc/stamp-vti rm -f config.h.in~ rm -f config.h.in rm -f gl/Makefile.in rm -f Makefile.in - rm -f compile - rm -f ltmain.sh - rm -f reloc-ldflags install-reloc + rm -f build-aux/compile + rm -f build-aux/ltmain.sh + rm -f build-aux/reloc-ldflags + rm -f build-aux/install-reloc + rm -f build-aux/config.rpath + rm -f build-aux/config.libpath + rm -f build-aux/libtool-reloc + rm -f build-aux/gitlog-to-changelog .PHONY: all gettextize clean