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

4.104.114.84.95
Last change on this file since 933fd06a was 933fd06a, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/15/05 at 18:39:09

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

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