diff Makefile.cc-linux @ 25:6d9e1ee7b35a matthiasm-plugin

* OK, let's revert to a C version (after discovering that the FORTRAN compiler isn't standard on the Mac)
author Chris Cannam
date Thu, 21 Oct 2010 14:38:02 +0100
parents 568ff0daa659
children 690bd9148467
line wrap: on
line diff
--- a/Makefile.cc-linux	Thu Oct 21 12:21:41 2010 +0100
+++ b/Makefile.cc-linux	Thu Oct 21 14:38:02 2010 +0100
@@ -48,6 +48,7 @@
 
 ##  Uncomment these for Linux using the standard tools:
 
+CFLAGS = -I$(VAMP_SDK_DIR) -I$(LAPACK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -Wall -fPIC
 CXXFLAGS = -I$(VAMP_SDK_DIR) -I$(LAPACK_DIR) -I$(FFT_DIR) -I$(NNLS_DIR) -Wall -fPIC
 PLUGIN_EXT = .so
 PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT)
@@ -79,9 +80,6 @@
 $(PLUGIN): $(PLUGIN_CODE_OBJECTS)
 	   $(CXX) -o $@ $^ $(LDFLAGS)
 
-nnls.o:	 nnls.f
-	 gfortran -std=legacy -fPIC -Wall -c $< 
-
 clean:
 	rm -f *.o