Add POSIX test suite 1.5.2 (http://sourceforge.net/projects/posixtest/).
[dragonfly.git] / test / contrib / posixtestsuite-1.5.2 / stress / threads / pthread_create / Makefile
1 # Copyright (c) 2004, Intel Corporation. All rights reserved.
2 # Created by:  adam.li@intel.com
3 # This file is licensed under the GPL license.  For the full content
4 # of this license, see the COPYING file at the top level of this
5 # source tree.
6
7 CFLAGS := -Wall -I../../../include -O2
8 LDFLAGS := -lpthread -lrt
9
10 TARGETS := s-c1 s-c2 stress
11
12 all: $(TARGETS)
13
14 clean:
15         rm -f $(TARGETS)