home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / library / Makefile < prev   
Encoding:
Makefile  |  1994-08-21  |  1.0 KB  |  43 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # ------------------------------------------------------------------------
  3. #     Makefile for library files and directories of BLT library
  4. # ------------------------------------------------------------------------
  5.  
  6. INSTALL      = /usr/bin/install -c
  7. INSTALL_DATA = $(INSTALL) -m 644
  8. BLT_LIBRARY  = /usr/local/lib/blt
  9. RM           = rm -f
  10. SHELL        = /bin/sh
  11. FILES        = bltGraph.pro
  12. srcdir         = .
  13.  
  14. all:
  15.  
  16. install-top:
  17.     @if test -d $(BLT_LIBRARY) ; then \
  18.         : ; \
  19.     else \
  20.         mkdir $(BLT_LIBRARY) ; \
  21.     fi
  22.  
  23. install-dragdrop: install-top
  24.     @if test -d $(BLT_LIBRARY)/dd_protocols ; then \
  25.         : ; \
  26.         else \
  27.         mkdir $(BLT_LIBRARY)/dd_protocols ; \
  28.     fi
  29.     @set -x; for i in $(srcdir)/dd_protocols/*tcl* ; do \
  30.         $(INSTALL_DATA) $$i $(BLT_LIBRARY)/dd_protocols ; \
  31.     done 
  32.  
  33. install-files: install-top
  34.     @set -x; for i in $(srcdir)/$(FILES) ; do \
  35.         $(INSTALL_DATA) $$i $(BLT_LIBRARY) ; \
  36.     done 
  37.  
  38. install: install-dragdrop install-files
  39.  
  40. clean:
  41.     $(RM) *\~ "#"*
  42.  
  43.