-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFIRST.M4
41 lines (41 loc) · 1.04 KB
/
FIRST.M4
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
changequote({,})dnl
define({__M4_FORTH_QUOTE},{changequote({,})}){}dnl
changecom(){}dnl
changecom(;#){}dnl
dnl
sinclude(./path0.m4)dnl
sinclude(./M4/path1.m4)dnl
sinclude(../M4/path2.m4)dnl
ifelse(M4PATH,{},{
.error M4 did not find a relative path from the source file to the M4 libraries.})dnl
dnl
include(M4PATH{}__macros.m4)dnl
include(M4PATH{}__eval.m4)dnl
include(M4PATH{}__t_rules.m4)dnl
dnl
include(M4PATH{}float.m4)dnl
include(M4PATH{}if.m4)dnl
include(M4PATH{}case.m4)dnl
include(M4PATH{}logic.m4)dnl
include(M4PATH{}function.m4)dnl
include(M4PATH{}loop.m4)dnl
include(M4PATH{}device.m4)dnl
include(M4PATH{}arithmetic.m4)dnl
include(M4PATH{}memory.m4)dnl
include(M4PATH{}other.m4)dnl
include(M4PATH{}stack.m4)dnl
include(M4PATH{}array.m4)dnl
include(M4PATH{}zx48float.m4)dnl
dnl
define({__},{}){}dnl
dnl
define({last_action},{dnl
__{}__COMPILE{}dnl
__{}include(M4PATH{}float_runtime.m4)dnl
__{}include(M4PATH{}graphic_runtime.m4)dnl
__{}include(M4PATH{}zx48float_runtime.m4)dnl
__{}include(M4PATH{}runtime.m4)dnl
})dnl
m4wrap({last_action})dnl
dnl
dnl