* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
[fw/sdcc] / device / lib / pic16 / libsdcc / int / Makefile
index f2ae3671065dba625aa468f7900191e15a7a687c..87adf7fc6be7e77be8abf57e03a0807d2a1bc795 100644 (file)
@@ -1,39 +1,5 @@
-#
-# Makefile - Makefile to build pic16 int upport library
-#
-# This file is part of the GNU PIC Library.
-#
-# January, 2004
-# The GNU PIC Library is maintained by,
-#      Vangelis Rokas <vrokas@otenet.gr>
-#
-# $Id$
-#
-#
+topsrcdir=../..
 
+SUBDIRS = 
 
-LIB    = sdccint.lib
-
-SRCS   =       divsint \
-               divuint \
-               modsint \
-               moduint \
-               mulint
-
-include ../Makefile.rules
-
-
-all: build-library
-
-build-library: $(LIB)
-
-$(LIB): $(OFILES)
-       @echo Creating $(LIB) ...
-       @for object in $(OFILES) ; do \
-               if [ ! -e $(LIB) ]; then \
-                       $(AR) -c $(LIB) $$object ; \
-               else \
-                       $(AR) -r $(LIB) $$object ; \
-               fi; \
-               echo adding $$object ; \
-       done ;
+include $(topsrcdir)/Makefile.subdir