]>
Commit | Line | Data |
---|---|---|
e6aa37af | 1 | # Makefile for uClibc |
1077fa4d | 2 | # |
e6aa37af | 3 | # Copyright (C) 2000-2005 Erik Andersen <[email protected]> |
5a653498 | 4 | # |
e6aa37af | 5 | # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. |
c4e44e97 | 6 | # |
1077fa4d | 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 |