add $(EXEEXT) to executable targets during installation for MinGW
[suif.git] / src / basesuif / useful / Makefile
blob949eaf6b55578a7760993949e6ba6c1f52be6349
1 TARGET = useful
2 SUPER_PACKAGES_PATH = basesuif
3 LIBS = -lsuif1
4 HEADERS = useful.h basic.h expr_map.h inumbers.h operand_operators.h \
5 walk.h useful_internal.h
6 EXPORTS = useful.h expr_map.h
7 SRCS = useful.cc eval.cc estimate.cc arrayinfo.cc init.cc \
8 transform.cc symbol.cc expr_map.cc no_sub_vars.cc labinfo.cc \
9 inumbers.cc dismantle.cc walk.cc marker.cc outline.cc \
10 linkinfo.cc positioning.cc test_modification.cc \
11 spill_instr_ops.cc make_instr_ops.cc namespace.cc inline.cc
12 OBJS = useful.o eval.o estimate.o arrayinfo.o init.o \
13 transform.o symbol.o expr_map.o no_sub_vars.o labinfo.o \
14 inumbers.o dismantle.o walk.o marker.o outline.o \
15 linkinfo.o positioning.o test_modification.o \
16 spill_instr_ops.o make_instr_ops.o namespace.o inline.o
17 AUTOINITLIB = yes
19 all: lib
20 install-bin: install-lib
22 include $(SUIFHOME)/Makefile.std