pte_lib.pjt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. ; Code Composer Project File, Version 2.0 (do not modify or remove this line)
  2. [Project Settings]
  3. ProjectDir="Z:\pthread\platform\dspbios\pte_lib\"
  4. ProjectType=Library
  5. CPUFamily=TMS320C64XX
  6. Tool="Archiver"
  7. Tool="Compiler"
  8. Tool="CustomBuilder"
  9. Tool="DspBiosBuilder"
  10. Config="C"
  11. Config="CPP"
  12. [Source Files]
  13. Source="..\..\..\cleanup.c"
  14. Source="..\..\..\create.c"
  15. Source="..\..\..\global.c"
  16. Source="..\..\..\pte_callUserDestroyRoutines.c"
  17. Source="..\..\..\pte_cancellable_wait.c"
  18. Source="..\..\..\pte_cond_check_need_init.c"
  19. Source="..\..\..\pte_detach.c"
  20. Source="..\..\..\pte_getprocessors.c"
  21. Source="..\..\..\pte_is_attr.c"
  22. Source="..\..\..\pte_mutex_check_need_init.c"
  23. Source="..\..\..\pte_new.c"
  24. Source="..\..\..\pte_relmillisecs.c"
  25. Source="..\..\..\pte_reuse.c"
  26. Source="..\..\..\pte_rwlock_cancelwrwait.c"
  27. Source="..\..\..\pte_rwlock_check_need_init.c"
  28. Source="..\..\..\pte_spinlock_check_need_init.c"
  29. Source="..\..\..\pte_threadDestroy.c"
  30. Source="..\..\..\pte_threadStart.c"
  31. Source="..\..\..\pte_throw.c"
  32. Source="..\..\..\pte_tkAssocCreate.c"
  33. Source="..\..\..\pte_tkAssocDestroy.c"
  34. Source="..\..\..\pthread_attr_destroy.c"
  35. Source="..\..\..\pthread_attr_getdetachstate.c"
  36. Source="..\..\..\pthread_attr_getinheritsched.c"
  37. Source="..\..\..\pthread_attr_getschedparam.c"
  38. Source="..\..\..\pthread_attr_getschedpolicy.c"
  39. Source="..\..\..\pthread_attr_getscope.c"
  40. Source="..\..\..\pthread_attr_getstackaddr.c"
  41. Source="..\..\..\pthread_attr_getstacksize.c"
  42. Source="..\..\..\pthread_attr_init.c"
  43. Source="..\..\..\pthread_attr_setdetachstate.c"
  44. Source="..\..\..\pthread_attr_setinheritsched.c"
  45. Source="..\..\..\pthread_attr_setschedparam.c"
  46. Source="..\..\..\pthread_attr_setschedpolicy.c"
  47. Source="..\..\..\pthread_attr_setscope.c"
  48. Source="..\..\..\pthread_attr_setstackaddr.c"
  49. Source="..\..\..\pthread_attr_setstacksize.c"
  50. Source="..\..\..\pthread_barrier_destroy.c"
  51. Source="..\..\..\pthread_barrier_init.c"
  52. Source="..\..\..\pthread_barrier_wait.c"
  53. Source="..\..\..\pthread_barrierattr_destroy.c"
  54. Source="..\..\..\pthread_barrierattr_getpshared.c"
  55. Source="..\..\..\pthread_barrierattr_init.c"
  56. Source="..\..\..\pthread_barrierattr_setpshared.c"
  57. Source="..\..\..\pthread_cancel.c"
  58. Source="..\..\..\pthread_cond_destroy.c"
  59. Source="..\..\..\pthread_cond_init.c"
  60. Source="..\..\..\pthread_cond_signal.c"
  61. Source="..\..\..\pthread_cond_wait.c"
  62. Source="..\..\..\pthread_condattr_destroy.c"
  63. Source="..\..\..\pthread_condattr_getpshared.c"
  64. Source="..\..\..\pthread_condattr_init.c"
  65. Source="..\..\..\pthread_condattr_setpshared.c"
  66. Source="..\..\..\pthread_delay_np.c"
  67. Source="..\..\..\pthread_detach.c"
  68. Source="..\..\..\pthread_equal.c"
  69. Source="..\..\..\pthread_exit.c"
  70. Source="..\..\..\pthread_getconcurrency.c"
  71. Source="..\..\..\pthread_getschedparam.c"
  72. Source="..\..\..\pthread_getspecific.c"
  73. Source="..\..\..\pthread_init.c"
  74. Source="..\..\..\pthread_join.c"
  75. Source="..\..\..\pthread_key_create.c"
  76. Source="..\..\..\pthread_key_delete.c"
  77. Source="..\..\..\pthread_kill.c"
  78. Source="..\..\..\pthread_mutex_destroy.c"
  79. Source="..\..\..\pthread_mutex_init.c"
  80. Source="..\..\..\pthread_mutex_lock.c"
  81. Source="..\..\..\pthread_mutex_timedlock.c"
  82. Source="..\..\..\pthread_mutex_trylock.c"
  83. Source="..\..\..\pthread_mutex_unlock.c"
  84. Source="..\..\..\pthread_mutexattr_destroy.c"
  85. Source="..\..\..\pthread_mutexattr_getkind_np.c"
  86. Source="..\..\..\pthread_mutexattr_getpshared.c"
  87. Source="..\..\..\pthread_mutexattr_gettype.c"
  88. Source="..\..\..\pthread_mutexattr_init.c"
  89. Source="..\..\..\pthread_mutexattr_setkind_np.c"
  90. Source="..\..\..\pthread_mutexattr_setpshared.c"
  91. Source="..\..\..\pthread_mutexattr_settype.c"
  92. Source="..\..\..\pthread_num_processors_np.c"
  93. Source="..\..\..\pthread_once.c"
  94. Source="..\..\..\pthread_rwlock_destroy.c"
  95. Source="..\..\..\pthread_rwlock_init.c"
  96. Source="..\..\..\pthread_rwlock_rdlock.c"
  97. Source="..\..\..\pthread_rwlock_timedrdlock.c"
  98. Source="..\..\..\pthread_rwlock_timedwrlock.c"
  99. Source="..\..\..\pthread_rwlock_tryrdlock.c"
  100. Source="..\..\..\pthread_rwlock_trywrlock.c"
  101. Source="..\..\..\pthread_rwlock_unlock.c"
  102. Source="..\..\..\pthread_rwlock_wrlock.c"
  103. Source="..\..\..\pthread_rwlockattr_destroy.c"
  104. Source="..\..\..\pthread_rwlockattr_getpshared.c"
  105. Source="..\..\..\pthread_rwlockattr_init.c"
  106. Source="..\..\..\pthread_rwlockattr_setpshared.c"
  107. Source="..\..\..\pthread_self.c"
  108. Source="..\..\..\pthread_setcancelstate.c"
  109. Source="..\..\..\pthread_setcanceltype.c"
  110. Source="..\..\..\pthread_setconcurrency.c"
  111. Source="..\..\..\pthread_setschedparam.c"
  112. Source="..\..\..\pthread_setspecific.c"
  113. Source="..\..\..\pthread_spin_destroy.c"
  114. Source="..\..\..\pthread_spin_init.c"
  115. Source="..\..\..\pthread_spin_lock.c"
  116. Source="..\..\..\pthread_spin_trylock.c"
  117. Source="..\..\..\pthread_spin_unlock.c"
  118. Source="..\..\..\pthread_terminate.c"
  119. Source="..\..\..\pthread_testcancel.c"
  120. Source="..\..\..\pthread_timechange_handler_np.c"
  121. Source="..\..\..\sched_get_priority_max.c"
  122. Source="..\..\..\sched_get_priority_min.c"
  123. Source="..\..\..\sched_setscheduler.c"
  124. Source="..\..\..\sched_yield.c"
  125. Source="..\..\..\sem_close.c"
  126. Source="..\..\..\sem_destroy.c"
  127. Source="..\..\..\sem_getvalue.c"
  128. Source="..\..\..\sem_init.c"
  129. Source="..\..\..\sem_open.c"
  130. Source="..\..\..\sem_post.c"
  131. Source="..\..\..\sem_post_multiple.c"
  132. Source="..\..\..\sem_timedwait.c"
  133. Source="..\..\..\sem_trywait.c"
  134. Source="..\..\..\sem_unlink.c"
  135. Source="..\..\..\sem_wait.c"
  136. ["Archiver" Settings: "C"]
  137. Options=-r -o".\C\pte_lib.lib"
  138. ["Archiver" Settings: "CPP"]
  139. Options=-r -o".\CPP\pte_lib.lib"
  140. ["Compiler" Settings: "C"]
  141. Options=-g -fr"$(Proj_dir)\C" -i".\platform\dspbios" -i"." -d"_DEBUG" -mv6400
  142. ["Compiler" Settings: "CPP"]
  143. Options=-g -fg -fr"$(Proj_dir)\CPP" -i".\platform\dspbios" -i"." -d"_DEBUG" -d"__CLEANUP_CXX" -mv6400 --exceptions
  144. ["..\..\..\pte_threadStart.c" Settings: "CPP"]
  145. Options="Compiler" +{-fg}
  146. ["..\..\..\pte_throw.c" Settings: "CPP"]
  147. Options="Compiler" +{-fg}