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 / inc / avoffset.mk < prev    next >
Text File  |  2000-05-28  |  547b  |  17 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=        avoffset.h
  10. TARGETC=    avoffset
  11. CPPOPTS +=    -DUSE_SCANSTACK
  12. CFILES=        avoffset.c getfp.c
  13.  
  14. ###########################################################################
  15. include        $(SRCROOT)/$(RULESDIR)/rules.inc
  16. ###########################################################################
  17.