• Home
  • History
  • Annotate
  • only in /external/ltrace/sysdeps/
NameDateSize

..07-Jan-20164 KiB

linux-gnu/07-Jan-20164 KiB

Makefile.am07-Jan-2016909

README07-Jan-2016511

sysdep.h07-Jan-20161.9 KiB

README

1Each 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
10See the file "backend.h" for description of backend interfaces, which
11have to be provided by "sysdep.o".
12