Changeset aefc109 in rtems
- Timestamp:
- 09/05/00 15:34:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ac5d4e2
- Parents:
- d79bdeb
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/ChangeLog
rd79bdeb raefc109 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * optman/Makefile.am, src/Makefile.am: Include compile.am. 4 1 5 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
c/src/exec/rtems/include/rtems/rtems/Makefile.am
rd79bdeb raefc109 9 9 taskmp.h 10 10 11 STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h eventset.h\12 intr.h message.h modes.h options.h part.h ratemon.h region.h rtemsapi.h sem.h \13 signal.h status.h support.h tasks.h timer.h types.h11 STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h \ 12 eventset.h intr.h message.h modes.h options.h part.h ratemon.h region.h \ 13 rtemsapi.h sem.h signal.h status.h support.h tasks.h timer.h types.h 14 14 15 15 if HAS_MP -
c/src/exec/rtems/optman/Makefile.am
rd79bdeb raefc109 12 12 13 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 14 include $(top_srcdir)/../../../automake/compile.am 14 15 include $(top_srcdir)/../../../automake/lib.am 15 16 -
c/src/exec/rtems/src/Makefile.am
rd79bdeb raefc109 6 6 7 7 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 8 include $(top_srcdir)/../../../automake/compile.am 8 9 include $(top_srcdir)/../../../automake/lib.am 9 10 -
c/src/optman/rtems/Makefile.am
rd79bdeb raefc109 12 12 13 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 14 include $(top_srcdir)/../../../automake/compile.am 14 15 include $(top_srcdir)/../../../automake/lib.am 15 16 -
cpukit/rtems/ChangeLog
rd79bdeb raefc109 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * optman/Makefile.am, src/Makefile.am: Include compile.am. 4 1 5 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
cpukit/rtems/src/Makefile.am
rd79bdeb raefc109 6 6 7 7 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 8 include $(top_srcdir)/../../../automake/compile.am 8 9 include $(top_srcdir)/../../../automake/lib.am 9 10
Note: See TracChangeset
for help on using the changeset viewer.