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 / star / Makefile < prev    next >
Makefile  |  1999-11-14  |  900b  |  27 lines

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. SRCROOT=    ..
  4. RULESDIR=    RULES
  5. include        $(SRCROOT)/$(RULESDIR)/rules.top
  6. ###########################################################################
  7.  
  8. INSDIR=        bin
  9. TARGET=        star
  10. HARDLINKS=    ustar
  11. CPPOPTS +=    -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE
  12. #CPPOPTS +=    -DFIFO -DUSE_MMAP
  13. CFILES=        star.c header.c list.c extract.c create.c append.c diff.c \
  14.         star_unix.c \
  15.         buffer.c dirtime.c lhash.c \
  16.         hole.c longnames.c names.c remote.c \
  17.         table.c props.c \
  18.         fifo.c device.c
  19. HFILES=        star.h starsubs.h dirtime.h xutimes.h \
  20.         table.h props.h fifo.h diff.h mtio.h
  21. LIBS=        -lschily $(LIB_SOCKET)
  22. XMK_FILE=    Makefile.man
  23.  
  24. ###########################################################################
  25. include        $(SRCROOT)/$(RULESDIR)/rules.cmd
  26. ###########################################################################
  27.