Home | History | Annotate | Download | only in rbug
      1 TOP = ../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBNAME = rbug
      5 
      6 C_SOURCES = \
      7 	rbug_core.c \
      8 	rbug_context.c \
      9 	rbug_objects.c \
     10 	rbug_screen.c
     11 
     12 include ../../Makefile.template
     13