diff options
Diffstat (limited to 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/termios/Makefile b/termios/Makefile index 0807542..1e23608 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -22,11 +22,33 @@ subdir := termios include ../Makeconfig -headers := termios.h bits/termios.h sys/ttydefaults.h sys/termios.h \ - sys/ttychars.h - -routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ - tcdrain tcflow tcflush tcsendbrk cfmakeraw tcgetsid +headers := \ + bits/termios-baud.h \ + bits/termios.h \ + sys/termios.h \ + sys/ttychars.h \ + sys/ttydefaults.h \ + termios.h \ + # headers + +routines := \ + baud \ + cfmakeraw \ + cfsetbaud \ + cfsetspeed \ + isatty \ + isatty_nostatus \ + speed \ + tcdrain \ + tcflow \ + tcflush \ + tcgetattr \ + tcgetpgrp \ + tcgetsid \ + tcsendbrk \ + tcsetattr \ + tcsetpgrp \ + # routines include ../Rules |