(file) Return to BUILD CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / emstar / fusd

Diff for /emstar/fusd/BUILD between version 1.33 and 1.34

version 1.33, 2004/11/12 00:07:05 version 1.34, 2004/11/17 00:44:56
Line 2 
Line 2 
         target libfusd.a { libfusd/libfusd.c }         target libfusd.a { libfusd/libfusd.c }
 } }
  
 # Binaries that require libfusd  # Binaries that are only needed if we're building kernel modules
 build bins {  build bins if BUILD_KMODULES {
         local_libs { timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd }          local_libs { fusd/fusd }
  
         # DAEMON PROGRAMS         # DAEMON PROGRAMS
         target fusdd {         target fusdd {
Line 20 
Line 20 
                 fusdd/fusdd_client.c,                 fusdd/fusdd_client.c,
                 fusdd/fusdd_socket.c                 fusdd/fusdd_socket.c
         }         }
   }
   
   
   build bins {
           local_libs { timesync/sync, emrun/emrun, libdev/dev, libmisc/misc, fusd/fusd }
  
         simple-targets {         simple-targets {
                 # EXAMPLE PROGRAMS                 # EXAMPLE PROGRAMS
Line 61 
Line 66 
 } }
  
 # Kernel modules # Kernel modules
 build objs {  build objs if BUILD_KMODULES {
         cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE         cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE
  
         #target kfusd.o { kfusd/kfusd.c }          target kfusd.o { kfusd/kfusd.c }
         #target zero.o { test/zero.c }          target zero.o { test/zero.c }
 } }
  
  


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2