[xorg-commit-diffs] xc/programs/Xserver/Xprint/etc Imakefile, NONE, 1.1.2.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Mon Apr 12 20:16:52 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/Xprint/etc
In directory pdx:/tmp/cvs-serv9732/xc/programs/Xserver/Xprint/etc

Added Files:
      Tag: XPRINT
	Imakefile 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=462 - RFE: Merge xprint.mozdev.org Xprint enhancements into Xorg XPRINT branch

--- NEW FILE: Imakefile ---
XCOMM $Xorg: Imakefile,v 1.1 2002/10/31 14:42:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

XCOMM Check if OS has /etc/profile.d/
XCOMM Note that Debian Linux does not have /etc/profile.d/
#ifndef HasEtcProfileDir
# ifdef LinuxArchitecture
#  if (LinuxDistribution != LinuxDebian) || BuildFullXprintDistrib
#   define HasEtcProfileDir YES
#  endif
# else
#  define HasEtcProfileDir NO
# endif
#endif

#if HasEtcProfileDir
SUBDIRS = init.d profile.d Xsession.d
#else
SUBDIRS = init.d Xsession.d
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))




More information about the xorg-commit-diffs mailing list