* src/threads/native/Makefile.am (AM_CPPFLAGS): Added
authortwisti <none@none>
Tue, 6 Feb 2007 09:11:36 +0000 (09:11 +0000)
committertwisti <none@none>
Tue, 6 Feb 2007 09:11:36 +0000 (09:11 +0000)
-I$(top_builddir)/src.
* src/vm/jit/x86_64/Makefile.am: Likewise.
* src/vm/jit/x86_64/linux/Makefile.am: Likewise.
* src/vm/jit/x86_64/freebsd/Makefile.am: Likewise.

src/threads/native/Makefile.am
src/vm/jit/x86_64/Makefile.am
src/vm/jit/x86_64/freebsd/Makefile.am
src/vm/jit/x86_64/linux/Makefile.am

index 7f0f45ac9a1ab87cd9cf35c0cfe0c130a7a41093..a005919d67e42a75f02f1dd4190b80293caf34bd 100644 (file)
@@ -1,6 +1,6 @@
 ## src/threads/native/Makefile.am
 ##
-## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## 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
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes: Edwin Steiner
-##
-## $Id: Makefile.am 4908 2006-05-12 16:49:50Z edwin $
+## $Id: Makefile.am 7294 2007-02-06 09:11:36Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_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
 
 LIBS =
 
-noinst_LTLIBRARIES = libthreads.la
+noinst_LTLIBRARIES = \
+       libthreads.la
 
 libthreads_la_SOURCES = \
        critical.c \
index 5aa920fec39d3878de7aa2d76988e72551bbe1a8..3a0f1302f552350e1ddc68eb6b7d43d46f4bb698 100644 (file)
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## $Id: Makefile.am 7285 2007-02-05 01:06:24Z twisti $
+## $Id: Makefile.am 7294 2007-02-06 09:11:36Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src -I$(top_builddir)/src
 AM_CCASFLAGS = $(AM_CPPFLAGS) $(AM_LDFLAGS)
 
 LIBS =
index e763dbcacef36a90cd0c73cb23e3f5043f76532b..f404059bbbed4dba16ac684dd0c66bafb2668db2 100644 (file)
@@ -1,4 +1,4 @@
-## src/vm/jit/x86_64/linux/Makefile.am
+## src/vm/jit/x86_64/freebsd/Makefile.am
 ##
 ## Copyright (C) 2007 R. Grafl, A. Krall, C. Kruegel,
 ## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
@@ -26,7 +26,7 @@
 
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -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_builddir)/src
 
 LIBS =
 
index e763dbcacef36a90cd0c73cb23e3f5043f76532b..797ecf31c7438b368a17fa3426c0e19f8c579390 100644 (file)
@@ -26,7 +26,7 @@
 
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -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_builddir)/src
 
 LIBS =