OSDN Git Service

Update C6X support
[uclinux-h8/uClibc.git] / ldso / Makefile
index 23626f5..c8dc9b4 100644 (file)
@@ -1,13 +1,13 @@
-include Config.mk
-
-SUBDIRS = util d-link # man
-
-all:
-       set -e ; for d in $(SUBDIRS) ; do $(MAKE) -C $$d ; done
-
-install: all
-       sh instldso.sh
-
-clean:
-       set -e ; for d in $(SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
-       -find . -name '*~' | xargs rm -f
+# Makefile for uClibc
+#
+# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+#
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+#
+
+top_srcdir=../
+top_builddir=../
+include $(top_builddir)Rules.mak
+all: libs
+include Makefile.in
+include $(top_srcdir)Makerules