From 5058a94ee717d96285da20423324af3478df175d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 25 Feb 2013 01:38:36 -0500 Subject: Expand the loadable object support. Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file. --- gmk-default.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gmk-default.scm') diff --git a/gmk-default.scm b/gmk-default.scm index 84a2114..d33dfb2 100644 --- a/gmk-default.scm +++ b/gmk-default.scm @@ -45,10 +45,6 @@ (walk x) (string-join (reverse! acc)))) -;; eval (GNU make eval) the input string S -(define (gmk-eval s) - (gmk-expand (format #f "$(eval ~a)" (obj-to-str s)))) - ;; Return the value of the GNU make variable V (define (gmk-var v) (gmk-expand (format #f "$(~a)" (obj-to-str v)))) -- cgit v1.2.3