| 123456789101112 | # Configuration for uClibc test apps.## Copyright (C) 2001 by Lineo, inc.## Set the following to `true' to make a debuggable build.DODEBUG = false# If you want to compile using uClibc as a shared library, turn this on.DODYNAMIC = true
 |