Log In | Get Help   
Home My Page Projects Code Snippets Project Openings UPC Operations Microbenchmarking Suite
Summary Activity Tracker Lists Docs News SCM Files
[uoms] Diff of /trunk/uoms/src/Makefile
[uoms] / trunk / uoms / src / Makefile Repository:
ViewVC logotype

Diff of /trunk/uoms/src/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14, Mon Nov 29 18:07:07 2010 UTC revision 15, Tue Nov 30 13:05:36 2010 UTC
# Line 18  Line 18 
18  endif  endif
19    
20    
21  default : usage UOMS.upc data_print$(NT).o utilities$(NT).o affinity$(NT).o mem_manager$(NT).o init$(NT).o timers.o \  default : usage UOMS.upc data_print$(NT).o utilities$(NT).o affinity$(NT).o mem_manager$(NT).o init$(NT).o timers$(NT).o \
22          timers/timers.h          timers/timers.h
23          mkdir -p ../bin          mkdir -p ../bin
24          $(UPCC) $(UPCFLAGS) $(THREADS) UOMS.upc -c -I./timers -o UOMS$(NT).o          $(UPCC) $(UPCFLAGS) $(THREADS) UOMS.upc -c -I./timers -o UOMS$(NT).o
25          $(UPCLINK) $(UPCLINKFLAGS) $(THREADS) -o ../bin/UOMS.$(NTHREADS) *$(NT).o \          $(UPCLINK) $(UPCLINKFLAGS) $(THREADS) -o ../bin/UOMS.$(NTHREADS) *$(NT).o \
26          timers/timers.o utils/*$(NT).o          timers/timers$(NT).o utils/*$(NT).o
27    
28  usage :  usage :
29          @ echo "Type \"make help\" for usage"          @ echo "Type \"make help\" for usage"
30          @ echo " "          @ echo " "
31    
32  timers.o : timers/timers.c  timers$(NT).o : timers/timers.c
33          $(CC) $(CFLAGS) timers/timers.c -c -o timers/timers.o          $(CC) $(CFLAGS) timers/timers.c -c -o timers/timers$(NT).o
34    
35  affinity$(NT).o : affinity.upc  affinity$(NT).o : affinity.upc
36          $(UPCC) $(UPCFLAGS) $(THREADS) affinity.upc -c -o affinity$(NT).o          $(UPCC) $(UPCFLAGS) $(THREADS) affinity.upc -c -o affinity$(NT).o

Legend:
Removed from v.14  
changed lines
  Added in v.15

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge