| 123456789101112 | # Makefile for uClibc## Copyright (C) 2001,2002  NEC Corporation# Copyright (C) 2001,2002  Miles Bader <miles@gnu.org>## Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.CSRC-y := clone.c fixdfsi.cSSRC-y := setjmp.S __longjmp.S vfork.SARCH_HEADERS := floatlib.h
 |