[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / prex / usr / lib / libc / stdlib

File: [local] / prex / usr / lib / libc / stdlib / Makefile.inc (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:46:58 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.

VPATH:=	$(SRCDIR)/usr/lib/libc/stdlib:$(VPATH)

SRCS+=	abort.c abs.c atexit.c atof.c atoi.c atol.c div.c exit.c \
	getopt.c getsubopt.c strtol.c strtoul.c rand.c random.c \
	getenv.c setenv.c calloc.c qsort.c