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