* src/pic16/device.c (pic16_dump_gsection,
[fw/sdcc] / device / lib / pic16 / libsdcc / gptr / Makefile
1 #
2 # Makefile - Makefile to build pic16 generic pointer support library
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
15 SRCS    =       gptrget1 \
16                 gptrget2 \
17                 gptrget3 \
18                 gptrget4 \
19                 gptrput1 \
20                 gptrput2 \
21                 gptrput3 \
22                 gptrput4
23
24
25 include ../Makefile.rules
26
27 #OFILES += gptrcommon.o
28
29
30 all: build-library
31
32 #gptrcommon.o: gptrcommon.S
33 #       $(AS) -c $< -o $@
34
35 build-library: $(OFILES)
36 #       @$(CP) -v $(OFILES) ../../bin