
; 
; Common init file for gEDA
;

;
; Start of path related keywords
;

; component-library
; Specify where components exist.
; The string after this keyword should be a valid directory name.
; You should have read access to this directory and all the files inside
; the directory.
; The component library which is in the user's local project directory is
; added automatically and doesn't need to be specified here (*TBD later *)
; The order of the component-library keywords determines the order they
; are displayed, but they are searched *backwards*, ie last one in this list
; is searched *first*.
; All environment variables *MUST* be in the form ${variable_name}
;
(component-library "/usr/share/gEDA/sym/local")
(component-library "/usr/share/gEDA/sym/74")
(component-library "/usr/share/gEDA/sym/4000")
(component-library "/usr/share/gEDA/sym/IEC417")
(component-library "/usr/share/gEDA/sym/analog")
(component-library "/usr/share/gEDA/sym/linear")
(component-library "/usr/share/gEDA/sym/altera")
(component-library "/usr/share/gEDA/sym/xilinx")
(component-library "/usr/share/gEDA/sym/idt")
(component-library "/usr/share/gEDA/sym/misc")
(component-library "/usr/share/gEDA/sym/io")
(component-library "/usr/share/gEDA/sym/titleblock")
(component-library "/usr/share/gEDA/sym/memory")
(component-library "/usr/share/gEDA/sym/micro")
(component-library "/usr/share/gEDA/sym/maxim")
(component-library "/usr/share/gEDA/sym/radio")
(component-library "/usr/share/gEDA/sym/tube")
(component-library "/usr/share/gEDA/sym/connector")
(component-library "/usr/share/gEDA/sym/switch")
(component-library "/usr/share/gEDA/sym/verilog")
(component-library "/usr/share/gEDA/sym/spice")
(component-library "/usr/share/gEDA/sym/rf")
(component-library "/usr/share/gEDA/sym/pla")
(component-library "/usr/share/gEDA/sym/dec")

; source-library string
; Specify where source entities exist.
; The string after this keyword should be a valid directory name.
; You should have read access to this directory and all the files inside
; the directory.
; The source library which is in the user's local project directory is
; added automatically and doesn't need to be specified here (*TBD later *)
; The order of the source-library keywords determines the order they
; are displayed, but they are searched *backwards*, ie last one in this list
; is searched *first*.
; All environment variables *MUST* be in the form ${variable_name}
;
(source-library "/usr/share/gEDA/sym/74")
(source-library "/usr/share/gEDA/sym/4000")
(source-library "/usr/share/gEDA/sym/analog")
(source-library "/usr/share/gEDA/sym/altera")
(source-library "/usr/share/gEDA/sym/xilinx")
(source-library "/usr/share/gEDA/sym/idt")
(source-library "/usr/share/gEDA/sym/local")
(source-library "/usr/share/gEDA/sym/memory")
(source-library "/usr/share/gEDA/sym/micro")
(source-library "/usr/share/gEDA/sym/linear")
(source-library "/usr/share/gEDA/sym/maxim")
(source-library "/usr/share/gEDA/sym/misc")
(source-library "/usr/share/gEDA/sym/radio")
(source-library "/usr/share/gEDA/sym/tube")
(source-library "/usr/share/gEDA/sym/connector")
(source-library "/usr/share/gEDA/sym/switch")
(source-library "/usr/share/gEDA/sym/verilog")
(source-library "/usr/share/gEDA/sym/rf")
(source-library "/usr/share/gEDA/sym/pla")
(source-library "/usr/share/gEDA/sym/dec")
; out for now (source-library "/usr/share/gEDA/source")

; font-directory string
; Specifies where the vector font definitions are stored.
; You should have read access to this directory and all the files inside
; the directory.
; All environment variables *MUST* be in the form ${variable_name}
;
(font-directory "/usr/share/gEDA/sym/font")


; scheme-directory string
; Specifies where the supporting scheme lives
; You should have read access to this directory and all the files inside
; the directory.
; All environment variables *MUST* be in the form ${variable_name}
;
(scheme-directory "/usr/share/gEDA/scheme")

;
; End of path related keywords
;

