Update "missing" (automake) script to a later version
[geda-pcb/pcjc2.git] / lib / resistor_array.m4
bloba939410dccd5cc953bb77650984ae6a3bfff38ee
1 divert(-1)
3 #                             COPYRIGHT
4
5 #   PCB, interactive printed circuit board design
6 #   Copyright (C) 1994,1995,1996 Thomas Nau
7
8 #   This program is free software; you can redistribute it and/or modify
9 #   it under the terms of the GNU General Public License as published by
10 #   the Free Software Foundation; either version 2 of the License, or
11 #   (at your option) any later version.
12
13 #   This program is distributed in the hope that it will be useful,
14 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #   GNU General Public License for more details.
17
18 #   You should have received a copy of the GNU General Public License
19 #   along with this program; if not, write to the Free Software
20 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22 #   Contact addresses for paper mail and Email:
23 #   Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
24 #   Thomas.Nau@rz.uni-ulm.de
25
27 # ----------------------------------------------------------------------
28 # resistor array without common pin
30 define(`Description_r_025_sil_4', ``2xR-array 0.25W'')
31 define(`Param1_r_025_sil_4', 4)
32 define(`PinList_r_025_sil_4', ``1a', `1b', `2a', `2b'')
34 define(`Description_r_025_sil_6', ``3xR-array 0.25W'')
35 define(`Param1_r_025_sil_6', 6)
36 define(`PinList_r_025_sil_6', ``1a', `1b', `2a', `2b', `3a', `3b'')
38 define(`Description_r_025_sil_8', ``4xR-array 0.25W'')
39 define(`Param1_r_025_sil_8', 8)
40 define(`PinList_r_025_sil_8', ``1a', `1b', `2a', `2b', `3a', `3b', `4a', `4b'')
42 # ----------------------------------------------------------------------
43 # resistor array with common pin 1
45 define(`Description_r_025_csil_4', ``4xR-array 0.25W, common pin'')
46 define(`Param1_r_025_csil_4', 5)
47 define(`PinList_r_025_csil_4', ``common', `1', `2', `3', `4'')
49 define(`Description_r_025_csil_6', ``6xR-array 0.25W, common pin'')
50 define(`Param1_r_025_csil_6', 7)
51 define(`PinList_r_025_csil_6', ``common', `1', `2', `3', `4', `5', `6'')
53 define(`Description_r_025_csil_7', ``7xR-array 0.25W, common pin'')
54 define(`Param1_r_025_csil_7', 8)
55 define(`PinList_r_025_csil_7', ``common', `1', `2', `3', `4', `5', `6', `7'')
57 define(`Description_r_025_csil_8', ``8xR-array 0.25W, common pin'')
58 define(`Param1_r_025_csil_8', 9)
59 define(`PinList_r_025_csil_8', ``common', `1', `2', `3', `4', `5', `6', `7', `8'')
61 divert(0)