Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1287 → Rev 1288

/demos/trunk/tracer/dfixed/dfixed.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: dfixed.c,v 1.1 2002-10-21 09:12:35 pj Exp $
* CVS : $Id: dfixed.c,v 1.2 2003-12-17 14:15:45 giacomo Exp $
*
* File: $File$
* Revision: $Revision: 1.1 $
* Last update: $Date: 2002-10-21 09:12:35 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-12-17 14:15:45 $
*/
 
/*
48,7 → 48,7
#include <ll/i386/cons.h>
 
#include <kernel/func.h>
#include <kernel/trace.h>
#include <tracer.h>
 
#include <fs/bdevinit.h>
#include <fs/fsinit.h>
56,8 → 56,8
 
#include <drivers/keyb.h>
 
#include <trace/trace.h>
#include <trace/queues.h>
#include <trace.h>
#include <queues.h>
 
#include <sys/mount.h>
#include <stddef.h>
/demos/trunk/tracer/small/hello.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: hello.c,v 1.1 2002-10-21 09:12:35 pj Exp $
* CVS : $Id: hello.c,v 1.2 2003-12-17 14:15:45 giacomo Exp $
*
* File: $File$
* Revision: $Revision: 1.1 $
* Last update: $Date: 2002-10-21 09:12:35 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-12-17 14:15:45 $
*/
 
/*
48,7 → 48,7
#include <ll/i386/cons.h>
 
#include <kernel/func.h>
#include <kernel/trace.h>
#include <tracer.h>
 
#include <fs/bdevinit.h>
#include <fs/fsinit.h>
56,8 → 56,8
 
#include <drivers/keyb.h>
 
#include <trace/trace.h>
#include <trace/queues.h>
#include <trace.h>
#include <queues.h>
 
#include <sys/mount.h>
#include <stddef.h>
/demos/trunk/tracer/small/common.c
1,6 → 1,6
 
#include <kernel/func.h>
#include <kernel/trace.h>
#include <tracer.h>
 
#include <fs/bdevinit.h>
#include <fs/fsinit.h>
8,8 → 8,8
 
#include <drivers/keyb.h>
 
#include <trace/trace.h>
#include <trace/queues.h>
#include <trace.h>
#include <queues.h>
 
#include <sys/mount.h>
 
/demos/trunk/tracer/small/simple.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: simple.c,v 1.1 2002-10-21 09:12:35 pj Exp $
* CVS : $Id: simple.c,v 1.2 2003-12-17 14:15:45 giacomo Exp $
*
* File: $File$
* Revision: $Revision: 1.1 $
* Last update: $Date: 2002-10-21 09:12:35 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-12-17 14:15:45 $
*/
 
/*
48,7 → 48,7
#include <ll/i386/cons.h>
 
#include <kernel/func.h>
#include <kernel/trace.h>
#include <trace.h>
 
#include <fs/bdevinit.h>
#include <fs/fsinit.h>
56,7 → 56,7
 
#include <drivers/keyb.h>
 
#include <trace/trace.h>
#include <trace.h>
 
#include <sys/mount.h>
#include <stddef.h>
/demos/trunk/makefile
1,15 → 1,14
include ../shark.cfg
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
TRC = newtrace
endif
ifeq ($(findstring OLD,$(TRACER)) , OLD)
TRC = tracer
ifeq ($(findstring OLD,$(TRACER)) , OLD)
TRC = newtracer
else
TRC = tracer newtracer
endif
endif
 
dirs := $(filter-out CVS cvs base_cpp makefile readme.txt README.TXT $(TRC), $(wildcard *))
dirs := $(filter-out CVS cvs base_cpp makefile readme.txt tracer newtrace README.TXT, $(wildcard *))
dirs += $(TRC)
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))
/demos/trunk/dosfs/makefile
12,5 → 12,5
include $(BASE)/config/example.mk
 
dosfs:
make -f $(SUBMAKE) APP=dosfs INIT= OTHEROBJS="initfile.o" OTHERINCL=
make -f $(SUBMAKE) APP=dosfs INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT=__OLDCHAR__