source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ df393962

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 16.9 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * startup/linkcmds: Do not specify architecture since the linker gets
10        it right even with multiple variants.
11
122008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, preinstall.am: Use shared tm27.h stub.
15        * include/tm27.h: Removed.
16
172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
20        of building libbspstart.a, using automake-rules.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove noinst_PROGRAMS (Unused).
34
352008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
38
392008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * console/console-io.c: Add missing file and remove junk code.
42        * console/syscalls.S: New file.
43
442008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/linkcmds: Simulator now appears to have 16M RAM support by
47        default in gdb 6.8.
48
492008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, console/console-io.c, include/bsp.h:
52
532008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * configure.ac: Make letting boot_card() handle work area allocation
56        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
57        BSP_BOOTCARD_OPTIONS.
58
592008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am: Split out bspstart contents. Use shared stub for
62        bsp_start.
63        * startup/h8bdinstallirq.c: New file.
64        * startup/bspstart.c: Removed.
65
662008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * include/bsp.h: Remove unnecessary boilerplate comments.
69
702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, startup/linkcmds: Use top level shared
73        bsp_get_work_area() implementation.
74        * startup/bspgetworkarea.c: Removed.
75
762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * startup/bspstart.c: Remove unnecessary includes of
79        rtems/libcsupport.h and rtems/libio.h.
80
812008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
84        Split out bsp_get_work_area() into its own file and user BSP
85        Framework to perform more initialization.
86        * startup/bspgetworkarea.c: New file.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93
942008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * startup/__main.c: Add missing prototypes.
97
982008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
101        Framework to ask the BSP where it has memory for the RTEMS Workspace
102        and C Program Heap. These collectively are referred to as work area.
103        If the BSP supports this, then it does not have to include code to
104        split the available memory between the two areas. This reduces the
105        amount of code in the BSP specific bspstart.c file. Additionally, the
106        shared framework can initialize the C Library, call
107        rtems_debug_enable(), and dirty the work area memory. Until most/all
108        BSPs support this new capability, if the BSP supports this, it should
109        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
110        When the transition is complete, this autoconf macro can be removed.
111
1122008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am: Rework to avoid .rel files.
115
1162008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/bspstart.c: Refactored and renamed initialization routines to
119        rtems_initialize_data_structures, rtems_initialize_before_drivers,
120        rtems_initialize_device_drivers, and
121        rtems_initialize_start_multitasking. This opened the sequence up so
122        that bootcard() could provide a more robust and flexible framework
123        which is easier to explain and understand. This also lays the
124        groundwork for sharing the division of available memory between the
125        RTEMS workspace and heap and the C library initialization across all
126        BSPs.
127
1282007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
131        Configuration Table. Use the RTEMS provided accessor macros to obtain
132        configuration fields.
133
1342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
137        Configuration Table. Eliminate CPU Table from all ports. Delete
138        references to CPU Table in all forms.
139
1402007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
143        Table fields to the Configuration Table. This included
144        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
145        do_zero_of_workspace, extra_mpci_receive_server_stack,
146        stack_allocate_hook, and stack_free_hook. As a side-effect of this
147        effort some multiprocessing code was made conditional and some style
148        clean up occurred.
149
1502007-05-03      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Handle .data.* sections
153
1542007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * bsp_specs: Remove qrtems_debug.
157
1582006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: New BUG-REPORT address.
161
1622006-11-15      Joel Sherrill <joel@OARcorp.com>
163
164        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
165        file and simplified initialization.
166
1672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove superfluous -DASM.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Require autoconf-2.60. Require automake-1.10.
174
1752006-02-08      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds: Add sections required by newer gcc versions.
178
1792006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * Makefile.am: Add preinstall.am.
182
1832005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * include/bsp.h: New header guard.
186
1872005-05-11      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Add .rodata.* sections.
190
1912005-03-07      Joel Sherrill <joel@OARcorp.com>
192
193        * Makefile.am: Add timerstub so more tests link.
194
1952005-03-07      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
198
1992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
202
2032005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Remove build-variant support.
206
2072004-09-29      Joel Sherrill <joel@OARcorp.com>
208
209        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
210        removed.
211
2122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * configure.ac: Require automake > 1.9.
215
2162004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 610/bsps
219        * Makefile.am: Add include/tm27.h, Cosmetics.
220        * include/tm27.h: Final cosmetics.
221
2222004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * include/bsp.h: Split out tmtest27 support.
225        * include/tm27.h: New.
226
2272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        PR 613/bsps
230        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 614/bsps
235        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
236
2372004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
240        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
241        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
242
2432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
246        types.
247
2482004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Reflect changes to bsp.am.
251        Preinstall dist_project_lib*.
252
2532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect changes to bsp.am.
256
2572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
260
2612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
264        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
265        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
266        startup/Makefile.am, wrapup/Makefile.am: Remove.
267        Use automake compilation rules.
268        * configure.ac: Reflect changes above.
269
2702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Add PREINSTALL_DIRS.
273
2742004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
277        Add PRE/TMPINSTALL_FILES to CLEANFILES.
278        * startup/Makefile.am: Ditto.
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        * clock/Makefile.am: Misc cleanups and fixes.
302        * start/Makefile.am: Misc cleanups and fixes.
303        * startup/Makefile.am: Misc cleanups and fixes.
304        * wrapup/Makefile.am: Misc cleanups and fixes.
305
3062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Add dirstamps to preinstallation.
309        * clock/Makefile.am: Cosmetics.
310        * console/Makefile.am: Cosmetics.
311        * startup/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        * wrapup/Makefile.am: Remove all-local: $(ARCH).
321
3222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Merge-in include/Makefile.am.
325        Reflect changes to bsp.am.
326        * include/Makefile.am: Remove.
327        * configure.ac: Reflect changes above.
328
3292003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bsp_specs: Remove *lib:.
332
3332003-09-04      Joel Sherrill <joel@OARcorp.com>
334
335        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
336        license changed.
337
3382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect having moved aclocal/.
341
3422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved automake/.
345        * clock/Makefile.am: Reflect having moved automake/.
346        * console/Makefile.am: Reflect having moved automake/.
347        * include/Makefile.am: Reflect having moved automake/.
348        * start/Makefile.am: Reflect having moved automake/.
349        * startup/Makefile.am: Reflect having moved automake/.
350        * wrapup/Makefile.am: Reflect having moved automake/.
351
3522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
355
3562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        PR 445/bsps
359        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
360        Remove cpp, old_cpp (now unused).
361
3622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove AC_CONFIG_AUX_DIR.
365
3662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
369
3702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AC_PREREQ(2.57).
373
3742003-01-20      Joel Sherrill <joel@OARcorp.com>
375
376        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
377
3782002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
381        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384
3852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: Use install-data-local to install startfile.
388
3892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392
3932002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
396        a routine to call.
397
3982002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * startup/bspstart.c: Remove ramStart to eliminate warning.
401
4022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Reformat.
405        Add autom4te*cache.
406        Remove autom4te.cache.
407
4082002-08-21      Joel Sherrill <joel@OARcorp.com>
409
410        * bsp_specs: Added support for -nostdlibs.
411
4122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
419
4202002-08-05      Joel Sherrill <joel@OARcorp.com>
421
422        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
423        to avoid overlapping sections and reworked the way the heap and
424        workspace are calculated.
425
4262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * start/Makefile.am: Eliminate PGM.
429        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
430
4312002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
434
4352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
438        Remove $(OBJS) from all-local.
439
4402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Add $(LIB) to all-local.
443
4442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
447
4482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac:
451        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
452        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
453        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460
4612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
464
4652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
468        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
469
4702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
473        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
474
4752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
478
4792001-10-12      Joel Sherrill <joel@OARcorp.com>
480
481        * console/console-io.c: Fixed typo.
482
4832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
486        * configure.in: Remove.
487        * configure.ac: New file, generated from configure.in by autoupdate.
488
4892001-09-27      Joel Sherrill <joel@OARcorp.com>
490
491        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
492
4932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * include/Makefile.am: Use 'CLEANFILES ='.
496        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
497
4982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.in: Add bspopts.h.
501        * include/.cvsignore: Add bspopts.h*, stamp-h*.
502        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
503        * include/bsp.h: Include bspopts.h.
504
5052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
506
507        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
508
5092001-01-03      Joel Sherrill <joel@OARcorp.com>
510
511        * console/console-io.c: Added console_initialize_hardware().
512
5132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
516
5172000-11-09      Joel Sherrill <joel@OARcorp.com>
518
519        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
520        wrapup/Makefile.am: Added include of stub clock driver so ticker
521        would link.
522
5232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
526
5272000-11-01      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
530        libcsupport.h moved from libc to lib/include/rtems and
531        now must be referenced as <rtems/XXX.h>.   Header file order
532        was cleaned up while doing this.
533
5342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
537        Switch to GNU canonicalization.
538
5392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
542        wrapup/Makefile.am: Include compile.am
543
5442000-08-10      Joel Sherrill <joel@OARcorp.com>
545
546        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.