OSDN Git Service

7c2e4ef7d2a59a7698e72d197a87a7691fba78d1
[android-x86/external-busybox.git] / editors / 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)/editors
10 EDITOR_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