Makefile.am
上传用户:shtangtang
上传日期:2007-01-04
资源大小:167k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. ####### kdevelop will overwrite this part!!! (begin)##########
  2. INCLUDES = 
  3. libthreads_a_METASOURCES = USE_AUTOMOC
  4. noinst_LIBRARIES = libthreads.a
  5. libthreads_a_SOURCES = cloning.c thread.C mutex.C cond.C spinlock.C 
  6. attributes.C thread_lists.C semaphore.C wait_queue.C 
  7. shared.C
  8. EXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h 
  9. cond.C thread_cond.h semaphore.C thread_spinlock.h 
  10. attributes.C thread_attributes.h thread_lists.C 
  11. thread_lists.h thread_list.h thread_semaphore.h 
  12. thread_signal_num.h thread_alloc.h Config.h shared.h
  13. ####### kdevelop will overwrite this part!!! (end)############
  14. INCLUDES = $(all_includes)
  15. lib_LTLIBRARIES = libthreads.la
  16. libthreads_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  17. libthreads_la_LIBADD = 
  18. libthreads_la_SOURCES = cloning.c thread.C mutex.C cond.C semaphore.C 
  19. attributes.C spinlock.C thread_lists.C wait_queue.C 
  20. shared.C
  21. include_HEADERS = thread.h thread_signal_num.h 
  22. thread_semaphore.h thread_attributes.h thread_cond.h 
  23. thread_mutex.h thread_spinlock.h thread_alloc.h 
  24. EXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h 
  25. cond.C thread_cond.h semaphore.C thread_semaphore.h attributes.C 
  26. thread_attributes.h thread_lists.C thread_lists.h thread_list.h 
  27. thread_signal_num.h thread_spinlock.h spinlock.C Config.h 
  28. thread_alloc.h wait_queue.C wait_queue.h shared.h