Explorar o código

Install bsd_asm.h and bsd_cdefs.h to $(includedir)/openlibm/

Milan Bouchet-Valat %!s(int64=11) %!d(string=hai) anos
pai
achega
360d282729
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Makefile

+ 6 - 0
Makefile

@@ -47,3 +47,9 @@ install: all
 	cp -a libopenlibm.$(SHLIB_EXT)* libopenlibm.a $(DESTDIR)$(libdir)/
 	cp -a src/openlibm.h $(DESTDIR)$(includedir)/
 	cp -a include/*.h $(DESTDIR)$(includedir)/openlibm/
+ifneq ($(wildcard $(ARCH)/bsd_asm.h),)
+	cp -a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
+endif
+ifneq ($(wildcard $(ARCH)/bsd_cdefs.h),)
+	cp -a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
+endif