/[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.54 by blp, Sat Oct 29 23:35:55 2005 UTC revision 1.55 by blp, Thu Nov 3 06:21:46 2005 UTC
# Line 21  $(q_sources_c): q2c$(EXEEXT) Line 21  $(q_sources_c): q2c$(EXEEXT)
21  .q.c:  .q.c:
22          ./q2c $< $@          ./q2c $< $@
23    
24  q_sources_c = correlations.c crosstabs.c examine.c file-handle.c        \  q_sources_c =                                   \
25  frequencies.c list.c means.c oneway.c rank.c regression.c set.c  t-test.c          correlations.c                          \
26            crosstabs.c                             \
27            examine.c                               \
28            file-handle.c                           \
29            frequencies.c                           \
30            list.c                                  \
31            means.c                                 \
32            oneway.c                                \
33            rank.c                                  \
34            regression.c                            \
35            set.c                                   \
36            t-test.c
37    
38  CLEANFILES=$(q_sources_c)  CLEANFILES=$(q_sources_c)
39  DISTCLEANFILES=version.c  DISTCLEANFILES=version.c
40    
41  q_sources_q = correlations.q crosstabs.q examine.q file-handle.q        \  q_sources_q =                                   \
42  frequencies.q list.q means.q oneway.q rank.q regression.q set.q  t-test.q          correlations.q                          \
43            crosstabs.q                             \
44            examine.q                               \
45            file-handle.q                           \
46            frequencies.q                           \
47            list.q                                  \
48            means.q                                 \
49            oneway.q                                \
50            rank.q                                  \
51            regression.q                            \
52            set.q                                   \
53            t-test.q
54    
55  if WITHCHARTS  if WITHCHARTS
56  chart_sources = barchart.c \  chart_sources =                                 \
57          box-whisker.c \          barchart.c                              \
58          cartesian.c \          box-whisker.c                           \
59          plot-chart.c \          cartesian.c                             \
60          plot-hist.c \          plot-chart.c                            \
61            plot-hist.c                             \
62          piechart.c          piechart.c
63  else  else
64  chart_sources = dummy-chart.c  chart_sources = dummy-chart.c
65  endif  endif
66    
67  pspp_SOURCES = $(q_sources_c) $(chart_sources) aggregate.c algorithm.c  \  pspp_SOURCES =                                  \
68  algorithm.h alloc.c alloc.h apply-dict.c ascii.c autorecode.c           \          $(q_sources_c)                          \
69  bitvector.h calendar.c calendar.h case.c case.h casefile.c casefile.h   \          $(chart_sources)                        \
70  cat.c cat.h chart.c chart.h cmdline.c cmdline.h command.c command.def   \          aggregate.c                             \
71  command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h   \          algorithm.c                             \
72  data-list.c data-list.h data-out.c date.c debug-print.h descript.c      \          algorithm.h                             \
73  devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h         \          alloc.c                                 \
74  dictionary.c dictionary.h do-if.c do-ifP.h echo.c error.c error.h       \          alloc.h                                 \
75  factor_stats.c factor_stats.h file-handle-def.c file-handle-def.h       \          apply-dict.c                            \
76  file-handle.h file-type.c filename.c filename.h flip.c font.h format.c  \          ascii.c                                 \
77  format-prs.c format.def format.h formats.c get.c getl.c getl.h glob.c   \          autorecode.c                            \
78  glob.h groff-font.c group.c group.h group_proc.h hash.c hash.h          \          bitvector.h                             \
79  histogram.c histogram.h html.c htmlP.h include.c inpt-pgm.c lexer.c     \          calendar.c                              \
80  lexer.h lex-def.h lex-def.c levene.c levene.h linked-list.c             \          calendar.h                              \
81  linked-list.h log.h loop.c magic.c magic.h main.c main.h matrix-data.c  \          case.c                                  \
82  mis-val.c misc.c misc.h missing-values.c missing-values.h               \          case.h                                  \
83  modify-vars.c moments.c moments.h numeric.c output.c output.h           \          casefile.c                              \
84  percentiles.c percentiles.h permissions.c pfm-read.c pfm-read.h         \          casefile.h                              \
85  pfm-write.c pfm-write.h pool.c pool.h postscript.c print.c range-prs.c  \          cat.c                                   \
86  recode.c rename-vars.c repeat.c repeat.h sample.c sel-if.c settings.h   \          cat.h                                   \
87  sfm-read.c sfm-read.h sfm-write.c sfm-write.h sfmP.h som.c som.h        \          chart.c                                 \
88  sort.c sort.h sort-prs.c sort-prs.h split-file.c str.c str.h            \          chart.h                                 \
89  subclist.c subclist.h sysfile-info.c tab.c tab.h temporary.c mkfile.c   \          ctl-stack.c                             \
90  mkfile.h title.c val.h val-labs.c value-labels.c value-labels.h         \          ctl-stack.h                             \
91  var-display.c var-labs.c var.h vars-atr.c vars-prs.c vector.c           \          cmdline.c                               \
92  version.h vfm.c vfm.h vfmP.h weight.c          cmdline.h                               \
93            command.c                               \
94            command.def                             \
95            command.h                               \
96            compute.c                               \
97            copyleft.c                              \
98            copyleft.h                              \
99            count.c                                 \
100            data-in.c                               \
101            data-in.h                               \
102            data-list.c                             \
103            data-list.h                             \
104            data-out.c                              \
105            date.c                                  \
106            debug-print.h                           \
107            descript.c                              \
108            devind.c                                \
109            devind.h                                \
110            dfm-read.c                              \
111            dfm-read.h                              \
112            dfm-write.c                             \
113            dfm-write.h                             \
114            dictionary.c                            \
115            dictionary.h                            \
116            do-if.c                                 \
117            echo.c                                  \
118            error.c                                 \
119            error.h                                 \
120            factor_stats.c                          \
121            factor_stats.h                          \
122            file-handle-def.c                       \
123            file-handle-def.h                       \
124            file-handle.h                           \
125            file-type.c                             \
126            filename.c                              \
127            filename.h                              \
128            flip.c                                  \
129            font.h                                  \
130            format.c                                \
131            format-prs.c                            \
132            format.def                              \
133            format.h                                \
134            formats.c                               \
135            get.c                                   \
136            getl.c                                  \
137            getl.h                                  \
138            glob.c                                  \
139            glob.h                                  \
140            groff-font.c                            \
141            group.c                                 \
142            group.h                                 \
143            group_proc.h                            \
144            hash.c                                  \
145            hash.h                                  \
146            histogram.c                             \
147            histogram.h                             \
148            html.c                                  \
149            htmlP.h                                 \
150            include.c                               \
151            inpt-pgm.c                              \
152            lexer.c                                 \
153            lexer.h                                 \
154            lex-def.h                               \
155            lex-def.c                               \
156            levene.c                                \
157            levene.h                                \
158            linked-list.c                           \
159            linked-list.h                           \
160            log.h                                   \
161            loop.c                                  \
162            magic.c                                 \
163            magic.h                                 \
164            main.c                                  \
165            main.h                                  \
166            matrix-data.c                           \
167            mis-val.c                               \
168            misc.c                                  \
169            misc.h                                  \
170            missing-values.c                        \
171            missing-values.h                        \
172            modify-vars.c                           \
173            moments.c                               \
174            moments.h                               \
175            numeric.c                               \
176            output.c                                \
177            output.h                                \
178            percentiles.c                           \
179            percentiles.h                           \
180            permissions.c                           \
181            pfm-read.c                              \
182            pfm-read.h                              \
183            pfm-write.c                             \
184            pfm-write.h                             \
185            pool.c                                  \
186            pool.h                                  \
187            postscript.c                            \
188            print.c                                 \
189            range-prs.c                             \
190            range-prs.h                             \
191            recode.c                                \
192            rename-vars.c                           \
193            repeat.c                                \
194            repeat.h                                \
195            sample.c                                \
196            sel-if.c                                \
197            settings.h                              \
198            sfm-read.c                              \
199            sfm-read.h                              \
200            sfm-write.c                             \
201            sfm-write.h                             \
202            sfmP.h                                  \
203            som.c                                   \
204            som.h                                   \
205            sort.c                                  \
206            sort.h                                  \
207            sort-prs.c                              \
208            sort-prs.h                              \
209            split-file.c                            \
210            str.c                                   \
211            str.h                                   \
212            subclist.c                              \
213            subclist.h                              \
214            sysfile-info.c                          \
215            tab.c                                   \
216            tab.h                                   \
217            temporary.c                             \
218            mkfile.c                                \
219            mkfile.h                                \
220            title.c                                 \
221            val.h                                   \
222            val-labs.c                              \
223            value-labels.c                          \
224            value-labels.h                          \
225            var-display.c                           \
226            var-labs.c                              \
227            var.h                                   \
228            vars-atr.c                              \
229            vars-prs.c                              \
230            vector.c                                \
231            version.h                               \
232            vfm.c                                   \
233            vfm.h                                   \
234            vfmP.h                                  \
235            weight.c
236    
237  pspp_LDADD =                                    \  pspp_LDADD =                                    \
238          expressions/libexpressions.a            \          expressions/libexpressions.a            \
# Line 98  version.c: Line 263  version.c:
263          echo "  \"/usr/local/share/groff/font:\" \\" >> version.c          echo "  \"/usr/local/share/groff/font:\" \\" >> version.c
264          echo "  \"/usr/share/groff/font\";" >> version.c          echo "  \"/usr/share/groff/font\";" >> version.c
265          echo "const char locale_dir[] = \"$(datadir)/locale\";" >> version.c          echo "const char locale_dir[] = \"$(datadir)/locale\";" >> version.c
   
266    
267  noinst_PROGRAMS = q2c  noinst_PROGRAMS = q2c
268  q2c_SOURCES = q2c.c  q2c_SOURCES = q2c.c

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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