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