1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Simplify programs/Imakefile a bit. dtksh, dtlogin and dtcm build everywhere.

This commit is contained in:
Pascal Stumpf 2013-07-22 22:03:34 +02:00 committed by Jon Trulson
parent 57cfd2162d
commit 2e6347984b

View file

@ -8,43 +8,31 @@ NSGMLSDIR = nsgmls
EXTRADIRS = types localized tttypes $(NSGMLSDIR) util EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
XCOMM some of these cannot be built on linux yet. XCOMM some of these cannot be built on linux yet.
XCOMM dtksh dtinfo XCOMM dtinfo
#if defined(LinuxArchitecture) #if defined(LinuxArchitecture)
DTKSHDIR = dtksh
DTINFODIR = DTINFODIR =
DTCMDIR = dtcm
DTLOGINDIR = dtlogin
#elif defined(OpenBSDArchitecture) #elif defined(OpenBSDArchitecture)
DTKSHDIR = dtksh
DTINFODIR = DTINFODIR =
DTCMDIR = dtcm
DTLOGINDIR = dtlogin
#elif defined(FreeBSDArchitecture) #elif defined(FreeBSDArchitecture)
DTKSHDIR = dtksh
DTINFODIR = DTINFODIR =
DTCMDIR = dtcm
DTLOGINDIR = dtlogin
#else #else
DTKSHDIR = dtksh
DTINFODIR = dtinfo DTINFODIR = dtinfo
DTCMDIR = dtcm
DTLOGINDIR = dtlogin
#endif #endif
SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm $(DTLOGINDIR) \ SUBDIRS = dthelp dsdm dtmail 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 $(DTKSHDIR) $(DTCMDIR) dtsearchpath \ dtscreen dtksh 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 $(DTINFODIR) $(EXTRADIRS) dtpdmd $(DTINFODIR) $(EXTRADIRS)
LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile $(DTLOGINDIR) dtwm \ LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtcreate \ dtcalc dtaction dtcreate \
dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \ dtscreen dtksh 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 $(DTINFODIR) $(EXTRADIRS) dtpdmd $(DTINFODIR) $(EXTRADIRS)