OSDN Git Service

d31aad1b8cc42be35deac1caef85dfc03a8bd219
[android-x86/external-busybox.git] / init / 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 top_srcdir=..
8 top_builddir=..
9 srcdir=$(top_srcdir)/init
10 INIT_DIR:=./
11 include $(top_builddir)/Rules.mak
12 include $(top_builddir)/.config
13 include $(srcdir)/Makefile.in
14 all: $(libraries-y)
15 -include $(top_builddir)/.depend
16
17 clean:
18         rm -f *.o *.a $(AR_TARGET)
19