summaryrefslogtreecommitdiff
path: root/makefile_hal
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-09-08 12:46:49 -0400
committerpants <jaron@kent-dobias.com>2016-09-08 12:46:49 -0400
commit9c6505dace488032dc4f5e3bbb8c5a4cb154b429 (patch)
tree7d2323a5bb0d01a1675905dcdf7289bf33d03e4f /makefile_hal
parent2b7e4f906d8595994c36f9254574caff13c172a4 (diff)
downloadfuse_networks-9c6505dace488032dc4f5e3bbb8c5a4cb154b429.tar.gz
fuse_networks-9c6505dace488032dc4f5e3bbb8c5a4cb154b429.tar.bz2
fuse_networks-9c6505dace488032dc4f5e3bbb8c5a4cb154b429.zip
more refactoring
Diffstat (limited to 'makefile_hal')
-rw-r--r--makefile_hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile_hal b/makefile_hal
index 78e83fe..72023fb 100644
--- a/makefile_hal
+++ b/makefile_hal
@@ -3,7 +3,7 @@ CC = clang
CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -fopenmp
LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler -ltcmalloc
-OBJ = break_data bound_set correlations randfuncs net get_dual_clusters break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor gen_voltcurmat graph_create free_network fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch
+OBJ = data bound_set correlations graph_genfunc net_create net_copy net_free get_dual_clusters break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor gen_voltcurmat graph_create graph_free fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch
BIN = corr_test fracture
all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%}