mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Remove dtinfo and dtksh from the build for now
This commit is contained in:
parent
6d78c23be9
commit
9a74b54870
1 changed files with 15 additions and 4 deletions
|
@ -7,22 +7,33 @@ NSGMLSDIR = nsgmls
|
||||||
#endif
|
#endif
|
||||||
EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
|
EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
|
||||||
|
|
||||||
|
XCOMM some of these cannot be built on linux yet.
|
||||||
|
XCOMM dtksh dtinfo
|
||||||
|
#if defined(LinuxArchitecture)
|
||||||
|
DTKSHDIR =
|
||||||
|
DTINFODIR =
|
||||||
|
#else
|
||||||
|
DTKSHDIR = dtksh
|
||||||
|
DTINFODIR = dtinfo
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtspcd \
|
dtcalc dtaction dtspcd \
|
||||||
dtscreen dtksh dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtconfig \
|
dtappbuilder dtappintegrate dtprintegrate dtconfig \
|
||||||
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd dtinfo $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
|
||||||
LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
|
LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtcreate \
|
dtcalc dtaction dtcreate \
|
||||||
dtscreen dtksh dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd dtinfo $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
|
||||||
|
|
||||||
MakeSubdirs($(SUBDIRS))
|
MakeSubdirs($(SUBDIRS))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue