Loading src/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -5,10 +5,6 @@ DOCSDIR=$(SRCDIR)/../doc all: $(SUBDIRS) conly: cd cluster; make conly cd sphere; make conly docs: cd $(DOCSDIR)/src; doxygen config.dox Loading src/cluster/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ all: clu edfb np_cluster clu: clu.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/clu $(BUILDDIR)/clu.o $(LFLAGS) conly: np_cluster edfb: edfb.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) Loading src/sphere/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,6 @@ CXXLFLAGS= all: edfb sph np_sphere conly: np_sphere edfb: edfb.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) Loading src/trapping/Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,6 @@ lffft: lffft.o clean: rm -f $(BUILDDIR)/*.o conly: echo "Trapping not yet implemented." wipe: rm -f $(BUILDDIR)/frfme $(BUILDDIR)/lffft $(BUILDDIR)/*.o Loading Loading
src/Makefile +0 −4 Original line number Diff line number Diff line Loading @@ -5,10 +5,6 @@ DOCSDIR=$(SRCDIR)/../doc all: $(SUBDIRS) conly: cd cluster; make conly cd sphere; make conly docs: cd $(DOCSDIR)/src; doxygen config.dox Loading
src/cluster/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ all: clu edfb np_cluster clu: clu.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/clu $(BUILDDIR)/clu.o $(LFLAGS) conly: np_cluster edfb: edfb.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) Loading
src/sphere/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,6 @@ CXXLFLAGS= all: edfb sph np_sphere conly: np_sphere edfb: edfb.o $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) Loading
src/trapping/Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,6 @@ lffft: lffft.o clean: rm -f $(BUILDDIR)/*.o conly: echo "Trapping not yet implemented." wipe: rm -f $(BUILDDIR)/frfme $(BUILDDIR)/lffft $(BUILDDIR)/*.o Loading