## 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 = libverify.a libverify_a_SOURCES = \ typecheck.c \ typeinfo.c ## Local variables: ## mode: Makefile ## indent-tabs-mode: t ## c-basic-offset: 4 ## tab-width: 8 ## compile-command: "automake --add-missing" ## End: