aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r--mass_profile/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mass_profile/Makefile b/mass_profile/Makefile
index 4f037e6..1d7f48b 100644
--- a/mass_profile/Makefile
+++ b/mass_profile/Makefile
@@ -24,7 +24,7 @@ endif
OPT_UTIL_INC ?= -I../opt_utilities
TARGETS= fit_nfw_sbp fit_dbeta_sbp fit_beta_sbp \
- fit_direct_beta calc_distance fit_wang2012_model \
+ fit_direct_beta fit_wang2012_model \
fit_nfw_mass fit_mt_pl fit_lt_pl fit_mt_bpl \
fit_lt_bpl cooling_time calc_lx_dbeta calc_lx_beta
HEADERS= projector.hpp spline.hpp vchisq.hpp
@@ -57,9 +57,6 @@ calc_lx_dbeta: calc_lx_dbeta.o beta_cfg.o report_error.o
calc_lx_beta: calc_lx_beta.o beta_cfg.o dump_fit_qdp.o
$(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)
-calc_distance: calc_distance_main.o calc_distance.o
- $(CXX) $(CXXFLAGS) -o $@ $^
-
fit_mt_pl: fit_mt_pl.cpp
$(CXX) $(CXXFLAGS) $< -o $@ $(OPT_UTIL_INC)
@@ -106,9 +103,6 @@ report_error.o: report_error.cpp report_error.hpp
dump_fit_qdp.o: dump_fit_qdp.cpp dump_fit_qdp.hpp
$(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC)
-calc_distance.o: calc_distance.cc calc_distance.h adapt_trapezoid.h
- $(CXX) $(CXXFLAGS) -c $<
-
%.o: %.cc
$(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC)