Another set of po files changed via make distcheck
[geda-gaf/peter-b.git] / symbols / geda-clib.scm
blobe3b33a51ebc9abbf243a275d1863555eacd29001
1 ;                                                         -*-Scheme-*-
2 ;;;
3 ;;; Add the default component libraries
4 ;;;
6 (define geda-sym-path (build-path geda-data-path "sym"))
8 ; NOTE: Some of the below component libraries below are commented out.
9 ;       This was done because there are conflicting filenames within these
10 ;       libraries.  
11 (for-each
12  (lambda (dir)
13    (component-library (build-path geda-sym-path dir)))
15   "74"
16   "4000"
17   "IEC417"
18   "amphenol"
19   "analog"
20   "linear"
21   "altera"
22   "lattice"
23   "xilinx"
24   "idt"
25   "misc"
26   "power"
27   "philips"
28   "minicircuits"
29   "st"
30   "apex"
31   "allegro"
32   "irf"
33   "transistor"
34   "io"
35   "titleblock"
36   "memory"
37   "micro"
38   "maxim"
39   "national"
40   "radio"
41   "tube"
42   "connector"
43   "switch"
44   "switcap"
45   ;"verilog"
46   ;"vhdl"
47   "spice"
48   "rf"
49   "bus"
50   "pla"
51   "ecl"
52   "dec"
53   "supervisor"
54   "opto"
55   "diode"
56   "relay"
57   "cascade"
58   "asic"
59   "asicpads"
60   ;"gnetman"
61   "local"
62   ))