File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ MACOS ?= 1
5
5
DFANALYZER_DIR ?= ./dfanalyzer
6
6
target := lib/libdfanalyzer.so
7
7
8
-
9
8
# ##############################################################################
10
9
# File management. This is where the source, header, and object files are
11
10
# defined
Original file line number Diff line number Diff line change 1
1
# #####################################################################
2
2
#
3
3
# Template libMesh application Makefile
4
- LIBMESH_DIR ?= /media/vitor/data-linux/program/libmesh
5
- DFANALYZER_DIR ?= /home/vitor/Documents/dev /workflow-sedimentation/program/dfa-lib
4
+ MACOS ?= 1
5
+ DFANALYZER_DIR ?= $( DEV ) /workflow-sedimentation/program/dfa-lib
6
6
7
+ ifeq (${MACOS}, 1)
8
+ LIBMESH_DIR ?= $(PROGRAM)/libmesh_apr_2018
9
+ else
10
+ LIBMESH_DIR ?= $(PROGRAM)/libmesh
11
+ endif
7
12
8
13
# include the library options determined by configure
9
14
include $(LIBMESH_DIR ) /Make.common
@@ -18,7 +23,7 @@ target := ./example-$(METHOD)
18
23
#
19
24
# source files
20
25
srcfiles := $(wildcard * .C)
21
- libmesh_CXXFLAGS += -I$(DFANALYZER_DIR ) /include
26
+ libmesh_CXXFLAGS += -w -I$(DFANALYZER_DIR ) /include
22
27
libmesh_LDFLAGS += -lcurl -L$(DFANALYZER_DIR ) /lib -ldfanalyzer
23
28
24
29
# libmesh_CXXFLAGS += -I$(DFANALYZER_DIR)/include
You can’t perform that action at this time.
0 commit comments