Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / usr / lib / libsa / Makefile @ 03e9c04a

History | View | Annotate | Download (475 Bytes)

1
include $(SRCDIR)/mk/own.mk
2

    
3
TARGET:=	$(SRCDIR)/usr/lib/libsa.a
4

    
5
SRCS:=		__libc_init.c _exit.c _stdio.c getchar.c \
6
		putchar.c puts.c printf.c \
7
		vsprintf.c assert.c sprintf.c
8

    
9
DEFS+=		_STANDALONE
10

    
11
include $(SRCDIR)/usr/lib/prex/Makefile.inc
12
include $(SRCDIR)/usr/lib/libc/ctype/Makefile.inc
13
include $(SRCDIR)/usr/lib/libc/errno/Makefile.inc
14
include $(SRCDIR)/usr/lib/libc/stdlib/Makefile.inc
15
include $(SRCDIR)/usr/lib/libc/string/Makefile.inc
16

    
17
include $(SRCDIR)/mk/lib.mk