]>
Commit | Line | Data |
---|---|---|
f0da4aa1 EA |
1 | # Makefile for uClibc |
2 | # | |
e6aa37af | 3 | # Copyright (C) 2000-2005 Erik Andersen <[email protected]> |
f0da4aa1 | 4 | # |
e6aa37af | 5 | # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. |
f0da4aa1 | 6 | # |
f0da4aa1 | 7 | |
ba31c6c4 | 8 | top_srcdir=../ |
e6aa37af PM |
9 | top_builddir=../ |
10 | include $(top_builddir)Rules.mak | |
11 | all: libs | |
12 | include Makefile.in | |
13 | include $(top_srcdir)Makerules |