|
Lines 1-15
Link Here
|
| 1 |
--- Makefile.orig 2016-03-08 10:28:02 UTC |
1 |
--- Makefile.orig 2016-05-23 11:53:14 UTC |
| 2 |
+++ Makefile |
2 |
+++ Makefile |
| 3 |
@@ -66,8 +66,8 @@ install: all openlibm.pc |
3 |
@@ -78,8 +78,8 @@ install: all openlibm.pc |
| 4 |
mkdir -p $(DESTDIR)$(shlibdir) |
4 |
mkdir -p $(DESTDIR)$(shlibdir) |
| 5 |
mkdir -p $(DESTDIR)$(pkgconfigdir) |
5 |
mkdir -p $(DESTDIR)$(pkgconfigdir) |
| 6 |
mkdir -p $(DESTDIR)$(includedir)/openlibm |
6 |
mkdir -p $(DESTDIR)$(includedir)/openlibm |
| 7 |
- cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ |
7 |
- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ |
| 8 |
- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ |
8 |
- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ |
| 9 |
- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm |
9 |
- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm |
| 10 |
- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm |
10 |
- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm |
| 11 |
- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ |
11 |
- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ |
| 12 |
+ ${BSD_INSTALL_LIB} libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ |
12 |
+ ${BSD_INSTALL_LIB} libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ |
| 13 |
+ ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/ |
13 |
+ ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/ |
| 14 |
+ ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm |
14 |
+ ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm |
| 15 |
+ ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm |
15 |
+ ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm |