From 69b88a98a8d40e064993b316a36573e3a0ac0666 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 28 May 2016 09:55:23 +0800 Subject: Move tools/cosmo_calc to another repo 'atoolbox' --- tools/cosmo_calc/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tools/cosmo_calc/Makefile (limited to 'tools/cosmo_calc/Makefile') diff --git a/tools/cosmo_calc/Makefile b/tools/cosmo_calc/Makefile deleted file mode 100644 index abd12bb..0000000 --- a/tools/cosmo_calc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -## -## Makefile for `calc_distance' -## -## Junhua Gu -## last modified: August 12, 2012 -## - -CPP= g++ -CPPFLAGS= -Wall -g - -TARGET= cosmo_calc - -all: $(TARGET) - -cosmo_calc: calc_distance.o ddivid.o main.o - $(CPP) $(CPPFLAGS) $^ -o $@ - -calc_distance.o: calc_distance.cc calc_distance.h - $(CPP) $(CPPFLAGS) -c $< - -ddivid.o: ddivid.cc ddivid.h - $(CPP) $(CPPFLAGS) -c $< - -main.o: main.cc ddivid.h calc_distance.h - $(CPP) $(CPPFLAGS) -c $< - -clean: - rm -f *.o - rm -f $(TARGET) - - -- cgit v1.2.2