X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fautomake.mk;h=dbb7ec446f8fab6a16a5db228b4edd3a213c3f02;hb=691a034d7f2139076fa012739dffd40ef5db4a9b;hp=92e5fddd36c35395fc66930e753f63755d6e763f;hpb=92a8c8fc46b9e4619f92b05e4375a09cda6c9247;p=pspp diff --git a/src/language/dictionary/automake.mk b/src/language/dictionary/automake.mk index 92e5fddd36..dbb7ec446f 100644 --- a/src/language/dictionary/automake.mk +++ b/src/language/dictionary/automake.mk @@ -1,12 +1,32 @@ +# 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 . +# ## Process this file with automake to produce Makefile.in -*- makefile -*- language_dictionary_sources = \ + src/language/dictionary/attributes.c \ src/language/dictionary/apply-dictionary.c \ + src/language/dictionary/delete-variables.c \ src/language/dictionary/formats.c \ src/language/dictionary/missing-values.c \ src/language/dictionary/modify-variables.c \ + src/language/dictionary/mrsets.c \ src/language/dictionary/numeric.c \ src/language/dictionary/rename-variables.c \ + src/language/dictionary/sort-variables.c \ src/language/dictionary/split-file.c \ src/language/dictionary/split-file.h \ src/language/dictionary/sys-file-info.c \ @@ -15,4 +35,3 @@ language_dictionary_sources = \ src/language/dictionary/vector.c \ src/language/dictionary/variable-display.c \ src/language/dictionary/weight.c -