~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: colin.cotter at ac
  • Date: 2012-02-13 14:24:01 UTC
  • mfrom: (3565.1.362 fluidity)
  • Revision ID: colin.cotter@imperial.ac.uk-20120213142401-fz23s9jmvc8jjiy6
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        $(FLLINKER) -o $@ $(filter %.o,$^) -l$(FLUIDITY) $(LIBS)
138
138
 
139
139
$(VISUALISE_ELEMENTS): visualise_elements.o
140
 
        $(FLINKER) $(CXXFLAGS) -o $@ $(filter %.o,$^) -l$(FLUIDITY) $(LIBS)
 
140
        $(FLLINKER) $(CXXFLAGS) -o $@ $(filter %.o,$^) -l$(FLUIDITY) $(LIBS)
141
141
 
142
142
$(TIME_AVERAGE_PARALLEL): time_average_parallel.o
143
143
        $(FLLINKER) -o $@ $(filter %.o,$^) -l$(FLUIDITY) $(LIBS)