* device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
[fw/sdcc] / device / lib / pic16 / Makefile.common.in
1 #
2 # Makefile.common - common variables makefile
3 #
4 # This file is part of the GNU PIC Library.
5 #
6 # January, 2004
7 # The GNU PIC Library is maintained by,
8 #       Vangelis Rokas <vrokas@otenet.gr>
9 #
10 # $Id$
11 #
12 #
13
14 CC      = $(PRJDIR)/bin/sdcc
15 CPP     = $(PRJDIR)/bin/sdcpp
16
17 AS      = @GPASM@
18 LD      = @GPLINK@
19 AR      = @GPLIB@
20
21 RM      = @RM@
22 CP      = @CP@
23 MV      = @MV@
24 LS      = @LS@
25 SED     = @SED@
26
27 # Quick+dirty fix: this should be defined elsewhere,
28 # but it's needed for `make clean`; Bernhard
29 MM = -MM