* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
[fw/sdcc] / device / lib / pic16 / libc / ctype / Makefile
index e8160f8256f3bed44ab3a18c10a6974d9bf373f0..c682cda9d53db79c1d0581c0d7de83df26011aba 100644 (file)
@@ -1,42 +1,5 @@
-#
-# 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    =       iscntrl \
-                isdigit \
-                isgraph \
-                islower \
-                isprint \
-                ispunct \
-                isspace \
-                isupper \
-                isxdigit
-
-
-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 =
 
+include $(topsrcdir)/Makefile.subdir