forked from avr-aics-riken/Cutlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake_setting
More file actions
44 lines (33 loc) · 914 Bytes
/
make_setting
File metadata and controls
44 lines (33 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
##############################################################################
#
# Cutlib - Cut Information Library
#
# Copyright (c) 2010-2011 VCAD System Research Program, RIKEN.
# All rights reserved.
#
# Copyright (c) 2012-2014 Advanced Institute for Computational Science, RIKEN.
# All rights reserved.
#
##############################################################################
#
# Install Dir
CUT_DIR = /usr/local/Cutlib
CXX = icpc
#CXX = g++
# Specify compiler option
CXXFLAGS =
CXXFLAGS += -O3 -Wall -openmp
#CXXFLAGS += -O3 -Wall -fopenmp
# Library path
POLYLIB_DIR = /usr/local/FFV/Polylib
TP_DIR = /usr/local/FFV/TextParser
# Octree >> MRpFTT_SGI_20080428
#OCTREE_DIR = $(HOME)/sgi-octree
DEFINES =
DEFINES += -DCUTINFO_NORMAL_DOUBLE
#DEFINES += -DCUTLIB_TIMING
#DEFINES += -DCUTLIB_OCTREE
#DEFINES += -DCUTLIB_DEBUG
AR = ar cru
RANLIB = ranlib
RM = \rm -f