diff options
author | pants <jaron@kent-dobias.com> | 2016-09-09 14:34:33 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-09 14:34:33 -0400 |
commit | dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5 (patch) | |
tree | 1d8ab8361b06501ee75751198de53a475c0eeafa /makefile_hal | |
parent | 03de79b8c5ebcc206e3450dfbc701211d9c254b0 (diff) | |
download | fuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.tar.gz fuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.tar.bz2 fuse_networks-dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5.zip |
changed makefiles too
Diffstat (limited to 'makefile_hal')
-rw-r--r-- | makefile_hal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile_hal b/makefile_hal index 72023fb..1af90c4 100644 --- a/makefile_hal +++ b/makefile_hal @@ -1,9 +1,9 @@ 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 +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/%} |