dxx-rebirth/2d/Makefile.am
2001-01-22 13:39:54 +00:00

17 lines
390 B
Makefile

noinst_LIBRARIES = lib2d.a
INCLUDES = -I $(top_srcdir)/includes
lib2d_a_SOURCES = \
2dsline.c box.c disc.c ibitblt.c pcx.c rect.c scalec.c \
bitblt.c canvas.c font.c line.c pixel.c rle.c tmerge.c \
bitmap.c circle.c gpixel.c palette.c poly.c
SUFFIXES = .asm
%.o: %.asm
$(NASM) $(NASMFLAGS) $< -o $@
if USE_ASM
lib2d_a_LIBADD += linear.o tmerge_a.o
endif