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

« back to all changes in this revision

Viewing changes to configs/linux-fbdev

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration for Linux fbdev interface
 
2
 
 
3
include $(TOP)/configs/linux
 
4
 
 
5
CONFIG_NAME = linux-fbdev
 
6
 
 
7
CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER
 
8
 
 
9
# Work around aliasing bugs - developers should comment this out
 
10
CFLAGS += -fno-strict-aliasing
 
11
 
 
12
SRC_DIRS = mesa glu glut/fbdev
 
13
DRIVER_DIRS = fbdev osmesa
 
14
PROGRAM_DIRS = fbdev demos redbook samples
 
15
 
 
16
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
 
17
OSMESA_LIB_DEPS = -lm -lpthread
 
18
GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
 
19