1
0
Fork 0
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:
Jon Trulson 2012-05-26 17:23:03 -06:00
parent 6d78c23be9
commit 9a74b54870

View file

@ -7,22 +7,33 @@ NSGMLSDIR = nsgmls
#endif
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 \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtspcd \
dtscreen dtksh dtcm dtsearchpath \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
dtappbuilder dtappintegrate dtprintegrate dtconfig \
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd dtinfo $(EXTRADIRS)
dtpdmd $(DTINFODIR) $(EXTRADIRS)
LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtcreate \
dtscreen dtksh dtcm dtsearchpath \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd dtinfo $(EXTRADIRS)
dtpdmd $(DTINFODIR) $(EXTRADIRS)
MakeSubdirs($(SUBDIRS))