blob: db51c9e7293d95c60ac8cf7cb4c1c81852ec7b68 [file] [log] [blame]
Juan Cespedese3eb9aa1999-04-03 03:21:52 +02001Each operating system must have a subdir here, with a Makefile
2The first target of that Makefile must build a file "sysdep.o" in this
3directory.
4The "clean" target of that Makefile must undo all the efects of the
5first target, and must remove "sysdep.o" in this dir.
6
7Files "sysdep.h", "signalent.h" and "syscallent.h" must be present
8inside the directory after invoking the first target of the Makefile.
9
Petr Machata64262602012-01-07 03:41:36 +010010See the file "backend.h" for description of backend interfaces, which
11have to be provided by "sysdep.o".