config root man

Current Path : /usr/src/tools/regression/pthread/unwind/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/tools/regression/pthread/unwind/Makefile

# $FreeBSD: release/9.1.0/tools/regression/pthread/unwind/Makefile 213155 2010-09-25 04:26:40Z davidxu $
all: main_thread_exit thread_normal_exit sem_wait_cancel \
     cond_wait_cancel cond_wait_cancel2 catch_pthread_exit

.cpp:
	c++ -o $@ $< -lpthread
	
main_thread_exit: main_thread_exit.cpp
thread_normal_exit: thread_normal_exit.cpp
sem_wait_cancel: sem_wait_cancel.cpp
cond_wait_cancel: cond_wait_cancel.cpp
cond_wait_cancel2: cond_wait_cancel2.cpp
catch_pthread_exit: catch_pthread_exit.cpp

clean: .PHONY
	rm -rf main_thread_exit thread_normal_exit sem_wait_cancel \
	cond_wait_cancel cond_wait_cancel2 catch_pthread_exit

Man Man