dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Unimake Compiler
Collaboration diagram for Unimake Compiler:

Macros

#define COMPILER_CC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_LD(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_REP_LIB(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_TGT_LIB(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_REP_DBG(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_TGT_INC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_REP_INC(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_OBJ_OUT(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define COMPILER_EXE_OUT(cc, ld, rc, tgt_inc, rep_inc, tgt_def, rep_def, tgt_lib, rep_lib, tgt_ldr, rep_ldr, rep_dbg, obj_out, exe_out)
 
#define UNIMAKE_COMPILER_TABLE(f)
 

Detailed Description

Macro Definition Documentation

◆ COMPILER_CC

#define COMPILER_CC ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
cc,

◆ COMPILER_EXE_OUT

#define COMPILER_EXE_OUT ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
exe_out,

◆ COMPILER_LD

#define COMPILER_LD ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
ld,

◆ COMPILER_OBJ_OUT

#define COMPILER_OBJ_OUT ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
obj_out,

◆ COMPILER_REP_DBG

#define COMPILER_REP_DBG ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
rep_dbg,

◆ COMPILER_REP_INC

#define COMPILER_REP_INC ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
rep_inc,

◆ COMPILER_REP_LIB

#define COMPILER_REP_LIB ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
rep_lib,

◆ COMPILER_TGT_INC

#define COMPILER_TGT_INC ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
tgt_inc,

◆ COMPILER_TGT_LIB

#define COMPILER_TGT_LIB ( cc,
ld,
rc,
tgt_inc,
rep_inc,
tgt_def,
rep_def,
tgt_lib,
rep_lib,
tgt_ldr,
rep_ldr,
rep_dbg,
obj_out,
exe_out )
Value:
tgt_lib,

◆ UNIMAKE_COMPILER_TABLE

#define UNIMAKE_COMPILER_TABLE ( f)
Value:
f( "gcc", "gcc", "", "", "", "", "", "", "", "", "", "-g -pg", "-o $FILE$", "-o $FILE$" ) \
f( "wcc", "wcl", "wrc", "-I", "-i=", "", "", "-l", "-l=", "", "", "", "-fo=$FILE$", "-fe=$FILE$" ) \
f( "m68k-gcc-palmos", "m68k-gcc-palmos", "", "", "", "", "", "", "", "", "", "-g", "-o $FILE$", "-o $FILE$" ) \
f( "", "", "", "", "", "", "", "", "", "", "", "", "", "" )