INCLUDES = -I $(includedir)

noinst_LIBRARIES = libthread.a

libthread_a_SOURCES =\
        thread.cpp\
        mutex.cpp\
        sema.cpp\
        thread.h\
        mutex.h\
        sema.h


syntax highlighted by Code2HTML, v. 0.9.1