include ../../resource.mk

NAME=blt
LIB=lib$(NAME)
VERSION=1.0
LIBDIR=../../lib

PIC=-PIC
SHARE=shared

CC = cc

OBJECTS = bltGraph.o bltGrAxis.o bltGrElem.o bltGrLegd.o \
        bltGrMisc.o bltGrPS.o bltGrTag.o bltGrHairs.o \
        bltCutbuffer.o bltBell.o \
        bltInit.o bltBgexec.o bltBitmap.o bltBusy.o \
	bltDebug.o bltDragDrop.o bltHtext.o bltList.o bltTable.o \
	bltUtil.o bltWin.o init_blt.o


all: $(OBJECTS)

include ../../install.mk
