OSDN Git Service

- use absolute path for top_builddir and top_srcdir.
[android-x86/external-busybox.git] / e2fsprogs / Makefile
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7 ifndef top_srcdir
8 top_srcdir=..
9 endif
10 ifndef top_builddir
11 top_builddir=..
12 endif
13 srcdir=$(top_srcdir)/e2fsprogs
14 E2FSPROGS_DIR:=./
15 include $(top_builddir)/.config
16 include $(top_builddir)/Rules.mak
17 include Makefile.in
18 all: $(libraries-y)
19 -include $(top_builddir)/.depend
20
21 clean:
22         rm -f *.o *.a */*.o $(AR_TARGET)