CC = @CC@ AR = @AR@ LIBNAME = @LIBNAME@ srcdir = @srcdir@ INCLUDE_DIR = -I@MPI_INCLUDE_DIR@ -I${srcdir}/../include -I../include CFLAGS = @CFLAGS@ $(INCLUDE_DIR) $(OPTS) @VPATH@ AD_XFS_OBJECTS = ad_xfs_close.o ad_xfs_read.o \ ad_xfs_open.o ad_xfs_write.o ad_xfs_done.o \ ad_xfs_fcntl.o ad_xfs_iread.o ad_xfs_iwrite.o ad_xfs_wait.o \ ad_xfs_resize.o ad_xfs_seek.o ad_xfs_hints.o \ ad_xfs.o default: $(LIBNAME) .c.o: $(CC) $(CFLAGS) -c $< $(LIBNAME): $(AD_XFS_OBJECTS) $(AR) $(LIBNAME) $(AD_XFS_OBJECTS) clean: @rm -f *.o