ntel-gpu-tools/debugger/Makefile.am
Gaetan Nadon 665b86664a config: use project wide xorg warnings variable
Use CWARNFLAGS as in all of xorg. There seems to be no reason why this
module should be different. The warnings were updated recently
for those who install the latest util-macros.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-01-04 10:47:11 +01:00

20 lines
364 B
Makefile

SUBDIRS=system_routine
bin_PROGRAMS = #
if HAVE_SHADER_DEBUGGER
##needed by distcheck
DIST_SUBDIRS=system_routine
EXTRA_DIST=system_routine/
bin_PROGRAMS += \
eudb \
debug_rdata \
$(NULL)
endif
LDADD = ../lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
-I$(srcdir)/.. \
-I$(srcdir)/../lib