We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a010123 commit acf58d2Copy full SHA for acf58d2
Makefile
@@ -86,8 +86,9 @@ clean:
86
$(MAKE) -C test clean
87
88
openlibm.pc: openlibm.pc.in Make.inc Makefile
89
- echo "prefix=${prefix}" > openlibm.pc
90
- echo "version=${VERSION}" >> openlibm.pc
+ echo "version=${VERSION}" > openlibm.pc
+ echo "libdir=$(DESTDIR)$(libdir)" >> openlibm.pc
91
+ echo "includedir=$(DESTDIR)$(includedir)/openlibm" >> openlibm.pc
92
cat openlibm.pc.in >> openlibm.pc
93
94
install-static: libopenlibm.a
openlibm.pc.in
@@ -1,7 +1,3 @@
1
-exec_prefix=${prefix}
2
-includedir=${prefix}/include
3
-libdir=${exec_prefix}/lib
4
-
5
Name: openlibm
6
Version: ${version}
7
URL: https://github.com/JuliaMath/openlibm
0 commit comments