CVS: examples LICENSE.txt,1.3,1.4 makefile,1.9,1.10
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1695/examples Modified Files: LICENSE.txt makefile Log Message: - consistently name the files README.txt (with extension for the windows users) - update some of the readmes contents and add new ones - use the reStructuredText format for use with docutils rst2html Index: LICENSE.txt =================================================================== RCS file: /cvsroot/mspgcc/examples/LICENSE.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -d -r1.3 -r1.4 --- LICENSE.txt 24 Feb 2004 02:19:46 -0000 1.3 +++ LICENSE.txt 26 Dec 2005 20:37:03 -0000 1.4 @@ -1,3 +1,5 @@ +:: + Unless stated in the specfic source file, this work is Copyright (c) 2002-2004, mspgcc team All rights reserved. @@ -17,7 +19,7 @@ contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/examples/makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -d -r1.9 -r1.10 --- makefile 14 Jun 2005 13:55:45 -0000 1.9 +++ makefile 26 Dec 2005 20:37:03 -0000 1.10 @@ -1,11 +1,25 @@ PROJECTS = leds timerA_uart uart_test char_lcd gfx_lcd video uart_test\ - sla* rawsources reed-solomon tcpip bufferedUSART tasker cplusplus + sla* rawsources reed-solomon tcpip bufferedUSART tasker cplusplus \ + fet_spi_irq #not yet completed: pc_keyboard +RST2HTML = rst2html + +all: README.html LICENSE.html doc + +%.html: %.txt + $(RST2HTML) $< $@ dist: clean tar czf examples.tgz --exclude=CVS --exclude=cvs $(PROJECTS) LICENSE.txt zip -r9 examples.zip $(PROJECTS) LICENSE.txt -i \*.\* -clean: +doc: + for d in $(PROJECTS); do if [ -f $$d/README.txt ]; then $(RST2HTML) $$d/README.txt $$d/README.html; fi;done + +clean-doc: + for d in $(PROJECTS); do if [ -f $$d/README.txt ]; then rm -f $$d/README.html; fi;done + rm -f README.html LICENSE.html + +clean: clean-doc for d in $(PROJECTS); do if [ -f makefile -o -f Makefile ]; then make -C $$d clean; fi; done \ No newline at end of file ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click