mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Support 'make install' for LLVM include files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0284a42fd3
commit
265f0ec559
10
Makefile
10
Makefile
@ -34,3 +34,13 @@ configure: autoconf/configure.ac autoconf/aclocal.m4
|
||||
include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
|
||||
$(AUTOHEADER) -I autoconf autoconf/configure.ac
|
||||
|
||||
# Install support for llvm include files.
|
||||
|
||||
.PHONY: install-includes
|
||||
|
||||
install-includes:
|
||||
$(MKDIR) $(includedir)/llvm
|
||||
cd include && find * '!' '(' -name '*~' -o -name .cvsignore ')' -print | grep -v CVS | pax -rwdvpe $(includedir)/llvm
|
||||
|
||||
install:: install-includes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user