]> git.ipfire.org Git - thirdparty/glibc.git/blame - signal/Makefile
Consistently include Makeconfig after defining subdir.
[thirdparty/glibc.git] / signal / Makefile
CommitLineData
d4697bc9 1# Copyright (C) 1991-2014 Free Software Foundation, Inc.
28f540f4
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
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.
28f540f4
RM
8
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
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6
PE
15# License along with the GNU C Library; if not, see
16# <http://www.gnu.org/licenses/>.
28f540f4
RM
17
18#
19# Makefile for signal routines.
20#
21subdir := signal
22
a5f891ac
JM
23include ../Makeconfig
24
5107cf1d 25headers := signal.h sys/signal.h bits/signum.h bits/sigcontext.h \
4bae5567
UD
26 bits/sigaction.h bits/sigset.h bits/siginfo.h bits/sigstack.h \
27 bits/sigthread.h
28f540f4
RM
28
29routines := signal raise killpg \
30 sigaction sigprocmask kill \
ba1ffaa1 31 sigpending sigsuspend sigwait \
28f540f4
RM
32 sigblock sigsetmask sigpause sigvec \
33 sigstack sigaltstack sigintr \
34 sigsetops sigempty sigfillset sigaddset sigdelset sigismem \
35 sigreturn \
e7fd8a39 36 siggetmask sysv_signal \
cbdee279 37 sigisempty sigandset sigorset \
af69217f
UD
38 allocrtsig sigtimedwait sigwaitinfo sigqueue \
39 sighold sigrelse sigignore sigset
28f540f4 40
727a6832 41tests := tst-signal tst-sigset tst-sigsimple tst-raise tst-sigset2
28f540f4 42
28f540f4
RM
43
44include ../Rules
7a114794
UD
45
46CFLAGS-sigpause.c = -fexceptions
47CFLAGS-sigsuspend.c = -fexceptions -fasynchronous-unwind-tables
48CFLAGS-sigtimedwait.c = -fexceptions -fasynchronous-unwind-tables
49CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables
50CFLAGS-sigwaitinfo.c = -fexceptions -fasynchronous-unwind-tables