1 # Copyright (C) 1995-2002, 2003, 2004, 2005, 2006 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 Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the 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 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20 headers
:= bits
/dlfcn.h dlfcn.h
22 libdl-routines
:= dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo \
24 routines
:= $(patsubst %,s
%,$(filter-out dlfcn
,$(libdl-routines
)))
25 elide-routines.os
:= $(routines
)
26 distribute
:= dlopenold.c glreflib1.c glreflib2.c failtestmod.c \
27 defaultmod1.c defaultmod2.c errmsg1mod.c modatexit.c \
28 modcxaatexit.c modstatic.c modstatic2.c \
29 bug-dlsym1-lib1.c bug-dlsym1-lib2.c bug-atexit1-lib.c \
32 extra-libs-others
:= libdl
36 ifeq ($(versioning
),yes
)
37 libdl-routines
+= dlopenold
38 libdl-shared-only-routines
:= dlopenold dlfcn
41 ifeq (yes
,$(build-shared
))
42 tests
= glrefmain failtest tst-dladdr default errmsg1 tstcxaatexit \
43 bug-dlopen1 bug-dlsym1 tst-dlinfo bug-atexit1 bug-atexit2 \
46 modules-names
= glreflib1 glreflib2 failtestmod defaultmod1 defaultmod2 \
47 errmsg1mod modatexit modcxaatexit \
48 bug-dlsym1-lib1 bug-dlsym1-lib2 bug-atexit1-lib \
49 bug-atexit2-lib bug-atexit3-lib
51 failtestmod.so-no-z-defs
= yes
52 glreflib2.so-no-z-defs
= yes
53 errmsg1mod.so-no-z-defs
= yes
55 ifeq (yesyesyes
,$(build-static
)$(build-shared
)$(elf
))
56 tests
+= tststatic tststatic2
57 tests-static
+= tststatic tststatic2
58 modules-names
+= modstatic modstatic2
59 tststatic-ENV
= LD_LIBRARY_PATH
=$(objpfx
):$(common-objpfx
):$(common-objpfx
)elf
60 tststatic2-ENV
= LD_LIBRARY_PATH
=$(objpfx
):$(common-objpfx
):$(common-objpfx
)elf
63 extra-test-objs
+= $(modules-names
:=.os
)
64 generated
:= $(modules-names
:=.so
)
68 test-modules
= $(addprefix $(objpfx
),$(addsuffix .so
,$(modules-names
)))
70 ifeq ($(build-shared
),yes
)
71 # Build all the modules even when not actually running test programs.
72 tests
: $(test-modules
)
75 $(objpfx
)glrefmain
: $(libdl
)
76 $(objpfx
)glrefmain.out
: $(objpfx
)glrefmain \
77 $(objpfx
)glreflib1.so
$(objpfx
)glreflib2.so
79 $(objpfx
)failtest
: $(libdl
)
80 $(objpfx
)failtest.out
: $(objpfx
)failtestmod.so
82 $(objpfx
)tst-dladdr
: $(libdl
)
83 $(objpfx
)tst-dladdr.out
: $(objpfx
)glreflib1.so
85 $(objpfx
)tst-dlinfo
: $(libdl
)
86 $(objpfx
)tst-dlinfo.out
: $(objpfx
)glreflib1.so
88 LDFLAGS-default
= $(LDFLAGS-rdynamic
)
89 $(objpfx
)default
: $(libdl
) $(objpfx
)defaultmod1.so
$(objpfx
)defaultmod2.so
90 $(objpfx
)defaultmod1.so
: $(libdl
) $(common-objpfx
)libc_nonshared.a
91 LDFLAGS-defaultmod2.so
= $(LDFLAGS-Bsymbolic
)
92 $(objpfx
)defaultmod2.so
: $(libdl
) $(common-objpfx
)libc_nonshared.a
94 $(objpfx
)errmsg1
: $(libdl
)
95 $(objpfx
)errmsg1.out
: $(objpfx
)errmsg1
$(objpfx
)errmsg1mod.so
97 $(objpfx
)tstatexit
: $(libdl
)
98 $(objpfx
)tstatexit.out
: $(objpfx
)tstatexit
$(objpfx
)modatexit.so
100 $(objpfx
)tstcxaatexit
: $(libdl
)
101 $(objpfx
)tstcxaatexit.out
: $(objpfx
)tstcxaatexit
$(objpfx
)modcxaatexit.so
103 $(objpfx
)modatexit.so
: $(common-objpfx
)libc.so
$(common-objpfx
)libc_nonshared.a
105 $(objpfx
)tststatic
: $(objpfx
)libdl.a
106 $(objpfx
)tststatic.out
: $(objpfx
)tststatic
$(objpfx
)modstatic.so
108 $(objpfx
)tststatic2
: $(objpfx
)libdl.a
109 $(objpfx
)tststatic2.out
: $(objpfx
)tststatic2
$(objpfx
)modstatic.so \
110 $(objpfx
)modstatic2.so
112 $(objpfx
)modstatic2.so
: $(libdl
) $(common-objpfx
)libc.so \
113 $(common-objpfx
)libc_nonshared.a
115 $(objpfx
)bug-dlopen1
: $(libdl
)
117 $(objpfx
)bug-dlsym1
: $(libdl
) $(objpfx
)bug-dlsym1-lib2.so
118 $(objpfx
)bug-dlsym1.out
: $(objpfx
)bug-dlsym1-lib1.so \
119 $(objpfx
)bug-dlsym1-lib2.so
120 $(objpfx
)bug-dlsym1-lib1.so
: $(objpfx
)bug-dlsym1-lib2.so \
121 $(common-objpfx
)libc.so \
122 $(common-objpfx
)libc_nonshared.a
123 $(objpfx
)bug-dlsym1-lib2.so
: $(common-objpfx
)libc.so \
124 $(common-objpfx
)libc_nonshared.a
126 $(objpfx
)bug-atexit1
: $(libdl
)
127 $(objpfx
)bug-atexit1.out
: $(objpfx
)bug-atexit1-lib.so
128 $(objpfx
)bug-atexit1-lib.so
: $(common-objpfx
)libc.so \
129 $(common-objpfx
)libc_nonshared.a
131 $(objpfx
)bug-atexit2
: $(libdl
)
132 $(objpfx
)bug-atexit2.out
: $(objpfx
)bug-atexit2-lib.so
133 $(objpfx
)bug-atexit2-lib.so
: $(common-objpfx
)libc.so \
134 $(common-objpfx
)libc_nonshared.a
136 LDLIBS-bug-atexit3-lib.so
= -lstdc
++ -lgcc_eh
$(common-objpfx
)elf
/ld.so \
137 $(common-objpfx
)libc_nonshared.a
138 $(objpfx
)bug-atexit3
: $(libdl
)
139 $(objpfx
)bug-atexit3.out
: $(objpfx
)bug-atexit3-lib.so
140 $(objpfx
)bug-atexit3-lib.so
: $(common-objpfx
)libc.so \
141 $(common-objpfx
)libc_nonshared.a
144 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
145 # This ensures they will load libc.so for needed symbols if loaded by
146 # a statically-linked program that hasn't already loaded it.
147 $(objpfx
)libdl.so
: $(common-objpfx
)libc.so
$(common-objpfx
)libc_nonshared.a \
148 $(if
$(filter yes
,$(elf
)), $(elfobjdir
)/ld.so
)