Makefile.in 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
  4. #
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. COMMON_DIR := $(top_srcdir)libc/sysdeps/linux/common
  8. COMMON_OUT := $(top_builddir)libc/sysdeps/linux/common
  9. CSRC-y := $(notdir $(wildcard $(COMMON_DIR)/*.c))
  10. CSRC- := ssp-local.c
  11. CSRC_LFS := $(notdir $(wildcard $(COMMON_DIR)/*64.c))
  12. CSRC-y := $(filter-out llseek.c $(CSRC_LFS),$(CSRC-y))
  13. CSRC-$(UCLIBC_HAS_LFS) += llseek.c $(CSRC_LFS)
  14. CSRC-$(findstring y,$(UCLIBC_HAS_SSP)$(UCLIBC_HAS_FORTIFY)) += ssp.c
  15. CSRC-$(UCLIBC_LINUX_MODULE_24) += create_module.c query_module.c \
  16. get_kernel_syms.c
  17. # we need these internally: fstatfs.c statfs.c
  18. CSRC-$(UCLIBC_LINUX_SPECIFIC) += capget.c capset.c inotify.c ioperm.c iopl.c \
  19. modify_ldt.c pipe2.c personality.c ppoll.c prctl.c \
  20. readahead.c reboot.c \
  21. remap_file_pages.c sched_getaffinity.c sched_setaffinity.c \
  22. sendfile64.c sendfile.c setfsgid.c setfsuid.c setresuid.c \
  23. splice.c vmsplice.c tee.c signalfd.c swapoff.c swapon.c \
  24. sync_file_range.c sysctl.c sysinfo.c timerfd.c uselib.c vhangup.c
  25. # NPTL needs these internally: madvise.c
  26. CSRC-$(findstring y,$(UCLIBC_LINUX_SPECIFIC)$(UCLIBC_HAS_THREADS_NATIVE)) += madvise.c
  27. ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
  28. CSRC- += fork.c getpid.c raise.c open.c close.c read.c write.c
  29. CSRC- += $(if $(findstring =arm=,=$(TARGET_ARCH)=),vfork.c)
  30. CSRC- += $(if $(findstring =x86_64=,=$(TARGET_ARCH)=),vfork.c)
  31. CSRC- += $(if $(findstring =mips=y=,=$(TARGET_ARCH)=$(CONFIG_MIPS_O32_ABI)=),waitpid.c)
  32. endif
  33. # stubbed out in mman.h
  34. CSRC-$(ARCH_USE_MMU) += msync.c
  35. # we need these internally: getdomainname.c
  36. CSRC-$(UCLIBC_BSD_SPECIFIC) += mincore.c setdomainname.c
  37. CSRC-$(UCLIBC_NTP_LEGACY) += ntp_gettime.c
  38. # aio_cancel|aio_error|aio_fsync|aio_read|aio_return|aio_suspend|aio_write|clock_getres|clock_gettime|clock_settime|clock_settime|fdatasync|lio_listio|mlockall|munlockall|mlock|munlock|mq_close|mq_getattr|mq_notify|mq_open|mq_receive|mq_timedreceive|mq_send|mq_timedsend|mq_setattr|mq_unlink|nanosleep|sched_getparam|sched_get_priority_max|sched_get_priority_min|sched_getscheduler|sched_rr_get_interval|sched_setparam|sched_setscheduler|sem_close|sem_destroy|sem_getvalue|sem_init|sem_open|sem_post|sem_trywait|sem_wait|sem_unlink|sem_wait|shm_open|shm_unlink|sigqueue|sigtimedwait|sigwaitinfo|sigwaitinfo|timer_create|timer_delete|timer_getoverrun|timer_gettime|timer_settime
  39. CSRC-$(UCLIBC_HAS_REALTIME) += clock_getres.c clock_gettime.c clock_settime.c \
  40. fdatasync.c mlockall.c mlock.c munlockall.c munlock.c \
  41. nanosleep.c __rt_sigtimedwait.c __rt_sigwaitinfo.c sched_getparam.c \
  42. sched_get_priority_max.c sched_get_priority_min.c sched_getscheduler.c \
  43. sched_rr_get_interval.c sched_setparam.c sched_setscheduler.c sigqueue.c
  44. # clock_getcpuclockid|clock_nanosleep|mq_timedreceive|mq_timedsend|posix_fadvise|posix_fallocate|posix_madvise|posix_memalign|posix_mem_offset|posix_spawnattr_destroy|posix_spawnattr_init|posix_spawnattr_getflags|posix_spawnattr_setflags|posix_spawnattr_getpgroup|posix_spawnattr_setpgroup|posix_spawnattr_getschedparam|posix_spawnattr_setschedparam|posix_spawnattr_getschedpolicy|posix_spawnattr_setschedpolicy|posix_spawnattr_getsigdefault|posix_spawnattr_setsigdefault|posix_spawnattr_getsigmask|posix_spawnattr_setsigmask|posix_spawnattr_init|posix_spawnattr_setflags|posix_spawnattr_setpgroup|posix_spawnattr_setschedparam|posix_spawnattr_setschedpolicy|posix_spawnattr_setsigdefault|posix_spawnattr_setsigmask|posix_spawn_file_actions_addclose|posix_spawn_file_actions_addopen|posix_spawn_file_actions_adddup2|posix_spawn_file_actions_addopen|posix_spawn_file_actions_destroy|posix_spawn_file_actions_init|posix_spawn_file_actions_init|posix_spawn|posix_spawnp|posix_spawnp|posix_typed_mem_get_info|pthread_mutex_timedlock|sem_timedwait
  45. CSRC-$(UCLIBC_HAS_ADVANCED_REALTIME) += posix_fadvise64.c posix_fadvise.c
  46. CSRC-$(UCLIBC_SUSV4_LEGACY) += utime.c
  47. CSRC-$(UCLIBC_HAS_EPOLL) += epoll.c
  48. CSRC-$(UCLIBC_HAS_XATTR) += xattr.c
  49. CSRC-$(UCLIBC_HAS_PROFILING) += noophooks.c #pcprofile.c
  50. CSRC-$(UCLIBC_SV4_DEPRECATED) += ustat.c
  51. CSRC- += $(if $(findstring =c6x=,=$(TARGET_ARCH)=),vfork.c)
  52. CSRC- += $(if $(findstring =sh=,=$(TARGET_ARCH)=),vfork.c)
  53. CSRC- += $(if $(findstring =sparc=,=$(TARGET_ARCH)=),vfork.c)
  54. CSRC- += $(if $(findstring =i386=,=$(TARGET_ARCH)=),vfork.c)
  55. CSRC-y := $(filter-out $(CSRC-),$(CSRC-y))
  56. # provided via pthreads builddir
  57. CSRC-y := $(filter-out $(libc_a_CSRC) $(notdir $(libpthread_libc_OBJS:.o=.c)),$(CSRC-y))
  58. SSRC := $(filter-out $(libc_a_SSRC) $(notdir $(libpthread_libc_OBJS:.o=.S)),$(SSRC))
  59. # fails for some reason
  60. ifneq ($(strip $(ARCH_OBJS)),)
  61. CSRC-y := $(filter-out $(notdir $(ARCH_OBJS:.o=.c)) $(ARCH_OBJ_FILTEROUT),$(CSRC-y))
  62. endif
  63. CFLAGS-ssp.c := $(SSP_DISABLE_FLAGS)
  64. CFLAGS-ssp-local.c := $(SSP_DISABLE_FLAGS)
  65. COMMON_SRC := $(patsubst %.c,$(COMMON_DIR)/%.c,$(CSRC-y))
  66. COMMON_OBJ := $(patsubst %.c,$(COMMON_OUT)/%.o,$(CSRC-y))
  67. libc-y += $(COMMON_OBJ)
  68. libc-static-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp-local.o
  69. libc-nonshared-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp-local.os
  70. libc-nomulti-y += $(COMMON_OUT)/__syscall_rt_sigaction.o \
  71. $(COMMON_OUT)/__syscall_sigaction.o \
  72. $(COMMON_OUT)/mremap.o \
  73. $(COMMON_OUT)/stat.o
  74. libc-nomulti-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp.o
  75. objclean-y += CLEAN_libc/sysdeps/linux/common
  76. CLEAN_libc/sysdeps/linux/common:
  77. $(do_rm) $(addprefix $(COMMON_OUT)/*., o os oS)