## Makefile.am -- Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.7 2005/07/04 17:26:54 ca Exp $

MAINTAINERCLEANFILES	= Makefile.in

INCLUDES		= -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir) -I$(top_srcdir)/include

IS		= include/sm
ISM		= $(top_srcdir)/include/sm
noinst_HEADERS 	= $(ISM)/pthread.h

noinst_LIBRARIES	= libthr.a
libthr_a_SOURCES	= thread.c \
			thrlock.c


syntax highlighted by Code2HTML, v. 0.9.1