7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
|
||
|
# MX Definitions
|
||
|
export MXDEF =-D__MX
|
||
|
export MXLP =-L@prefix@/lib
|
||
|
export MXIP =-I@prefix@/include
|
||
|
export MXLIB =-lg2 -lsu -lpthread
|