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