* Removed all Id tags.
[cacao.git] / src / threads / native / Makefile.am
index d8aead7337cc884b4cabef51ee97d5699a444994..abc3419f826b902f08c6f66e3089dfa50be45c8d 100644 (file)
@@ -1,12 +1,40 @@
-## Process this file with automake to produce Makefile.in
+## src/threads/native/Makefile.am
+##
+## Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
+## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
+## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
+## J. Wenninger, Institut f. Computersprachen - TU Wien
+##
+## This file is part of CACAO.
+##
+## This program is free software; you can redistribute it and/or
+## modify it under the terms of the GNU General Public License as
+## published by the Free Software Foundation; either version 2, or (at
+## your option) any later version.
+##
+## This program is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+## General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
-# $Id: Makefile.am 1622 2004-11-30 13:18:52Z twisti $
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)/src -I$(top_srcdir)/contrib/vmlog
 
-noinst_LIBRARIES = libthreads.a
+LIBS =
 
-libthreads_a_SOURCES = threads.c
+noinst_LTLIBRARIES = \
+       libthreadsposix.la
+
+libthreadsposix_la_SOURCES = \
+       lock.c \
+       lock.h \
+       threads.c \
+       threads.h
 
 
 ## Local variables: