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.inc < prev    next >
Makefile  |  1999-08-28  |  513b  |  16 lines

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. SRCROOT=    ..
  4. RULESDIR=    RULES
  5. include        $(SRCROOT)/$(RULESDIR)/rules.top
  6. ###########################################################################
  7.  
  8. INSDIR=        include
  9. TARGET=        align.h
  10. TARGETC=    align_test
  11. CFILES=        align_test.c
  12.  
  13. ###########################################################################
  14. include        $(SRCROOT)/$(RULESDIR)/rules.inc
  15. ###########################################################################
  16.