summaryrefslogtreecommitdiff
path: root/CC/foreign/make/RULES
blob: e831d4c3ca33c54de60a77f21a079ee9752fb1f5 (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
{ "data":
  { "doc":
    [ "Data produced by Configure and Make build and install."
    , ""
    , "All variables accessible to commands and options are: \"TMPDIR\","
    , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", \"LDFLAGS\","
    , "\"AR\", and \"PREFIX\". \"LOCALBASE\" contains the path to the"
    , "installed artifacts from \"deps\"."
    ]
  , "target_fields": ["project"]
  , "string_fields":
    [ "subdir"
    , "configure"
    , "configure_options"
    , "targets"
    , "prefix"
    , "options"
    , "jobs"
    , "pre_cmds"
    , "post_cmds"
    , "out_files"
    , "out_dirs"
    , "resolve_symlinks"
    ]
  , "config_vars":
    [ "ARCH"
    , "HOST_ARCH"
    , "CC"
    , "CXX"
    , "CFLAGS"
    , "CXXFLAGS"
    , "LDFLAGS"
    , "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "ADD_LDFLAGS"
    , "ENV"
    , "AR"
    , "PREFIX"
    , "BUILD_POSITION_INDEPENDENT"
    , "TIMEOUT_SCALE"
    , "FOREIGN_EXECUTION_PROPERTIES"
    ]
  , "implicit":
    { "defaults": [["CC", "defaults"]]
    , "foreign-defaults": [["CC/foreign", "defaults"]]
    , "shell defaults": [["shell", "defaults"]]
    , "expand_exec": [["./", "..", "expand_exec"]]
    }
  , "field_doc":
    { "project":
      ["The Make project directory. It should contain a single tree artifact"]
    , "subdir":
      [ "The subdirectory that contains the configure and Makefile. Individual"
      , "directory components are joined with \"/\"."
      ]
    , "configure": ["Run ./configure if non-empty."]
    , "configure_options":
      [ "The configure options (the \"--prefix\" option is automatically set)."
      , "Variables can be accessed via \"$(<varname>)\", e.g., \"$(TMPDIR)\""
      , "for variable \"$TMPDIR\"."
      ]
    , "targets":
      [ "The Make targets to build in the specified order"
      , "(default: [\"install\"])."
      ]
    , "prefix":
      [ "The prefix used for the Make target. The path will be made absolute"
      , "and individual directory components are joined with \"/\". If no"
      , "prefix is specified, the value from the config variable \"PREFIX\" is"
      , "taken, with the default value being \"/\"."
      ]
    , "options":
      [ "Make options for the configuration phase"
      , "(e.g., [\"-f\", \"Makefile\", \"ARCH=x86\", \"LD=$(CC)\"]). Variables"
      , "can be accessed via \"$(<varname>)\", e.g., \"$(TMPDIR)\" for"
      , "variable \"$TMPDIR\"."
      ]
    , "jobs":
      [ "Number of jobs to run simultaneously. If omitted, Make's default"
      , "number is used."
      ]
    , "pre_cmds":
      [ "List of commands executed in the project directory before calling"
      , "Configure or Make. Useful for renaming files or directories. Note"
      , "that data between \"pre_cmds\" and \"post_cmds\" can be exchanged via"
      , "\"$TMPDIR\", which is uniquely reserved for this action."
      ]
    , "post_cmds":
      [ "List of commands executed in the install directory after successful"
      , "installation but before the output files are collected. Useful for"
      , "renaming files or directories. Note that data between \"pre_cmds\" and"
      , "\"post_cmds\" can be exchanged via \"$TMPDIR\", which is uniquely"
      , "reserved for this action."
      ]
    , "resolve_symlinks":
      [ "Resolve all symlinks in the install directory. This operation is"
      , "performed immediately after the install, before \"post_cmds\" are run."
      ]
    , "out_files":
      [ "Paths to the produced output files. The paths are considered relative"
      , "to the install directory."
      , "Note that \"out_files\" and \"out_dirs\" may not overlap."
      ]
    , "out_dirs":
      [ "Paths to the produced output directories. The paths are considered"
      , "relative to the install directory."
      , "Note that \"out_files\" and \"out_dirs\" may not overlap."
      ]
    }
  , "config_doc":
    { "CC":
      [ "The name of the C compiler to be used."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "CXX":
      [ "The name of the C++ compiler to be used."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "CFLAGS":
      [ "The flags for CC to be used instead of the default ones."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice"
      ]
    , "CXXFLAGS":
      [ "The flags for CXX to be used instead of the default ones."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "LDFLAGS":
      [ "The linker flags to be used instead of the default ones."
      , "For libraries that should be linked in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice"
      ]
    , "ADD_CFLAGS":
      [ "The flags to add to the default ones for CC."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ADD_CXXFLAGS":
      [ "The flags to add to the default ones for CXX."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ADD_LDFLAGS":
      [ "The linker flags to add to the default ones."
      , "For libraries that should be linked in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ENV":
      [ "The environment for any action generated."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "AR":
      [ "The archive tool to used for creating the library."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "PREFIX":
      [ "The absolute path that is used as prefix inside generated pkg-config"
      , "files. The default value for this variable is \"/\". This variable"
      , "is ignored if the field \"prefix\" is set."
      ]
    , "BUILD_POSITION_INDEPENDENT": ["Build position independent code."]
    , "TIMEOUT_SCALE":
      [ "The scaling of the timeout for the invocation of the foreign build."
      , "Defaults to 10."
      ]
    , "FOREIGN_EXECUTION_PROPERTIES":
      [ "A map with extra remote-execution properties to be added to the foreign build action."
      ]
    }
  , "imports":
    { "stage_field": ["", "stage_singleton_field"]
    , "make-build": "make-build"
    , "strip-prefix": ["./", "..", "strip-prefix"]
    , "for host": ["transitions", "for host"]
    , "map_provider": ["", "field_map_provider"]
    , "sh": ["shell", "sh"]
    }
  , "config_transitions":
    { "defaults":
      [{"type": "empty_map"}, {"type": "CALL_EXPRESSION", "name": "for host"}]
    , "expand_exec": [{"type": "CALL_EXPRESSION", "name": "for host"}]
    }
  , "expression":
    { "type": "let*"
    , "bindings":
      [ ["install_prefix", "install"]
      , [ "source_dir"
        , { "type": "let*"
          , "bindings": [["fieldname", "project"], ["location", "source"]]
          , "body": {"type": "CALL_EXPRESSION", "name": "stage_field"}
          }
        ]
      , [ "installed_out_files"
        , { "type": "foreach"
          , "var": "file_path"
          , "range": {"type": "FIELD", "name": "out_files"}
          , "body":
            { "type": "join"
            , "separator": "/"
            , "$1":
              [ {"type": "var", "name": "install_prefix"}
              , {"type": "var", "name": "file_path"}
              ]
            }
          }
        ]
      , [ "installed_out_dirs"
        , { "type": "foreach"
          , "var": "dir_path"
          , "range": {"type": "FIELD", "name": "out_dirs"}
          , "body":
            { "type": "join"
            , "separator": "/"
            , "$1":
              [ {"type": "var", "name": "install_prefix"}
              , {"type": "var", "name": "dir_path"}
              ]
            }
          }
        ]
      , ["subdir", {"type": "FIELD", "name": "subdir"}]
      , ["configure", {"type": "FIELD", "name": "configure"}]
      , ["configure_options", {"type": "FIELD", "name": "configure_options"}]
      , ["make_targets", {"type": "FIELD", "name": "targets"}]
      , ["make_prefix", {"type": "FIELD", "name": "prefix"}]
      , ["make_options", {"type": "FIELD", "name": "options"}]
      , ["make_jobs", {"type": "FIELD", "name": "jobs"}]
      , ["pre_cmds", {"type": "FIELD", "name": "pre_cmds"}]
      , ["post_cmds", {"type": "FIELD", "name": "post_cmds"}]
      , ["resolve_symlinks", {"type": "FIELD", "name": "resolve_symlinks"}]
      , ["defaults-transition", {"type": "empty_map"}]
      , [ "expand_exec"
        , { "type": "let*"
          , "bindings":
            [ ["fieldname", "expand_exec"]
            , ["location", "expand_exec"]
            , ["transition", {"type": "CALL_EXPRESSION", "name": "for host"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "stage_field"}
          }
        ]
      , ["full_install_dir", {"type": "CALL_EXPRESSION", "name": "make-build"}]
      , ["TOOLCHAIN_DIR", "toolchain"]
      , [ "shell TOOLCHAIN"
        , { "type": "let*"
          , "bindings":
            [ ["fieldname", "shell defaults"]
            , ["provider", "TOOLCHAIN"]
            , ["default", {"type": "empty_map"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "map_provider"}
          }
        ]
      , [ "sh"
        , { "type": "let*"
          , "bindings": [["fieldname", "shell defaults"]]
          , "body": {"type": "CALL_EXPRESSION", "name": "sh"}
          }
        ]
      , [ "install_dir"
        , { "type": "ACTION"
          , "inputs":
            { "type": "map_union"
            , "$1":
              [ {"type": "var", "name": "shell TOOLCHAIN"}
              , {"type": "var", "name": "full_install_dir"}
              ]
            }
          , "cmd": [{"type": "var", "name": "sh"}, "-c", ":"]
          , "outs": {"type": "var", "name": "installed_out_files"}
          , "out_dirs": {"type": "var", "name": "installed_out_dirs"}
          }
        ]
      , [ "out_files"
        , { "type": "let*"
          , "bindings":
            [ ["artifacts", {"type": "var", "name": "install_dir"}]
            , ["paths", {"type": "FIELD", "name": "out_files"}]
            , ["prefix", {"type": "var", "name": "install_prefix"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
          }
        ]
      , [ "out_dirs"
        , { "type": "let*"
          , "bindings":
            [ ["artifacts", {"type": "var", "name": "install_dir"}]
            , ["paths", {"type": "FIELD", "name": "out_dirs"}]
            , ["prefix", {"type": "var", "name": "install_prefix"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
          }
        ]
      ]
    , "body":
      { "type": "RESULT"
      , "artifacts":
        { "type": "map_union"
        , "$1":
          { "type": "++"
          , "$1":
            [ {"type": "var", "name": "out_files"}
            , {"type": "var", "name": "out_dirs"}
            ]
          }
        }
      }
    }
  }
, "library":
  { "doc":
    [ "Library produced by Configure and Make build and install."
    , ""
    , "All variables accessible to commands and options are: \"TMPDIR\","
    , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", \"LDFLAGS\","
    , "\"AR\", and \"PREFIX\". \"LOCALBASE\" contains the path to the"
    , "installed artifacts from \"deps\"."
    ]
  , "target_fields": ["project", "deps"]
  , "string_fields":
    [ "subdir"
    , "name"
    , "version"
    , "stage"
    , "configure"
    , "configure_options"
    , "targets"
    , "prefix"
    , "options"
    , "jobs"
    , "pre_cmds"
    , "post_cmds"
    , "out_hdrs"
    , "out_hdr_dirs"
    , "out_libs"
    , "cflags"
    , "ldflags"
    , "pkg-config"
    , "hdr_prefix"
    , "lib_prefix"
    , "pc_prefix"
    , "resolve_symlinks"
    ]
  , "config_vars":
    [ "ARCH"
    , "HOST_ARCH"
    , "CC"
    , "CXX"
    , "CFLAGS"
    , "CXXFLAGS"
    , "LDFLAGS"
    , "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "ADD_LDFLAGS"
    , "ENV"
    , "AR"
    , "PREFIX"
    , "BUILD_POSITION_INDEPENDENT"
    , "TIMEOUT_SCALE"
    , "FOREIGN_EXECUTION_PROPERTIES"
    ]
  , "implicit":
    { "defaults": [["CC", "defaults"]]
    , "foreign-defaults": [["CC/foreign", "defaults"]]
    , "shell defaults": [["shell", "defaults"]]
    , "config_reader": [["CC", "prebuilt/read_pkgconfig.py"]]
    , "expand_exec": [["./", "..", "expand_exec"]]
    }
  , "field_doc":
    { "project":
      ["The Make project directory. It should contain a single tree artifact"]
    , "subdir":
      [ "The subdirectory that contains the configure and Makefile. Individual"
      , "directory components are joined with \"/\"."
      ]
    , "name":
      [ "The name of the library (without leading \"lib\" or trailing file name"
      , "extension), also used as name for pkg-config files."
      ]
    , "version":
      [ "The library version, used for pkg-config files. Individual version"
      , "components are joined with \".\"."
      ]
    , "configure": ["Run ./configure if non-empty."]
    , "configure_options":
      ["The configure options (the \"--prefix\" option is automatically set)."]
    , "targets":
      [ "The Make targets to build in the specified order"
      , "(default: [\"install\"])."
      ]
    , "prefix":
      [ "The prefix used for the Make target. The path will be made absolute"
      , "and individual directory components are joined with \"/\". If no"
      , "prefix is specified, the value from the config variable \"PREFIX\" is"
      , "taken, with the default value being \"/\"."
      ]
    , "options":
      [ "Make options for the build phase."
      , "(e.g., [\"-f\", \"Makefile\", \"ARCH=x86\"])"
      ]
    , "jobs":
      [ "Number of jobs to run simultaneously. If omitted, Make's default"
      , "number is used."
      ]
    , "pre_cmds":
      [ "List of commands executed in the project directory before calling"
      , "Configure or Make. Useful for renaming files or directories. Note"
      , "that data between \"pre_cmds\" and \"post_cmds\" can be exchanged via"
      , "\"$TMPDIR\", which is uniquely reserved for this action."
      ]
    , "post_cmds":
      [ "List of commands executed in the install directory after successful"
      , "installation but before the output files are collected. Useful for"
      , "renaming files or directories (e.g., in case of SONAME mismatch). Note"
      , "that data between \"pre_cmds\" and \"post_cmds\" can be exchanged via"
      , "\"$TMPDIR\", which is uniquely reserved for this action."
      ]
    , "resolve_symlinks":
      [ "Resolve all symlinks in the install directory. This operation is"
      , "performed immediately after the install, before \"post_cmds\" are run."
      ]
    , "out_hdrs":
      [ "Paths to produced public header files. The path is considered"
      , "relative to the include directory, which be set via \"hdr_prefix\"."
      , "Note that \"out_hdrs\" and \"out_hdr_dirs\" may not overlap."
      ]
    , "out_hdr_dirs":
      [ "Paths to produced public header directories. The path is considered"
      , "relative to the include directory, which be set via \"hdr_prefix\"."
      , "Note that \"out_hdrs\" and \"out_hdr_dirs\" may not overlap."
      ]
    , "out_libs":
      [ "Paths to produced library files. The path is considered relative"
      , "to the library directory, which be set via \"lib_prefix\"."
      , "Order matters in the case of one library depending on another."
      ]
    , "cflags":
      ["List of compile flags set for this target and its consumers."]
    , "ldflags":
      [ "Additional linker flags that are required for the consumer of the"
      , "produced libraries."
      ]
    , "stage":
      [ "The logical location of the public headers and library files."
      , "Individual directory components are joined with \"/\"."
      ]
    , "deps": ["Public dependency on other CC libraries."]
    , "pkg-config":
      [ "Pkg-config file for optional infer of public cflags and ldflags. If"
      , "multiple files are specified (e.g., one depends on the other), the"
      , "first one is used as entry. Note that if this field is non-empty the"
      , "tool \"pkg-config\" must be available in \"PATH\", which is taken"
      , "from [\"CC\", \"defaults\"] or the \"ENV\" variable."
      ]
    , "hdr_prefix":
      [ "Prefix where headers will be installed by Make. Individual directory"
      , "components are joined with \"/\". Defaults to \"include\" if not set."
      ]
    , "lib_prefix":
      [ "Prefix where libraries will be installed by Make. Individual"
      , "directory components are joined with \"/\". Defaults to \"lib\" if"
      , "not set."
      ]
    , "pc_prefix":
      [ "Prefix where pkg-config files will be installed by Make. Individual"
      , "directory components are joined with \"/\". Defaults to"
      , "\"lib/pkgconfig\" if not set."
      ]
    }
  , "config_doc":
    { "CC":
      [ "The name of the C compiler to be used."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "CXX":
      [ "The name of the C++ compiler to be used."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "CFLAGS":
      [ "The flags for CC to be used instead of the default ones."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice"
      ]
    , "CXXFLAGS":
      [ "The flags for CXX to be used instead of the default ones."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "LDFLAGS":
      ["Global ld flags, for common link args,such as -Wl,-z,noexecstack"]
    , "ADD_CFLAGS":
      [ "The flags to add to the default ones for CC."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ADD_CXXFLAGS":
      [ "The flags to add to the default ones for CXX."
      , "For libraries that should be built in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ADD_LDFLAGS":
      [ "The linker flags to add to the default ones."
      , "For libraries that should be linked in a non-standard way; usually"
      , "adapting the default target [\"CC\", \"defaults\"] is the better"
      , "choice."
      ]
    , "ENV":
      [ "The environment for any action generated."
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "AR":
      [ "The archive tool to used for creating the library"
      , "If null, the respective value from [\"CC\", \"defaults\"] will be taken."
      ]
    , "PREFIX":
      [ "The absolute path that is used as prefix inside generated pkg-config"
      , "files. The default value for this variable is \"/\". This variable"
      , "is ignored if the field \"prefix\" is set."
      ]
    , "BUILD_POSITION_INDEPENDENT": ["Build position independent code."]
    , "TIMEOUT_SCALE":
      [ "The scaling of the timeout for the invocation of the foreign build."
      , "Defaults to 10."
      ]
    , "FOREIGN_EXECUTION_PROPERTIES":
      [ "A map with extra remote-execution properties to be added to the foreign build action."
      ]
    }
  , "imports":
    { "stage_field": ["", "stage_singleton_field"]
    , "make-build": "make-build"
    , "strip-prefix": ["./", "..", "strip-prefix"]
    , "prebuilt result": ["CC/prebuilt", "prebuilt result"]
    , "install-deps": ["CC", "install-with-deps stage"]
    , "for host": ["transitions", "for host"]
    , "map_provider": ["", "field_map_provider"]
    , "sh": ["shell", "sh"]
    }
  , "config_transitions":
    { "defaults":
      [{"type": "empty_map"}, {"type": "CALL_EXPRESSION", "name": "for host"}]
    , "expand_exec": [{"type": "CALL_EXPRESSION", "name": "for host"}]
    }
  , "expression":
    { "type": "let*"
    , "bindings":
      [ [ "hdr_prefix"
        , { "type": "join"
          , "separator": "/"
          , "$1":
            { "type": "++"
            , "$1":
              [ ["install"]
              , { "type": "if"
                , "cond": {"type": "FIELD", "name": "hdr_prefix"}
                , "then": {"type": "FIELD", "name": "hdr_prefix"}
                , "else": ["include"]
                }
              ]
            }
          }
        ]
      , [ "lib_prefix"
        , { "type": "join"
          , "separator": "/"
          , "$1":
            { "type": "++"
            , "$1":
              [ ["install"]
              , { "type": "if"
                , "cond": {"type": "FIELD", "name": "lib_prefix"}
                , "then": {"type": "FIELD", "name": "lib_prefix"}
                , "else": ["lib"]
                }
              ]
            }
          }
        ]
      , [ "pc_prefix"
        , { "type": "join"
          , "separator": "/"
          , "$1":
            { "type": "++"
            , "$1":
              [ ["install"]
              , { "type": "if"
                , "cond": {"type": "FIELD", "name": "pc_prefix"}
                , "then": {"type": "FIELD", "name": "pc_prefix"}
                , "else": ["lib", "pkgconfig"]
                }
              ]
            }
          }
        ]
      , [ "source_dir"
        , { "type": "let*"
          , "bindings": [["fieldname", "project"], ["location", "source"]]
          , "body": {"type": "CALL_EXPRESSION", "name": "stage_field"}
          }
        ]
      , [ "localbase_dir"
        , { "type": "to_subdir"
          , "subdir": "localbase"
          , "msg": "dependency installation files may not overlap"
          , "$1":
            { "type": "let*"
            , "bindings":
              [ ["pc-install-dir", "lib/pkgconfig"]
              , ["targets", {"type": "FIELD", "name": "deps"}]
              ]
            , "body": {"type": "CALL_EXPRESSION", "name": "install-deps"}
            }
          }
        ]
      , [ "installed_dirs"
        , { "type": "foreach"
          , "var": "dir_path"
          , "range": {"type": "FIELD", "name": "out_hdr_dirs"}
          , "body":
            { "type": "join"
            , "separator": "/"
            , "$1":
              [ {"type": "var", "name": "hdr_prefix"}
              , {"type": "var", "name": "dir_path"}
              ]
            }
          }
        ]
      , [ "installed_files"
        , { "type": "++"
          , "$1":
            [ { "type": "foreach"
              , "var": "lib_path"
              , "range": {"type": "FIELD", "name": "out_libs"}
              , "body":
                { "type": "join"
                , "separator": "/"
                , "$1":
                  [ {"type": "var", "name": "lib_prefix"}
                  , {"type": "var", "name": "lib_path"}
                  ]
                }
              }
            , { "type": "foreach"
              , "var": "hdr_path"
              , "range": {"type": "FIELD", "name": "out_hdrs"}
              , "body":
                { "type": "join"
                , "separator": "/"
                , "$1":
                  [ {"type": "var", "name": "hdr_prefix"}
                  , {"type": "var", "name": "hdr_path"}
                  ]
                }
              }
            , { "type": "foreach"
              , "var": "pc_path"
              , "range": {"type": "FIELD", "name": "pkg-config"}
              , "body":
                { "type": "join"
                , "separator": "/"
                , "$1":
                  [ {"type": "var", "name": "pc_prefix"}
                  , {"type": "var", "name": "pc_path"}
                  ]
                }
              }
            ]
          }
        ]
      , ["subdir", {"type": "FIELD", "name": "subdir"}]
      , ["configure", {"type": "FIELD", "name": "configure"}]
      , ["configure_options", {"type": "FIELD", "name": "configure_options"}]
      , ["make_targets", {"type": "FIELD", "name": "targets"}]
      , ["make_prefix", {"type": "FIELD", "name": "prefix"}]
      , ["make_options", {"type": "FIELD", "name": "options"}]
      , ["make_jobs", {"type": "FIELD", "name": "jobs"}]
      , ["pre_cmds", {"type": "FIELD", "name": "pre_cmds"}]
      , ["post_cmds", {"type": "FIELD", "name": "post_cmds"}]
      , ["resolve_symlinks", {"type": "FIELD", "name": "resolve_symlinks"}]
      , ["defaults-transition", {"type": "empty_map"}]
      , [ "expand_exec"
        , { "type": "let*"
          , "bindings":
            [ ["fieldname", "expand_exec"]
            , ["location", "expand_exec"]
            , ["transition", {"type": "CALL_EXPRESSION", "name": "for host"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "stage_field"}
          }
        ]
      , ["full_install_dir", {"type": "CALL_EXPRESSION", "name": "make-build"}]
      , [ "shell TOOLCHAIN"
        , { "type": "let*"
          , "bindings":
            [ ["fieldname", "shell defaults"]
            , ["provider", "TOOLCHAIN"]
            , ["default", {"type": "empty_map"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "map_provider"}
          }
        ]
      , [ "sh"
        , { "type": "let*"
          , "bindings": [["fieldname", "shell defaults"]]
          , "body": {"type": "CALL_EXPRESSION", "name": "sh"}
          }
        ]
      , [ "install_dir"
        , { "type": "ACTION"
          , "inputs":
            { "type": "map_union"
            , "$1":
              [ {"type": "var", "name": "shell TOOLCHAIN"}
              , {"type": "var", "name": "full_install_dir"}
              ]
            }
          , "cmd": [{"type": "var", "name": "sh"}, "-c", ":"]
          , "outs": {"type": "var", "name": "installed_files"}
          , "out_dirs": {"type": "var", "name": "installed_dirs"}
          }
        ]
      , [ "hdrs"
        , { "type": "++"
          , "$1":
            [ { "type": "let*"
              , "bindings":
                [ ["artifacts", {"type": "var", "name": "install_dir"}]
                , ["paths", {"type": "FIELD", "name": "out_hdrs"}]
                , ["prefix", {"type": "var", "name": "hdr_prefix"}]
                ]
              , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
              }
            , { "type": "let*"
              , "bindings":
                [ ["artifacts", {"type": "var", "name": "install_dir"}]
                , ["paths", {"type": "FIELD", "name": "out_hdr_dirs"}]
                , ["prefix", {"type": "var", "name": "hdr_prefix"}]
                ]
              , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
              }
            ]
          }
        ]
      , [ "libs"
        , { "type": "let*"
          , "bindings":
            [ ["artifacts", {"type": "var", "name": "install_dir"}]
            , ["paths", {"type": "FIELD", "name": "out_libs"}]
            , ["prefix", {"type": "var", "name": "lib_prefix"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
          }
        ]
      , [ "config_reader"
        , { "type": "let*"
          , "bindings":
            [["fieldname", "config_reader"], ["location", "config_reader"]]
          , "body": {"type": "CALL_EXPRESSION", "name": "stage_field"}
          }
        ]
      , [ "pkg-configs"
        , { "type": "let*"
          , "bindings":
            [ ["artifacts", {"type": "var", "name": "install_dir"}]
            , ["paths", {"type": "FIELD", "name": "pkg-config"}]
            , ["prefix", {"type": "var", "name": "pc_prefix"}]
            ]
          , "body": {"type": "CALL_EXPRESSION", "name": "strip-prefix"}
          }
        ]
      , [ "name"
        , { "type": "assert_non_empty"
          , "msg": "name is required for make library"
          , "$1": {"type": "join", "$1": {"type": "FIELD", "name": "name"}}
          }
        ]
      , ["version", {"type": "FIELD", "name": "version"}]
      , ["cflags", {"type": "FIELD", "name": "cflags"}]
      , ["ldflags", {"type": "FIELD", "name": "ldflags"}]
      , [ "stage"
        , { "type": "join"
          , "separator": "/"
          , "$1": {"type": "FIELD", "name": "stage"}
          }
        ]
      , ["deps-fieldnames", ["deps", "defaults"]]
      ]
    , "body": {"type": "CALL_EXPRESSION", "name": "prebuilt result"}
    }
  }
}