Commit 37740c39 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove C++ only compilation rule

parent 5823d5d6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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

+0 −2
Original line number Diff line number Diff line
@@ -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)

+0 −2
Original line number Diff line number Diff line
@@ -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)

+0 −3
Original line number Diff line number Diff line
@@ -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