summaryrefslogtreecommitdiff
path: root/debugger/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/Makefile.am')
-rw-r--r--debugger/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/debugger/Makefile.am b/debugger/Makefile.am
deleted file mode 100644
index e3a084d2..00000000
--- a/debugger/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-
-SUBDIRS = system_routine
-
-bin_PROGRAMS = eudb
-noinst_PROGRAMS = debug_rdata
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/lib \
- -I$(top_srcdir)/include/drm-uapi \
- -I$(top_srcdir)/lib/stubs/syscalls
-
-AM_CFLAGS = \
- $(DRM_CFLAGS) \
- $(PCIACCESS_CFLAGS) \
- $(CAIRO_CFLAGS) \
- $(LIBUNWIND_CFLAGS) \
- $(CWARNFLAGS)
-
-LDADD = $(top_builddir)/lib/libintel_tools.la