(CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c): Removed.
[glibc.git] / dlfcn / Makefile
blobd14d3827024c4e8f758d7f63a305e038d32f6526
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
23 distribute := dlopenold.c glreflib1.c glreflib2.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
34 ifeq (yes,$(build-shared))
35 tests = glrefmain
36 endif
37 modules-names = glreflib1 glreflib2
38 extra-objs += $(modules-names:=.os)
40 include ../Rules
42 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
43 $(test-modules): $(objpfx)%.so: $(objpfx)%.os
44 $(build-module)
46 $(objpfx)glrefmain: $(objpfx)libdl.so
47 $(objpfx)glrefmain.out: $(objpfx)glrefmain \
48 $(objpfx)glreflib1.so $(objpfx)glreflib2.so