4 # This makefile is only provided for convenience, for people who don't
5 # have jam. It only supports building from scratch, dependencies are
6 # not tracked - use jam for that.
10 @echo
'Well, you meant "jam", right ?'
13 CXXFLAGS
=-W
-Wall
-ggdb3
-O1
-fno-inline
16 line
: line.o ImageInfo.o sImLib
/Image.o
17 $(CXX
) $(CXXFLAGS
) $^
-o
$@
$(LIBS
)
20 rm -f
*.o sImLib
/*.o line