blob: 64bc811fb95de3fddbc6cd159acce3dcc13515ef [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001#
2# $Id$
3#
4
Denys Vlasenko8158e772011-06-08 14:08:59 +02005all: \
6 vfork fork sig skodic clone leaderkill childthread \
7 sigkill_rain wait_must_be_interruptible
Roland McGrathe1e57b22007-07-05 18:43:18 +00008
9leaderkill: LDFLAGS += -pthread
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000010
Roland McGrath276ceb32007-11-13 08:12:12 +000011childthread: LDFLAGS += -pthread
12
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000013clean distclean:
Denys Vlasenko8158e772011-06-08 14:08:59 +020014 rm -f *.o core \
15 vfork fork sig skodic clone leaderkill childthread \
16 sigkill_rain wait_must_be_interruptible