You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
474 B
23 lines
474 B
cc_library_shared { |
|
name: "libdaemon", |
|
|
|
srcs: [ |
|
"libdaemon/dexec.c", |
|
"libdaemon/dfork.c", |
|
"libdaemon/dlog.c", |
|
"libdaemon/dnonblock.c", |
|
"libdaemon/dpid.c", |
|
"libdaemon/dsignal.c", |
|
], |
|
|
|
export_include_dirs: ["."], |
|
|
|
cflags: [ |
|
"-Wall", |
|
"-Werror", |
|
"-Wno-error=user-defined-warnings", |
|
"-Wno-unused-parameter", |
|
"-DHAVE_CONFIG_H", |
|
"-DLOCALSTATEDIR=\"/var\"", |
|
], |
|
}
|
|
|