Print this page
make: unifdef SUN5_0 (defined)


  13 
  14 LIBRARY =       libvroot.a
  15 VERS =          .1
  16 OBJECTS =       access.o        \
  17                 args.o          \
  18                 chdir.o         \
  19                 chmod.o         \
  20                 chown.o         \
  21                 chroot.o        \
  22                 creat.o         \
  23                 execve.o        \
  24                 lock.o          \
  25                 lstat.o         \
  26                 mkdir.o         \
  27                 mount.o         \
  28                 open.o          \
  29                 readlink.o      \
  30                 report.o        \
  31                 rmdir.o         \
  32                 stat.o          \
  33                 statfs.o        \
  34                 truncate.o      \
  35                 unlink.o        \
  36                 unmount.o       \
  37                 utimes.o        \
  38                 vroot.o         \
  39                 setenv.o
  40 
  41 include $(SRC)/lib/Makefile.lib
  42 include ../../Makefile.com
  43 
  44 LIBS = $(LIBRARY)
  45 SRCDIR = ../
  46 MAPFILES=
  47 CPPFLAGS += -D_FILE_OFFSET_BITS=64
  48 
  49 all: $(LIBS)
  50 
  51 install: all
  52 
  53 lint:
  54 
  55 include $(SRC)/lib/Makefile.targ


  13 
  14 LIBRARY =       libvroot.a
  15 VERS =          .1
  16 OBJECTS =       access.o        \
  17                 args.o          \
  18                 chdir.o         \
  19                 chmod.o         \
  20                 chown.o         \
  21                 chroot.o        \
  22                 creat.o         \
  23                 execve.o        \
  24                 lock.o          \
  25                 lstat.o         \
  26                 mkdir.o         \
  27                 mount.o         \
  28                 open.o          \
  29                 readlink.o      \
  30                 report.o        \
  31                 rmdir.o         \
  32                 stat.o          \

  33                 truncate.o      \
  34                 unlink.o        \

  35                 utimes.o        \
  36                 vroot.o         \
  37                 setenv.o
  38 
  39 include $(SRC)/lib/Makefile.lib
  40 include ../../Makefile.com
  41 
  42 LIBS = $(LIBRARY)
  43 SRCDIR = ../
  44 MAPFILES=
  45 CPPFLAGS += -D_FILE_OFFSET_BITS=64
  46 
  47 all: $(LIBS)
  48 
  49 install: all
  50 
  51 lint:
  52 
  53 include $(SRC)/lib/Makefile.targ