1 This is the Solaris ON port of GNU Parted v1.8.8
   2 For more information, please see http://www.gnu.org/software/parted/
   3 
   4 parted has been broken into two pieces: src/lib/libparted and src/cmd/parted
   5 
   6 The Makefiles have all been replaced by ON Makefiles.
   7 
   8 The common directory contains these three subdirectories from parted-1.8.8:
   9 include, lib and libparted
  10 
  11 $(SUBDIR)/config.status:        $(SUBDIR)/configure
  12         cd src; \
  13         MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \
  14         LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE
  15 S) -Wl,-zignore" \
  16         LIBS=-ldiskmgt \
  17         ac_cv_sys_file_offset_bits=no \
  18         ac_cv_func_canonicalize_file_name=yes \
  19         --without-readline --disable-nls \
  20         --without-libintl-prefix \
  21         --disable-dependency-tracking \
  22         --disable-dynamic-loading