* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
[fw/sdcc] / device / lib / pic16 / libc / stdio / Makefile
index 6f96ab722394b4b8c98a24240400ff2e438401f7..c196350c8fdf5ad5d88fbb0a82eec6f1b1854056 100644 (file)
@@ -1,46 +1,6 @@
-#
-# Makefile - Makefile to build pic16 C 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=../..
 
-include ../Makefile.rules
-
-SRCS   =       printf_tiny \
-               printf_small \
-               printf \
-               sprintf \
-               fprintf \
-               vprintf \
-               vsprintf \
-               vfprintf \
-               strmusart \
-               strmmssp \
-               strmgpsim \
-               strmputchar \
-               streams
-
-
-CFILES = $(patsubst %,%.c,$(SRCS))
-OFILES = $(patsubst %.c,%.o,$(CFILES))
-
-
-DEBUG=
-#COMPILE_FLAGS   += --pomit-config-words --pomit-ivt --no-peep
-COMPILE_FLAGS  += $(DEBUG)
-
-CFILES = $(patsubst %,%.c,$(SRCS))
-OFILES = $(patsubst %.c,%.o,$(CFILES))
-
-%.o: %.c
-       $(CC) $(CFLAGS) $(COMPILE_FLAGS) -c $<
-
-build-library: $(OFILES)
+SUBDIRS =
+TARGETS =
 
+include $(topsrcdir)/Makefile.subdir