summaryrefslogtreecommitdiff
path: root/makefile_hal
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-11-22 00:05:44 -0500
committerpants <jaron@kent-dobias.com>2016-11-22 00:05:44 -0500
commit2a0a38cc14714048c139ec6f46a95b084e1871db (patch)
tree840ae4815928b405b58c1a0b8513371ee4fdf826 /makefile_hal
parentae8014ad662e485f54ea578be67daa477b3936f0 (diff)
parent75be9555b491a740739cc229a48cafce14aa6cab (diff)
downloadfuse_networks-2a0a38cc14714048c139ec6f46a95b084e1871db.tar.gz
fuse_networks-2a0a38cc14714048c139ec6f46a95b084e1871db.tar.bz2
fuse_networks-2a0a38cc14714048c139ec6f46a95b084e1871db.zip
Merge branch 'master' of github:kentdobias/fracture
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 6fb1803..e12d1d7 100644
--- a/makefile_hal
+++ b/makefile_hal
@@ -4,7 +4,7 @@ CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-fi
LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler #-ltcmalloc
OBJ = data bound_set correlations factor_update graph_genfunc net net_voltages net_currents net_conductivity net_fracture get_dual_clusters break_edge graph_components gen_laplacian geometry gen_voltcurmat graph_create graph_free fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory rand
-BIN = corr_test fracture anal_process big_anal_process cen_anal_process
+BIN = corr_test fracture anal_process big_anal_process cen_anal_process long_anal_process
all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%}