File: linux.mk

package info (click to toggle)
harec 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,480 kB
  • sloc: ansic: 20,054; asm: 335; makefile: 116; lisp: 80; sh: 45
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
RTSCRIPT = rt/hare.sc

_rt_ha = \
	rt/malloc.ha \
	rt/+$(PLATFORM)/syscallno+$(ARCH).ha \
	rt/+$(PLATFORM)/segmalloc.ha

_rt_s = \
	rt/+$(PLATFORM)/start+$(ARCH).s \
	rt/+$(PLATFORM)/syscall+$(ARCH).s