#lang scheme/base ;; Dependency file for the "make all" target. (require "pic18.ss" "lab/gnuplot.ss" "lab/image-io.ss" "poke/cgen.ss" "poke/poke.ss" "poke/ip.ss" ;; the module languages + readers (prefix-in pic18-reader- "pic18/lang/reader.ss") (prefix-in pic18- "pic18/lang.ss") (prefix-in scatforth-reader- "forth/lang/reader.ss") (prefix-in scatforth- "forth/lang.ss") (prefix-in purrr-reader- "purrr/lang/reader.ss") (prefix-in purrr- "purrr/lang.ss") ;; managed projects (prefix-in prj- "prj/shared.ss") (prefix-in prj-pic18- "prj/pic18.ss") (for-syntax scheme/base) ) ;; (require scheme/runtime-path) ;; (define-runtime-path bla "foo.txt") ;; (display bla) ;; (newline)