Changeset b3ef89f9 in rtems


Ignore:
Timestamp:
09/14/18 17:46:58 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
24312f34
Parents:
028b0ce
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 17:46:58)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:54:45)
Message:

build: Merge posix/Makefile.am

Location:
cpukit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r028b0ce rb3ef89f9  
    369369libcpukit_a_SOURCES += libstdthreads/mtx.c
    370370libcpukit_a_SOURCES += libstdthreads/tss.c
     371libcpukit_a_SOURCES += posix/src/nanosleep.c
     372libcpukit_a_SOURCES += posix/src/clockgettime.c
     373libcpukit_a_SOURCES += posix/src/clocksettime.c
     374libcpukit_a_SOURCES += posix/src/clockgetres.c
     375libcpukit_a_SOURCES += posix/src/sysconf.c
     376libcpukit_a_SOURCES += posix/src/fork.c
     377libcpukit_a_SOURCES += posix/src/vfork.c
     378libcpukit_a_SOURCES += posix/src/wait.c
     379libcpukit_a_SOURCES += posix/src/waitpid.c
     380libcpukit_a_SOURCES += posix/src/pthreadgetnamenp.c
     381libcpukit_a_SOURCES += posix/src/pthreadsetnamenp.c
     382libcpukit_a_SOURCES += posix/src/barrierattrdestroy.c
     383libcpukit_a_SOURCES += posix/src/barrierattrgetpshared.c
     384libcpukit_a_SOURCES += posix/src/barrierattrinit.c
     385libcpukit_a_SOURCES += posix/src/barrierattrsetpshared.c
     386libcpukit_a_SOURCES += posix/src/pbarrierdestroy.c
     387libcpukit_a_SOURCES += posix/src/pbarrierinit.c
     388libcpukit_a_SOURCES += posix/src/pbarrierwait.c
     389libcpukit_a_SOURCES += posix/src/condattrdestroy.c
     390libcpukit_a_SOURCES += posix/src/condattrinit.c
     391libcpukit_a_SOURCES += posix/src/condattrgetpshared.c
     392libcpukit_a_SOURCES += posix/src/condattrsetpshared.c
     393libcpukit_a_SOURCES += posix/src/condattrgetclock.c
     394libcpukit_a_SOURCES += posix/src/condattrsetclock.c
     395libcpukit_a_SOURCES += posix/src/condbroadcast.c
     396libcpukit_a_SOURCES += posix/src/conddefaultattributes.c
     397libcpukit_a_SOURCES += posix/src/conddestroy.c
     398libcpukit_a_SOURCES += posix/src/condinit.c
     399libcpukit_a_SOURCES += posix/src/condsignal.c
     400libcpukit_a_SOURCES += posix/src/condsignalsupp.c
     401libcpukit_a_SOURCES += posix/src/condtimedwait.c
     402libcpukit_a_SOURCES += posix/src/condwait.c
     403libcpukit_a_SOURCES += posix/src/condwaitsupp.c
     404libcpukit_a_SOURCES += posix/src/mutexattrdestroy.c
     405libcpukit_a_SOURCES += posix/src/mutexattrgetprioceiling.c
     406libcpukit_a_SOURCES += posix/src/mutexattrgetprotocol.c
     407libcpukit_a_SOURCES += posix/src/mutexattrgetpshared.c
     408libcpukit_a_SOURCES += posix/src/mutexattrgettype.c
     409libcpukit_a_SOURCES += posix/src/mutexattrinit.c
     410libcpukit_a_SOURCES += posix/src/mutexattrsetprioceiling.c
     411libcpukit_a_SOURCES += posix/src/mutexattrsetprotocol.c
     412libcpukit_a_SOURCES += posix/src/mutexattrsetpshared.c
     413libcpukit_a_SOURCES += posix/src/mutexattrsettype.c
     414libcpukit_a_SOURCES += posix/src/mutexdestroy.c
     415libcpukit_a_SOURCES += posix/src/mutexgetprioceiling.c
     416libcpukit_a_SOURCES += posix/src/mutexinit.c
     417libcpukit_a_SOURCES += posix/src/mutexlock.c
     418libcpukit_a_SOURCES += posix/src/mutexlocksupp.c
     419libcpukit_a_SOURCES += posix/src/mutexsetprioceiling.c
     420libcpukit_a_SOURCES += posix/src/mutextimedlock.c
     421libcpukit_a_SOURCES += posix/src/mutextrylock.c
     422libcpukit_a_SOURCES += posix/src/mutexunlock.c
     423libcpukit_a_SOURCES += posix/src/psxpriorityisvalid.c
     424libcpukit_a_SOURCES += posix/src/pthreadattrdefault.c
     425libcpukit_a_SOURCES += posix/src/pthreadattrdestroy.c
     426libcpukit_a_SOURCES += posix/src/pthreadattrgetdetachstate.c
     427libcpukit_a_SOURCES += posix/src/pthreadattrgetguardsize.c
     428libcpukit_a_SOURCES += posix/src/pthreadattrgetinheritsched.c
     429libcpukit_a_SOURCES += posix/src/pthreadattrgetschedparam.c
     430libcpukit_a_SOURCES += posix/src/pthreadattrgetschedpolicy.c
     431libcpukit_a_SOURCES += posix/src/pthreadattrgetscope.c
     432libcpukit_a_SOURCES += posix/src/pthreadattrgetstackaddr.c
     433libcpukit_a_SOURCES += posix/src/pthreadattrgetstack.c
     434libcpukit_a_SOURCES += posix/src/pthreadattrgetstacksize.c
     435libcpukit_a_SOURCES += posix/src/pthreadattrinit.c
     436libcpukit_a_SOURCES += posix/src/pthreadattrsetdetachstate.c
     437libcpukit_a_SOURCES += posix/src/pthreadattrsetguardsize.c
     438libcpukit_a_SOURCES += posix/src/pthreadattrsetinheritsched.c
     439libcpukit_a_SOURCES += posix/src/pthreadattrsetschedparam.c
     440libcpukit_a_SOURCES += posix/src/pthreadattrsetschedpolicy.c
     441libcpukit_a_SOURCES += posix/src/pthreadattrsetscope.c
     442libcpukit_a_SOURCES += posix/src/pthreadattrsetstackaddr.c
     443libcpukit_a_SOURCES += posix/src/pthreadattrsetstack.c
     444libcpukit_a_SOURCES += posix/src/pthreadattrsetstacksize.c
     445libcpukit_a_SOURCES += posix/src/pthreadattrsetaffinitynp.c
     446libcpukit_a_SOURCES += posix/src/pthreadattrgetaffinitynp.c
     447libcpukit_a_SOURCES += posix/src/pthreadgetaffinitynp.c
     448libcpukit_a_SOURCES += posix/src/pthreadsetaffinitynp.c
     449libcpukit_a_SOURCES += posix/src/key.c
     450libcpukit_a_SOURCES += posix/src/keycreate.c
     451libcpukit_a_SOURCES += posix/src/keydelete.c
     452libcpukit_a_SOURCES += posix/src/keygetspecific.c
     453libcpukit_a_SOURCES += posix/src/keysetspecific.c
     454libcpukit_a_SOURCES += posix/src/pthreadonce.c
     455libcpukit_a_SOURCES += posix/src/sigaddset.c
     456libcpukit_a_SOURCES += posix/src/sigdelset.c
     457libcpukit_a_SOURCES += posix/src/sigfillset.c
     458libcpukit_a_SOURCES += posix/src/sigemptyset.c
     459libcpukit_a_SOURCES += posix/src/sigismember.c
     460libcpukit_a_SOURCES += posix/src/sigprocmask.c
     461libcpukit_a_SOURCES += posix/src/pspindestroy.c
     462libcpukit_a_SOURCES += posix/src/pspininit.c
     463libcpukit_a_SOURCES += posix/src/pspinlock.c
     464libcpukit_a_SOURCES += posix/src/pspinunlock.c
     465libcpukit_a_SOURCES += posix/src/semdestroy.c
     466libcpukit_a_SOURCES += posix/src/semgetvalue.c
     467libcpukit_a_SOURCES += posix/src/seminit.c
     468libcpukit_a_SOURCES += posix/src/sempost.c
     469libcpukit_a_SOURCES += posix/src/semtimedwait.c
     470libcpukit_a_SOURCES += posix/src/semtrywait.c
     471libcpukit_a_SOURCES += posix/src/semwait.c
     472libcpukit_a_SOURCES += posix/src/prwlockdestroy.c
     473libcpukit_a_SOURCES += posix/src/prwlockinit.c
     474libcpukit_a_SOURCES += posix/src/prwlockrdlock.c
     475libcpukit_a_SOURCES += posix/src/prwlocktimedrdlock.c
     476libcpukit_a_SOURCES += posix/src/prwlocktimedwrlock.c
     477libcpukit_a_SOURCES += posix/src/prwlocktryrdlock.c
     478libcpukit_a_SOURCES += posix/src/prwlocktrywrlock.c
     479libcpukit_a_SOURCES += posix/src/prwlockunlock.c
     480libcpukit_a_SOURCES += posix/src/prwlockwrlock.c
     481libcpukit_a_SOURCES += posix/src/rwlockattrdestroy.c
     482libcpukit_a_SOURCES += posix/src/rwlockattrgetpshared.c
     483libcpukit_a_SOURCES += posix/src/rwlockattrinit.c
     484libcpukit_a_SOURCES += posix/src/rwlockattrsetpshared.c
     485libcpukit_a_SOURCES += posix/src/sched_getprioritymin.c
     486libcpukit_a_SOURCES += posix/src/sched_getprioritymax.c
    371487libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
    372488libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
     
    410526
    411527libcpukit_a_SOURCES += libstdthreads/thrd.c
     528libcpukit_a_SOURCES += posix/src/adjtime.c
     529libcpukit_a_SOURCES += posix/src/aio_cancel.c
     530libcpukit_a_SOURCES += posix/src/aio_error.c
     531libcpukit_a_SOURCES += posix/src/aio_fsync.c
     532libcpukit_a_SOURCES += posix/src/aio_misc.c
     533libcpukit_a_SOURCES += posix/src/aio_read.c
     534libcpukit_a_SOURCES += posix/src/aio_return.c
     535libcpukit_a_SOURCES += posix/src/aio_suspend.c
     536libcpukit_a_SOURCES += posix/src/aio_write.c
     537libcpukit_a_SOURCES += posix/src/alarm.c
     538libcpukit_a_SOURCES += posix/src/cancel.c
     539libcpukit_a_SOURCES += posix/src/cleanuppush.c
     540libcpukit_a_SOURCES += posix/src/clockgetcpuclockid.c
     541libcpukit_a_SOURCES += posix/src/_execve.c
     542libcpukit_a_SOURCES += posix/src/getitimer.c
     543libcpukit_a_SOURCES += posix/src/kill.c
     544libcpukit_a_SOURCES += posix/src/killinfo.c
     545libcpukit_a_SOURCES += posix/src/kill_r.c
     546libcpukit_a_SOURCES += posix/src/lio_listio.c
     547libcpukit_a_SOURCES += posix/src/mlockall.c
     548libcpukit_a_SOURCES += posix/src/mlock.c
     549libcpukit_a_SOURCES += posix/src/mmap.c
     550libcpukit_a_SOURCES += posix/src/mprotect.c
     551libcpukit_a_SOURCES += posix/src/mqueue.c
     552libcpukit_a_SOURCES += posix/src/mqueueclose.c
     553libcpukit_a_SOURCES += posix/src/mqueuedeletesupp.c
     554libcpukit_a_SOURCES += posix/src/mqueuegetattr.c
     555libcpukit_a_SOURCES += posix/src/mqueuenotify.c
     556libcpukit_a_SOURCES += posix/src/mqueueopen.c
     557libcpukit_a_SOURCES += posix/src/mqueuereceive.c
     558libcpukit_a_SOURCES += posix/src/mqueuerecvsupp.c
     559libcpukit_a_SOURCES += posix/src/mqueuesend.c
     560libcpukit_a_SOURCES += posix/src/mqueuesendsupp.c
     561libcpukit_a_SOURCES += posix/src/mqueuesetattr.c
     562libcpukit_a_SOURCES += posix/src/mqueuetimedreceive.c
     563libcpukit_a_SOURCES += posix/src/mqueuetimedsend.c
     564libcpukit_a_SOURCES += posix/src/mqueueunlink.c
     565libcpukit_a_SOURCES += posix/src/msync.c
     566libcpukit_a_SOURCES += posix/src/munlockall.c
     567libcpukit_a_SOURCES += posix/src/munlock.c
     568libcpukit_a_SOURCES += posix/src/munmap.c
     569libcpukit_a_SOURCES += posix/src/pause.c
     570libcpukit_a_SOURCES += posix/src/posix_madvise.c
     571libcpukit_a_SOURCES += posix/src/psignal.c
     572libcpukit_a_SOURCES += posix/src/psignalclearprocesssignals.c
     573libcpukit_a_SOURCES += posix/src/psignalclearsignals.c
     574libcpukit_a_SOURCES += posix/src/psignalsetprocesssignals.c
     575libcpukit_a_SOURCES += posix/src/psignalunblockthread.c
     576libcpukit_a_SOURCES += posix/src/psxnametoid.c
     577libcpukit_a_SOURCES += posix/src/psxpriorityisvalid.c
     578libcpukit_a_SOURCES += posix/src/psxsemaphore.c
     579libcpukit_a_SOURCES += posix/src/psxtimercreate.c
     580libcpukit_a_SOURCES += posix/src/psxtimerdelete.c
     581libcpukit_a_SOURCES += posix/src/psxtransschedparam.c
     582libcpukit_a_SOURCES += posix/src/pthreadatfork.c
     583libcpukit_a_SOURCES += posix/src/pthread.c
     584libcpukit_a_SOURCES += posix/src/pthreadconcurrency.c
     585libcpukit_a_SOURCES += posix/src/pthreadcreate.c
     586libcpukit_a_SOURCES += posix/src/pthreaddetach.c
     587libcpukit_a_SOURCES += posix/src/pthreadequal.c
     588libcpukit_a_SOURCES += posix/src/pthreadexit.c
     589libcpukit_a_SOURCES += posix/src/pthreadgetattrnp.c
     590libcpukit_a_SOURCES += posix/src/pthreadgetcpuclockid.c
     591libcpukit_a_SOURCES += posix/src/pthreadgetschedparam.c
     592libcpukit_a_SOURCES += posix/src/pthreadinitthreads.c
     593libcpukit_a_SOURCES += posix/src/pthreadjoin.c
     594libcpukit_a_SOURCES += posix/src/pthreadkill.c
     595libcpukit_a_SOURCES += posix/src/pthreadkill.c
     596libcpukit_a_SOURCES += posix/src/pthreadself.c
     597libcpukit_a_SOURCES += posix/src/pthreadsetschedparam.c
     598libcpukit_a_SOURCES += posix/src/pthreadsetschedprio.c
     599libcpukit_a_SOURCES += posix/src/pthreadsigmask.c
     600libcpukit_a_SOURCES += posix/src/pthreadsigmask.c
     601libcpukit_a_SOURCES += posix/src/ptimer.c
     602libcpukit_a_SOURCES += posix/src/sched_getparam.c
     603libcpukit_a_SOURCES += posix/src/sched_getscheduler.c
     604libcpukit_a_SOURCES += posix/src/sched_rr_get_interval.c
     605libcpukit_a_SOURCES += posix/src/sched_setparam.c
     606libcpukit_a_SOURCES += posix/src/sched_setscheduler.c
     607libcpukit_a_SOURCES += posix/src/sched_yield.c
     608libcpukit_a_SOURCES += posix/src/semaphoredeletesupp.c
     609libcpukit_a_SOURCES += posix/src/semclose.c
     610libcpukit_a_SOURCES += posix/src/semopen.c
     611libcpukit_a_SOURCES += posix/src/semunlink.c
     612libcpukit_a_SOURCES += posix/src/setcancelstate.c
     613libcpukit_a_SOURCES += posix/src/setcanceltype.c
     614libcpukit_a_SOURCES += posix/src/setitimer.c
     615libcpukit_a_SOURCES += posix/src/shm.c
     616libcpukit_a_SOURCES += posix/src/shmheap.c
     617libcpukit_a_SOURCES += posix/src/shmopen.c
     618libcpukit_a_SOURCES += posix/src/shmunlink.c
     619libcpukit_a_SOURCES += posix/src/shmwkspace.c
     620libcpukit_a_SOURCES += posix/src/sigaction.c
     621libcpukit_a_SOURCES += posix/src/signal_2.c
     622libcpukit_a_SOURCES += posix/src/sigpending.c
     623libcpukit_a_SOURCES += posix/src/sigqueue.c
     624libcpukit_a_SOURCES += posix/src/sigsuspend.c
     625libcpukit_a_SOURCES += posix/src/sigtimedwait.c
     626libcpukit_a_SOURCES += posix/src/sigwait.c
     627libcpukit_a_SOURCES += posix/src/sigwaitinfo.c
     628libcpukit_a_SOURCES += posix/src/testcancel.c
     629libcpukit_a_SOURCES += posix/src/timergetoverrun.c
     630libcpukit_a_SOURCES += posix/src/timergettime.c
     631libcpukit_a_SOURCES += posix/src/timersettime.c
     632libcpukit_a_SOURCES += posix/src/ualarm.c
    412633
    413634endif
     
    616837
    617838# librtemscpu
    618 _SUBDIRS = . score rtems posix
     839_SUBDIRS = . score rtems
    619840_SUBDIRS += libnetworking
    620841_SUBDIRS += libmisc
  • cpukit/configure.ac

    r028b0ce rb3ef89f9  
    497497score/cpu/x86_64/Makefile
    498498score/cpu/no_cpu/Makefile
    499 posix/Makefile
    500499libnetworking/Makefile
    501500libmisc/Makefile
  • cpukit/wrapup/Makefile.am

    r028b0ce rb3ef89f9  
    1818TMP_LIBS += ../libcpukit.a
    1919TMP_LIBS += ../rtems/librtems.a
    20 TMP_LIBS += ../posix/libposix.a
    2120
    2221TMP_LIBS += ../libmisc/libmonitor.a
Note: See TracChangeset for help on using the changeset viewer.