OSDN Git Service

ldso: ARC whitespace tweaks
[uclinux-h8/uClibc.git] / ldso / Makefile
index 9fb609c..c8dc9b4 100644 (file)
@@ -1,18 +1,13 @@
-TOPDIR=../
-include Rules.mak
-
-SUBDIRS = util libdl # d-link man
-
-all:
-       @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \
-               $(MAKE) -C d-link; \
-       fi;
-
-shared:
-       @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \
-               set -e ; for d in $(SUBDIRS) ; do $(MAKE) -C $$d ; done \
-       fi;
-
-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