added library dependencies (bug #978758)
[mesa.git] / configs / default
index 1e2b58f30cf4d2678898a2e43c948c7ccdaa01dd..3e010223403591082ead31cf886f2d3b71c6e4ea 100644 (file)
@@ -10,6 +10,8 @@ MESA_MAJOR=6
 MESA_MINOR=1
 MESA_TINY=0
 
+# external projects
+DRM_SOURCE_PATH=$(TOP)/../drm
 
 # Compiler and flags
 CC = cc
@@ -17,8 +19,12 @@ CXX = CC
 CFLAGS = -O
 CXXFLAGS = -O
 GLU_CFLAGS = 
-MKLIB_OPTIONS = 
 
+# Misc tools and flags
+MKLIB_OPTIONS = 
+MKDEP = makedepend
+MKDEP_OPTIONS = -Y -fdepend
+MAKE = make
 
 # Library names (base name)
 GL_LIB = GL
@@ -39,8 +45,8 @@ OSMESA_LIB_NAME = libOSMesa.so
 # Optional assembly language optimization files for libGL
 ASM_SOURCES = 
 
-# GLw widget sources (second file needs Motif)
-GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
+# GLw widget sources (Append "GLwMDrawA.c" to build the Motif widget too)
+GLW_SOURCES = GLwDrawA.c
 
 
 # Directories