[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 (vendor branch), Tue Jun 3 09:38:49 2008 UTC (16 years ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_7_BASE, HEAD
Branch point for: PREX_0_8_BASE
Changes since 1.1: +0 -0 lines

Yeah, this is an initial import of Prex, portable real-time microkernel 
operating system. I wanna hack it for non-profit but fun, so let it in.

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