Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / ThirdParty / mingwBuild / x64 / patches / ParMGridGen-1.0 / Makefile.in
blob603f98fc7c896c1c83190e48f0c24a7688c5ab25
1 #--------------------------------------------------------------------------
2 # Which make to use
3 make = gmake
5 # Which compiler to use
6 # CC is the compiler for the serial code
7 # PARCC is the compiter for the parallel code
8 CC = gcc
9 PARCC = gcc
11 # What optimization level to use
12 OPTFLAGS = -O3
14 # What options to be used by the compiler
15 COPTIONS =
17 # Which loader to use
18 LD = gcc
19 PARLD = gcc
21 # What options to be used by the loader
22 LDOPTIONS = -O3
24 # Where to put the executable
25 BINDIR = ../..
27 # Additional libraries
28 DMALLOCDIR = /usr/local
29 IMLIBDIR = ../../MGridGen/IMlib
31 # Include directories for the compiler
32 INCDIR = -I$(MPI_ROOTDIR)/include -I$(EXTRA_SYSTEM_HOME)/include
34 # In which directories to look for any additional libraries
35 LIBDIR = -L../.. \
36 -L$(MPI_ROOTDIR)/lib
38 # Set some flags
39 DEBUGFLAGS =
41 # What additional libraries to link the programs with (eg., -lmpi)
42 LIBS = -lmgrid -lm
43 PARLIBS = -lparmgrid -lmgrid -lmpi -lm
46 # What archiving to use
47 AR = ar rv
49 # What to use for indexing the archive
50 #RANLIB = ranlib
51 RANLIB = ar -ts
53 #--------------------------------------------------------------------------
55 # Do not change any of the following
57 VERNUM = 1.0
59 #*************************************************************************
60 # Compilation flags
61 #*************************************************************************
62 ddmalloc = no
63 dmalloc = no
64 debug = no