~fluidity-core/fluidity/global_numbering

« back to all changes in this revision

Viewing changes to femtools/Makefile.in

  • Committer: David Ham
  • Date: 2012-09-27 15:22:54 UTC
  • mfrom: (3475.1.599 fluidity)
  • Revision ID: david.ham@imperial.ac.uk-20120927152254-nr3ohx560wbg8s8n
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  CGAL_Tools_C.o CGAL_Tools.o \
105
105
  Rotated_Boundary_Conditions.o MPI_Interfaces.o Parallel_Tools.o \
106
106
  Fields_Halos.o Profiler.o Profiler_Fortran.o Streamfunction.o \
107
 
  GMSH_Common.o Read_GMSH.o Write_GMSH.o Mesh_Files.o Cell_Numbering.o
108
 
 
 
107
  GMSH_Common.o Read_GMSH.o Write_GMSH.o Mesh_Files.o Cell_Numbering.o \
 
108
  Vertical_Extrapolation.o
109
109
 
110
110
# objects to be included in libfemtools:
111
111
F90LIB_OBJS := ../debug/*.o ../libwm/*.o  \
116
116
 
117
117
.SUFFIXES: .F90 .cpp .c .o .a
118
118
 
119
 
.PHONY: ../include/version.h
120
 
 
121
119
# cancel implicit rule that tries to make .o from .mod with m2c:
122
120
%.o: %.mod
123
121
 
145
143
clean:
146
144
        rm -f *.o *.d *.mod Reference_count_*.F90 $(F90LIB)
147
145
 
148
 
../include/version.h:
149
 
        @$(MAKE) -C ../ include/version.h
 
146
../include/version.h: version-info
 
147
 
 
148
version-info: 
 
149
        @$(MAKE) -C .. include/version.h
 
150
 
 
151
.PHONY: version-info
150
152
 
151
153
Reference_count_%.F90: Reference_count_interface_%.F90
152
154
        @true