[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / posix / file

File: [local] / prex-old / usr / lib / posix / file / Makefile.inc (download)

Revision 1.1.1.1.2.1, Wed Aug 13 16:12:39 2008 UTC (15 years, 9 months ago) by nbrk
Branch: PREX_0_8_BASE
Changes since 1.1.1.1: +1 -1 lines

Prex 0.8.0 has been released. Branch off from vanilla PREX_0_7_BASE preparing
the tree for backporting my changes.

VPATH:=	$(SRCDIR)/usr/lib/posix/file:$(VPATH)

SRCS+=	__file.c \
	mount.c umount.c sync.c \
	access.c creat.c open.c close.c read.c write.c lseek.c rewinddir.c \
	fstat.c stat.c lstat.c fsync.c dup.c dup2.c \
	opendir.c closedir.c readdir.c rename.c chdir.c getcwd.c \
	link.c unlink.c rmdir.c mkdir.c mknod.c chmod.c chown.c \
	umask.c ioctl.c fcntl.c pipe.c