]> Git Repo - uclibc-ng.git/blob - Makefile
support building out-of-tree
[uclibc-ng.git] / Makefile
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000-2005 Erik Andersen <[email protected]>
4 #
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
6 #
7
8 top_srcdir=./
9 top_builddir=$(if $(O),$(O),.)/
10 export top_builddir
11
12 # We do not need built-in implicit rules
13 MAKEFLAGS += -r
14
15 include $(top_srcdir)Makefile.in
16 include $(top_srcdir)Makerules
17 include $(top_srcdir)Makefile.help
This page took 0.025739 seconds and 4 git commands to generate.