From a80fc77b658a7883df95ac41ad83ac9ff7c8ff07 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 25 Oct 2005 22:17:39 +0000 Subject: All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. --- libresolv/Makefile.in | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'libresolv') diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in index b4d03fe66..8966f95a3 100644 --- a/libresolv/Makefile.in +++ b/libresolv/Makefile.in @@ -1,16 +1,31 @@ -# Makefile.in for uClibc +# Makefile for uClibc # -# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # CFLAGS+=$(SSP_ALL_CFLAGS) +# useless, only 1 source file +DOMULTI=n + LIB_NAME:=libresolv -srcdir=$(top_srcdir)$(LIB_NAME) +libresolv_DIR:=$(top_srcdir)libresolv +libresolv_OUT:=$(top_builddir)libresolv + +libresolv_SRC:=$(libresolv_DIR)/resolv.c +libresolv_OBJ:=$(patsubst $(libresolv_DIR)/%.c,$(libresolv_OUT)/%.o,$(libresolv_SRC)) + +libresolv-a-y:=$(libresolv_OBJ) +libresolv-a-pic-y:=$(libresolv_OBJ:.o=.os) +libresolv-so-y:=$(libresolv_OBJ:.o=.os) + +#libresolv-multi-y:=$(libresolv_SRC) -libso-y+=$(top_builddir)lib/$(LIB_NAME).so -liba-y+=$(top_builddir)lib/$(LIB_NAME).a -libclean-y+=$(LIB_NAME)_clean +objclean-y+=libresolv_clean -include $(top_srcdir)Makefile.libs +lib-a-y+=$(top_builddir)lib/libresolv.a +lib-a-pic-y+=$(top_builddir)lib/libresolv.a +lib-so-y+=$(top_builddir)lib/libresolv.so -- cgit v1.2.3