| 12345678910111213 | # Makefile for uClibc## Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>## Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.#CSRC := __init_brk.c brk.c sbrk.cSSRC := setjmp.S __longjmp.S clone.S sysdep.S syscall.S vfork.Sifeq ($(UNIFIED_SYSCALL),y)SSRC += __uClibc_syscall.Sendif
 |