Usermode - Working on new build/makefile system
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / rules.mk
1 # libc
2
3 include $(BASE)header.mk
4
5 # Variables
6 SRCS := stub.c heap.c stdlib.c env.c fileIO.c string.c select.c
7 SRCS += arch/$(ARCHDIR).$(ASSUFFIX)
8 # signals.c
9 BIN  := $(OUTPUTDIR)Libs/libc.so
10
11 CFLAGS-$(DIR) := $(CFLAGS-$(PDIR)) -g
12 CPPFLAGS-$(DIR) := $(CPPFLAGS-$(PDIR))
13 LDFLAGS-$(DIR) := $(LDFLAGS-$(PDIR))
14
15 include $(BASE)body.mk
16
17 $(BIN): $(OBJ) $(OUTPUTDIR)Libs/libgcc.so
18
19 include $(BASE)footer.mk

UCC git Repository :: git.ucc.asn.au