hush/e2fsprogs/Makefile

23 lines
470 B
Makefile
Raw Normal View History

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