[Pkg-octave-commit] [octave-communications] 01/03: Remove spurious file.

Sébastien Villemot sebastien at debian.org
Mon Jul 20 08:29:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-communications.

commit 3473553ad5b03e03ade7b2ddfcdc13124da6b17f
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jul 20 10:17:02 2015 +0200

    Remove spurious file.
    
    Git-Dch: Ignore
---
 src/Makefile | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 90e9a62..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-MKOCTFILE ?= mkoctfile
-
-## Quote filename to prevent backslashes in Windows file names from
-## disappearing.
-HDF5_LIBS := $(shell grep "\#define OCTAVE_CONF_HDF5_LIBS" '$(shell $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LIBS //;s/"//g')
-
-GALOISTARGET = gf.oct
-GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc \
-	      op-gm-gm.cc op-gm-m.cc op-gm-s.cc op-m-gm.cc op-s-gm.cc \
-	      ov-galois.cc
-GALOISOBJECTS = $(patsubst %.cc,%.o,$(GALOISSOURCES))
-GALOISHEADERS = galois.h galois-def.h galois-ops.h galoisfield.h ov-galois.h
-
-OTHERSOURCES = primpoly.cc isprimitive.cc __errcore__.cc cyclpoly.cc \
-                    cyclgen.cc syndtable.cc __gfweight__.cc genqamdemod.cc
-OTHERTARGETS = $(patsubst %.cc,%.oct,$(OTHERSOURCES))
-
-DEFINES = -DGALOIS_DISP_PRIVATES
-
-.PHONY: all clean
-.SUFFIXES:
-
-all: $(GALOISTARGET) $(OTHERTARGETS)
-
-$(GALOISTARGET): $(GALOISOBJECTS)
-	$(MKOCTFILE) -o $@ $^ $(HDF5_LIBS)
-
-$(GALOISOBJECTS): $(GALOISHEADERS)
-
-%.o: %.cc
-	$(MKOCTFILE) $(DEFINES) -c $<
-
-%.oct: %.cc
-	$(MKOCTFILE) $<
-
-clean:
-	rm -f *.oct *.o core octave-core *~

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-communications.git



More information about the Pkg-octave-commit mailing list