mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
use system tcl: clean up Imake files for dtdocbook/instant
This commit is contained in:
parent
23c4c0667d
commit
e82991579f
2 changed files with 18 additions and 3 deletions
|
@ -3,7 +3,13 @@ XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $
|
||||||
#define IHaveSubdirs
|
#define IHaveSubdirs
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||||
|
|
||||||
SUBDIRS = doc2sdl lib tcl instant xlate_locale
|
#if defined(LinuxArchitecture)
|
||||||
|
TCLDIR =
|
||||||
|
#else
|
||||||
|
TCLDIR = tcl
|
||||||
|
#endif
|
||||||
|
|
||||||
|
SUBDIRS = doc2sdl lib $(TCLDIR) instant xlate_locale
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
MakeSubdirs($(SUBDIRS))
|
||||||
DependSubdirs($(SUBDIRS))
|
DependSubdirs($(SUBDIRS))
|
||||||
|
|
|
@ -2,10 +2,19 @@ XCOMM $XConsortium: Imakefile /main/6 1996/11/29 11:06:09 rswiston $
|
||||||
|
|
||||||
XLATESRC = $(DTSVCSRC)/DtUtil2
|
XLATESRC = $(DTSVCSRC)/DtUtil2
|
||||||
|
|
||||||
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) -I/usr/include/tcl
|
#if defined(LinuxArchitecture)
|
||||||
|
TCLINC = -I/usr/include/tcl
|
||||||
|
TCLLIB = -ltcl
|
||||||
|
#else
|
||||||
|
TCLINC = -I../tcl
|
||||||
|
TCLLIB = ../tcl/libtcl.a
|
||||||
|
#endif
|
||||||
|
|
||||||
|
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) \
|
||||||
-L../lib/tptregexp -ltptregexp -ltcl
|
-L../lib/tptregexp -ltptregexp $(TCLLIB)
|
||||||
|
|
||||||
#if defined(SunArchitecture)
|
#if defined(SunArchitecture)
|
||||||
EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue