Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/Makefile
[mareframe] / trunk / gadget / Makefile Repository:
ViewVC logotype

Diff of /trunk/gadget/Makefile

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

revision 23, Mon Apr 17 11:28:42 2017 UTC revision 24, Wed Apr 26 09:06:03 2017 UTC
# Line 48  Line 48 
48  #CXXFLAGS = $(DEFINE_FLAGS) -cxxlib -qopenmp -mmic  -DSPECULATIVE  #CXXFLAGS = $(DEFINE_FLAGS) -cxxlib -qopenmp -mmic  -DSPECULATIVE
49  #CXXFLAGS = $(DEFINE_FLAGS) -cxxlib -qopenmp  #CXXFLAGS = $(DEFINE_FLAGS) -cxxlib -qopenmp
50  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
51  CXX = g++-6  CXX = g++#-6
52  LIBDIRS = -L. -L/usr/local/lib  LIBDIRS = -L. -L/usr/local/lib
53  LIBRARIES = -lm  LIBRARIES = -lm
54  CXXFLAGS = $(DEFINE_FLAGS) -fopenmp  CXXFLAGS = $(DEFINE_FLAGS) -fopenmp
# Line 136  Line 136 
136                  ar rs libgadgetinput.a $?                  ar rs libgadgetinput.a $?
137    
138  clean   :  clean   :
139                  rm -f $(OBJECTS) libgadgetinput.a                  rm -f $(OBJECTS) libgadgetinput.a gadget
140    
141  depend  :  depend  :
142                  $(CXX) -M -MM $(CXXFLAGS) *.cc                  $(CXX) -M -MM $(CXXFLAGS) *.cc

Legend:
Removed from v.23  
changed lines
  Added in v.24

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

Powered By FusionForge