[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex / usr / lib / libsa

File: [local] / prex / usr / lib / libsa / Makefile (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:46:59 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, HEAD
Changes since 1.1: +0 -0 lines

Initial import of Prex, Portable Real-time Embedded POSIX microkernel system.
I have totally new directions in my development (more focused on real hardware, not virtual one).

Old hacks are available in prex-old module. They will be carefully re-designed and merged soon.

LIB=	$(SRCDIR)/usr/lib/libsa.a

include $(SRCDIR)/mk/own.mk

SRCS=	__libc_init.c _exit.c _stdio.c getchar.c \
	putchar.c puts.c printf.c \
	vsprintf.c assert.c sprintf.c

CFLAGS+=	-D_STANDALONE
CPPFLAGS+=	-D_STANDALONE

include $(SRCDIR)/usr/lib/prex/Makefile.inc
include $(SRCDIR)/usr/lib/libc/ctype/Makefile.inc
include $(SRCDIR)/usr/lib/libc/errno/Makefile.inc
include $(SRCDIR)/usr/lib/libc/stdlib/Makefile.inc
include $(SRCDIR)/usr/lib/libc/string/Makefile.inc

include $(SRCDIR)/mk/lib.mk