# Generated automatically from Makefile.in by configure.
# ------------------------------------------------------------------------
# 	Makefile for normal version of BLT library
# ------------------------------------------------------------------------

# ------------------------------------------------------------------------
# 	C Compiler options 
#
      DEFINES =  -DBLT_LIBRARY=\"$(BLT_LIBRARY)\"
  CDEBUGFLAGS = -O
           CC = cc -PIC

      TOP_DIR = /usr/prac/se/hush/experimental/contrib/blt-1.0
  BLT_LIBRARY = /usr/prac/se/hush/experimental/contrib/blt-1.0/library
  INSTALL_DIR = /usr/prac/se/hush/experimental/contrib/lib
 INSTLIBFLAGS =	-m 0644

# ------------------------------------------------------------------------
# 	Directories containing Tcl and Tk include files and libraries
#
   TCL_INCDIR = -I/home/eliens/dv/tk/tcl-tk/include
    TK_INCDIR = -I/home/eliens/dv/tk/tcl-tk/include
     X_INCDIR = -I


# ------------------------------------------------------------------------
# 	Don't edit anything beyond this point
# ------------------------------------------------------------------------
   OBJS = \
	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 
   SRCS = \
	bltGraph.c bltGrAxis.c bltGrElem.c bltGrLegd.c \
        bltGrMisc.c bltGrPS.c bltGrTag.c bltGrHairs.c \
        bltCutbuffer.c bltBell.c \
        bltInit.c bltBgexec.c bltBitmap.c bltBusy.c \
	bltDebug.c bltDragDrop.c bltHtext.c bltList.c bltTable.c \
	bltUtil.c bltWin.c 

      libname = libBLT.a
     INCLUDES = -I. $(TK_INCDIR) $(TCL_INCDIR) $(X_INCDIR)
       CFLAGS = $(CDEBUGFLAGS) $(DEFINES) $(INCLUDES)
      INSTALL = /bin/install -c
       RANLIB = ranlib
           AR = ar rc
           RM = rm -f

all: $(libname)

$(libname):  $(OBJS)
	$(RM) $@
	$(AR) $@ $(OBJS)
	$(RANLIB) $@

install: $(libname)
	@if test ! -d $(TOP_DIR) ; then mkdir $(TOP_DIR); fi
	@if test ! -d $(INSTALL_DIR) ; then mkdir $(INSTALL_DIR); fi
	$(INSTALL) -c $(INSTLIBFLAGS) $(libname) $(INSTALL_DIR)
	$(RANLIB) $(INSTALL_DIR)/$(libname)

clean::
	$(RM) $(OBJS) $(libname) *\~ \#*\#

bltInit.o: Makefile
