mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Add default TCLLIB, and allow override in host.def
Restores build on Sun, and maybe others.
This commit is contained in:
parent
7d6a4ae645
commit
012862e8ee
1 changed files with 9 additions and 2 deletions
|
@ -3,16 +3,23 @@ XCOMM $XConsortium: Imakefile /main/6 1996/11/29 11:06:09 rswiston $
|
||||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
XLATESRC = $(DTSVCSRC)/DtUtil2
|
||||||
|
|
||||||
TCLINC =
|
TCLINC =
|
||||||
TCLLIB =
|
TCLLIB = -ltcl
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
#if defined(LinuxArchitecture)
|
||||||
TCLINC = -I/usr/include/tcl
|
TCLINC = -I/usr/include/tcl
|
||||||
TCLLIB = -ltcl
|
|
||||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||||
TCLINC = -I/usr/local/include/tcl8.6
|
TCLINC = -I/usr/local/include/tcl8.6
|
||||||
TCLLIB = -ltcl86
|
TCLLIB = -ltcl86
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(TCLInc)
|
||||||
|
TCLINC = TCLInc
|
||||||
|
#endif
|
||||||
|
#if defined(TCLLib)
|
||||||
|
TCLLIB = TCLLib
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) $(TCLINC)
|
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) $(TCLINC)
|
||||||
DEPLIBS = $(DEPDTSVCLIB)
|
DEPLIBS = $(DEPDTSVCLIB)
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue