# Generated automatically from Makefile.in by configure.
# ------------------------------------------------------------------------
# 	Makefile for library files and directories of BLT library
# ------------------------------------------------------------------------

      INSTALL = /bin/install -c
      TOP_DIR = /usr/local/blt
  INSTALL_DIR = /usr/local/blt/library
 INSTALLFLAGS = -m 0644
           RM = rm -rf
	   CP = cp -rp

        FILES = bltGraph.pro
	 DIRS = dd_protocols

all:

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

install:
	@if test ! -d $(TOP_DIR) ; then mkdir $(TOP_DIR) ; fi
	@if test ! -d $(INSTALL_DIR) ; then mkdir $(INSTALL_DIR) ; fi
	@set -x; for i in $(FILES) ; do \
	    $(INSTALL) -c $(INSTALLFLAGS) $$i $(INSTALL_DIR) ; \
	done 
	@set -x; for i in $(DIRS) ; do \
	    $(RM) $(INSTALL_DIR)/$$i ; \
	    $(CP) $$i $(INSTALL_DIR) ; \
	done

