CVS: libraries makefile,NONE,1.1
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/libraries In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20909/libraries Added Files: makefile Log Message: toplevel makefile that builds all libraries --- NEW FILE: makefile --- .PHONY: all FORCE clean #all should be the first target. it's built when make is runwithout args all: libmspgcc libcommandline libmspgcc: FORCE cd mspgcc; make all libcommandline: FORCE cd commandline; make all libspi: FORCE cd spi; make all clean: cd mspgcc; make clean cd commandline; make clean cd spi; make clean rm -f dependencies.d #dummy target as dependecy if something has to be build everytime FORCE: ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf