Add scratch file handles.
[pspp] / src / Makefile.am
index 7a52f2b10b3bb8705e7e3fa78f489e42b5eace8a..84f7c881591b9d3c7420b6bf1dbfe748cd045028 100644 (file)
@@ -72,6 +72,10 @@ pspp_SOURCES =                                       \
        algorithm.h                             \
        alloc.c                                 \
        alloc.h                                 \
+       any-reader.c                            \
+       any-reader.h                            \
+       any-writer.c                            \
+       any-writer.h                            \
        apply-dict.c                            \
        ascii.c                                 \
        autorecode.c                            \
@@ -84,6 +88,7 @@ pspp_SOURCES =                                        \
        casefile.h                              \
        cat.c                                   \
        cat.h                                   \
+       cat-routines.h                          \
        chart.c                                 \
        chart.h                                 \
        ctl-stack.c                             \
@@ -105,8 +110,8 @@ pspp_SOURCES =                                      \
        date.c                                  \
        debug-print.h                           \
        descript.c                              \
-       devind.c                                \
-       devind.h                                \
+       design-matrix.h                         \
+       design-matrix.c                         \
        dfm-read.c                              \
        dfm-read.h                              \
        dfm-write.c                             \
@@ -157,7 +162,6 @@ pspp_SOURCES =                                      \
        levene.h                                \
        linked-list.c                           \
        linked-list.h                           \
-       log.h                                   \
        loop.c                                  \
        magic.c                                 \
        magic.h                                 \
@@ -186,14 +190,20 @@ pspp_SOURCES =                                    \
        pool.h                                  \
        postscript.c                            \
        print.c                                 \
+       random.c                                \
+       random.h                                \
        range-prs.c                             \
        range-prs.h                             \
+       readln.c                                \
+       readln.h                                \
        recode.c                                \
        rename-vars.c                           \
+       regression_export.h                     \
        repeat.c                                \
        repeat.h                                \
        sample.c                                \
        sel-if.c                                \
+       settings.c                              \
        settings.h                              \
        sfm-read.c                              \
        sfm-read.h                              \
@@ -215,6 +225,12 @@ pspp_SOURCES =                                     \
        tab.c                                   \
        tab.h                                   \
        temporary.c                             \
+       scratch-handle.c                        \
+       scratch-handle.h                        \
+       scratch-reader.c                        \
+       scratch-reader.h                        \
+       scratch-writer.c                        \
+       scratch-writer.h                        \
        mkfile.c                                \
        mkfile.h                                \
        title.c                                 \