projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nbd's makefile/menuconfig rewrite
[openwrt.git]
/
toolchain
/
uClibc
/
Makefile
1
include $(TOPDIR)/rules.mk
2
3
include ./uclibc.mk
4
5
source: uclibc-source
6
prepare: uclibc-configured
7
compile: $(UCLIBC_DIR)/lib/libc.a
8
install: uclibc
9
$(STRIP) $(TARGET_DIR)/lib/*.so
10
clean: uclibc-clean