Files
xsrc/xfree/xc/programs/Xserver/hw/xfree86/sdk/Imakefile.SDK

36 lines
475 B
Plaintext

XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/sdk/Imakefile.SDK,v 1.1 1999/08/14 10:50:08 dawes Exp $
/*
* Server Makefile for Driver SDK
*/
#define IHaveModules
#include <Server.tmpl>
#define IHaveSubdirs
SUBDIRS = drivers
MakeSubdirs($(SUBDIRS))
#if MakeHasPosixVariableSubstitutions
DONES = $(SUBDIRS:%=%/DONE)
#if HasGnuMake || HasBsdMake
$(DONES): $(SUBDIRS)
#endif
#endif
NormalLibraryObjectRule()
ForceSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))