head     1.1;
branch   1.1.1;
access   ;
symbols  initial_tag:1.1.1.1 kmkim:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.01.05.13.13.32;  author lowlevel;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.01.05.13.13.32;  author lowlevel;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@BUILDDIR=$(shell pwd)
TOP=.
PLATFORM=linux

UNAME=$(shell uname -a)
ifneq (,$(findstring Linux,$(UNAME)))
  export PLATFORM=linux
endif

SUBDIRS = \
  $(TOP)/src

#ifeq ($(DEBUG), true) 
#   SUBDIRS += $(TOP)/tools/kdp
#endif

all clean : FORCE
	@@for i in $(SUBDIRS) ; do \
	    echo ">>>Recursively making "$$i" "$@@"..."; \
	    cd $$i; $(MAKE) $@@ \
	    || exit 1; cd $(BUILDDIR); \
	    echo "<<<Finished Recursively making "$$i" "$@@"." ; \
	done

FORCE: 
@


1.1.1.1
log
@Initial Import
@
text
@@
