New upstream version 3.5.99.27
This commit is contained in:
26
nx-X11/programs/Xserver/GL/mesa/Imakefile
Normal file
26
nx-X11/programs/Xserver/GL/mesa/Imakefile
Normal file
@@ -0,0 +1,26 @@
|
||||
#define IHaveSubdirs
|
||||
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X GLcore $(MODSUBDIR)
|
||||
|
||||
#include <Server.tmpl>
|
||||
|
||||
|
||||
#define NeedAllMesaSrc
|
||||
#define NeedToLinkMesaSrc
|
||||
#define MesaBuildDir /**/
|
||||
#include "Imakefile.inc"
|
||||
|
||||
INCLUDES = -I$(INCLUDESRC) -I$(XINCLUDESRC) -I$(EXTINCSRC) \
|
||||
-I$(MESASRCDIR)/include -I$(GLXLIBSRC)/include \
|
||||
-I$(MESASRCDIR)/src/mesa \
|
||||
-I$(SERVERSRC)/include
|
||||
|
||||
DEFINES = $(GLX_DEFINES)
|
||||
|
||||
NormalLibraryObjectRule()
|
||||
|
||||
#ifdef IHaveSubdirs
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
#endif
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user