blob: ccf27f73d6aa8ccb796d047c312a1c0592d7c453 [file] [log] [blame]
add_object_library(
file
SRCS
file.cpp
HDRS
file.h
DEPENDS
libc.include.fcntl
libc.include.stdio
libc.include.sys_syscall
libc.src.__support.CPP.new
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
libc.src.__support.error_or
libc.src.__support.File.file
)
add_object_library(
stdout
SRCS
stdout.cpp
DEPENDS
.file
)
add_object_library(
stdin
SRCS
stdin.cpp
DEPENDS
.file
)
add_object_library(
stderr
SRCS
stderr.cpp
DEPENDS
.file
)
add_object_library(
linux_dir
SRCS
dir.cpp
DEPENDS
libc.include.fcntl
libc.include.sys_syscall
libc.src.__support.OSUtil.osutil
libc.src.__support.error_or
libc.src.errno.errno
libc.src.__support.File.dir
)