CVS: libraries/commandline makefile,1.1,1.2
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/libraries/commandline
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3341/libraries/commandline
Modified Files:
makefile
Log Message:
simple install
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/libraries/commandline/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- makefile 22 Aug 2005 11:25:26 -0000 1.1
+++ makefile 19 Sep 2005 09:28:58 -0000 1.2
@@ -29,6 +29,12 @@
@echo "----- RAM/Flash Usage -----"
msp430-size $^
+download: install
+install: lib$(LIBRARYNAME).a
+ INSTALLDIR=$(dir $(shell which msp430-gcc))../msp430/lib ;\
+ cp lib$(LIBRARYNAME).a $$INSTALLDIR ;\
+ cp -r ../include/commandline.h $$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