5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Library General Public
7 # License as published by the Free Software Foundation; either
8 # version 2 of the License, or (at your option) any later
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU Library General Public License for more details.
16 # You should have received a copy of the GNU Library General
17 # Public License along with this program; if not, write to the
18 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19 # Boston, MA 02111-1307 USA
22 #--------------------------------------------------------------
23 # You shouldn't need to mess with anything beyond this point...
24 #--------------------------------------------------------------
25 noconfig_targets := menuconfig config oldconfig randconfig \
26 defconfig allyesconfig allnoconfig clean distclean \
31 DIRS = extra ldso libc libcrypt libresolv libnsl libutil libm libpthread
32 ifeq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y)
36 ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
38 all: headers pregen subdirs shared utils finished
40 # In this section, we need .config
43 .PHONY: $(SHARED_TARGET)
44 shared: $(SHARED_TARGET)
45 ifeq ($(strip $(HAVE_SHARED)),y)
46 @$(MAKE) -C libc shared
47 @$(MAKE) -C ldso shared
48 @$(MAKE) -C libcrypt shared
49 @$(MAKE) -C libresolv shared
50 @$(MAKE) -C libnsl shared
51 @$(MAKE) -C libutil shared
52 @$(MAKE) -C libm shared
53 @$(MAKE) -C libpthread shared
54 ifeq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y)
55 @$(MAKE) -C libintl shared
58 ifeq ($(SHARED_TARGET),)
60 @echo Not building shared libraries...
65 ifneq ($(SHARED_TARGET),)
67 lib/main.o: $(ROOTDIR)/lib/libc/main.c
68 $(CC) $(CFLAGS) $(ARCH_CFLAGS) -c -o $@ $(ROOTDIR)/lib/libc/main.c
70 bogus $(SHARED_TARGET): lib/libc.a lib/main.o Makefile
71 make -C $(ROOTDIR) relink
72 $(CC) -nostartfiles -o $(SHARED_TARGET) $(ARCH_CFLAGS) -Wl,-elf2flt -nostdlib \
73 -Wl,-shared-lib-id,${LIBID} \
75 -Wl,--whole-archive,lib/libc.a,-lgcc,--no-whole-archive
76 $(OBJCOPY) -L _GLOBAL_OFFSET_TABLE_ -L main -L __main -L _start \
77 -L __uClibc_main -L __uClibc_start_main -L lib_main \
79 -L __do_global_dtors -L __do_global_ctors \
80 -L __CTOR_LIST__ -L __DTOR_LIST__ \
81 -L _current_shared_library_a5_offset_ \
83 $(LN) -sf $(SHARED_TARGET).gdb .
88 @echo Finally finished compiling...
92 # Target for uClinux distro
96 @if [ "$(CONFIG_BINFMT_SHARED_FLAT)" = "y" ]; then \
97 [ -e $(ROMFSDIR)/lib ] || $(INSTALL) -d $(ROMFSDIR)/lib; \
98 $(ROMFSINST) $(SHARED_TARGET) /lib/lib$(LIBID).so; \
100 ifeq ($(strip $(HAVE_SHARED)),y)
101 $(INSTALL) -d $(ROMFSDIR)/lib
102 $(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
104 cp -fa lib/*.so.* $(ROMFSDIR)/lib/.
105 @if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
107 $(INSTALL) -m 755 lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
110 /lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
111 /lib/ld-linux.so.2; \
115 include/bits/uClibc_config.h: .config
116 @if [ ! -x ./extra/config/conf ] ; then \
117 make -C extra/config conf; \
119 $(RM) -r include/bits
120 $(INSTALL) -d include/bits
121 @./extra/config/conf -o extra/Configs/Config.$(TARGET_ARCH)
123 headers: include/bits/uClibc_config.h
124 ifeq ($(strip $(UCLIBC_HAS_MMU)),y)
125 @./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
127 @./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
129 @if [ "$(TARGET_ARCH)" = "mipsel" ]; then \
130 $(LN) -fs mips libc/sysdeps/linux/mipsel; \
131 $(LN) -fs mips ldso/ldso/mipsel; \
132 $(LN) -fs mips libpthread/linuxthreads/sysdeps/mipsel; \
136 for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \
139 if [ -d ../../libc/sysdeps/linux/$(TARGET_ARCH)/bits ] ; then \
140 for i in `ls ../../libc/sysdeps/linux/$(TARGET_ARCH)/bits/*.h` ; do \
146 for i in `ls ../../libc/sysdeps/linux/common/sys/*.h` ; do \
149 if [ -d ../../libc/sysdeps/linux/$(TARGET_ARCH)/sys ] ; then \
150 for i in `ls ../../libc/sysdeps/linux/$(TARGET_ARCH)/sys/*.h` ; do \
156 TOPDIR=. CC="$(CC)" /bin/sh extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h.new; \
157 if cmp include/bits/sysnum.h include/bits/sysnum.h.new >/dev/null 2>&1; then \
158 $(RM) include/bits/sysnum.h.new; \
160 mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \
162 $(MAKE) -C libc/sysdeps/linux/common headers
163 $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
165 # Command used to download source code
166 WGET:=wget --passive-ftp
169 ifeq ($(strip $(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA)),y)
171 $(WGET) http://www.uclibc.org/downloads/uClibc-locale-030818.tgz);
173 ifeq ($(strip $(UCLIBC_PREGENERATED_LOCALE_DATA)),y)
174 (cd extra/locale; zcat uClibc-locale-030818.tgz | tar -xvf -)
175 make -C extra/locale pregen
179 subdirs: $(patsubst %, _dir_%, $(DIRS))
181 $(patsubst %, _dir_%, $(DIRS)) : dummy
182 $(MAKE) -C $(patsubst _dir_%, %, $@)
187 install: install_dev install_runtime install_utils finished2
190 # Installs header files and development library links.
192 $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)/lib
193 $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)/include
194 -$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)/lib/
195 tar -chf - include | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX);
196 ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
197 # Remove floating point related headers since float support is disabled.
198 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/complex.h
199 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/fpu_control.h
200 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/ieee754.h
201 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/math.h
202 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/tgmath.h
204 ifneq ($(strip $(UCLIBC_HAS_WCHAR)),y)
205 # Remove wide char headers since wide char support is disabled.
206 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/wctype.h
207 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/wchar.h
209 ifneq ($(strip $(UCLIBC_HAS_LOCALE)),y)
210 # Remove iconv header since locale support is disabled.
211 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/iconv.h
213 ifneq ($(strip $(UCLIBC_HAS_GLIBC_CUSTOM_PRINTF)),y)
214 # Remove printf header since custom print specifier support is disabled.
215 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/printf.h
217 ifneq ($(strip $(UCLIBC_HAS_XLOCALE)),y)
218 # Remove xlocale header since extended locale support is disabled.
219 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/xlocale.h
221 ifneq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y)
222 # Remove libintl header since gettext support is disabled.
223 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/libintl.h
225 ifneq ($(strip $(UCLIBC_HAS_REGEX)),y)
226 # Remove regex headers since regex support is disabled.
227 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/regex.h
228 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/regexp.h
230 ifneq ($(strip $(UCLIBC_HAS_WORDEXP)),y)
231 # Remove wordexp header since wordexp support is disabled.
232 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/wordexp.h
234 ifneq ($(strip $(UCLIBC_HAS_FTW)),y)
235 # Remove ftw header since ftw support is disabled.
236 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/ftw.h
238 ifneq ($(strip $(UCLIBC_HAS_GLOB)),y)
239 # Remove glob header since glob support is disabled.
240 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/glob.h
242 ifneq ($(strip $(UCLIBC_HAS_GNU_GETOPT)),y)
243 # Remove getopt header since gnu getopt support is disabled.
244 $(RM) $(PREFIX)$(DEVEL_PREFIX)/include/getopt.h
246 -@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
247 chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \
249 -find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs $(RM) -r;
250 -chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
251 ifeq ($(strip $(HAVE_SHARED)),y)
252 -$(INSTALL) -m 644 lib/*.so $(PREFIX)$(DEVEL_PREFIX)/lib/
253 -find lib/ -type l -name '*.so' -exec cp -fa {} $(PREFIX)$(DEVEL_PREFIX)/lib ';'
254 # If we build shared libraries then the static libs are PIC...
255 # Make _pic.a symlinks to make mklibs.py and similar tools happy.
256 for i in `find lib/ -type f -name '*.a' | sed -e 's/lib\///'` ; do \
257 $(LN) -sf $$i $(PREFIX)$(DEVEL_PREFIX)/lib/`echo $$i | sed -e 's/\.a$$/_pic.a/'`; \
262 # Installs run-time libraries and helper apps onto the host system
263 # allowing cross development. If you want to deploy to a target
264 # system, use the "install_target" target instead...
266 ifeq ($(strip $(HAVE_SHARED)),y)
267 $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/lib
268 $(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
269 $(PREFIX)$(RUNTIME_PREFIX)/lib
270 cp -fa lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)/lib
271 @if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
273 $(INSTALL) -m 755 lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
274 $(PREFIX)$(RUNTIME_PREFIX)/lib; \
278 # Using the wrapper toolchain is depricated. You should
279 # really use a _real_ toolchain instead....
280 install_toolchain: install_utils
281 $(INSTALL) -d $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin
282 $(INSTALL) -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin
283 $(LN) -fs $(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldd \
284 $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin/ldd
285 $(INSTALL) -m 755 ldso/util/ldd \
286 $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldd
287 $(INSTALL) -m 755 ldso/util/ldconfig \
288 $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldconfig;
289 $(INSTALL) -m 755 ldso/util/ldconfig \
290 $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldconfig;
291 # For now, don't bother with readelf since surely the host
292 # system has binutils, or we couldn't have gotten this far...
293 #$(LN) -fs $(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-readelf \
294 # $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin/readelf
295 $(MAKE) -C extra/gcc-uClibc install
297 ifeq ($(strip $(HAVE_SHARED)),y)
298 utils: $(TOPDIR)ldso/util/ldd
299 $(MAKE) -C ldso utils
305 ifeq ($(strip $(HAVE_SHARED)),y)
306 $(INSTALL) -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/sbin
307 $(INSTALL) -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/usr/bin
308 $(INSTALL) -m 755 ldso/util/ldd \
309 $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/usr/bin/ldd
310 $(INSTALL) -m 755 ldso/util/ldconfig \
311 $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/sbin/ldconfig;
312 # For now, don't bother with readelf since surely the host
313 # system has binutils, or we couldn't have gotten this far...
314 #$(INSTALL) -m 755 ldso/util/readelf \
315 # $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/usr/bin/readelf
318 # Installs run-time libraries and helper apps in preparation for
319 # deploying onto a target system, but installed below wherever
320 # $PREFIX is set to, allowing you to package up the result for
321 # deployment onto your target system.
323 ifeq ($(strip $(HAVE_SHARED)),y)
324 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/lib
325 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/usr/bin
326 $(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
327 $(PREFIX)$(TARGET_PREFIX)/lib
328 cp -fa lib/*.so.* $(PREFIX)$(TARGET_PREFIX)/lib
329 @if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
331 $(INSTALL) -m 755 lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
332 $(PREFIX)$(TARGET_PREFIX)/lib; \
336 install_target_utils:
337 ifeq ($(strip $(HAVE_SHARED)),y)
338 @$(MAKE) -C ldso/util ldd.target ldconfig.target #readelf.target
339 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/etc;
340 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/sbin;
341 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/usr/bin;
342 $(INSTALL) -m 755 ldso/util/ldd.target $(PREFIX)$(TARGET_PREFIX)/usr/bin/ldd
343 $(INSTALL) -m 755 ldso/util/ldconfig.target $(PREFIX)$(TARGET_PREFIX)/sbin/ldconfig;
344 #$(INSTALL) -m 755 ldso/util/readelf.target $(PREFIX)$(TARGET_PREFIX)/usr/bin/readelf;
346 ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y)
347 @$(MAKE) -C libc/misc/wchar iconv.target
348 $(INSTALL) -d $(PREFIX)$(TARGET_PREFIX)/usr/bin;
349 $(INSTALL) -m 755 libc/misc/wchar/iconv.target $(PREFIX)$(TARGET_PREFIX)/usr/bin/iconv
354 @echo Finished installing...
357 else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
362 # ---------------------------------------------------------------------------
363 extra/config/conf: buildconf
364 -@if [ ! -f .config ] ; then \
365 cp extra/Configs/Config.$(TARGET_ARCH).default .config; \
369 make -C extra/config conf
371 extra/config/mconf: buildmconf
372 -@if [ ! -f .config ] ; then \
373 cp extra/Configs/Config.$(TARGET_ARCH).default .config; \
377 make -C extra/config ncurses mconf
379 menuconfig: extra/config/mconf
380 $(RM) -r include/bits
381 $(INSTALL) -d include/bits
382 @./extra/config/mconf extra/Configs/Config.$(TARGET_ARCH)
384 config: extra/config/conf
385 $(RM) -r include/bits
386 $(INSTALL) -d include/bits
387 @./extra/config/conf extra/Configs/Config.$(TARGET_ARCH)
389 oldconfig: extra/config/conf
390 $(RM) -r include/bits
391 $(INSTALL) -d include/bits
392 @./extra/config/conf -o extra/Configs/Config.$(TARGET_ARCH)
394 randconfig: extra/config/conf
395 $(RM) -r include/bits
396 $(INSTALL) -d include/bits
397 @./extra/config/conf -r extra/Configs/Config.$(TARGET_ARCH)
399 allyesconfig: extra/config/conf
400 $(RM) -r include/bits
401 $(INSTALL) -d include/bits
402 @./extra/config/conf -y extra/Configs/Config.$(TARGET_ARCH)
404 allnoconfig: extra/config/conf
405 $(RM) -r include/bits
406 $(INSTALL) -d include/bits
407 @./extra/config/conf -n extra/Configs/Config.$(TARGET_ARCH)
409 defconfig: extra/config/conf
410 $(RM) -r include/bits
411 $(INSTALL) -d include/bits
412 @./extra/config/conf -d extra/Configs/Config.$(TARGET_ARCH)
416 - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \;
417 @$(RM) -r tmp lib include/bits libc/tmp _install
418 $(MAKE) -C test clean
419 $(MAKE) -C ldso clean
420 $(MAKE) -C libc/misc/internals clean
421 $(MAKE) -C libc/misc/wchar clean
422 $(MAKE) -C libc/unistd clean
423 $(MAKE) -C libc/sysdeps/linux/common clean
424 $(MAKE) -C extra/gcc-uClibc clean
425 $(MAKE) -C extra/locale clean
427 for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
428 $(RM) include/sys/$$i; \
430 if [ -d libc/sysdeps/linux/$(TARGET_ARCH)/sys ] ; then \
431 for i in `(cd libc/sysdeps/linux/$(TARGET_ARCH)/sys; ls *.h)` ; do \
432 $(RM) include/sys/$$i; \
435 @$(RM) include/linux include/scsi include/asm
436 @if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then \
437 $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
439 @if [ "$(TARGET_ARCH)" = "mipsel" ]; then \
440 $(MAKE) -C libc/sysdeps/linux/mips clean; \
441 $(RM) ldso/ldso/mipsel; \
442 $(RM) libc/sysdeps/linux/mipsel; \
443 $(RM) libpthread/linuxthreads/sysdeps/mipsel; \
447 $(RM) .config .config.old .config.cmd
448 $(MAKE) -C extra clean
452 $(RM) -r uClibc-$(VERSION); \
453 cp -fa uClibc uClibc-$(VERSION); \
454 find uClibc-$(VERSION)/ -type f \
455 -name .\#* -exec $(RM) -r {} \; ; \
456 find uClibc-$(VERSION)/ -type d \
457 -name CVS -exec $(RM) -r {} \; ; \
459 tar -cvzf uClibc-$(VERSION).tar.gz uClibc-$(VERSION)/;
461 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
463 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig