source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 42650f0

4.104.115
Last change on this file since 42650f0 was a14fba32, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 10:38:36

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

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