This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-11-20 10:44:49 +01:00
|
|
|
|
|
|
|
package=ipc
|
2019-10-26 18:17:20 +02:00
|
|
|
version=0.4.0
|
2018-11-20 10:44:49 +01:00
|
|
|
|
2019-11-14 20:44:18 +01:00
|
|
|
variables+=(CFLAGS "-Wall -Wextra -g")
|
2019-07-27 15:46:04 +02:00
|
|
|
|
2018-11-20 10:44:49 +01:00
|
|
|
targets=(libipc src/ipc.h man/libipc.7)
|
|
|
|
|
|
|
|
type[libipc]=library
|
|
|
|
sources[libipc]="$(ls src/*.c)"
|
2019-07-27 15:46:04 +02:00
|
|
|
cflags[libipc]="-std=c11"
|
2018-11-20 10:44:49 +01:00
|
|
|
|
|
|
|
type[src/ipc.h]=header
|
|
|
|
|
2019-08-28 12:41:24 +02:00
|
|
|
type[man/libipc.7]=scdocman
|
2018-11-20 10:44:49 +01:00
|
|
|
|
2019-08-28 12:41:24 +02:00
|
|
|
dist=(Makefile project.zsh src/ipc.h man/*.scd)
|
2018-11-20 10:44:49 +01:00
|
|
|
|