git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Makefile targets for copying static libraries (LLVM and WKSI)
[WebKit-https.git]
/
WebKitLibraries
/
Makefile
1
SCRIPTS_PATH = ../Tools/Scripts
2
3
libs:
4
perl $(SCRIPTS_PATH)/copy-webkitlibraries-to-product-directory --wksi --llvm
5
6
all: libs
7
8
debug d:
9
$(SCRIPTS_PATH)/set-webkit-configuration --debug
10
@$(MAKE) libs
11
12
release r:
13
$(SCRIPTS_PATH)/set-webkit-configuration --release
14
@$(MAKE) libs
15