~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to lib/genericsmt.m4

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
divert(-1)
 
2
#
 
3
# Definitions for common SMT components
 
4
# by D.J. Barrow dj_barrow@ariasoft.ie
 
5
#
 
6
define(`Description_JEDEC_20_PIN_PLCC',`Jedec 20 pin PLCC QFP')
 
7
define(`Param1_JEDEC_20_PIN_PLCC',`20')
 
8
define(`Param2_JEDEC_20_PIN_PLCC',`0')
 
9
define(`Description_SMT_402_CAP_RES',`SMT 402 type capicitor/resistor')
 
10
define(`Description_SMT_603_CAP_RES',`SMT 603 type capicitor/resistor')
 
11
define(`Description_SMT_805_CAP_RES',`SMT 805 type capicitor/resistor')
 
12
define(`Description_SMT_1206_CAP_RES',`SMT 1206 type capicitor/resistor')
 
13
define(`Description_SMT_2010_CAP_RES',`SMT 2010 type capicitor/resistor')
 
14
define(`Description_SMT_2512_CAP_RES',`SMT 2512 type capicitor/resistor')
 
15
divert(0)dnl
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23