Update.
[glibc.git] / dlfcn / Makefile
blob1f171040d256bf4d33d86b9b51730520f4c51c44
1 # Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Library General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Library General Public License for more details.
14 # You should have received a copy of the GNU Library General Public
15 # License along with the GNU C Library; see the file COPYING.LIB. If not,
16 # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 # Boston, MA 02111-1307, USA.
19 subdir := dlfcn
20 headers := bits/dlfcn.h dlfcn.h
21 extra-libs := libdl
22 libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr eval
23 distribute := dlopenold.c glreflib1.c glreflib2.c failtestmod.c eval.c
25 extra-libs-others := libdl
27 include ../Makeconfig
29 ifeq ($(versioning),yes)
30 libdl-routines += dlopenold
31 libdl-shared-only-routines := dlopenold
32 endif
33 libdl-shared-only-routines += eval
35 ifeq (yes,$(build-shared))
36 tests = glrefmain failtest
37 endif
38 modules-names = glreflib1 glreflib2 failtestmod
39 extra-objs += $(modules-names:=.os) eval.os
41 include ../Rules
43 LDFLAGS-dl.so = -Wl,-dynamic-linker,$(slibdir)/$(rtld-installed-name)
45 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
46 $(test-modules): $(objpfx)%.so: $(objpfx)%.os
47 $(build-module)
49 $(objpfx)glrefmain: $(objpfx)libdl.so
50 $(objpfx)glrefmain.out: $(objpfx)glrefmain \
51 $(objpfx)glreflib1.so $(objpfx)glreflib2.so
53 $(objpfx)failtest: $(libdl)
54 $(objpfx)failtest.out: $(objpfx)failtestmod.so