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

Added Files:
        buildtool.cfg buildtool.mk haserl-0.8.0.tar.gz haserl.txt 
Log Message:
initial import


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

--- NEW FILE: buildtool.mk ---
#####################################################
# 
# haserl setup
# 
#####################################################
include $(MASTERMAKEFILE)

#####################################################

#####################################################
# Build haserl

HASERL_DIR:=haserl-0.8.0
HASERL_TARGET_DIR:=$(BT_BUILD_DIR)/haserl

$(HASERL_DIR)/.source:
        zcat $(HASERL_SOURCE) | tar -xvf -
        touch $(HASERL_DIR)/.source

source: $(HASERL_DIR)/.source 
                        
$(HASERL_DIR)/.configured: $(HASERL_DIR)/.source
        (cd $(HASERL_DIR); CC=$(TARGET_CC) LD=$(TARGET_LD) ./configure 
--prefix=/usr)
        touch $(HASERL_DIR)/.configured
                                                                 
$(HASERL_DIR)/.build: $(HASERL_DIR)/.configured
        mkdir -p $(HASERL_TARGET_DIR)
        mkdir -p $(HASERL_TARGET_DIR)/usr/bin   
        make -C $(HASERL_DIR) all
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(HASERL_DIR)/src/haserl
        cp -a $(HASERL_DIR)/src/haserl $(HASERL_TARGET_DIR)/usr/bin
        cp -a $(HASERL_TARGET_DIR)/* $(BT_STAGING_DIR)
        touch $(HASERL_DIR)/.build

build: $(HASERL_DIR)/.build


clean:
        make -C $(HASERL_DIR) clean
        rm -rf $(HASERL_TARGET_DIR)
        rm -rf $(HASERL_DIR)/.build
        rm -rf $(HASERL_DIR)/.configured
                                                                                
                                 
srcclean: clean
        rm -rf $(HASERL_DIR) 
        rm -rf $(HASERL_DIR)/.source

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

<File buildtool.cfg>
  Server = cvs-sourceforge
  Revision = HEAD
  Directory = haserl
</File>

<File haserl-0.8.0.tar.gz>
  Server = cvs-sourceforge
  Revision = HEAD
  Directory = haserl
  envname = HASERL_SOURCE
</File>


--- NEW FILE: haserl.txt ---
haserl is from http://haserl.sourceforge.net,
and is part of the webconf.lrp package.

See apps/webconf for the buildtool scripts


-------------------------------------------------------------------------
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