Skip to content
Snippets Groups Projects
Commit 37740c39 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove C++ only compilation rule

parent 5823d5d6
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,6 @@ DOCSDIR=$(SRCDIR)/../doc ...@@ -5,10 +5,6 @@ DOCSDIR=$(SRCDIR)/../doc
all: $(SUBDIRS) all: $(SUBDIRS)
conly:
cd cluster; make conly
cd sphere; make conly
docs: docs:
cd $(DOCSDIR)/src; doxygen config.dox cd $(DOCSDIR)/src; doxygen config.dox
......
...@@ -12,8 +12,6 @@ all: clu edfb np_cluster ...@@ -12,8 +12,6 @@ all: clu edfb np_cluster
clu: clu.o clu: clu.o
$(FC) $(FCFLAGS) -o $(BUILDDIR)/clu $(BUILDDIR)/clu.o $(LFLAGS) $(FC) $(FCFLAGS) -o $(BUILDDIR)/clu $(BUILDDIR)/clu.o $(LFLAGS)
conly: np_cluster
edfb: edfb.o edfb: edfb.o
$(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS)
......
...@@ -8,8 +8,6 @@ CXXLFLAGS= ...@@ -8,8 +8,6 @@ CXXLFLAGS=
all: edfb sph np_sphere all: edfb sph np_sphere
conly: np_sphere
edfb: edfb.o edfb: edfb.o
$(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS) $(FC) $(FCFLAGS) -o $(BUILDDIR)/edfb $(BUILDDIR)/edfb.o $(LFLAGS)
......
...@@ -14,9 +14,6 @@ lffft: lffft.o ...@@ -14,9 +14,6 @@ lffft: lffft.o
clean: clean:
rm -f $(BUILDDIR)/*.o rm -f $(BUILDDIR)/*.o
conly:
echo "Trapping not yet implemented."
wipe: wipe:
rm -f $(BUILDDIR)/frfme $(BUILDDIR)/lffft $(BUILDDIR)/*.o rm -f $(BUILDDIR)/frfme $(BUILDDIR)/lffft $(BUILDDIR)/*.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment