CVS: libraries/mspgcc makefile,1.3,1.4
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/libraries/mspgcc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3341/libraries/mspgcc
Modified Files:
makefile
Log Message:
simple install
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/libraries/mspgcc/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- makefile 18 Sep 2005 12:22:25 -0000 1.3
+++ makefile 19 Sep 2005 09:28:58 -0000 1.4
@@ -32,6 +32,13 @@
@echo "----- RAM/Flash Usage -----"
msp430-size $^
+download: install
+install: lib$(LIBRARYNAME).a
+ INSTALLDIR=$(dir $(shell which msp430-gcc))../msp430 ;\
+ cp lib$(LIBRARYNAME).a $$INSTALLDIR/lib ;\
+ cp -r ../include/mspgcc $$INSTALLDIR/include
+
+
clean:
rm -f lib$(LIBRARYNAME).a lib$(LIBRARYNAME).lst ${OBJECTS} dependencies.d
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php