XCOMM $Xorg: Imakefile,v 1.1 2003/01/25 14:42:52 gisburn Exp $ #if NothingOutsideProjectRoot #define EtcDir ProjectRoot/etc #else #define EtcDir /etc #endif ETCDIR = EtcDir all:: XCOMM Install glue for Xprint on Solaris/CDE1.x and CDE on AIX #if (defined(SunArchitecture) && (OSMajorVersion > 4)) || defined(IBMArchitecture) InstallNamedProg(cde_xsessiond_xprint.sh,0018.xprint,/usr/dt/config/Xsession.d) #endif XCOMM Install xdm startup glue for Xprint on Linux. Note that not all Linux XCOMM platforms have /etc/X11/Xsession.d/ and/or /etc/X11/xinit/xinitrc.d XCOMM (see http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=182) #if defined(LinuxDistribution) InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist.sh,$(ETCDIR)/X11/Xsession.d) InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist.sh,$(ETCDIR)/X11/xinit/xinitrc.d) #endif