~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to configs/default

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# Version info
11
11
MESA_MAJOR=6
12
12
MESA_MINOR=5
13
 
MESA_TINY=1
 
13
MESA_TINY=2
14
14
 
15
15
# external projects.  This should be useless now that we use libdrm.
16
16
DRM_SOURCE_PATH=$(TOP)/../drm
27
27
MKDEP = makedepend
28
28
MKDEP_OPTIONS = -fdepend
29
29
MAKE = make
30
 
INSTALL = install
31
 
COPY_LIBS = cp -f -d
 
30
INSTALL = $(TOP)/bin/minstall
32
31
 
33
32
# Python and flags (generally only needed by the developers)
34
33
PYTHON2 = python
68
67
 
69
68
 
70
69
# Library/program dependencies
71
 
EXTRA_LIB_PATH ?=
 
70
#EXTRA_LIB_PATH ?=
72
71
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
73
72
OSMESA_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB)
74
73
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm