~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/timewarp/BUILD


  1 
  2 include { examples }
  3 
  4 build libs {
  5         target libtimeshift.a { libtimeshift/libtimeshift.c }           
  6 }
  7 
  8 build objs {
  9         cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE
 10 #       target ktimewarp.o { 
 11 #               ktimewarp/ktimewarp_main.c,
 12 #               ktimewarp/hashtable.c,
 13 #               libtimeshift/libtimeshift.c
 14                 # its bizzar, but otherapps need libtimeshift as 
 15                 # a library... its safe for both uses
 16 #       }
 17 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.