source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ d3d9ef37

4.104.114.84.95
Last change on this file since d3d9ef37 was f309cda, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/11/05 at 20:20:18

2005-04-11 Jennifer Averett<jennifer.averett@…>

PR 778/bsps

  • include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c, startup/bspstart.c, tod/tod.c: modify SCORE_.. to BSP_.. for externally used define's.
  • Property mode set to 100644
File size: 16.0 KB
Line 
12005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
2
3        PR 778/bsps
4        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
5        startup/bspstart.c, tod/tod.c:
6        modify SCORE_.. to BSP_.. for externally used define's.
7
82005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
9
10        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
11
122005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * startup/spurious.c: Merge ppc603 and ppc603e.
15        Remove digits (Unused).
16
172005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Fix typo in previous patch.
20
212005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Merge-in wrapup/Makefile.am.
24        * wrapup/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * vectors/vectors.S: Remove XCOFF support.
30
312005-01-28      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Add .gnu.linkonce.b.* section.
34
352005-01-26      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Now links.
38
392005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
42        * include/tod.h: Remove.
43
442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
47
482005-01-04      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Remove warnings.
51
522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
55
562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * configure.ac: Require automake > 1.9.
59
602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 610/bsps
63        * Makefile.am: Add include/tm27.h, Cosmetics.
64        * include/tm27.h: Final cosmetics.
65
662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * include/bsp.h: Split out tmtest27 support.
69        * include/tm27.h: New.
70
712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        PR 613/bsps
74        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
75
762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 614/bsps
79        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
80
812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
84        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
85        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
86        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
87        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
88        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
89        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
90
912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
94        clock/clock.c, console/85c30.c, console/console.c,
95        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
96        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
97        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
98        Convert to using c99 fixed size types.
99
1002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103        Preinstall dist_project_lib*.
104
1052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108
1092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
112
1132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Convert to automake-building rules.
116
1172004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
120        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
121        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
122        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
123        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
124        vectors/Makefile.am: Remove.
125        * configure.ac: Reflect changes above.
126        * wrapup/Makefile.am: Reflect changes above.
127
1282004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in start/Makefile.am.
131        * start/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133
1342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
137        Add RTEMS_PROG_CCAS.
138
1392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add PREINSTALL_DIRS.
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
147        Add PRE/TMPINSTALL_FILES to CLEANFILES.
148        * start/Makefile.am: Ditto.
149        * startup/Makefile.am: Ditto.
150
1512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Eliminate $(LIB).
154        Use noinst_DATA to trigger building libbsp.a.
155
1562003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * startup/Makefile.am: Cosmetics.
159
1602003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * PCI_bus/Makefile.am: Eliminate VPATH.
163        * clock/Makefile.am: Eliminate VPATH.
164        * console/Makefile.am: Eliminate VPATH.
165        * start/Makefile.am: Eliminate VPATH.
166        * startup/Makefile.am: Eliminate VPATH.
167        * timer/Makefile.am: Eliminate VPATH.
168        * tod/Makefile.am: Eliminate VPATH.
169        * vectors/Makefile.am: Eliminate VPATH.
170
1712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
174        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
175
1762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
179        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
180
1812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
184
1852003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Misc cleanups and fixes.
188        * startup/Makefile.am: Misc cleanups and fixes.
189        * wrapup/Makefile.am: Misc cleanups and fixes.
190
1912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add preinstallation dirstamp support.
194        * PCI_bus/Makefile.am: Cosmetics.
195        * clock/Makefile.am: Cosmetics.
196        * console/Makefile.am: Cosmetics.
197        * startup/Makefile.am: Cosmetics.
198        * timer/Makefile.am: Cosmetics.
199        * tod/Makefile.am: Cosmetics.
200        * vectors/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
206        * clock/Makefile.am: Remove all-local: $(ARCH).
207        * console/Makefile.am: Remove all-local: $(ARCH).
208        * start/Makefile.am: Remove all-local: $(ARCH).
209        * startup/Makefile.am: Remove all-local: $(ARCH).
210        * timer/Makefile.am: Remove all-local: $(ARCH).
211        * tod/Makefile.am: Remove all-local: $(ARCH).
212        * vectors/Makefile.am: Remove all-local: $(ARCH).
213        * wrapup/Makefile.am: Remove all-local: $(ARCH).
214
2152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Merge-in include/Makefile.am.
218        Reflect changes to bsp.am.
219        * include/Makefile.am: Remove.
220        * configure.ac: Reflect changes above.
221
2222003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * bsp_specs: Remove *lib:.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
229        console/console.c, console/consolebsp.h,
230        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
231        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
232        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
233        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
234        for license changed.
235
2362003-09-04      Joel Sherrill <joel@OARcorp.com>
237
238        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
239        statement about copyright assignment.
240
2412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect having moved aclocal/.
244
2452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect having moved automake/.
248        * PCI_bus/Makefile.am: Reflect having moved automake/.
249        * clock/Makefile.am: Reflect having moved automake/.
250        * console/Makefile.am: Reflect having moved automake/.
251        * include/Makefile.am: Reflect having moved automake/.
252        * start/Makefile.am: Reflect having moved automake/.
253        * startup/Makefile.am: Reflect having moved automake/.
254        * timer/Makefile.am: Reflect having moved automake/.
255        * tod/Makefile.am: Reflect having moved automake/.
256        * vectors/Makefile.am: Reflect having moved automake/.
257        * wrapup/Makefile.am: Reflect having moved automake/.
258
2592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
262
2632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        PR 445/bsps
266        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
267        Remove cpp, old_cpp (now unused).
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove AC_CONFIG_AUX_DIR.
272
2732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
276
2772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: AC_PREREQ(2.57).
280
2812003-01-20      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds*: Add FreeBSD sysctl() sections.
284
2852002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Use install-data-local to install startfile.
299
3002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303
3042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Reformat.
307        Add autom4te*cache.
308        Remove autom4te.cache.
309
3102002-08-21      Joel Sherrill <joel@OARcorp.com>
311
312        * bsp_specs: Added support for -nostdlibs.
313
3142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
325
3262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Eliminate PGMS.
329        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
330
3312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
334
3352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
338        Remove $(OBJS) from all-local.
339
3402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
343
3442001-05-09      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds: In support of gcc 3.1, added one of more
347        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
348        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
349        and direction of segments to memory regions may also have been
350        addressed.  This was a sweep across all BSPs.
351 
3522002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
355
3562002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * vectors/vectors.S: Include <asm.h>.
359
3602001-04-08      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
363 
3642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac:
367        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
380
3812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
384
3852001-11-28      Joel Sherrill <joel@OARcorp.com>,
386
387        This was tracked as PR87.
388        * README, configure.ac, include/Makefile.am, include/bsp.h,
389        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
390        Eliminated conditional code for generation 1 boards as these are
391        no longer available.
392        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
393
3942001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Add @exceptions@ to SUBDIRS.
397        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
398        make/custom/score603e.cfg;
399        Add automake conditional for SCORE_GENERATION_1;
400        Add RTEMS_PPC_EXCEPTIONS([old]).
401        * include/Makefile.am: include force-preinstall.am.
402        * start/start.S: include <bspopts.h> instead of targopts.h.
403        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
404        * vectors/vector.S: include <bsp.h>.
405        * wrapup/Makefile.am: Apply @exceptions@.
406
4072001-10-25      Joel Sherrill <joel@OARcorp.com>
408
409        * startup/linkcmds: Added _init and _fini.
410
4112001-10-12      Joel Sherrill <joel@OARcorp.com>
412
413        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
414        console/consolebsp.h, console/consolereserveresources.c,
415        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
416        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
417        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
418        startup/vmeintr.c, timer/timer.c: Fixed typo.
419
4202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
423        * configure.in: Remove.
424        * configure.ac: New file, generated from configure.in by autoupdate.
425
4262001-10-11      Joel Sherrill <joel@OARcorp.com>
427
428        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
429        delay_in_bus_cycles() to add rtems_bsp_ prefix.
430
4312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
434
4352001-08-30      Joel Sherrill <joel@OARcorp.com>
436
437        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
438        gnat 3.13p.
439
4402001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.in: Add bspopts.h.
443        * include/.cvsignore: Add bspopts.h*, stamp-h*.
444        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
445        * include/bsp.h: Include bspopts.h.
446
4472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
448
449        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
450
4512001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
454        CVS-Id.
455        * include/chain.h: Remove.
456        * include/Makefile.am: Remove chain.h.
457
4582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
461
4622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
465
4662000-11-01      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
469        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
470        now must be referenced as <rtems/XXX.h>.   Header file order
471        was cleaned up while doing this.
472
4732000-11-01      Joel Sherrill <joel@OARcorp.com>
474
475        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
476        and libcsupport.h moved from libc to lib/include/rtems and
477        now must be referenced as <rtems/XXX.h>.   Header file order
478        was cleaned up while doing this.
479
4802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
483        Switch to GNU canonicalization.
484
4852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
488        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
489        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
490        compile.am
491
4922000-08-10      Joel Sherrill <joel@OARcorp.com>
493
494        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.