blob: 41da6c4d9bedbd2d9907e1e0e37cf6242a5f7708 [file] [log] [blame]
Glenn L McGrath8f0722a2002-11-11 03:00:12 +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 McGrath8f0722a2002-11-11 03:00:12 +00004#
Mike Frysinger62f18e12005-09-24 07:16:29 +00005# Licensed under the GPL v2, see the file LICENSE in this tarball.
Glenn L McGrath8f0722a2002-11-11 03:00:12 +00006
Eric Andersen7daa0762004-10-08 07:46:08 +00007top_srcdir=..
8top_builddir=..
9srcdir=$(top_srcdir)/debianutils
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000010DEBIANUTILS_DIR:=./
Eric Andersen7daa0762004-10-08 07:46:08 +000011include $(top_builddir)/Rules.mak
12include $(top_builddir)/.config
13include $(srcdir)/Makefile.in
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000014all: $(libraries-y)
Eric Andersen7daa0762004-10-08 07:46:08 +000015-include $(top_builddir)/.depend
Glenn L McGrath8f0722a2002-11-11 03:00:12 +000016
17clean:
18 rm -f *.o *.a $(AR_TARGET)
19