# Include the root file
include ../Brasroot

LTLibrary deity {
   Source {widget.cc 
           selectloop.cc 
	   thread.cc 
	   graphics.cc 
	   notify.cc
           event.cc 
	   basic.cc 
	   anchor.cc 
	   menubar.cc 
	   textwidg.cc 
	   button.cc
           window.cc 
	   tree.cc
	   columnbar.cc 
	   tabdialog.cc
	   utils.cc
           [test Use_GPM gpmdev.cc] 
	   [test Use_X11 x11dev.cc]
	   }
   Headers {[prefix deity/ {
            anchor.h 
	    basic.h 
	    event.h 
	    graphics.h 
	    button.h
            notify.h 
	    menubar.h 
	    slangdev.h 
	    textwidg.h 
	    widget.h 
	    selectloop.h
	    window.h 
	    tree.h 
	    columnbar.h 
	    tabdialog.h 
	    thread.h
	    utils.h
	    }]
	    [test Use_GPM deity/gpmdev.h]
	    [test Use_X11 deity/x11dev.h]
	    }
}
