/[pspp]/pspp/src/Makefile.am
ViewVC logotype

Diff of /pspp/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by jmd, Wed Dec 29 01:19:57 2004 UTC revision 1.38 by jmd, Fri Jan 7 00:17:20 2005 UTC
# Line 48  frequencies.c list.c means.c oneway.c se Line 48  frequencies.c list.c means.c oneway.c se
48  q_sources_q = correlations.q crosstabs.q examine.q file-handle.q        \  q_sources_q = correlations.q crosstabs.q examine.q file-handle.q        \
49  frequencies.q list.q means.q oneway.q set.q  t-test.q  frequencies.q list.q means.q oneway.q set.q  t-test.q
50    
51  pspp_SOURCES = $(q_sources_c) aggregate.c algorithm.c algorithm.h       \  if WITHCHARTS
52    chart_sources = barchart.c \
53            box-whisker.c \
54            cartesian.c \
55            plot-chart.c \
56            plot-hist.c \
57            piechart.c
58    endif
59    
60    pspp_SOURCES = $(q_sources_c) $(chart_sources) \
61    aggregate.c algorithm.c algorithm.h     \
62  alloc.c alloc.h apply-dict.c ascii.c autorecode.c bitvector.h           \  alloc.c alloc.h apply-dict.c ascii.c autorecode.c bitvector.h           \
63  case.c case.h \  case.c case.h casefile.c casefile.h chart.c  chart.h  \
64  casefile.c casefile.h cmdline.c cmdline.h command.c command.def         \  cmdline.c cmdline.h command.c command.def               \
65  command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h   \  command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h   \
66  data-list.c data-list.h data-out.c date.c debug-print.h descript.c      \  data-list.c data-list.h data-out.c date.c debug-print.h descript.c      \
67  devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h \  devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h \
# Line 61  factor_stats.c factor_stats.h file-handl Line 71  factor_stats.c factor_stats.h file-handl
71  file-type.c filename.c filename.h flip.c font.h format.c format.def     \  file-type.c filename.c filename.h flip.c font.h format.c format.def     \
72  format.h formats.c get.c getline.c getline.h glob.c glob.h              \  format.h formats.c get.c getline.c getline.h glob.c glob.h              \
73  groff-font.c group.c group.h group_proc.h \  groff-font.c group.c group.h group_proc.h \
74  hash.c hash.h html.c htmlP.h include.c inpt-pgm.c lexer.c       \  hash.c hash.h histogram.c histogram.h \
75    html.c htmlP.h include.c inpt-pgm.c lexer.c     \
76  lexer.h levene.c levene.h log.h loop.c magic.c magic.h main.c main.h    \  lexer.h levene.c levene.h log.h loop.c magic.c magic.h main.c main.h    \
77  matrix-data.c mis-val.c misc.c misc.h modify-vars.c                     \  matrix-data.c mis-val.c misc.c misc.h modify-vars.c                     \
78  moments.c moments.h numeric.c output.c output.h \  moments.c moments.h numeric.c output.c output.h \
# Line 76  split-file.c str.c str.h subclist.c subc Line 87  split-file.c str.c str.h subclist.c subc
87  sysfile-info.c tab.c tab.h temporary.c stat.h \  sysfile-info.c tab.c tab.h temporary.c stat.h \
88  title.c  val.h val-labs.c value-labels.c value-labels.h         \  title.c  val.h val-labs.c value-labels.c value-labels.h         \
89  var-labs.c var.h vars-atr.c vars-prs.c vector.c version.c version.h     \  var-labs.c var.h vars-atr.c vars-prs.c vector.c version.c version.h     \
90  vfm.c vfm.h vfmP.h weight.c \  vfm.c vfm.h vfmP.h weight.c
91  barchart.c \  
 box-whisker.c \  
 cartesian.c \  
 chart.c \  
 chart.h \  
 histogram.c \  
 piechart.c  
92    
93  pspp_LDADD = ../lib/julcal/libjulcal.a          \  pspp_LDADD = ../lib/julcal/libjulcal.a          \
94          ../lib/misc/libmisc.a                   \          ../lib/misc/libmisc.a                   \

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26