diff --git a/src/cluster/Makefile b/src/cluster/Makefile index 7101fa7bc5855d4d1be6f8abc739bbd31f9c203b..6053b980f007f72b410aa7d009e550b09f00ab49 100644 --- a/src/cluster/Makefile +++ b/src/cluster/Makefile @@ -7,6 +7,7 @@ endif include ../make.inc + F_CLU_OBJS=$(OBJDIR)/clu.o $(OBJDIR)/edfb_clu.o CXX_CLU_OBJS=$(OBJDIR)/np_cluster.o $(OBJDIR)/Commons.o $(OBJDIR)/Configuration.o $(OBJDIR)/file_io.o $(OBJDIR)/Parsers.o $(OBJDIR)/sph_subs.o $(OBJDIR)/clu_subs.o $(OBJDIR)/cluster.o diff --git a/src/sphere/Makefile b/src/sphere/Makefile index 49a53b6826421251b5780114f1086f9af292acc1..d1f1c4dbc420b4fb4f6bea9c03b4ccad48bcb634 100644 --- a/src/sphere/Makefile +++ b/src/sphere/Makefile @@ -7,6 +7,7 @@ endif include ../make.inc + F_SPH_OBJS=$(OBJDIR)/edfb_sph.o $(OBJDIR)/sph.o CXX_SPH_OBJS=$(OBJDIR)/np_sphere.o $(OBJDIR)/Commons.o $(OBJDIR)/Configuration.o $(OBJDIR)/file_io.o $(OBJDIR)/Parsers.o $(OBJDIR)/sph_subs.o $(OBJDIR)/sphere.o diff --git a/src/trapping/Makefile b/src/trapping/Makefile index 4a4b58346cddb11dbdd1f5765c9771b117548398..e9f114c692b2b985c7f34f9131e3bd70d4dff9d4 100644 --- a/src/trapping/Makefile +++ b/src/trapping/Makefile @@ -7,6 +7,7 @@ endif include ../make.inc + F_TRAP_OBJS=$(OBJDIR)/frfme.o $(OBJDIR)/lffft.o CXX_TRAP_OBJS=$(OBJDIR)/np_trapping.o $(OBJDIR)/cfrfme.o $(OBJDIR)/clffft.o $(OBJDIR)/Parsers.o $(OBJDIR)/Commons.o $(OBJDIR)/Configuration.o $(OBJDIR)/file_io.o $(OBJDIR)/sph_subs.o $(OBJDIR)/tra_subs.o