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