home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / VTREE / RTR / VTREE. < prev   
Encoding:
Text File  |  1998-07-24  |  1.9 KB  |  101 lines

  1. *** Makefile.orig    Wed Nov  6 09:59:20 1991
  2. --- Makefile    Tue Nov 26 15:46:47 1991
  3. ***************
  4. *** 21,29 ****
  5.   #
  6.   
  7.   # Case 1:
  8. ! #VTREE=vtree
  9. ! #SYS=    -DBSD
  10. ! #NLIB=    -lgetopt
  11.   
  12.   # Case 2:
  13.   #VTREE=vtree
  14. --- 21,29 ----
  15.   #
  16.   
  17.   # Case 1:
  18. ! VTREE=vtree
  19. ! SYS=    -DBSD -DLSTAT
  20. ! NLIB=    # -lgetopt
  21.   
  22.   # Case 2:
  23.   #VTREE=vtree
  24. ***************
  25. *** 36,44 ****
  26.   #NLIB=
  27.   
  28.   # Case 4: sco Xenix-386
  29. ! VTREE=vtree
  30. ! SYS=    -Ox -CSON -DSCO_XENIX 
  31. ! NLIB=    -lmalloc -lx
  32.   
  33.   # Case 5: sco Xenix-286
  34.   #VTREE=vtreeL
  35. --- 36,44 ----
  36.   #NLIB=
  37.   
  38.   # Case 4: sco Xenix-386
  39. ! #VTREE=vtree
  40. ! #SYS=    -Ox -CSON -DSCO_XENIX 
  41. ! #NLIB=    -lmalloc -lx
  42.   
  43.   # Case 5: sco Xenix-286
  44.   #VTREE=vtreeL
  45. ***************
  46. *** 50,66 ****
  47.   #
  48.   #    INSTALL        directory to install vtree in
  49.   
  50. ! INSTALL    =    /usr/local/bin
  51.   
  52.   #    MANDIR        manual page directoryr
  53.   #            (the .L is used on Xenix systems.  Other systems will
  54.   #            be different)
  55.   
  56. ! MANDIR =    /u/man/man.L
  57.   
  58.   #    MANEND        end of man page file name
  59.   
  60. ! MANEND =    L
  61.   
  62.   #    The following OPTIONS may be defined:
  63.   #
  64. --- 50,66 ----
  65.   #
  66.   #    INSTALL        directory to install vtree in
  67.   
  68. ! INSTALL    =    <installdir>/bin
  69.   
  70.   #    MANDIR        manual page directoryr
  71.   #            (the .L is used on Xenix systems.  Other systems will
  72.   #            be different)
  73.   
  74. ! MANDIR =    <installsharedir>/man/man1
  75.   
  76.   #    MANEND        end of man page file name
  77.   
  78. ! MANEND =    1
  79.   
  80.   #    The following OPTIONS may be defined:
  81.   #
  82. *** vtree.c.orig    Wed Nov  6 09:59:24 1991
  83. --- vtree.c    Tue Nov 26 15:48:22 1991
  84. ***************
  85. *** 120,126 ****
  86.   
  87.   
  88.   char           *Program;        /* our name */
  89. ! short           sw_follow_links = 1;    /* follow symbolic links */
  90.   short           sw_summary;        /* print Grand Total line */
  91.   
  92.   int             total_inodes, inodes;    /* inode count */
  93. --- 120,126 ----
  94.   
  95.   
  96.   char           *Program;        /* our name */
  97. ! short           sw_follow_links = 0;    /* follow symbolic links */
  98.   short           sw_summary;        /* print Grand Total line */
  99.   
  100.   int             total_inodes, inodes;    /* inode count */
  101.