source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 290da88f

4.104.115
Last change on this file since 290da88f was 290da88f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:27:16

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 16.8 KB
Line 
12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
8        of building libbspstart.a, using automake-rules.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate *_SOURCES.
13
142008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
17        components.
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
292008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
32        of EXTERN.
33
342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, startup/linkcmds: Use top level shared
37        bsp_get_work_area() implementation.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
42        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
43        rely on BSP Framework to perform more initialization. Remove
44        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
45
462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
49        phase, all prototypes were removed from bsp.h and empty
50        implementations were removed and made to use the shared stub.
51
522008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * clock/ckinit.c: The Shared Memory Driver no longer requires the
55        special IOCTL in Clock_control. This was a hack which has existed
56        since before the Classic API Timer Manager was implemented. All
57        implementations of and references to Clock_control were removed.
58
592008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * console/console.c, timer/timer.c: Convert to "bool".
62
632008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        PR 1304/bsps
66        * Makefile.am: Add ../../shared/bsppredriverhook.c.
67
682008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * timer/timer.c: Eliminate empty function from every benchmark timer
71        driver. Fix spelling.
72
732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * timer/timer.c: Rename timer driver methods to follow RTEMS
76        programming conventions.
77
782008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
81
822008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am: Rework to avoid .rel files.
85
862008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Refactored and renamed initialization routines to
89        rtems_initialize_data_structures, rtems_initialize_before_drivers,
90        rtems_initialize_device_drivers, and
91        rtems_initialize_start_multitasking. This opened the sequence up so
92        that bootcard() could provide a more robust and flexible framework
93        which is easier to explain and understand. This also lays the
94        groundwork for sharing the division of available memory between the
95        RTEMS workspace and heap and the C library initialization across all
96        BSPs.
97
982008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/linkcmds: Add wildcard to gcc_except_table section so
101        programs compiled with gcc 4.3.x can link.
102
1032007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
106        of the Configuration Table. Use the RTEMS provided accessor macros to
107        obtain configuration fields.
108
1092007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
112        from CPU Table to Configuration Table. Eliminate CPU Table from all
113        ports. Delete references to CPU Table in all forms.
114
1152007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
118        the Configuration Table. This included pretasking_hook,
119        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
120        extra_mpci_receive_server_stack, stack_allocate_hook, and
121        stack_free_hook. As a side-effect of this effort some multiprocessing
122        code was made conditional and some style clean up occurred.
123
1242007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
127        m68k CPU Table since it is never read.
128
1292007-05-03      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: Handle .data.* sections
132
1332007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * bsp_specs: Remove qrtems_debug.
136
1372007-04-02      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am: Add dummy printk support so all tests link.
140
1412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: New BUG-REPORT address.
144
1452006-11-15      Joel Sherrill <joel@OARcorp.com>
146
147        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
148        file and simplified initialization.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Remove superfluous -DASM.
153
1542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Require autoconf-2.60. Require automake-1.10.
157
1582006-02-08      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds: Add sections required by newer gcc versions.
161
1622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Add preinstall.am.
165
1662005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * include/bsp.h: New header guard.
169
1702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
173
1742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Remove build-variant support.
177
1782004-11-25      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
181
1822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * configure.ac: Require automake > 1.9.
185
1862004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        PR 610/bsps
189        * Makefile.am: Add include/tm27.h, Cosmetics.
190        * include/tm27.h: Final cosmetics.
191
1922004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * include/bsp.h: Split out tmtest27 support.
195        * include/tm27.h: New.
196
1972004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        PR 613/bsps
200        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
201
2022004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        PR 614/bsps
205        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
206
2072004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
210        of <zilog/z8530.h>.
211
2122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
215
2162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
219        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
220        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
221        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
222
2232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * clock/ckinit.c, console/console.c, include/bsp.h,
226        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
227        types.
228
2292004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect changes to bsp.am.
232        Preinstall dist_project_lib*.
233
2342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect changes to bsp.am.
237
2382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
241
2422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Pickup files from ../../m68k/shared instead of
245        ../shared. Reformat.
246
2472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
250
2512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
254        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
255        Use automake compilation rules.
256        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
257        timer/Makefile.am, wrapup/Makefile.am: Remove.
258        * configure.ac: Reflect changes above.
259
2602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add PREINSTALL_DIRS.
263        * wrapup/Makefile.am: Reflect changes to libcpu.
264
2652004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Reflect changes to libcpu.
268
2692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
272        Add PRE/TMPINSTALL_FILES to CLEANFILES.
273        * configure.ac: Ditto.
274        * start/Makefile.am: Ditto.
275        * startup/Makefile.am: Ditto.
276
2772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/.cvsignore: Remove.
280        * start/Makefile.am: Remove.
281        * Makefile.am: Merge-in start/Makefile.am.
282        * configure.ac: Reflect changes above.
283
2842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Eliminate $(LIB).
287        Use noinst_DATA to trigger building libbsp.a.
288
2892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293
2942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298
2992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
302
3032003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Misc cleanups and fixes.
306        * startup/Makefile.am: Misc cleanups and fixes.
307        * wrapup/Makefile.am: Misc cleanups and fixes.
308
3092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Add preinstallation dirstamp support.
312        * clock/Makefile.am: Cosmetics.
313        * console/Makefile.am: Cosmetics.
314        * startup/Makefile.am: Cosmetics.
315        * timer/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Remove all-local: $(ARCH).
321        * console/Makefile.am: Remove all-local: $(ARCH).
322        * start/Makefile.am: Remove all-local: $(ARCH).
323        * startup/Makefile.am: Remove all-local: $(ARCH).
324        * timer/Makefile.am: Remove all-local: $(ARCH).
325        * wrapup/Makefile.am: Remove all-local: $(ARCH).
326
3272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in include/Makefile.am.
330        Reflect changes to bsp.am.
331        * include/Makefile.am: Remove.
332        * configure.ac: Reflect changes above.
333
3342003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * bsp_specs: Remove *lib:.
337
3382003-09-04      Joel Sherrill <joel@OARcorp.com>
339
340        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
341        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
342        timer/timer.c: URL for license changed.
343
3442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Reflect having moved aclocal/.
347
3482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Reflect having moved automake/.
351        * clock/Makefile.am: Reflect having moved automake/.
352        * console/Makefile.am: Reflect having moved automake/.
353        * include/Makefile.am: Reflect having moved automake/.
354        * start/Makefile.am: Reflect having moved automake/.
355        * startup/Makefile.am: Reflect having moved automake/.
356        * timer/Makefile.am: Reflect having moved automake/.
357        * wrapup/Makefile.am: Reflect having moved automake/.
358
3592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        PR 452/bsps
362        * startup/Makefile.am: Remove USE_INIT_FINI.
363
3642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
367
3682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        PR 445/bsps
371        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
372        Remove cpp, old_cpp (now unused).
373
3742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
377
3782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
381
3822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: AC_PREREQ(2.57).
385
3862003-01-20      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds*: Add FreeBSD sysctl() sections.
389
3902003-01-20      Joel Sherrill <joel@OARcorp.com>
391
392        * ChangeLog: Add FreeBSD sysctl() sections.
393
3942003-01-20      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
397
3982003-01-20      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: Add FreeBSD sysctl() sections.
401
4022002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
406        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409
4102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * start/Makefile.am: Use install-data-local to install startfile.
413
4142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417
4182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421
4222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * .cvsignore: Reformat.
425        Add autom4te*cache.
426        Remove autom4te.cache.
427
4282002-08-21      Joel Sherrill <joel@OARcorp.com>
429
430        * bsp_specs: Added support for -nostdlibs.
431
4322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
440
4412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * start/Makefile.am: Eliminate PGM.
444        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
445
4462002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
449
4502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
453        Remove $(OBJS) from all-local.
454
4552002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
458
4592001-05-09      Joel Sherrill <joel@OARcorp.com>
460
461        * startup/linkcmds: In support of gcc 3.1, added one of more
462        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
463        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
464        and direction of segments to memory regions may also have been
465        addressed.  This was a sweep across all BSPs.
466 
4672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac:
470        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
471        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
472        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
480
4812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
484
4852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
488        * configure.in: Remove.
489        * configure.ac: New file, generated from configure.in by autoupdate.
490
4912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
494
4952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.in: Add bspopts.h.
498        * include/.cvsignore: Add bspopts.h*, stamp-h*.
499        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
500        * include/bsp.h: Include bspopts.h.
501
5022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
505
5062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
509
5102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
513
5142000-11-01      Joel Sherrill <joel@OARcorp.com>
515
516        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
517        and libcsupport.h moved from libc to lib/include/rtems and
518        now must be referenced as <rtems/XXX.h>.   Header file order
519        was cleaned up while doing this.
520
5212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
524        Switch to GNU canonicalization.
525
5262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
527
528        * startup/linkcmds: Added lines so DWARF debug information
529        would be available.  Otherwise gdb complains that the offsets
530        for the debug info are incorrect and doesn't load the files.
531
5322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
535        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
536        compile.am
537
5382000-08-10      Joel Sherrill <joel@OARcorp.com>
539
540        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.