(define impc:aot:compile-xtm-file (lambda (lib-path . dll) (if (and (not (null? dll)) (car dll)) (impc:aot:compile-xtm-dll lib-path) (impc:aot:compile-xtm-ll lib-path))))