Move global initialization and cleanup code into main.c.
[pspp] / src / Makefile.am
index 280928202bd0f9573326f8ff815ce6577245f5f8..e3b3952e99550d156c5b8644039011e6b45dba35 100644 (file)
@@ -84,6 +84,7 @@ pspp_SOURCES =                                        \
        casefile.h                              \
        cat.c                                   \
        cat.h                                   \
+       cat-routines.h                          \
        chart.c                                 \
        chart.h                                 \
        ctl-stack.c                             \
@@ -105,6 +106,8 @@ pspp_SOURCES =                                      \
        date.c                                  \
        debug-print.h                           \
        descript.c                              \
+       design-matrix.h                         \
+       design-matrix.c                         \
        dfm-read.c                              \
        dfm-read.h                              \
        dfm-write.c                             \
@@ -155,7 +158,6 @@ pspp_SOURCES =                                      \
        levene.h                                \
        linked-list.c                           \
        linked-list.h                           \
-       log.h                                   \
        loop.c                                  \
        magic.c                                 \
        magic.h                                 \
@@ -184,6 +186,8 @@ pspp_SOURCES =                                      \
        pool.h                                  \
        postscript.c                            \
        print.c                                 \
+       random.c                                \
+       random.h                                \
        range-prs.c                             \
        range-prs.h                             \
        recode.c                                \
@@ -192,6 +196,7 @@ pspp_SOURCES =                                      \
        repeat.h                                \
        sample.c                                \
        sel-if.c                                \
+       settings.c                              \
        settings.h                              \
        sfm-read.c                              \
        sfm-read.h                              \