diff options
author | pants <jaron@kent-dobias.com> | 2016-09-08 11:54:06 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-08 11:54:06 -0400 |
commit | b74bf87fd7eb2e75e71f6b667bd12b0ca7a31c11 (patch) | |
tree | c3fa46f10f6ae8604c4e784febc3eaa49b51b821 /makefile_hal | |
parent | a264723b23d9ad6c3cb13450a6cf4b131f8d7338 (diff) | |
download | fuse_networks-b74bf87fd7eb2e75e71f6b667bd12b0ca7a31c11.tar.gz fuse_networks-b74bf87fd7eb2e75e71f6b667bd12b0ca7a31c11.tar.bz2 fuse_networks-b74bf87fd7eb2e75e71f6b667bd12b0ca7a31c11.zip |
cleaned up old files that don't matter
Diffstat (limited to 'makefile_hal')
-rw-r--r-- | makefile_hal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile_hal b/makefile_hal index 84b9b3a..8c33924 100644 --- a/makefile_hal +++ b/makefile_hal @@ -1,10 +1,10 @@ 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 = break_data bound_set bin_values correlations beta_scales randfuncs net get_dual_clusters coursegrain break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor update_boundary get_file update_beta gen_voltcurmat graph_create free_network fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch -BIN = corr_test voro_fracture fracture +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 +BIN = corr_test fracture all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%} |