]> Git Repo - uclibc-ng.git/blame - Makefile
tmp
[uclibc-ng.git] / Makefile
CommitLineData
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 8top_srcdir=./
49d8a0e9
BRF
9top_builddir=$(if $(O),$(O),.)/
10export top_builddir
11
12# We do not need built-in implicit rules
13MAKEFLAGS += -r
105ceb0f
BRF
14CONFIG_SHELL ?= /bin/sh
15export CONFIG_SHELL
49d8a0e9
BRF
16
17include $(top_srcdir)Makefile.in
e6aa37af 18include $(top_srcdir)Makerules
7d68065a 19include $(top_srcdir)Makefile.help
This page took 0.205248 seconds and 4 git commands to generate.