diff options
author | pants <jaron@kent-dobias.com> | 2016-09-08 12:57:11 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-08 12:57:11 -0400 |
commit | f5f3c015852b34e5c6a0f26a0076b8a56cc06551 (patch) | |
tree | 9bf2798f3658d18adc84ae2c2f65b5b9acb01fc3 /makefile | |
parent | 827598ee6f1bc1fd5eb8e7251e5bf24a02cc8a7e (diff) | |
parent | bc5ee4076225c9d06b35d1ab7512fe2c4f210208 (diff) | |
download | fuse_networks-f5f3c015852b34e5c6a0f26a0076b8a56cc06551.tar.gz fuse_networks-f5f3c015852b34e5c6a0f26a0076b8a56cc06551.tar.bz2 fuse_networks-f5f3c015852b34e5c6a0f26a0076b8a56cc06551.zip |
t Merge branch 'master' of gligible.lassp.cornell.edu:jkentdobias/fracture
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = break_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 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/%} |