(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw

 1 dawes 1.1.1.2 XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:20 cpqbld Exp $
 2 dawes 1.1     XCOMM This is only used on NT where we do not know how to jump over this dir
 3               
 4               #ifdef Win32Architecture
 5               
 6               #define IHaveSubdirs
 7               #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
 8               
 9               #if XnestServer
10               XNESTDIR = xnest
11               #endif
12               
13               #if XVirtualFramebufferServer
14               XVFBDIR = vfb
15               #endif
16               
17               SUBDIRS= $(XNESTDIR) $(XVFBDIR)
18               
19               MakeSubdirs($(SUBDIRS))
20               DependSubdirs($(SUBDIRS))
21               
22               #endif

Powered by
ViewCVS 0.9.2