- additional cgal-headers-only rules (future use) COMP: add -lgmp for CGAL with mpfr linkage
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
LINK_LIBS = $(cDBUG)
|
|
|
|
LINKLIBSO = $(cc) $(cARCH) -shared
|
|
|
|
LINKEXE = $(cc) $(cARCH) -Xlinker --add-needed -Xlinker -z -Xlinker nodefs
|