2003-02-15 10:53:40 +00:00
|
|
|
# Makefile for busybox
|
|
|
|
#
|
2005-09-24 07:16:29 +00:00
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
2003-02-15 10:53:40 +00:00
|
|
|
#
|
2005-09-24 07:16:29 +00:00
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
2003-02-15 10:53:40 +00:00
|
|
|
|
2004-10-08 07:46:08 +00:00
|
|
|
top_srcdir=..
|
|
|
|
top_builddir=..
|
|
|
|
srcdir=$(top_srcdir)/coreutils
|
2003-02-15 10:53:40 +00:00
|
|
|
SHELLUTILS_DIR:=./
|
2004-10-08 07:46:08 +00:00
|
|
|
include $(top_builddir)/Rules.mak
|
|
|
|
include $(top_builddir)/.config
|
|
|
|
include $(srcdir)/Makefile.in
|
2003-02-15 10:53:40 +00:00
|
|
|
all: $(libraries-y)
|
2004-10-08 07:46:08 +00:00
|
|
|
-include $(top_builddir)/.depend
|
2003-02-15 10:53:40 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.o *.a $(AR_TARGET)
|
|
|
|
|