git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libposix - Fixed bug in getpass (didn't trim \n)
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libgcc.so_src
/
rules.mk
1
# libgcc
2
include $(BASE)header.mk
3
4
# Variables
5
SRCS := libgcc.c
6
BIN := $(OUTPUTDIR)Libs/libgcc.so
7
8
CFLAGS-$(DIR) := $(CFLAGS-$(PDIR))
9
CPPFLAGS-$(DIR) := $(CPPFLAGS-$(PDIR))
10
LDFLAGS-$(DIR) := $(LDFLAGS-$(PDIR))
11
12
include $(BASE)body.mk
13
14
$(BIN): $(OBJ)
15
16
include $(BASE)footer.mk
UCC
git Repository :: git.ucc.asn.au