|
version 3.16, 1994/08/03 13:21:31
|
version 3.17, 1994/08/20 07:30:35
|
|
|
|
| XCOMM $XConsortium: Imakefile,v 1.184 94/05/09 13:16:03 dpw Exp $ | XCOMM $XConsortium: Imakefile,v 1.184 94/05/09 13:16:03 dpw Exp $ |
| XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.15 1994/08/01 12:06:41 dawes Exp $ |
XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.16 1994/08/03 13:21:31 dawes Exp $ |
| /* | /* |
| * Server Master Makefile | * Server Master Makefile |
| */ | */ |
|
|
|
| MFBDIR = mfb | MFBDIR = mfb |
| CFB8DIR = cfb | CFB8DIR = cfb |
| CFB16DIR = cfb16 | CFB16DIR = cfb16 |
| |
CFB32DIR = cfb32 |
| DDXDIR1 = hw/xfree86 | DDXDIR1 = hw/xfree86 |
| XF86S3SUBDIRS = $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(CFB16DIR) $(DDXDIR1) $(DEPDIRS) |
XF86S3SUBDIRS = $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(CFB16DIR) $(CFB32DIR) $(DDXDIR1) $(DEPDIRS) |
| XF86S3OBJS = $(XF86COMSRC)/XF86_S3.o $(XF86ACCELSRC)/s3/s3Conf.o $(S3DRIVERSRC)/mmio_928/mmio_928.o $(S3DRIVERSRC)/s3_generic/s3_generic.o | XF86S3OBJS = $(XF86COMSRC)/XF86_S3.o $(XF86ACCELSRC)/s3/s3Conf.o $(S3DRIVERSRC)/mmio_928/mmio_928.o $(S3DRIVERSRC)/s3_generic/s3_generic.o |
| XF86S3LIBS = $(XF86ACCELSRC)/s3/libs3.a $(XF86ACCELSRC)/s3/s3mmio/libs3mmio.a $(XF86LIBS) CFB16Libs $(XF86ACCELSRC)/cache/libxf86cache.a |
XF86S3LIBS = $(XF86ACCELSRC)/s3/libs3.a $(XF86ACCELSRC)/s3/s3mmio/libs3mmio.a $(XF86LIBS) CFBLibs $(XF86ACCELSRC)/cache/libxf86cache.a |
| XF86S3SYSLIBS = $(SYSLIBS) | XF86S3SYSLIBS = $(SYSLIBS) |
| SetUIDServerTarget(XF86_S3,$(XF86S3SUBDIRS),$(XF86S3OBJS),$(XF86S3LIBS),$(XF86S3SYSLIBS)) | SetUIDServerTarget(XF86_S3,$(XF86S3SUBDIRS),$(XF86S3OBJS),$(XF86S3LIBS),$(XF86S3SYSLIBS)) |
| #ifndef ServerToInstall | #ifndef ServerToInstall |