[leaf-commits] src/bering-uclibc4/source/automake automake-1.4-p6.tar.gz, NONE, 1.1 automake-1.9.6.tar.bz2, NONE, 1.1 buildtool.cfg, NONE, 1.1 buildtool.mk, NONE, 1.1

Andrew <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/automake
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5267/source/automake

Added Files:
	automake-1.4-p6.tar.gz automake-1.9.6.tar.bz2 buildtool.cfg 
	buildtool.mk 
Log Message:
Updated autoconf; fixed automake paths to Perl interpreter; fixed dependencies


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

--- NEW FILE: buildtool.cfg ---
<Server gnu>
  Type = ftp
  Name = ftp.gnu.org
  Serverpath = gnu/
</Server> 

<File buildtool.mk>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = automake
</File>

<File automake-1.4-p6.tar.gz>
  Server = gnu
  Directory = automake
  Revision = HEAD  
  envname = AUTOMAKE_SOURCE_4
</File>

<File automake-1.9.6.tar.bz2>
  Server = gnu
  Directory = automake
  Revision = HEAD  
  envname = AUTOMAKE_SOURCE_LATEST
</File>


--- NEW FILE: buildtool.mk ---
#############################################################
#
# automake
#
#############################################################

include $(MASTERMAKEFILE)
AUTOMAKE_DIR_LATEST:=automake-1.9.6
AUTOMAKE_DIR_4:=automake-1.4-p6
export CC=$(TARGET_CC)
PERLVER=$(shell ls $(BT_STAGING_DIR)/usr/lib/perl5)

CFLAGS=-Os -s -I$(BT_STAGING_DIR)/include:$(BT_STAGING_DIR)/include/include
export CFLAGS

$(AUTOMAKE_DIR_LATEST)/.source: 
	bzcat $(AUTOMAKE_SOURCE_LATEST) |  tar -xvf - 	
	touch $(AUTOMAKE_DIR_LATEST)/.source

$(AUTOMAKE_DIR_4)/.source:
	zcat $(AUTOMAKE_SOURCE_4) |  tar -xvf - 	
	touch $(AUTOMAKE_DIR_4)/.source


$(AUTOMAKE_DIR_LATEST)/.configured: $(AUTOMAKE_DIR_LATEST)/.source
	(export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \
	cd $(AUTOMAKE_DIR_LATEST); rm -rf config.cache; \
	CC=$(TARGET_CC)  PERL="$(BT_STAGING_DIR)/usr/bin/perl" \
		./configure \
		--prefix=$(BT_STAGING_DIR) \
		--target=$(BT_TARGET_NAME) \
		--host=$(BT_TARGET_NAME) \
		--build=$(BT_HOST_NAME) );
	touch $(AUTOMAKE_DIR_LATEST)/.configured


$(AUTOMAKE_DIR_4)/.configured:$(AUTOMAKE_DIR_4)/.source
	(export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \
	cd $(AUTOMAKE_DIR_4); rm -rf config.cache; \
	CC=$(TARGET_CC)  PERL="$(BT_STAGING_DIR)/usr/bin/perl" \
		./configure \
		--target=$(BT_TARGET_NAME) \
		--host=$(BT_TARGET_NAME) \
		--build=$(BT_HOST_NAME) );
	touch $(AUTOMAKE_DIR_4)/.configured


source: $(AUTOMAKE_DIR_LATEST)/.source $(AUTOMAKE_DIR_4)/.source

build: $(AUTOMAKE_DIR_LATEST)/.configured $(AUTOMAKE_DIR_4)/.configured
	$(MAKE) CC=$(TARGET_CC) -C $(AUTOMAKE_DIR_LATEST) 
	$(MAKE) CC=$(TARGET_CC) -C $(AUTOMAKE_DIR_LATEST) install
	$(MAKE) CC=$(TARGET_CC) -C $(AUTOMAKE_DIR_4) 
	$(MAKE) CC=$(TARGET_CC) -C $(AUTOMAKE_DIR_4) install
	

clean:
	$(MAKE) -C $(AUTOMAKE_DIR_LATEST) uninstall
	$(MAKE) -C $(AUTOMAKE_DIR_LATEST) clean
	$(MAKE) -C $(AUTOMAKE_DIR_4) uninstall
	$(MAKE) -C $(AUTOMAKE_DIR_4) clean

srcclean:
	rm -rf $(AUTOMAKE_DIR_LATEST)
	rm -rf $(AUTOMAKE_DIR_4)

--- NEW FILE: automake-1.9.6.tar.bz2 ---
(This appears to be a binary file; contents omitted.)


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.