Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. include Makefile.sources
  2. include $(top_srcdir)/src/gallium/Automake.inc
  3.  
  4. AM_CFLAGS = \
  5.         $(GALLIUM_DRIVER_CFLAGS) \
  6.         $(MSVC2008_COMPAT_CFLAGS)
  7.  
  8. noinst_LTLIBRARIES = libtrace.la
  9.  
  10. libtrace_la_SOURCES = $(C_SOURCES)
  11.  
  12. EXTRA_DIST = SConscript \
  13.         README \
  14.         trace.xsl
  15.