
; 
; Common init file for gEDA
;

;
; Start of path related keywords
;

; component-library string
; 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 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/local/share/gEDA/sym/local")
(component-library "/usr/local/share/gEDA/sym/74")
(component-library "/usr/local/share/gEDA/sym/4000")
(component-library "/usr/local/share/gEDA/sym/IEC417")
(component-library "/usr/local/share/gEDA/sym/analog")
(component-library "/usr/local/share/gEDA/sym/linear")
(component-library "/usr/local/share/gEDA/sym/altera")
(component-library "/usr/local/share/gEDA/sym/lattice")
(component-library "/usr/local/share/gEDA/sym/xilinx")
(component-library "/usr/local/share/gEDA/sym/idt")
(component-library "/usr/local/share/gEDA/sym/misc")
(component-library "/usr/local/share/gEDA/sym/io")
(component-library "/usr/local/share/gEDA/sym/titleblock")
(component-library "/usr/local/share/gEDA/sym/memory")
(component-library "/usr/local/share/gEDA/sym/micro")
(component-library "/usr/local/share/gEDA/sym/maxim")
(component-library "/usr/local/share/gEDA/sym/national")
(component-library "/usr/local/share/gEDA/sym/radio")
(component-library "/usr/local/share/gEDA/sym/tube")
(component-library "/usr/local/share/gEDA/sym/connector")
(component-library "/usr/local/share/gEDA/sym/switch")
(component-library "/usr/local/share/gEDA/sym/verilog")
(component-library "/usr/local/share/gEDA/sym/vhdl")
(component-library "/usr/local/share/gEDA/sym/spice")
(component-library "/usr/local/share/gEDA/sym/rf")
(component-library "/usr/local/share/gEDA/sym/bus")
(component-library "/usr/local/share/gEDA/sym/pla")
(component-library "/usr/local/share/gEDA/sym/ecl")
(component-library "/usr/local/share/gEDA/sym/dec")
(component-library "/usr/local/share/gEDA/sym/supervisor")
(component-library "/usr/local/share/gEDA/sym/opto")
(component-library "/usr/local/share/gEDA/sym/diode")
(component-library "/usr/local/share/gEDA/sym/relay")

; component-library-search atring
;
; Specifies the directory where other component libraries can be found
; 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 order of the component libraries found within the specified directory
; is in inode order.  The libraries found using this keyword will be searched
; *before* the component libraries specified above.
; All environment variables *MUST* be in the form ${variable_name}
;
(component-library-search "/usr/local/share/gEDA/sym")

; 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 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/local/share/gEDA/sym/74")
(source-library "/usr/local/share/gEDA/sym/4000")
(source-library "/usr/local/share/gEDA/sym/analog")
(source-library "/usr/local/share/gEDA/sym/altera")
(source-library "/usr/local/share/gEDA/sym/lattice")
(source-library "/usr/local/share/gEDA/sym/xilinx")
(source-library "/usr/local/share/gEDA/sym/idt")
(source-library "/usr/local/share/gEDA/sym/local")
(source-library "/usr/local/share/gEDA/sym/memory")
(source-library "/usr/local/share/gEDA/sym/micro")
(source-library "/usr/local/share/gEDA/sym/linear")
(source-library "/usr/local/share/gEDA/sym/maxim")
(source-library "/usr/local/share/gEDA/sym/national")
(source-library "/usr/local/share/gEDA/sym/misc")
(source-library "/usr/local/share/gEDA/sym/radio")
(source-library "/usr/local/share/gEDA/sym/tube")
(source-library "/usr/local/share/gEDA/sym/connector")
(source-library "/usr/local/share/gEDA/sym/switch")
(source-library "/usr/local/share/gEDA/sym/verilog")
(source-library "/usr/local/share/gEDA/sym/vhdl")
(source-library "/usr/local/share/gEDA/sym/rf")
(source-library "/usr/local/share/gEDA/sym/pla")
(source-library "/usr/local/share/gEDA/sym/ecl")
(source-library "/usr/local/share/gEDA/sym/dec")
(source-library "/usr/local/share/gEDA/sym/supervisor")
(source-library "/usr/local/share/gEDA/sym/bus")
(source-library "/usr/local/share/gEDA/sym/opto")
(source-library "/usr/local/share/gEDA/sym/diode")
(source-library "/usr/local/share/gEDA/sym/relay")

; source-library-search atring
;
; Specifies the directory where other source libraries can be found
; 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 order of the source libraries found within the specified directory
; is in inode order.  The libraries found using this keyword will be searched
; *before* the source libraries specified above.
; All environment variables *MUST* be in the form ${variable_name}
;
(source-library-search "/usr/local/share/gEDA/sym")

; 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/local/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/local/share/gEDA/scheme")

;
; End of path related keywords
;

