Changeset 3ac5d4e2 in rtems
- Timestamp:
- 09/05/00 15:34:41 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cc480f9c
- Parents:
- aefc109
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/ChangeLog
raefc109 r3ac5d4e2 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am, optman/Makefile.am: Include compile.am. 4 1 5 2000-08-30 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/exec/posix/include/rtems/posix/Makefile.am
raefc109 r3ac5d4e2 8 8 9 9 STD_H_FILES = cancel.h cond.h config.h key.h mqueue.h mutex.h posixapi.h \ 10 priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h \11 time .h timer.h $(MP_H_FILES)10 priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h time.h \ 11 timer.h $(MP_H_FILES) 12 12 13 13 UNUSED_H_FILES = intr.h threadsup.h -
c/src/exec/posix/optman/Makefile.am
raefc109 r3ac5d4e2 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../../automake/compile.am 13 14 include $(top_srcdir)/../../../../automake/lib.am 14 15 -
c/src/exec/posix/src/Makefile.am
raefc109 r3ac5d4e2 85 85 86 86 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 87 include $(top_srcdir)/../../../../automake/compile.am 87 88 include $(top_srcdir)/../../../../automake/lib.am 88 89 -
c/src/exec/sapi/ChangeLog
raefc109 r3ac5d4e2 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am, optman/Makefile.am: Include compile.am. 4 1 5 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/exec/sapi/optman/Makefile.am
raefc109 r3ac5d4e2 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../automake/compile.am 13 14 include $(top_srcdir)/../../../automake/lib.am 14 15 -
c/src/exec/sapi/src/Makefile.am
raefc109 r3ac5d4e2 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/optman/sapi/Makefile.am
raefc109 r3ac5d4e2 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../automake/compile.am 13 14 include $(top_srcdir)/../../../automake/lib.am 14 15 -
cpukit/posix/ChangeLog
raefc109 r3ac5d4e2 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am, optman/Makefile.am: Include compile.am. 4 1 5 2000-08-30 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/posix/src/Makefile.am
raefc109 r3ac5d4e2 85 85 86 86 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 87 include $(top_srcdir)/../../../../automake/compile.am 87 88 include $(top_srcdir)/../../../../automake/lib.am 88 89 -
cpukit/sapi/ChangeLog
raefc109 r3ac5d4e2 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am, optman/Makefile.am: Include compile.am. 4 1 5 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/sapi/src/Makefile.am
raefc109 r3ac5d4e2 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
Note: See TracChangeset
for help on using the changeset viewer.