Skip to content
Snippets Groups Projects
Commit cec37b69 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

don't force building the static version when installing

parent 6123b933
No related branches found
No related tags found
1 merge request!3Makefile improvements
......@@ -52,7 +52,7 @@ fft_execute.o: fft_execute.cpp ../include/clFFT.h fft_internal.h
fft_kernelstring.o: fft_kernelstring.cpp ../include/clFFT.h fft_internal.h
$(CXX) $(CXXFLAGS) -c fft_kernelstring.cpp
install: $(TARGET) ../include/clFFT.h
install: ../include/clFFT.h libeclfft.*
mkdir -p $(PREFIX)/lib $(PREFIX)/include
cp ../include/clFFT.h $(PREFIX)/include/eclfft.h
cp libeclfft.* $(PREFIX)/lib/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment