generate-intr-target-module - generate Theme-D-Intr target Scheme module
Contents
Description
Command generate-intr-target-module generates a Theme-D-Intr target Scheme module file for an
application.
Files
_intr-imports.scm
The default specification file for the G-Golf imports.
_intr-imports-target.scm
The default Scheme module file for the G-Golf imports.
Name
generate-intr-target-module - generate Theme-D-Intr target Scheme module
Options
--declarative
Make the target module declarative. This option can only be used if you have configured Theme-D-
Intr to use Guile 3.0.
-iINPUTFILE
Specify the input file. The default is intr-imports.scm. The input file specifies which classes
and procedures are imported for the application.
-mMODULENAME
Specify the Scheme module name of the G-Golf import module. The default is (_intr-imports-target).
-oOUTPUTFILE
Specify the output file name. The default is _intr-imports-target.scm.
See Also
generate-intr-interface(1), generate-intr-target-module(1) GNU 2022-04-01 GENERATE_INTR_TARGET_MODULE(1)
Synopsis
generate-intr-target-module [ OPTION ] ...
