pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/Makefile.am


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/Makefile.am
Date: Fri, 14 Oct 2005 10:49:29 -0400

Index: pspp/src/Makefile.am
diff -u pspp/src/Makefile.am:1.50 pspp/src/Makefile.am:1.51
--- pspp/src/Makefile.am:1.50   Sun Aug  7 04:39:28 2005
+++ pspp/src/Makefile.am        Fri Oct 14 14:49:29 2005
@@ -22,13 +22,13 @@
        ./q2c $< $@
 
 q_sources_c = correlations.c crosstabs.c examine.c file-handle.c       \
-frequencies.c list.c means.c oneway.c rank.c set.c  t-test.c 
+frequencies.c list.c means.c oneway.c rank.c regression.c set.c  t-test.c 
 
 CLEANFILES=$(q_sources_c)
 DISTCLEANFILES=version.c
 
 q_sources_q = correlations.q crosstabs.q examine.q file-handle.q       \
-frequencies.q list.q means.q oneway.q rank.q set.q  t-test.q
+frequencies.q list.q means.q oneway.q rank.q regression.q set.q  t-test.q
 
 if WITHCHARTS
 chart_sources = barchart.c \
@@ -44,8 +44,8 @@
 pspp_SOURCES = $(q_sources_c) $(chart_sources) aggregate.c algorithm.c \
 algorithm.h alloc.c alloc.h apply-dict.c ascii.c autorecode.c          \
 bitvector.h calendar.c calendar.h case.c case.h casefile.c casefile.h  \
-chart.c chart.h cmdline.c cmdline.h command.c command.def command.h    \
-compute.c copyleft.c copyleft.h count.c data-in.c data-in.h            \
+cat.c cat.h chart.c chart.h cmdline.c cmdline.h command.c command.def  \
+command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h  \
 data-list.c data-list.h data-out.c date.c debug-print.h descript.c     \
 devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h                
\
 dictionary.c dictionary.h do-if.c do-ifP.h echo.c error.c error.h      \
@@ -71,6 +71,7 @@
 pspp_LDADD =                                   \
        expressions/libexpressions.a            \
        ../lib/gsl-extras/libgsl-extras.a       \
+       ../lib/linreg/liblinreg.a               \
        ../gl/libgl.a                           \
        @LIBINTL@
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]