2001-10-24 10:30:29 +05:30
|
|
|
# Makefile for busybox
|
|
|
|
#
|
2005-04-21 07:19:05 +05:30
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
2001-10-24 10:30:29 +05:30
|
|
|
#
|
2005-09-24 12:46:29 +05:30
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
2001-10-24 10:30:29 +05:30
|
|
|
|
2004-10-08 13:16:08 +05:30
|
|
|
top_srcdir=..
|
2005-04-21 07:19:05 +05:30
|
|
|
top_builddir=..
|
2004-10-08 13:16:08 +05:30
|
|
|
srcdir=$(top_srcdir)/util-linux
|
2002-04-12 17:35:57 +05:30
|
|
|
UTILLINUX_DIR:=./
|
2004-10-08 13:16:08 +05:30
|
|
|
include $(top_builddir)/Rules.mak
|
|
|
|
include $(top_builddir)/.config
|
2002-04-12 17:35:57 +05:30
|
|
|
include Makefile.in
|
|
|
|
all: $(libraries-y)
|
2004-10-08 13:16:08 +05:30
|
|
|
-include $(top_builddir)/.depend
|
2001-10-24 10:30:29 +05:30
|
|
|
|
|
|
|
clean:
|
2002-04-12 17:35:57 +05:30
|
|
|
rm -f *.o *.a $(AR_TARGET)
|