|
version 3.43, 1998/09/05 06:36:23
|
version 3.44, 1998/09/19 12:14:46
|
|
|
|
| | |
| | |
| | |
| XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/Imakefile,v 3.42 1998/07/25 16:54:45 dawes Exp $ |
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/Imakefile,v 3.43 1998/09/05 06:36:23 dawes Exp $ |
| | |
| #include <Server.tmpl> | #include <Server.tmpl> |
| #define IHaveSubdirs | #define IHaveSubdirs |
|
|
|
| RAMDACDIR = ramdac | RAMDACDIR = ramdac |
| #endif | #endif |
| | |
| |
#if XF86RAC |
| |
RACDIR = rac |
| |
#endif |
| |
|
| #if !defined(OsfArchitecture) && !defined(AmoebaArchitecture) && \ | #if !defined(OsfArchitecture) && !defined(AmoebaArchitecture) && \ |
| !defined(ArcArchitecture) && !defined(Arm32Architecture) && \ | !defined(ArcArchitecture) && !defined(Arm32Architecture) && \ |
| !defined(PpcArchitecture) | !defined(PpcArchitecture) |
|
|
|
| #endif | #endif |
| | |
| SUBDIRS = os-support common $(XAADIR) $(XF1BPPDIR) $(XF4BPPDIR) \ | SUBDIRS = os-support common $(XAADIR) $(XF1BPPDIR) $(XF4BPPDIR) \ |
| drivers $(LOADERDIR) doc $(VGAHWDIR) $(RAMDACDIR) $(I2CDIR) parser \ |
drivers $(LOADERDIR) $(VGAHWDIR) $(RAMDACDIR) $(RACDIR) \ |
| xf86config $(XF86SETUPDIR) etc /* LinkKit */ \ |
$(I2CDIR) parser \ |
| |
doc xf86config $(XF86SETUPDIR) etc /* LinkKit */ \ |
| VGADriverDoc $(SUPERPROBE) | VGADriverDoc $(SUPERPROBE) |
| | |
| #ifndef OS2Architecture | #ifndef OS2Architecture |