[prev in list] [next in list] [prev in thread] [next in thread] 

List:       leaf-cvs-commits
Subject:    [leaf-cvs-ci] src/bering-uclibc/apps/fritz buildtool.cfg,NONE,1.1 buildtool.mk,NONE,1.1 fcpci-suse8.
From:       Martin Hejl <hejl () users ! sourceforge ! net>
Date:       2005-05-27 12:35:28
Message-ID: E1Dbe3k-00026M-Du () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/leaf/src/bering-uclibc/apps/fritz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7885

Added Files:
	buildtool.cfg buildtool.mk fcpci-suse8.2-03.11.02.tar.gz 
Log Message:
Added buildtool setup for CAPI drivers for AVM Fritz!PCI 2.0 card


--- NEW FILE: buildtool.cfg ---
# original sources from:
#<Server avm>
#	Type = ftp
#	Name = ftp://ftp.avm.de
#	Serverpath = /cardware/fritzcrd.pci/linux/
#</Server>

<File buildtool.mk>
        Server = cvs-sourceforge
	Revision = HEAD
        Directory = fritz
</File>

<File fcpci-suse8.2-03.11.02.tar.gz>
        Server = cvs-sourceforge
        Revision = HEAD
        Directory = fritz
</File>


--- NEW FILE: buildtool.mk ---
#############################################################
#
# fritz!
#
# $Id: buildtool.mk,v 1.1 2005/05/27 12:35:22 hejl Exp $
#############################################################

include $(MASTERMAKEFILE)

FRITZ_DIR:=fritz
FRITZ_TARGET_DIR:=$(BT_BUILD_DIR)/fritz
STRIP_OPTIONS=--strip-unneeded

$(FRITZ_DIR)/.source:
	zcat $(FRITZ_SOURCE) | tar -xvf -	
	# clean up the fscking makefile from AVM
	perl -i -p -e 's,CARD_PATH\s*=\s*/lib/modules/`uname -r`/misc,CARD_PATH = \
$(FRITZ_TARGET_DIR),' $(FRITZ_DIR)/src.drv/makefile   perl -i -p -e \
's,CS_PATH\s*=\s*/lib/modules/`uname -r`/pcmcia-external,CS_PATH = \
$(FRITZ_TARGET_DIR),' $(FRITZ_DIR)/src.drv/makefile   perl -i -p -e \
's,KRNLINCL\s*=\s*/lib/modules/`uname -r`/build/include,KRNLINCL = \
$(BT_SOURCE_DIR)/linux/linux/include,' $(FRITZ_DIR)/src.drv/makefile   perl -i -p -e \
's,DEFINES\s*=\s*-DMODULE\s*,DEFINES = -DMODULE -DMODVERSIONS ,' \
$(FRITZ_DIR)/src.drv/makefile   perl -i -p -e \
's,KERNEL_VERSION\(2\,\s*5\,\s*0\),KERNEL_VERSION(2\, 4\, 30),' \
$(FRITZ_DIR)/src.drv/defs.h 	   touch $(FRITZ_DIR)/.source

source: $(FRITZ_DIR)/.source

$(FRITZ_DIR)/.build: source
	-mkdir $(BT_BUILD_DIR)/fritz
	#PATH=/bin:/usr/bin:/usr/local/bin
	export PATH
	$(MAKE) KDIR=$(BT_LINUX_DIR) LIBDIR=$(FRITZ_TARGET_DIR)/lib/ -C $(FRITZ_DIR) 
	$(MAKE) -C $(FRITZ_DIR)  install 	
	$(BT_STRIP) --strip-debug $(FRITZ_TARGET_DIR)/fcpci.o
	touch $(FRITZ_DIR)/.build

build: $(FRITZ_DIR)/.build

clean:
	$(MAKE) KDIR=$(BT_LINUX_DIR) LIBDIR=$(FRITZ_TARGET_DIR)/lib/ -C $(FRITZ_DIR) clean 
	rm -f $(FRITZ_DIR)/.build

srcclean:         
	rm -rf $(FRITZ_DIR)
	rm -rf $(FRITZ_TARGET_DIR)





--- NEW FILE: fcpci-suse8.2-03.11.02.tar.gz ---
(This appears to be a binary file; contents omitted.)



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic