## Process this file with automake to produce Makefile.in # $Id: Makefile.am 1622 2004-11-30 13:18:52Z twisti $ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@ noinst_LIBRARIES = libinline.a libinline_a_SOURCES = \ inline.c \ parseRT.c \ parseRTstats.c \ sets.c ## Local variables: ## mode: Makefile ## indent-tabs-mode: t ## c-basic-offset: 4 ## tab-width: 8 ## compile-command: "automake --add-missing" ## End: