~ubuntu-branches/ubuntu/precise/mesa-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/drivers/trace/Makefile

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2012-11-30 20:58:34 UTC
  • Revision ID: package-import@ubuntu.com-20121130205834-gazuvne3fpwlf012
Tags: upstream-9.0
ImportĀ upstreamĀ versionĀ 9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOP = ../../../..
 
2
include $(TOP)/configs/current
 
3
 
 
4
LIBNAME = trace
 
5
 
 
6
C_SOURCES = \
 
7
        tr_context.c \
 
8
        tr_dump.c \
 
9
        tr_dump_state.c \
 
10
        tr_screen.c \
 
11
        tr_texture.c
 
12
 
 
13
include ../../Makefile.template