# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = /bin/sh

srcdir = .
top_srcdir = .

prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/jmp
pkglibdir = $(libdir)/jmp
pkgincludedir = $(includedir)/jmp

top_builddir = .

ACLOCAL = /tmp/jmp-0.42.orig/missing aclocal-1.4
AUTOCONF = autoconf
AUTOMAKE = /tmp/jmp-0.42.orig/missing automake-1.4
AUTOHEADER = autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = 
build_triplet = i686-pc-linux-gnu
host_alias = 
host_triplet = i686-pc-linux-gnu
target_alias = 
target_triplet = i686-pc-linux-gnu
AR = ar
AS = @AS@
BUILD_INCLUDED_LIBINTL = no
CATOBJEXT = .gmo
CC = gcc
CXX = g++
CXXCPP = g++ -E
DATADIRNAME = share
DLLTOOL = @DLLTOOL@
ECHO = echo
EGREP = grep -E
EXEEXT = 
F77 = 
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GENCAT = gencat
GLIBC21 = yes
GMSGFMT = /usr/bin/msgfmt
GTK_BINARY_VERSION = 2.4.0
HAVE_ASPRINTF = 1
HAVE_LIB = @HAVE_LIB@
HAVE_POSIX_PRINTF = 1
HAVE_SNPRINTF = 1
HAVE_WPRINTF = 0
INSTOBJEXT = .mo
INTLBISON = bison
INTLLIBS = 
INTLOBJS = 
INTL_LIBTOOL_SUFFIX_PREFIX = 
JAVA_HOME = /usr/lib/j2sdk1.4-sun
JMP_CFLAGS = -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
JMP_LIBS = -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
LIB = @LIB@
LIBICONV = 
LIBINTL = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LN_S = ln -s
LTLIB = @LTLIB@
LTLIBICONV = 
LTLIBINTL = 
MAKEINFO = makeinfo
MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
OBJDUMP = @OBJDUMP@
OBJEXT = o
PACKAGE = jmp
PKG_CONFIG = /usr/bin/pkg-config
POSUB = po
RANLIB = ranlib
RC = @RC@
STRIP = strip
USE_INCLUDED_LIBINTL = no
USE_NLS = yes
VERSION = 0.42

SUBDIRS = intl po java javadoc jvmsimulator
lib_LTLIBRARIES = libjmp.la

GTKUIFILES = ui.c instance_owners.c object_dump.c threads_window.c 	         classlist_menu.c methodlist_menu.c filtermenu.c 	  	 method_info.c filterconfig.c eventconfig.c 		 heapgraph.c class_info.c about_dialog.c 		 monitor_dialog.c gtkutils.c string_inspector.c 		 visible_row_config.c method_window.c class_window.c

#UIFILES = no-ui.c
UIFILES = $(GTKUIFILES)
#JMPUIFILES = $(GTKUIFILES)
JMPUIFILES = no-ui.c

noinst_HEADERS = TODO bootstrap arena.h jmp.h timerstack.h cls.h 		 config.h hash.h obj.h method.h jthread.h 		 objectstore.h translate.h mvector.h methodtime.h 		 jmptime.h heap_dump.h ui.h instance_owners.h 		 object_dump.h threads_window.h filter.h filterconfig.h 		 comparators.h classlist_menu.h methodlist_menu.h 		 filtermenu.h method_info.h dumper.h jmp-config.h 		 eventconfig.h heapgraph.h class_info.h 		 config.rpath jmp_JMPController.h about_dialog.h 	         monitor_dialog.h gtkutils.h deadlock_detector.h 		 string_inspector.h visible_row_config.h 		 method_window.h class_window.h $(JMPUIFILES)


libjmp_la_SOURCES = arena.c jmp.c timerstack.c cls.c jmptime.c                     hash.c obj.c method.c jthread.c objectstore.c                     translate.c mvector.c methodtime.c dumper.c                     heap_dump.c comparators.c filter.c $(UIFILES) 		    jmp_JMPController.c deadlock_detector.c


libjmp_la_LDFLAGS = -version-info 0:1:0 -module

localedir = $(datadir)/locale
INCLUDES = -DLOCALEDIR=\"$(localedir)\"
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = 
LTLIBRARIES =  $(lib_LTLIBRARIES)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
CPPFLAGS =  -I/usr/local/include -I/usr/lib/j2sdk1.4-sun/include -I/usr/lib/j2sdk1.4-sun/include/linux -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
LDFLAGS =  -Wl,--export-dynamic  -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
LIBS = 
libjmp_la_LIBADD = 
#libjmp_la_OBJECTS =  arena.lo jmp.lo timerstack.lo cls.lo \
#jmptime.lo hash.lo obj.lo method.lo jthread.lo \
#objectstore.lo translate.lo mvector.lo methodtime.lo \
#dumper.lo heap_dump.lo comparators.lo filter.lo no-ui.lo \
#jmp_JMPController.lo deadlock_detector.lo
libjmp_la_OBJECTS =  arena.lo jmp.lo timerstack.lo cls.lo \
jmptime.lo hash.lo obj.lo method.lo jthread.lo \
objectstore.lo translate.lo mvector.lo methodtime.lo \
dumper.lo heap_dump.lo comparators.lo filter.lo ui.lo \
instance_owners.lo object_dump.lo threads_window.lo \
classlist_menu.lo methodlist_menu.lo filtermenu.lo \
method_info.lo filterconfig.lo eventconfig.lo heapgraph.lo \
class_info.lo about_dialog.lo monitor_dialog.lo gtkutils.lo \
string_inspector.lo visible_row_config.lo method_window.lo \
class_window.lo jmp_JMPController.lo deadlock_detector.lo
CFLAGS = -g -O2
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
HEADERS =  $(noinst_HEADERS)

DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
INSTALL Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
config.h.in config.sub configure configure.in install-sh ltmain.sh \
missing mkinstalldirs


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
SOURCES = $(libjmp_la_SOURCES)
OBJECTS = $(libjmp_la_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .obj .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

$(ACLOCAL_M4):  configure.in 
	cd $(srcdir) && $(ACLOCAL)

config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
	cd $(srcdir) && $(AUTOCONF)

config.h: stamp-h
	@if test ! -f $@; then \
		rm -f stamp-h; \
		$(MAKE) stamp-h; \
	else :; fi
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
	     $(SHELL) ./config.status
	@echo timestamp > stamp-h 2> /dev/null
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
	@if test ! -f $@; then \
		rm -f $(srcdir)/stamp-h.in; \
		$(MAKE) $(srcdir)/stamp-h.in; \
	else :; fi
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOHEADER)
	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null

mostlyclean-hdr:

clean-hdr:

distclean-hdr:
	-rm -f config.h

maintainer-clean-hdr:

mostlyclean-libLTLIBRARIES:

clean-libLTLIBRARIES:
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)

distclean-libLTLIBRARIES:

maintainer-clean-libLTLIBRARIES:

install-libLTLIBRARIES: $(lib_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(libdir)
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
	  else :; fi; \
	done

uninstall-libLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
	done

.c.o:
	$(COMPILE) -c $<

# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.
.c.obj:
	$(COMPILE) -c `cygpath -w $<`

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core
	-rm -f *.$(OBJEXT)

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

.c.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.s.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.S.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:

libjmp.la: $(libjmp_la_OBJECTS) $(libjmp_la_DEPENDENCIES)
	$(LINK) -rpath $(libdir) $(libjmp_la_LDFLAGS) $(libjmp_la_OBJECTS) $(libjmp_la_LIBADD) $(LIBS)

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.



all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive  \
check-recursive installcheck-recursive info-recursive dvi-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
	  rev="$$subdir $$rev"; \
	  test "$$subdir" != "." || dot_seen=yes; \
	done; \
	test "$$dot_seen" = "no" && rev=". $$rev"; \
	target=`echo $@ | sed s/-recursive//`; \
	for subdir in $$rev; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done && test -z "$$fail"
tags-recursive:
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
	done

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
   if test "$$subdir" = .; then :; else \
	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
   fi; \
	done; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
	-rm -rf $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
	mkdir $(distdir)/=build
	mkdir $(distdir)/=inst
	dc_install_base=`cd $(distdir)/=inst && pwd`; \
	cd $(distdir)/=build \
	  && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
	  && $(MAKE) $(AM_MAKEFLAGS) \
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
	  && $(MAKE) $(AM_MAKEFLAGS) check \
	  && $(MAKE) $(AM_MAKEFLAGS) install \
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
	  && $(MAKE) $(AM_MAKEFLAGS) dist
	-rm -rf $(distdir)
	@banner="$(distdir).tar.gz is ready for distribution"; \
	dashes=`echo "$$banner" | sed s/./=/g`; \
	echo "$$dashes"; \
	echo "$$banner"; \
	echo "$$dashes"
dist: distdir
	-chmod -R a+r $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
	-rm -rf $(distdir)
dist-all: distdir
	-chmod -R a+r $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
	-rm -rf $(distdir)
distdir: $(DISTFILES)
	-rm -rf $(distdir)
	mkdir $(distdir)
	-chmod 777 $(distdir)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$d/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
	for subdir in $(SUBDIRS); do \
	  if test "$$subdir" = .; then :; else \
	    test -d $(distdir)/$$subdir \
	    || mkdir $(distdir)/$$subdir \
	    || exit 1; \
	    chmod 777 $(distdir)/$$subdir; \
	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
	      || exit 1; \
	  fi; \
	done
about_dialog.lo about_dialog.o : about_dialog.c jmp.h hash.h config.h
arena.lo arena.o : arena.c config.h arena.h jmp.h hash.h
class_info.lo class_info.o : class_info.c class_info.h cls.h jmp.h \
	hash.h config.h gtkutils.h
class_window.lo class_window.o : class_window.c gtkutils.h jmp-config.h \
	config.h hash.h jmp.h ui.h deadlock_detector.h heap_dump.h \
	cls.h classlist_menu.h comparators.h dumper.h method.h \
	methodtime.h jthread.h timerstack.h class_window.h heapgraph.h
classlist_menu.lo classlist_menu.o : classlist_menu.c classlist_menu.h \
	cls.h jmp.h hash.h config.h filtermenu.h heap_dump.h \
	class_info.h ui.h deadlock_detector.h jmp-config.h gtkutils.h \
	string_inspector.h
cls.lo cls.o : cls.c config.h cls.h jmp.h hash.h translate.h filter.h
comparators.lo comparators.o : comparators.c jmp.h hash.h config.h \
	jthread.h timerstack.h method.h methodtime.h cls.h
deadlock_detector.lo deadlock_detector.o : deadlock_detector.c jmp.h \
	hash.h config.h jthread.h timerstack.h method.h methodtime.h \
	cls.h heap_dump.h deadlock_detector.h ui.h
dumper.lo dumper.o : dumper.c jmp-config.h config.h jmp.h hash.h \
	method.h methodtime.h jthread.h timerstack.h cls.h
eventconfig.lo eventconfig.o : eventconfig.c eventconfig.h jmp-config.h \
	config.h jmp.h hash.h
filter.lo filter.o : filter.c config.h jmp-config.h cls.h jmp.h hash.h \
	filter.h
filterconfig.lo filterconfig.o : filterconfig.c gtkutils.h filter.h \
	filterconfig.h jmp-config.h config.h
filtermenu.lo filtermenu.o : filtermenu.c filtermenu.h cls.h jmp.h \
	hash.h config.h filter.h jmp-config.h gtkutils.h
gtkutils.lo gtkutils.o : gtkutils.c gtkutils.h
hash.lo hash.o : hash.c jmp.h hash.h config.h
heap_dump.lo heap_dump.o : heap_dump.c jmp.h hash.h config.h heap_dump.h \
	cls.h obj.h ui.h deadlock_detector.h jthread.h timerstack.h \
	method.h methodtime.h
heapgraph.lo heapgraph.o : heapgraph.c jmp.h hash.h config.h heapgraph.h
instance_owners.lo instance_owners.o : instance_owners.c gtkutils.h \
	cls.h jmp.h hash.h config.h obj.h ui.h deadlock_detector.h \
	heap_dump.h object_dump.h jmp-config.h
jmp.lo jmp.o : jmp.c jmp-config.h config.h jmp.h hash.h arena.h cls.h \
	obj.h method.h methodtime.h jthread.h timerstack.h \
	objectstore.h ui.h deadlock_detector.h heap_dump.h \
	object_dump.h instance_owners.h filter.h jmptime.h
jmp_JMPController.lo jmp_JMPController.o : jmp_JMPController.c jmp.h \
	hash.h config.h jmp_JMPController.h
jmptime.lo jmptime.o : jmptime.c jmptime.h config.h
jthread.lo jthread.o : jthread.c config.h jthread.h timerstack.h jmp.h \
	hash.h method.h methodtime.h cls.h mvector.h obj.h
method.lo method.o : method.c translate.h config.h method.h jmp.h hash.h \
	methodtime.h cls.h mvector.h
method_info.lo method_info.o : method_info.c cls.h jmp.h hash.h config.h \
	method.h methodtime.h ui.h deadlock_detector.h heap_dump.h \
	mvector.h gtkutils.h jmp-config.h
method_window.lo method_window.o : method_window.c gtkutils.h hash.h \
	config.h jmp.h methodlist_menu.h comparators.h method_window.h \
	method.h methodtime.h cls.h dumper.h jthread.h timerstack.h
methodlist_menu.lo methodlist_menu.o : methodlist_menu.c \
	methodlist_menu.h method.h jmp.h hash.h config.h methodtime.h \
	cls.h filtermenu.h heap_dump.h ui.h deadlock_detector.h \
	mvector.h method_info.h jmp-config.h gtkutils.h method_window.h
methodtime.lo methodtime.o : methodtime.c methodtime.h jmp.h hash.h \
	config.h
monitor_dialog.lo monitor_dialog.o : monitor_dialog.c jmp.h hash.h \
	config.h monitor_dialog.h heap_dump.h cls.h jthread.h \
	timerstack.h method.h methodtime.h gtkutils.h
mvector.lo mvector.o : mvector.c jmp.h hash.h config.h mvector.h \
	method.h methodtime.h
no-ui.lo no-ui.o : no-ui.c jmp-config.h config.h jmp.h hash.h ui.h \
	deadlock_detector.h heap_dump.h cls.h comparators.h dumper.h \
	method.h methodtime.h jthread.h timerstack.h
obj.lo obj.o : obj.c config.h obj.h cls.h jmp.h hash.h
object_dump.lo object_dump.o : object_dump.c cls.h jmp.h hash.h config.h \
	ui.h deadlock_detector.h heap_dump.h method.h methodtime.h \
	arena.h obj.h jthread.h timerstack.h mvector.h gtkutils.h \
	jmp-config.h instance_owners.h
objectstore.lo objectstore.o : objectstore.c config.h obj.h cls.h jmp.h \
	hash.h objectstore.h method.h methodtime.h
string_inspector.lo string_inspector.o : string_inspector.c \
	string_inspector.h gtkutils.h jmp.h hash.h config.h obj.h cls.h \
	heap_dump.h ui.h deadlock_detector.h instance_owners.h
threads_window.lo threads_window.o : threads_window.c jmp-config.h \
	config.h jmp.h hash.h obj.h cls.h method.h methodtime.h \
	jthread.h timerstack.h threads_window.h comparators.h
timerstack.lo timerstack.o : timerstack.c timerstack.h jmp.h hash.h \
	config.h method.h methodtime.h ui.h deadlock_detector.h \
	heap_dump.h cls.h
translate.lo translate.o : translate.c
ui.lo ui.o : ui.c gtkutils.h hash.h config.h jmp.h ui.h \
	deadlock_detector.h heap_dump.h cls.h jthread.h timerstack.h \
	method.h methodtime.h filterconfig.h eventconfig.h jmp-config.h \
	threads_window.h comparators.h dumper.h heapgraph.h \
	about_dialog.h monitor_dialog.h visible_row_config.h \
	method_window.h class_window.h
visible_row_config.lo visible_row_config.o : visible_row_config.c jmp.h \
	hash.h config.h method_window.h class_window.h

info-am:
info: info-recursive
dvi-am:
dvi: dvi-recursive
check-am: all-am
check: check-recursive
installcheck-am:
installcheck: installcheck-recursive
all-recursive-am: config.h
	$(MAKE) $(AM_MAKEFLAGS) all-recursive

install-exec-am: install-libLTLIBRARIES
install-exec: install-exec-recursive

install-data-am:
install-data: install-data-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
uninstall-am: uninstall-libLTLIBRARIES
uninstall: uninstall-recursive
all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
all-redirect: all-recursive-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs-recursive
installdirs-am:
	$(mkinstalldirs)  $(DESTDIR)$(libdir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
		mostlyclean-compile mostlyclean-libtool \
		mostlyclean-tags mostlyclean-generic

mostlyclean: mostlyclean-recursive

clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
		clean-tags clean-generic mostlyclean-am

clean: clean-recursive

distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
		distclean-libtool distclean-tags distclean-generic \
		clean-am
	-rm -f libtool

distclean: distclean-recursive
	-rm -f config.status

maintainer-clean-am:  maintainer-clean-hdr \
		maintainer-clean-libLTLIBRARIES \
		maintainer-clean-compile maintainer-clean-libtool \
		maintainer-clean-tags maintainer-clean-generic \
		distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-recursive
	-rm -f config.status

.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile \
mostlyclean-libtool distclean-libtool clean-libtool \
maintainer-clean-libtool install-data-recursive \
uninstall-data-recursive install-exec-recursive \
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
all-recursive check-recursive installcheck-recursive info-recursive \
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
install-exec-am install-exec install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all installdirs-am \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


jmp.dll: ${OBJECTS}
	@echo trying to build $@
	gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at

jmp/JMPController.class : java/jmp/JMPController.java	
	javac -sourcepath java -d . $<

# javah does not update file modification time, so touch it
# otherwise we will remake file every time
jmp_JMPController.h: jmp/JMPController.class
	javah jmp.JMPController
	@touch jmp_JMPController.h

javadocs:
	javadoc -sourcepath java -d javadoc jmp

install-to-java: all
	find $(JAVA_HOME) -follow -name libhprof.so -printf %h/ | xargs cp .libs/libjmp.so

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
