Changeset 39daf58 in rtems
- Timestamp:
- 04/15/99 18:53:22 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 02d46fa
- Parents:
- fcead0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/include/rtems/posix/Makefile.in
rfcead0f r39daf58 17 17 18 18 # We only build multiprocessing related files if HAS_MP was defined 19 MP_PIECES_yes_V = condmp m utexmp pthreadmp19 MP_PIECES_yes_V = condmp mqueuemp mutexmp pthreadmp semaphoremp 20 20 MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) 21 21 22 H_PIECES= c ond config keymutex posixapi \23 priority psignal pthread ptimer se terr threadsup time22 H_PIECES= cancel cond config key mqueue mutex posixapi \ 23 priority psignal pthread ptimer semaphore seterr threadsup time 24 24 #H_PIECES= cancel cond intr key mqueue mqueuemp mutex \ 25 25 # mutexmp pthread pthreadmp priority semaphore semaphoremp threadsup \
Note: See TracChangeset
for help on using the changeset viewer.