Makefile.am
上传用户:shtangtang
上传日期:2007-01-04
资源大小:167k
文件大小:1k
- ####### kdevelop will overwrite this part!!! (begin)##########
- INCLUDES =
- libthreads_a_METASOURCES = USE_AUTOMOC
- noinst_LIBRARIES = libthreads.a
- libthreads_a_SOURCES = cloning.c thread.C mutex.C cond.C spinlock.C
- attributes.C thread_lists.C semaphore.C wait_queue.C
- shared.C
- EXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h
- cond.C thread_cond.h semaphore.C thread_spinlock.h
- attributes.C thread_attributes.h thread_lists.C
- thread_lists.h thread_list.h thread_semaphore.h
- thread_signal_num.h thread_alloc.h Config.h shared.h
- ####### kdevelop will overwrite this part!!! (end)############
- INCLUDES = $(all_includes)
- lib_LTLIBRARIES = libthreads.la
- libthreads_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
- libthreads_la_LIBADD =
- libthreads_la_SOURCES = cloning.c thread.C mutex.C cond.C semaphore.C
- attributes.C spinlock.C thread_lists.C wait_queue.C
- shared.C
- include_HEADERS = thread.h thread_signal_num.h
- thread_semaphore.h thread_attributes.h thread_cond.h
- thread_mutex.h thread_spinlock.h thread_alloc.h
- EXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h
- cond.C thread_cond.h semaphore.C thread_semaphore.h attributes.C
- thread_attributes.h thread_lists.C thread_lists.h thread_list.h
- thread_signal_num.h thread_spinlock.h spinlock.C Config.h
- thread_alloc.h wait_queue.C wait_queue.h shared.h