blob: 8640decbcc7a9583028dc19829c663a524db9f92 [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001# Makefile for busybox
2#
Mike Frysinger62f18e12005-09-24 07:16:29 +00003# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
Eric Andersenbdfd0d72001-10-24 05:00:29 +00004#
Mike Frysinger62f18e12005-09-24 07:16:29 +00005# Licensed under the GPL v2, see the file LICENSE in this tarball.
Eric Andersenbdfd0d72001-10-24 05:00:29 +00006
Eric Andersen7daa0762004-10-08 07:46:08 +00007top_srcdir=..
8top_builddir=..
9srcdir=$(top_srcdir)/miscutils
Eric Andersen85208e22002-04-12 12:05:57 +000010MISCUTILS_DIR:=./
Eric Andersen7daa0762004-10-08 07:46:08 +000011include $(top_builddir)/Rules.mak
12include $(top_builddir)/.config
Eric Andersen85208e22002-04-12 12:05:57 +000013include Makefile.in
14all: $(libraries-y)
Eric Andersen7daa0762004-10-08 07:46:08 +000015-include $(top_builddir)/.depend
Eric Andersenbdfd0d72001-10-24 05:00:29 +000016
17clean:
Eric Andersen85208e22002-04-12 12:05:57 +000018 rm -f *.o *.a $(AR_TARGET)
Eric Andersenbdfd0d72001-10-24 05:00:29 +000019