New source tree.
[cacao.git] / src / threads / green / Makefile.am
index fb3970d0868e4bf70cd5d14aa75f5f3fb58f29ae..6b2be3761a79d7d9dd5305f621d5290e35aa1502 100644 (file)
@@ -1,20 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $
+# $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
 
-
-noinst_LIBRARIES = @LIBTHREAD@
-EXTRA_LIBRARIES = libthreads.a
+noinst_LIBRARIES = libthreads.a
 
 libthreads_a_SOURCES = \
        locks.c \
-       locks.h \
-       thread.c \
-       thread.h \
-       threadio.c \
-       threadio.h
-
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/jit -I$(top_srcdir)/jit/@ARCH_DIR@
+       threads.c \
+       threadio.c
 
 
 ## Local variables: