Update of /cvsroot/leaf/src/bering-uclibc/contrib/pcspkr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23620

Added Files:
        buildtool.cfg buildtool.mk pcspkr.tar.gz 
Log Message:
src for pcspeaker module

provided by Nitro


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

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

<File pcspkr.tar.gz>
        Server = cvs-contrib-sourceforge
        Revision = HEAD
        Directory = pcspkr
        envname = SOURCE
</File>


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

DIR:=pcspkr
STRIP_OPTIONS=--strip-debug

.source:
        zcat $(SOURCE) | tar -xvf -     
        touch .source

source: .source

build: .source
        mkdir -p $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
        (cd $(DIR) ; \
        $(MAKE) -f Makefile CC=$(TARGET_CC) EXTRA_CFLAGS="$(BT_COPT_FLAGS)" 
INCLUDEDIR=$(BT_LINUX_DIR) KSRC=$(BT_LINUX_DIR) PATCHLEVEL=4)
        cp $(DIR)/pcspkr.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc
        $(BT_STRIP) $(STRIP_OPTIONS) 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc/pcspkr.o
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)

clean:
        rm -f $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc/pcspkr.o
        -rmdir $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
        -(cd $(DIR); $(MAKE) -f Makefile clean )
        rm -f .build

srcclean: clean
        rm -rf $(DIR)
        rm -f .source


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to