Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 69f063730ffa3aaa426eda1010df3ed6 > files > 32

geda-gnetlist-1.8.2-1.fc18.i686.rpm

;; We want to point at the scheme code that hasn't been installed yet so that
;; 'make check' during development can work correctly.
(scheme-directory "${SCMDIR}")
(scheme-directory "${GEDASCMDIR}")
(scheme-directory "${GEDABUILTSCMDIR}")

;; We want to use the symbols that haven't been installed yet
(map (lambda (x) (component-library (string-join (list "${SYMDIR}/" x) "")))
     '("io" "74" "analog" "power" "misc" "diode" "linear" "connector" "switch"
       "asic" "spice" "cascade" "titleblock"))

(component-library "./sym")

;; Rather than checking what m4 and pcb's m4 files do with
;; the output we produce, just see what output gnetlist produces.
(define gsch2pcb:pcb-m4-command-line "cat - >>")