[go: up one dir, main page]

File: platforms.yaml

package info (click to toggle)
duktape 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,496 kB
  • sloc: ansic: 203,676; python: 5,856; makefile: 476; cpp: 205
file content (85 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Platform metadata.

autodetect:
  # Platforms for autodetect header.  Order matters because some defines
  # overlap, so rules select for more specific define first.
  -
    name: Mac OSX, iPhone, Darwin
    check: DUK_F_APPLE
    include: platform_apple.h.in
  -
    name: Orbis
    check: DUK_F_ORBIS
    include: platform_orbis.h.in
  -
    name: OpenBSD
    check: DUK_F_OPENBSD
    include: platform_openbsd.h.in
  -
    name: Generic BSD
    check: DUK_F_BSD
    include: platform_genericbsd.h.in
  -
    name: Atari ST TOS
    check: DUK_F_TOS
    include: platform_tos.h.in
  -
    name: AmigaOS
    check: DUK_F_AMIGAOS
    include: platform_amigaos.h.in
  -
    name: Durango (XboxOne)
    check: DUK_F_DURANGO
    include: platform_durango.h.in
  -
    name: Windows
    check: DUK_F_WINDOWS
    include: platform_windows.h.in
  -
    name: Flashplayer (Crossbridge)
    check: DUK_F_FLASHPLAYER
    include: platform_flashplayer.h.in
  -
    name: QNX
    check: DUK_F_QNX
    include: platform_qnx.h.in
  -
    name: TI-Nspire
    check: DUK_F_TINSPIRE
    include: platform_tinspire.h.in
  -
    name: Emscripten
    check: DUK_F_EMSCRIPTEN
    include: platform_emscripten.h.in
  -
    name: Linux
    check: DUK_F_LINUX
    include: platform_linux.h.in
  -
    name: Solaris
    check: DUK_F_SUN
    include: platform_solaris.h.in
  -
    name: AIX
    check: DUK_F_AIX
    include: platform_aix.h.in
  -
    name: HPUX
    check: DUK_F_HPUX
    include: platform_hpux.h.in
  -
    name: Generic POSIX
    check: DUK_F_POSIX
    include: platform_posix.h.in
  -
    name: Cygwin
    check: DUK_F_CYGWIN
    include: platform_cygwin.h.in
  -
    name: Generic UNIX
    check: DUK_F_UNIX
    include: platform_genericunix.h.in
  -
    name: Generic fallback
    check: null
    include: platform_generic.h.in  # if nothing else