Skip to content

Commit ee29769

Browse files
committed
Merge pull request #80 from NuxiNL/header-dirs
Move public headers into include/ and private headers into src/.
2 parents c485db5 + 93aef7f commit ee29769

17 files changed

Lines changed: 4 additions & 716 deletions

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,5 @@ install: all openlibm.pc
5858
mkdir -p $(DESTDIR)$(includedir)/openlibm
5959
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
6060
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
61-
cp -f -a src/openlibm.h $(DESTDIR)$(includedir)/
61+
cp -f -a include/openlibm*.h $(DESTDIR)$(includedir)/
6262
cp -f -a openlibm.pc $(DESTDIR)$(libdir)/pkgconfig/
63-
ifneq ($(wildcard $(ARCH)/bsd_asm.h),)
64-
cp -f -a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
65-
endif
66-
ifneq ($(wildcard $(ARCH)/bsd_cdefs.h),)
67-
cp -f -a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
68-
endif

amd64/openlibm_fenv.h

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)