libipc-old/project.zsh

22 lines
440 B
Bash
Raw Normal View History

package=ipc
2020-01-28 13:42:49 +01:00
version=0.5.1
2019-11-14 20:44:18 +01:00
variables+=(CFLAGS "-Wall -Wextra -g")
2019-07-27 15:46:04 +02:00
2020-01-28 13:42:49 +01:00
targets=(libipc src/ipc.h src/usocket.h src/message.h src/fs.h src/utils.h man/libipc.7)
type[libipc]=library
sources[libipc]="$(ls src/*.c)"
2019-07-27 15:46:04 +02:00
cflags[libipc]="-std=c11"
type[src/ipc.h]=header
2020-01-28 13:42:49 +01:00
type[src/usocket.h]=header
type[src/message.h]=header
type[src/fs.h]=header
type[src/utils.h]=header
2019-08-28 12:41:24 +02:00
type[man/libipc.7]=scdocman
2019-08-28 12:41:24 +02:00
dist=(Makefile project.zsh src/ipc.h man/*.scd)