2005-04-24 10:45:12 +05:30
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
|
|
|
#
|
2005-09-24 12:46:29 +05:30
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
2005-04-24 10:45:12 +05:30
|
|
|
|
|
|
|
top_srcdir=..
|
|
|
|
top_builddir=..
|
|
|
|
srcdir=$(top_srcdir)/e2fsprogs
|
|
|
|
E2FSPROGS_DIR:=./
|
|
|
|
include $(top_builddir)/.config
|
2005-10-05 13:10:46 +05:30
|
|
|
include $(top_builddir)/Rules.mak
|
2005-04-24 10:45:12 +05:30
|
|
|
include Makefile.in
|
|
|
|
all: $(libraries-y)
|
|
|
|
-include $(top_builddir)/.depend
|
|
|
|
|
|
|
|
clean:
|
2005-06-11 05:42:12 +05:30
|
|
|
rm -f *.o *.a */*.o $(AR_TARGET)
|