aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/Makefile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-16 23:36:41 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 01:16:47 +0800
commit3da99b5716ecad5fb97c6f979e267ba10a6f6276 (patch)
tree58702bb79325e690c8834a59138c8a6bb22e84c5 /mass_profile/Makefile
parent3c1fb2657e18a33e2a44bef03a4d8f310e1141c3 (diff)
downloadchandra-acis-analysis-3da99b5716ecad5fb97c6f979e267ba10a6f6276.tar.bz2
Remove 'calc_lx.cpp' (superseded by calc_lx_{beta,dbeta}.cpp)
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r--mass_profile/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mass_profile/Makefile b/mass_profile/Makefile
index 3bf9aa0..4f037e6 100644
--- a/mass_profile/Makefile
+++ b/mass_profile/Makefile
@@ -25,7 +25,7 @@ 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_nfw_mass calc_lx fit_mt_pl fit_lt_pl fit_mt_bpl \
+ 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
@@ -51,9 +51,6 @@ fit_nfw_mass: fit_nfw_mass.o
fit_direct_beta: fit_direct_beta.o
$(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)
-calc_lx: calc_lx.o calc_distance.o
- $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)
-
calc_lx_dbeta: calc_lx_dbeta.o beta_cfg.o report_error.o
$(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)