blob: d3f745a0fff58511414bf6cb313840f7b68d7135 [file] [log] [blame]
Glenn L McGrath3238ea12003-02-15 10:53:40 +00001# Makefile for busybox
2#
Mike Frysinger62f18e12005-09-24 07:16:29 +00003# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
Glenn L McGrath3238ea12003-02-15 10:53:40 +00004#
Mike Frysinger62f18e12005-09-24 07:16:29 +00005# Licensed under the GPL v2, see the file LICENSE in this tarball.
Glenn L McGrath3238ea12003-02-15 10:53:40 +00006
Eric Andersen7daa0762004-10-08 07:46:08 +00007top_srcdir=..
8top_builddir=..
9srcdir=$(top_srcdir)/coreutils
Glenn L McGrath3238ea12003-02-15 10:53:40 +000010SHELLUTILS_DIR:=./
Eric Andersen7daa0762004-10-08 07:46:08 +000011include $(top_builddir)/Rules.mak
12include $(top_builddir)/.config
13include $(srcdir)/Makefile.in
Glenn L McGrath3238ea12003-02-15 10:53:40 +000014all: $(libraries-y)
Eric Andersen7daa0762004-10-08 07:46:08 +000015-include $(top_builddir)/.depend
Glenn L McGrath3238ea12003-02-15 10:53:40 +000016
17clean:
18 rm -f *.o *.a $(AR_TARGET)
19