2008-12-10 02:49:02 +03:00
|
|
|
PROGS = no_op sigusr_trap spin orte_nodename orte_spawn orte_loop_spawn orte_loop_child orte_abort get_limits orte_ring spawn_child orte_tool orte_no_op binom oob_stress iof_stress iof_delay radix orte_barrier
|
2006-06-08 22:27:17 +04:00
|
|
|
|
|
|
|
all: $(PROGS)
|
|
|
|
|
2006-08-15 23:54:10 +04:00
|
|
|
CC = ortecc
|
2006-06-08 22:27:17 +04:00
|
|
|
CFLAGS = -g
|
2006-08-15 23:54:10 +04:00
|
|
|
CXX = ortec++
|
2006-06-08 22:27:17 +04:00
|
|
|
CXXFLAGS = -g
|
|
|
|
FFLAGS = -g
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f $(PROGS) *~
|