X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=ldso%2FMakefile;h=c8dc9b46699aa13b446139f0a843e7d8449c1806;hb=35556e0803a874b946e4f5f83727a3c38f6563bb;hp=a93c6f552d02812a1c2e919450802ae576d2454b;hpb=9325f0b9fa863dfdf8c4d94203a2c7109f09f862;p=uclinux-h8%2FuClibc.git diff --git a/ldso/Makefile b/ldso/Makefile index a93c6f552..c8dc9b466 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,20 +1,13 @@ -TOPDIR=../ -include Rules.mak - -SUBDIRS = util d-link libdl # man - - -all: - set -e ; for d in $(SUBDIRS) ; do $(MAKE) -C $$d ; done - -install: all - install -d $(INSTALL_DIR)/lib - install -d $(INSTALL_DIR)/etc - install -m 755 ./d-link/$(DLINKER).$(LDSO_VMAJOR) $(INSTALL_DIR)/lib/ - install -m 644 ./libdl/$(LIBDL).$(LDSO_VMAJOR) $(INSTALL_DIR)/lib/ - (cd $(INSTALL_DIR)/lib/;ln -sf $(DLINKER).$(LDSO_VMAJOR) $(DLINKER)) - (cd $(INSTALL_DIR)/lib/;ln -sf $(LIBDL).$(LDSO_VMAJOR) $(LIBDL)) - -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 +# +# 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