home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / src / io / description / module.mk.in < prev    next >
Text File  |  2007-08-14  |  551b  |  24 lines

  1. DIR := src/io/description
  2. LIBSRC += \
  3.     $(DIR)/pvfs-request.c \
  4.     $(DIR)/pint-request.c \
  5.     $(DIR)/pint-distribution.c \
  6.     $(DIR)/pint-dist-utils.c \
  7.     $(DIR)/dist-basic.c \
  8.     $(DIR)/dist-simple-stripe.c \
  9.     $(DIR)/dist-varstrip-parser.c \
  10.     $(DIR)/dist-twod-stripe.c \
  11.     $(DIR)/dist-varstrip.c
  12.  
  13. SERVERSRC += \
  14.     $(DIR)/pvfs-request.c \
  15.     $(DIR)/pint-request.c \
  16.     $(DIR)/pint-distribution.c \
  17.     $(DIR)/pint-dist-utils.c \
  18.     $(DIR)/dist-basic.c \
  19.     $(DIR)/dist-simple-stripe.c \
  20.     $(DIR)/dist-varstrip-parser.c \
  21.     $(DIR)/dist-twod-stripe.c \
  22.     $(DIR)/dist-varstrip.c
  23.  
  24.