## Process this file with automake to produce Makefile.in # $Id: Makefile.am 617 2003-11-13 09:20:03Z stefan $ SUBDIRS = . loop @ARCH_DIR@ DIST_SUBDIRS = loop alpha i386 mips powerpc x86_64 INCLUDES = -I$(top_srcdir)/jit/@ARCH_DIR@ -I$(top_srcdir)/jit EXTRA_DIST = \ jit.c \ jit.h \ codegen.inc \ parse.c \ reg.inc \ stack.c \ inline.c \ sets.c \ sets.h \ parseRT.c \ parseRTprint.h \ parseRTstats.c noinst_LIBRARIES = libjit.a libjit_a_SOURCES = jit.c parse.c stack.c inline.c sets.c parseRT.c parseRTstats.c all-local: $(MAKE) $(AM_MAKEFLAGS) -C .. jit/@ARCH_DIR@/offsets.h ## Local variables: ## mode: Makefile ## indent-tabs-mode: t ## c-basic-offset: 4 ## tab-width: 8 ## compile-command: "automake --add-missing" ## End: