busybox/e2fsprogs/Makefile

23 lines
472 B
Makefile
Raw Normal View History

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
ifndef top_srcdir
2005-04-24 10:45:12 +05:30
top_srcdir=..
endif
ifndef top_builddir
2005-04-24 10:45:12 +05:30
top_builddir=..
endif
2005-04-24 10:45:12 +05:30
srcdir=$(top_srcdir)/e2fsprogs
E2FSPROGS_DIR:=./
include $(top_builddir)/.config
include $(top_builddir)/Rules.mak
2005-04-24 10:45:12 +05:30
include Makefile.in
all: $(libraries-y)
-include $(top_builddir)/.depend
clean:
rm -f *.o *.a */*.o $(AR_TARGET)