819f267b631897c71f4e0dd331b582f58e9d3b7a
[pspp] / src / language / data-io / automake.mk
1 # PSPP - a program for statistical analysis.
2 # Copyright (C) 2017 Free Software Foundation, Inc.
3 #
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 #
17 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
18
19 language_data_io_sources = \
20         src/language/data-io/combine-files.c \
21         src/language/data-io/data-list.c \
22         src/language/data-io/data-parser.c \
23         src/language/data-io/data-parser.h \
24         src/language/data-io/data-reader.c \
25         src/language/data-io/data-reader.h \
26         src/language/data-io/data-writer.c \
27         src/language/data-io/data-writer.h \
28         src/language/data-io/dataset.c \
29         src/language/data-io/file-handle.c \
30         src/language/data-io/file-handle.h \
31         src/language/data-io/get-data.c \
32         src/language/data-io/get.c \
33         src/language/data-io/inpt-pgm.c \
34         src/language/data-io/inpt-pgm.h \
35         src/language/data-io/list.c \
36         src/language/data-io/placement-parser.c \
37         src/language/data-io/placement-parser.h \
38         src/language/data-io/print-space.c \
39         src/language/data-io/print.c \
40         src/language/data-io/matrix-data.c \
41         src/language/data-io/matrix-reader.c \
42         src/language/data-io/matrix-reader.h \
43         src/language/data-io/save-translate.c \
44         src/language/data-io/save.c \
45         src/language/data-io/trim.c \
46         src/language/data-io/trim.h