diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 23:34:26 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 23:35:52 +0800 |
commit | cbac4d2fb3e8c290354a861bdf3866ea5e5bec8a (patch) | |
tree | ad458c9dbfd62c3d80c4559eea86e6e2b171fc3c /mass_profile/Makefile | |
parent | f77885e968e30b28669b4d24af75ec4e7bb0a41e (diff) | |
download | chandra-acis-analysis-cbac4d2fb3e8c290354a861bdf3866ea5e5bec8a.tar.bz2 |
Remove the obsolete 'constrained_dbeta.hpp'
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r-- | mass_profile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mass_profile/Makefile b/mass_profile/Makefile index a2067ad..17b7a0e 100644 --- a/mass_profile/Makefile +++ b/mass_profile/Makefile @@ -51,7 +51,7 @@ calc_lx_beta: calc_lx_beta.o beta_cfg.o dump_fit_qdp.o $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC) -fit_dbeta_sbp.o: fit_dbeta_sbp.cpp constrained_dbeta.hpp $(HEADERS) +fit_dbeta_sbp.o: fit_dbeta_sbp.cpp $(HEADERS) $(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC) fit_beta_sbp.o: fit_beta_sbp.cpp beta.hpp $(HEADERS) @@ -63,7 +63,7 @@ fit_wang2012_model.o: fit_wang2012_model.cpp wang2012_model.hpp chisq.hpp fit_nfw_mass.o: fit_nfw_mass.cpp nfw.hpp chisq.hpp $(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC) -calc_lx_dbeta.o: calc_lx_dbeta.cpp constrained_dbeta.hpp $(HEADERS) +calc_lx_dbeta.o: calc_lx_dbeta.cpp $(HEADERS) $(CXX) $(CXXFLAGS) -c $< $(OPT_UTIL_INC) calc_lx_beta.o: calc_lx_beta.cpp beta.hpp $(HEADERS) |