CVS: examples makefile,1.8,1.9
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-serv14945/examples Modified Files: makefile Log Message: - only exec makefile if it exists - add makefile for clean operation in c++ subfolder Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/examples/makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -d -r1.8 -r1.9 --- makefile 1 Jan 2004 01:53:30 -0000 1.8 +++ makefile 14 Jun 2005 13:55:45 -0000 1.9 @@ -1,5 +1,5 @@ PROJECTS = leds timerA_uart uart_test char_lcd gfx_lcd video uart_test\ - sla* rawsources reed-solomon tcpip bufferedUSART tasker + sla* rawsources reed-solomon tcpip bufferedUSART tasker cplusplus #not yet completed: pc_keyboard @@ -8,4 +8,4 @@ zip -r9 examples.zip $(PROJECTS) LICENSE.txt -i \*.\* clean: - for d in $(PROJECTS); do make -C $$d clean; done \ No newline at end of file + 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: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20