Home | History | Annotate | Download | only in ddebug
      1 include Makefile.sources
      2 include $(top_srcdir)/src/gallium/Automake.inc
      3 
      4 AM_CFLAGS = \
      5 	$(GALLIUM_DRIVER_CFLAGS)
      6 
      7 noinst_LTLIBRARIES = libddebug.la
      8 
      9 libddebug_la_SOURCES = $(C_SOURCES)
     10