This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/ThirdParty/mingwBuild/x64/patches/ParMGridGen-1.0/Makefile.in

65 lines
1.4 KiB
Makefile
Raw Normal View History

2015-08-04 12:39:06 +00:00
#--------------------------------------------------------------------------
2015-08-04 12:39:06 +00:00
# Which make to use
2015-08-04 12:39:06 +00:00
make = gmake
# Which compiler to use
# CC is the compiler for the serial code
# PARCC is the compiter for the parallel code
CC = gcc
PARCC = gcc
# What optimization level to use
OPTFLAGS = -O3
# What options to be used by the compiler
2015-08-04 12:39:06 +00:00
COPTIONS =
2015-08-04 12:39:06 +00:00
# Which loader to use
LD = gcc
PARLD = gcc
# What options to be used by the loader
LDOPTIONS = -O3
2015-08-04 12:39:06 +00:00
# Where to put the executable
2015-08-04 12:39:06 +00:00
BINDIR = ../..
# Additional libraries
DMALLOCDIR = /usr/local
IMLIBDIR = ../../MGridGen/IMlib
# Include directories for the compiler
INCDIR = -I$(MPI_ROOTDIR)/include -I$(EXTRA_SYSTEM_HOME)/include
# In which directories to look for any additional libraries
LIBDIR = -L../.. \
-L$(MPI_ROOTDIR)/lib
# Set some flags
DEBUGFLAGS =
# What additional libraries to link the programs with (eg., -lmpi)
LIBS = -lmgrid -lm
PARLIBS = -lparmgrid -lmgrid -lmpi -lm
# What archiving to use
AR = ar rv
# What to use for indexing the archive
#RANLIB = ranlib
RANLIB = ar -ts
#--------------------------------------------------------------------------
2015-08-04 12:39:06 +00:00
#
2015-08-04 12:39:06 +00:00
# Do not change any of the following
#
VERNUM = 1.0
#*************************************************************************
# Compilation flags
#*************************************************************************
ddmalloc = no
dmalloc = no
debug = no