forked from The-OpenROAD-Project/OpenRCX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
51 lines (46 loc) · 962 Bytes
/
Makefile
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
#
#
#
include ../Makefile.defs
CXXFLAGS+=-I../tmg $(STAINC)
LIBNAME= ext
TCLIF=ext.ti
SRCS= \
ext_pkg.c \
extmain.cpp \
ext.cpp \
zroute_ext.cpp \
ext_Tcl.cpp \
extRCap.cpp \
ext_test_wire.cpp \
extCoords.cpp \
extSpef.cpp \
extSpefIn.cpp \
netRC.cpp \
extCC.cpp \
ZguiExt.cpp \
extRCmodel.cpp \
extprocess.cpp \
extstats.cpp \
exttree.cpp \
extmeasure.cpp \
extBench.cpp \
extplanes.cpp \
extFlow.cpp \
gseq.cpp \
hierSpef.cpp \
powerConn.cpp
CMAKE_INCLUDES=\
../sta/constraints \
../sta/dcalc \
../sta/graph \
../sta/liberty \
../sta/network \
../sta/parasitics \
../sta/sdf \
../sta/search \
../sta/sta_z \
../sta/util \
##############################################
# Add custom targets below the following line.
include ../Makefile.rules