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

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:40 EST 2004


Committed by: gisburn

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

Added Files:
      Tag: XORG-CURRENT
	Imakefile 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT

--- 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