-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGNUmakefile
More file actions
27 lines (18 loc) · 736 Bytes
/
GNUmakefile
File metadata and controls
27 lines (18 loc) · 736 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
# -*- Mode: Makefile -*-
# trace the chain of included makefiles
makefiles += releasedExamples_AMRPoisson_execVariableCoefficient
## Define the variables needed by Make.example
# the base name(s) of the application(s) in this directory
ebase = Main_PoissonSolver
# the location of the Chombo "lib" directory
#CHOMBO_HOME = /home/cosmos/users/eal40/Chombo2/Chombo-3.2/lib
# names of Chombo libraries needed by this program, in order of search.
LibNames = AMRElliptic AMRTools BoxTools
# the locations of the source code directories
base_dir = .
# input file for 'run' target
INPUT = params.txt
# application-specific targets
src_dirs := Source
# shared code for building example programs
include $(CHOMBO_HOME)/mk/Make.example