| 59 | |
| 60 | xinstall -d ${destroot}${prefix}/share/${name}/examples |
| 61 | system "cp -r ${worksrcpath}/examples/cider ${destroot}${prefix}/share/${name}/examples" |
| 62 | system "cp -r ${worksrcpath}/examples/control_structs ${destroot}${prefix}/share/${name}/examples" |
| 63 | system "cp -r ${worksrcpath}/examples/measure ${destroot}${prefix}/share/${name}/examples" |
| 64 | system "cp -r ${worksrcpath}/examples/memristor ${destroot}${prefix}/share/${name}/examples" |
| 65 | system "cp -r ${worksrcpath}/examples/Monte_Carlo ${destroot}${prefix}/share/${name}/examples" |
| 66 | system "cp -r ${worksrcpath}/examples/numparam ${destroot}${prefix}/share/${name}/examples" |
| 67 | system "cp -r ${worksrcpath}/examples/pss ${destroot}${prefix}/share/${name}/examples" |
| 68 | system "cp -r ${worksrcpath}/examples/snapshot ${destroot}${prefix}/share/${name}/examples" |
| 69 | system "cp -r ${worksrcpath}/examples/transient-noise ${destroot}${prefix}/share/${name}/examples" |
| 70 | system "cp -r ${worksrcpath}/examples/TransImpedanceAmp ${destroot}${prefix}/share/${name}/examples" |
| 71 | system "cp -r ${worksrcpath}/examples/TransmissionLines ${destroot}${prefix}/share/${name}/examples" |
| 72 | system "cp -r ${worksrcpath}/examples/various ${destroot}${prefix}/share/${name}/examples" |
| 73 | system "cp -r ${worksrcpath}/examples/xspice ${destroot}${prefix}/share/${name}/examples" |
| 74 | |
| 75 | xinstall -d ${destroot}${prefix}/share/${name}/tests |
| 76 | system "cp -r ${worksrcpath}/tests/bsim1 ${destroot}${prefix}/share/${name}/tests" |
| 77 | system "cp -r ${worksrcpath}/tests/bsim2 ${destroot}${prefix}/share/${name}/tests" |
| 78 | system "cp -r ${worksrcpath}/tests/bsim3 ${destroot}${prefix}/share/${name}/tests" |
| 79 | system "cp -r ${worksrcpath}/tests/bsim3soidd ${destroot}${prefix}/share/${name}/tests" |
| 80 | system "cp -r ${worksrcpath}/tests/bsim3soifd ${destroot}${prefix}/share/${name}/tests" |
| 81 | system "cp -r ${worksrcpath}/tests/bsim3soipd ${destroot}${prefix}/share/${name}/tests" |
| 82 | system "cp -r ${worksrcpath}/tests/bsim4 ${destroot}${prefix}/share/${name}/tests" |
| 83 | system "cp -r ${worksrcpath}/tests/bsimsoi ${destroot}${prefix}/share/${name}/tests" |
| 84 | system "cp -r ${worksrcpath}/tests/filters ${destroot}${prefix}/share/${name}/tests" |
| 85 | system "cp -r ${worksrcpath}/tests/general ${destroot}${prefix}/share/${name}/tests" |
| 86 | system "cp -r ${worksrcpath}/tests/hfet ${destroot}${prefix}/share/${name}/tests" |
| 87 | system "cp -r ${worksrcpath}/tests/hisim ${destroot}${prefix}/share/${name}/tests" |
| 88 | system "cp -r ${worksrcpath}/tests/jfet ${destroot}${prefix}/share/${name}/tests" |
| 89 | system "cp -r ${worksrcpath}/tests/mes ${destroot}${prefix}/share/${name}/tests" |
| 90 | system "cp -r ${worksrcpath}/tests/mesa ${destroot}${prefix}/share/${name}/tests" |
| 91 | system "cp -r ${worksrcpath}/tests/mos6 ${destroot}${prefix}/share/${name}/tests" |
| 92 | system "cp -r ${worksrcpath}/tests/polezero ${destroot}${prefix}/share/${name}/tests" |
| 93 | system "cp -r ${worksrcpath}/tests/resistance ${destroot}${prefix}/share/${name}/tests" |
| 94 | system "cp -r ${worksrcpath}/tests/sensitivity ${destroot}${prefix}/share/${name}/tests" |
| 95 | system "cp -r ${worksrcpath}/tests/transient ${destroot}${prefix}/share/${name}/tests" |
| 96 | system "cp -r ${worksrcpath}/tests/transmission ${destroot}${prefix}/share/${name}/tests" |
| 97 | system "cp -r ${worksrcpath}/tests/vbic ${destroot}${prefix}/share/${name}/tests" |
| 98 | system "cp -r ${worksrcpath}/tests/xspice ${destroot}${prefix}/share/${name}/tests" |
| 99 | system "cp ${worksrcpath}/tests/README ${destroot}${prefix}/share/${name}/tests" |