Update of /cvsroot/leaf/src/The_UnNamed_One/apps/watchdog_lrp
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15949/apps/watchdog_lrp

Added Files:
        buildtool.cfg buildtool.mk watchdog_lrp.tar.gz 
Log Message:
initial import


--- NEW FILE: watchdog_lrp.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
  Server = cvs-sourceforge
  Revision = HEAD
  Directory = watchdog_lrp
</File>

<File watchdog_lrp.tar.gz>
  Server = cvs-sourceforge
  envname = WATCHDOG_SOURCE
  Revision = HEAD
  Directory = watchdog_lrp
</File>


--- NEW FILE: buildtool.mk ---
#############################################################
#
# cron
#
# $Id: buildtool.mk,v 1.1 2008/03/01 16:23:52 hejl Exp $
#############################################################

include $(MASTERMAKEFILE)
WATCHDOG_DIR:=watchdog_lrp
WATCHDOG_TARGET_DIR:=$(BT_BUILD_DIR)/watchdog_lrp


$(WATCHDOG_DIR)/.source: 
        -mkdir $(WATCHDOG_DIR)
        (cd $(WATCHDOG_DIR) ; tar xvfz ../$(WATCHDOG_SOURCE) )
        touch $(WATCHDOG_DIR)/.source

$(WATCHDOG_DIR)/.build: $(WATCHDOG_DIR)/.source
        mkdir -p $(WATCHDOG_TARGET_DIR)
        -mkdir -p $(BT_STAGING_DIR)/usr/sbin
        $(MAKE) -C $(WATCHDOG_DIR)      \
                                CC=$(TARGET_CC)  \
                                CFLAGS="$(BT_COPT_FLAGS)" 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(WATCHDOG_DIR)/watchdog
        cp -a  $(WATCHDOG_DIR)/watchdog  $(WATCHDOG_TARGET_DIR)/
        cp -a  $(WATCHDOG_TARGET_DIR)/* $(BT_STAGING_DIR)/usr/sbin
        touch $(WATCHDOG_DIR)/.build

source: $(WATCHDOG_DIR)/.source 

build: $(WATCHDOG_DIR)/.build

clean:
        -rm $(WATCHDOG_DIR)/.build
        -$(MAKE) -C $(WATCHDOG_DIR) clean
  
srcclean:
        rm -rf $(WATCHDOG_DIR)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to