Update of /cvsroot/leaf/src/The_UnNamed_One/apps/autoconf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15949/apps/autoconf
Added Files:
autoconf-2.59.tar.bz2 buildtool.cfg buildtool.mk
Log Message:
initial import
--- NEW FILE: autoconf-2.59.tar.bz2 ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
Server = cvs-sourceforge
Revision = HEAD
Directory = autoconf
</File>
<File autoconf-2.59.tar.bz2>
Server = cvs-sourceforge
Directory = autoconf
Revision = HEAD
envname = AUTOCONF_SOURCE
</File>
--- NEW FILE: buildtool.mk ---
#############################################################
#
# autoconf
#
#############################################################
include $(MASTERMAKEFILE)
AUTOCONF_DIR:=autoconf-2.59
export CC=$(TARGET_CC)
CFLAGS=-Os -s -I$(BT_STAGING_DIR)/include:$(BT_STAGING_DIR)/include/include
export CFLAGS
STRIP_OPTIONS=-s --remove-section=.note --remove-section=.comment
$(AUTOCONF_DIR)/.source:
bzcat $(AUTOCONF_SOURCE) | tar -xvf -
touch $(AUTOCONF_DIR)/.source
$(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.source
(cd $(AUTOCONF_DIR); rm -rf config.cache; CC=$(TARGET_CC) \
./configure \
--prefix=$(BT_STAGING_DIR) );
touch $(AUTOCONF_DIR)/.configured
source: $(AUTOCONF_DIR)/.source
build: $(AUTOCONF_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(AUTOCONF_DIR)
$(MAKE) CC=$(TARGET_CC) -C $(AUTOCONF_DIR) install
clean:
-rm $(AUTOCONF_DIR)/.configured
$(MAKE) -C $(AUTOCONF_DIR) uninstall
$(MAKE) -C $(AUTOCONF_DIR) clean
srcclean:
rm -rf $(AUTOCONF_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