1 # Makefile for the UNIX Domain Sockets driver (UDS)
3 SRCS
= uds.c io.c stat.c
8 FILESDIR
= /etc
/system.conf.d
10 DPADD
+= ${LIBSOCKEVENT} ${LIBSOCKDRIVER} ${LIBSYS} ${LIBTIMERS}
11 LDADD
+= -lsockevent
-lsockdriver
-lsys
-ltimers
13 .if
!empty
(DBG
:M-Os
) ||
!empty
(CFLAGS
:M-Os
) || \
14 !empty
(DBG
:M-Og
) ||
!empty
(CFLAGS
:M-Og
) || \
15 !empty
(DBG
:M-g
) ||
!empty
(CFLAGS
:M-g
)
16 #LSC: -Wno-maybe-uninitialized while compiling with -DNDEBUG -Os
17 #LSC: -Wno-maybe-uninitialized while compiling with -DNDEBUG -Og
18 CWARNFLAGS.gcc
+= -Wno-maybe-uninitialized
23 .
include <minix.service.mk
>