summaryrefslogtreecommitdiff
path: root/debian/patches/0005-Remove-references-to-excluded-files.patch
blob: e9c54105955fa0966acaf9f067302092ecc1b3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 23 Sep 2018 09:46:01 +0200
Subject: Remove references to excluded files

---
 configure.in            | 2 +-
 tech/Makefile.in        | 2 +-
 tech/osu018/Makefile.in | 2 +-
 tech/osu035/Makefile.in | 2 +-
 tech/osu050/Makefile.in | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.in b/configure.in
index 988e851..4083d77 100644
--- a/configure.in
+++ b/configure.in
@@ -254,7 +254,7 @@ fi
 
 AC_SUBST(HAVE_OPENSTA)
 
-AC_OUTPUT(Makefile scripts/Makefile src/Makefile tech/Makefile tech/osu050/Makefile tech/osu035/Makefile tech/osu018/Makefile tech/gscl45nm/Makefile)
+AC_OUTPUT(Makefile scripts/Makefile src/Makefile tech/Makefile tech/osu050/Makefile tech/osu035/Makefile tech/osu018/Makefile)
 
 echo ""
 echo "Configuration results:"
diff --git a/tech/Makefile.in b/tech/Makefile.in
index 6b0666d..73b02a6 100644
--- a/tech/Makefile.in
+++ b/tech/Makefile.in
@@ -11,7 +11,7 @@ INSTALL = @INSTALL@
 
 QFLOW_LIB_DIR = /usr/share/qflow
 
-TECH_DIRS = osu050 osu035 osu018 gscl45nm
+TECH_DIRS = osu050 osu035 osu018
 
 TECHINSTALL = ${QFLOW_LIB_DIR}/tech
 
diff --git a/tech/osu018/Makefile.in b/tech/osu018/Makefile.in
index bcdf057..5fc7cbd 100644
--- a/tech/osu018/Makefile.in
+++ b/tech/osu018/Makefile.in
@@ -14,7 +14,7 @@ QFLOW_LIB_DIR = @QFLOW_LIB_DIR@
 TECH_FILES = osu018.par osu018_stdcells.lef osu018.sh
 TECH_FILES += osu018_stdcells.sp osu018.magicrc osu018.prm
 TECH_FILES += SCN6M_SUBM.10.tech osu018_stdcells.lib
-TECH_FILES += osu018_stdcells.v osu018_setup.tcl osu018_stdcells.gds2
+TECH_FILES += osu018_stdcells.v osu018_setup.tcl
 
 TECHINSTALL = ${QFLOW_LIB_DIR}/tech
 
diff --git a/tech/osu035/Makefile.in b/tech/osu035/Makefile.in
index 10c05fe..008cc17 100644
--- a/tech/osu035/Makefile.in
+++ b/tech/osu035/Makefile.in
@@ -14,7 +14,7 @@ QFLOW_LIB_DIR = /usr/share/qflow
 TECH_FILES = osu035.par osu035_stdcells.lef osu035.sh
 TECH_FILES += osu035_stdcells.sp osu035.magicrc osu035.prm
 TECH_FILES += SCN4M_SUBM.20.tech osu035_stdcells.lib
-TECH_FILES += osu035_stdcells.v osu035_setup.tcl osu035_stdcells.gds2
+TECH_FILES += osu035_stdcells.v osu035_setup.tcl
 
 TECHINSTALL = ${QFLOW_LIB_DIR}/tech
 
diff --git a/tech/osu050/Makefile.in b/tech/osu050/Makefile.in
index cb5118f..c7ef43f 100644
--- a/tech/osu050/Makefile.in
+++ b/tech/osu050/Makefile.in
@@ -14,7 +14,7 @@ QFLOW_LIB_DIR = /usr/share/qflow
 TECH_FILES = osu050.par osu050_stdcells.lef osu050.sh
 TECH_FILES += osu050_stdcells.sp osu050.magicrc osu050.prm
 TECH_FILES += SCN3ME_SUBM.30.tech osu05_stdcells.lib
-TECH_FILES += osu05_stdcells.v osu050_setup.tcl osu05_stdcells.gds2
+TECH_FILES += osu05_stdcells.v osu050_setup.tcl
 
 TECHINSTALL = ${QFLOW_LIB_DIR}/tech