aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/Makefile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-17 23:26:07 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 23:26:07 +0800
commit61c7e9781c1bb3447fc5ae2362ebbac12158e4d3 (patch)
treed934cfc647e4db8def2d6bbf48a4230fdae18aae /mass_profile/Makefile
parent405b19cfb985f2f34570c403ef14876bccd502a3 (diff)
downloadchandra-acis-analysis-61c7e9781c1bb3447fc5ae2362ebbac12158e4d3.tar.bz2
Remove the unused 'fit_nfw_sbp.cpp' with 'nfw_ne.hpp'
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r--mass_profile/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mass_profile/Makefile b/mass_profile/Makefile
index c13b312..67e9aae 100644
--- a/mass_profile/Makefile
+++ b/mass_profile/Makefile
@@ -23,7 +23,7 @@ endif
OPT_UTIL_INC ?= -I../opt_utilities
-TARGETS= fit_nfw_sbp fit_dbeta_sbp fit_beta_sbp \
+TARGETS= fit_dbeta_sbp fit_beta_sbp \
fit_wang2012_model \
fit_nfw_mass fit_mt_pl fit_lt_pl fit_mt_bpl \
fit_lt_bpl calc_lx_dbeta calc_lx_beta
@@ -33,8 +33,6 @@ all: $(TARGETS)
# NOTE:
# Object/source files should placed *before* libraries (order matters)
-fit_nfw_sbp: fit_nfw_sbp.o
- $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)
fit_dbeta_sbp: fit_dbeta_sbp.o beta_cfg.o report_error.o
$(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC)
@@ -67,9 +65,6 @@ fit_lt_bpl: fit_lt_bpl.cpp
$(CXX) $(CXXFLAGS) $< -o $@ $(OPT_UTIL_INC)
-fit_nfw_sbp.o: fit_nfw_sbp.cpp nfw_ne.hpp $(HEADERS)
- $(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC)
-
fit_dbeta_sbp.o: fit_dbeta_sbp.cpp constrained_dbeta.hpp $(HEADERS)
$(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC)