TARGET =	useful
SUPER_PACKAGES_PATH = basesuif
HEADERS =	useful.h basic.h expr_map.h inumbers.h operand_operators.h \
		walk.h useful_internal.h
EXPORTS =	useful.h expr_map.h
SRCS =		useful.cc eval.cc estimate.cc arrayinfo.cc init.cc \
		transform.cc symbol.cc expr_map.cc no_sub_vars.cc labinfo.cc \
		inumbers.cc dismantle.cc walk.cc marker.cc outline.cc \
		linkinfo.cc positioning.cc test_modification.cc \
		spill_instr_ops.cc make_instr_ops.cc
OBJS =		useful.o  eval.o  estimate.o  arrayinfo.o  init.o  \
		transform.o  symbol.o  expr_map.o  no_sub_vars.o  labinfo.o \
		inumbers.o  dismantle.o  walk.o  marker.o  outline.o \
		linkinfo.o  positioning.o  test_modification.o \
		spill_instr_ops.o  make_instr_ops.o
AUTOINITLIB =	yes

all:		lib
install-bin:	install-lib

include $(SUIFHOME)/Makefile.std
