Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. SWRAST_DRIVER_FILES = \
  2.         swrast.c
  3.  
  4. SWRAST_COMMON_FILES = \
  5.         ../common/utils.c \
  6.         ../common/drisw_util.c
  7.  
  8. SWRAST_C_FILES = \
  9.         $(SWRAST_COMMON_FILES) \
  10.         $(SWRAST_DRIVER_FILES)
  11.