blob: 283094f42ebca8e901fa2f9cf9e80c22a1e146ce [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001#
2# $Id$
3#
4
Roland McGrath276ceb32007-11-13 08:12:12 +00005all: vfork fork sig skodic clone leaderkill childthread
Roland McGrathe1e57b22007-07-05 18:43:18 +00006
7leaderkill: LDFLAGS += -pthread
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00008
Roland McGrath276ceb32007-11-13 08:12:12 +00009childthread: LDFLAGS += -pthread
10
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000011clean distclean:
Roland McGrathe1e57b22007-07-05 18:43:18 +000012 rm -f clone vfork fork sig leaderkill *.o core
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000013