| 123456789101112131415161718192021222324252627 | # 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 := \	__longjmp.c  brk.c setjmp_aux.c mmap.c \	cacheflush.c pread_write.c sysmips.c _test_and_set.c \	readahead.cSSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S syscall.S pipe.S syscall_error.Sifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),y)CSRC += posix_fadvise.c posix_fadvise64.cendififneq ($(UCLIBC_HAS_THREADS_NATIVE),y)CSRC += sigaction.cSSRC += vfork.S clone.SendifASFLAGS-syscall_error.S += -D_LIBC_REENTRANTARCH_HEADERS := sgidefs.h# regdef.h
 |