summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-09-09 14:34:33 -0400
committerpants <jaron@kent-dobias.com>2016-09-09 14:34:33 -0400
commitdd7ea5ee420bc9d3e79bcfaff86fa56493425fa5 (patch)
tree1d8ab8361b06501ee75751198de53a475c0eeafa /makefile
parent03de79b8c5ebcc206e3450dfbc701211d9c254b0 (diff)
downloadfuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.tar.gz
fuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.tar.bz2
fuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.zip
changed makefiles too
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a9366e4..f6ea567 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ CC = clang
CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -march=native #-fopenmp
LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler -ltcmalloc
-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
+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
all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%}