* sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Nov 2005 21:05:25 +0000 (21:05 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Nov 2005 21:05:25 +0000 (21:05 +0000)
  medium, large, pic and pic16

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3953 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index 611ff37fd2c4c432e4d0a4ca7b86a474bf848cb9..a53b61d5f8df309b2c8557b246d5979d1e33fcd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
          verbose - used for nightly snapshot build
        * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
          available on Win32 platforms.
+       * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
+         medium, large, pic and pic16
 
 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
 
index 2c61f94641f12c6a9066e7a5b70254580b626caf..feae847f04fd35df47fa8d80131f1dcbdcb6b0d5 100644 (file)
@@ -285,7 +285,7 @@ clean_intermediate-pic16:
 # ---------------------------------------------------
 install: all installdirs
        $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir)
-       $(CP_U) -r ds390 ds400 gbz80 z80 hc08 *.c $(sdcc_libdir)/src
+       $(CP_U) -r ds390 ds400 mcs51 small medium large gbz80 z80 hc08 pic pic16 *.c $(sdcc_libdir)/src
        rm -r `find $(sdcc_libdir)/src -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lst' -o -name '*.asm' -o -name 'CVS'`
 
 # Deleting all the installed files