mirror of git://sourceware.org/git/glibc.git
termios: Reflow and sort Makefile
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
d6c2760ef7
commit
c5687b4c49
|
|
@ -22,12 +22,31 @@ subdir := termios
|
|||
|
||||
include ../Makeconfig
|
||||
|
||||
headers := termios.h bits/termios.h bits/termios-baud.h \
|
||||
sys/ttydefaults.h sys/termios.h sys/ttychars.h
|
||||
headers := \
|
||||
bits/termios-baud.h \
|
||||
bits/termios.h \
|
||||
sys/termios.h \
|
||||
sys/ttychars.h \
|
||||
sys/ttydefaults.h \
|
||||
termios.h \
|
||||
# headers
|
||||
|
||||
routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \
|
||||
tcdrain tcflow tcflush tcsendbrk cfmakeraw tcgetsid \
|
||||
baud cfsetbaud
|
||||
routines := \
|
||||
baud \
|
||||
cfmakeraw \
|
||||
cfsetbaud \
|
||||
cfsetspeed \
|
||||
speed \
|
||||
tcdrain \
|
||||
tcflow \
|
||||
tcflush \
|
||||
tcgetattr \
|
||||
tcgetpgrp \
|
||||
tcgetsid \
|
||||
tcsendbrk \
|
||||
tcsetattr \
|
||||
tcsetpgrp \
|
||||
# routines
|
||||
|
||||
include ../Rules
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue