home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / TEMPLATES / Makefile.scr < prev    next >
Makefile  |  1997-03-04  |  640b  |  18 lines

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. # Sample makefile for installing localized shell scripts
  4. ###########################################################################
  5. SRCROOT=    ../..
  6. RULESDIR=    RULES
  7. include        $(SRCROOT)/$(RULESDIR)/rules.top
  8. ###########################################################################
  9.  
  10. INSDIR=        bin
  11. TARGET=        test
  12. SCRFILE=    test.sh
  13. XMK_FILE=    Makefile.man
  14.  
  15. ###########################################################################
  16. include        $(SRCROOT)/$(RULESDIR)/rules.scr
  17. ###########################################################################
  18.