summaryrefslogtreecommitdiff
path: root/device/non-free/lib/pic14/Makefile.common
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2019-11-05 17:56:35 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2019-11-05 17:56:35 +0100
commite524f157266c07a7a4cf3b766edd6ff9db98e4f4 (patch)
tree3dcbf507b5ec87d297f833df79cb532c3844032f /device/non-free/lib/pic14/Makefile.common
parent1dcefbf527e52315abfe3b4871272b3fd9bb0f4b (diff)
downloadsdcc-gas-e524f157266c07a7a4cf3b766edd6ff9db98e4f4.tar.gz
Removed intermediate files
Diffstat (limited to 'device/non-free/lib/pic14/Makefile.common')
-rw-r--r--device/non-free/lib/pic14/Makefile.common85
1 files changed, 0 insertions, 85 deletions
diff --git a/device/non-free/lib/pic14/Makefile.common b/device/non-free/lib/pic14/Makefile.common
deleted file mode 100644
index 2319047..0000000
--- a/device/non-free/lib/pic14/Makefile.common
+++ /dev/null
@@ -1,85 +0,0 @@
-###########################################################
-### Makefile.common.in for the SDCC/PIC14 Library
-###
-### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>
-###
-### The library is currently maintained by
-### Raphael Neider <rneider AT web.de>
-###
-### This file may be distributed under the terms of the the
-### GNU General Public License (GPL). See GPL for details.
-###
-### $Id: Makefile.common.in 8895 2013-11-11 00:17:19Z tecodev $
-###
-
-#################################################
-### verboseness
-#Q ?= # be verbose
-Q ?= @ # be quiet
-# be really quiet (suppress "Entering/Leaving directory...")
-#MAKEFLAGS := $(filter-out -s,$(MAKEFLAGS)) -s
-
-#################################################
-### compiler switches
-# ARCH might be overwritten in libio
-ARCH ?= 877
-
-CFLAGS ?=
-CFLAGS += -mpic14 -p16f$(ARCH)
-CFLAGS += --std-c99
-CFLAGS += -I. -I$(top_srcdir)/../../include/pic14 -I$(top_srcdir)/../../non-free/include/pic14
-CFLAGS += --no-warn-non-free
-
-#################################################
-### optimization flags
-
-#################################################
-### debugging PIC14 port
-#CFLAGS += --debug-ralloc
-#CFLAGS += --debug-xtra
-#CFLAGS += --pcode-verbose
-CFLAGS += --i-code-in-asm
-
-#################################################
-### debugging SDCC's optimizations
-#CFLAGS += --nooverlay
-#CFLAGS += --nogcse
-#CFLAGS += --nolabelopt
-#CFLAGS += --noinvariant
-#CFLAGS += --noinduction
-#CFLAGS += --nojtbound
-#CFLAGS += --noloopreverse
-
-#################################################
-### assembler switches
-ASFLAGS ?=
-ASFLAGS += -pp16f$(ARCH)
-ASFLAGS += -I$(top_srcdir)/../../include/pic14 -I$(top_srcdir)/../../non-free/include/pic14
-ASFLAGS += -I. -I$(srcdir)
-
-#################################################
-### linker switches
-LDFLAGS ?=
-LDFLAGS += -m -l -w
-
-#################################################
-### librarian switches
-LIBFLAGS ?=
-LIBFLAGS += -c
-
-#################################################
-### programs to use
-CPP = $(top_builddir)/../../../bin/sdcpp
-CC = $(top_builddir)/../../../bin/sdcc
-AS = gpasm
-LD = gplink
-LIB = gplib
-
-SED ?= sed
-GREP ?= /bin/grep -E
-
-MKDIR ?= mkdir -p
-RMDIR ?= rmdir
-CP ?= cp
-MV ?= mv
-RM ?= rm -f