* device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
[fw/sdcc] / device / lib / pic / Makefile.in
index 29ad0cc9a03d70d6a1764aa1e2b3f622a3a49ee7..6659a8b382d1eda74de148ada67af16e04ca9142 100644 (file)
@@ -1,10 +1,10 @@
 ###########################################################
 ### Makefile for the SDCC/PIC14 Library
 ###
-### Copyright (C) 2005 by Raphael Neider <rneider@web.de>
+### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>
 ###
 ### The library is currently maintained by
-###    Raphael Neider <rneider@web.de>
+###    Raphael Neider <rneider AT web.de>
 ###
 ### This file may be distributed under the terms of the the
 ### GNU General Public License (GPL). See GPL for details.
@@ -29,7 +29,7 @@ all % :
 
 else
 
-SUBDIRS           = libsdcc libdev
+SUBDIRS           = libsdcc libdev libm
 builddir   = build
 installdir = bin
 export installdir
@@ -48,7 +48,8 @@ clean : recurse
        $(Q)-$(RMDIR) "$(top_builddir)$(builddir)"
 
 distclean: clean
-       rm -f Makefile
+       $(Q)-$(RM) config.cache config.log config.status Makefile Makefile.common
+       $(Q)-$(RMDIR) bin
 
 clean-intermediate : recurse