* Removed all Id tags.
[cacao.git] / src / native / jvmti / Makefile.am
index 04fd2eacbf17c70a6a34aa4aba911ec1a075635f..9a55e29033735769e979168ae6ee1aed614841d5 100644 (file)
 ## Authors: Christian Thalinger
 ##
 ## Changes:
-##
-## $Id: Makefile.am 4954 2006-05-25 21:59:49Z motse $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@ -I$(top_builddir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_builddir)/src
+
+LIBS =
 
-noinst_LTLIBRARIES = libjvmti.la
+noinst_LTLIBRARIES = \
+       libjvmti.la
 
 libjvmti_la_SOURCES = \
        jvmti.c \
@@ -42,6 +43,7 @@ libjvmti_la_SOURCES = \
        dbg.h\
         cacaodbg.h \
         cacaodbg.c
+
 bin_PROGRAMS = \
        cacaodbgserver
 
@@ -53,14 +55,6 @@ cacaodbgserver_LDADD = \
        libjvmti.la
 
 
-lib_LTLIBRARIES = \
-       libjdwp.la
-
-libjdwp_la_SOURCES = \
-       VMjdwp.c \
-       VMjdwp.h 
-
-
 ## Local variables:
 ## mode: Makefile
 ## indent-tabs-mode: t