From 67d911453a06d86cb670bad9e565eec52af61d59 Mon Sep 17 00:00:00 2001 From: kvigor Date: Tue, 3 Jul 2001 18:59:02 +0000 Subject: [PATCH 1/1] Add cpp2 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1010 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- Makefile | 2 +- configure | 4 +++- configure.in | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06df59a9..55f88016 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ srcdir = . include $(srcdir)/Makefile.common SDCC_MISC = debugger/mcs51 sim/ucsim -SDCC_LIBS = support/cpp +SDCC_LIBS = support/cpp support/cpp2 SDCC_ASLINK = as/mcs51 as link SDCC_PACKIHX = packihx diff --git a/configure b/configure index 3d166c56..cc83511c 100755 --- a/configure +++ b/configure @@ -2751,6 +2751,8 @@ subdirs="sim/ucsim" subdirs="sim/ucsim packihx" +subdirs="sim/ucsim packihx support/cpp2" + # MLH: removed as the rules are already in Makefile.common #as/z80/Makefile #link/z80/Makefile @@ -3169,7 +3171,7 @@ if test "$no_recursion" != yes; then esac done - for ac_config_dir in sim/ucsim packihx; do + for ac_config_dir in sim/ucsim packihx support/cpp2; do # Do not complain, so a configure script can configure whichever # parts of a large source tree are present. diff --git a/configure.in b/configure.in index 54a984a2..5e658fe4 100755 --- a/configure.in +++ b/configure.in @@ -301,6 +301,7 @@ mv ports ports.build # =========================================================================== AC_CONFIG_SUBDIRS(sim/ucsim) AC_CONFIG_SUBDIRS(packihx) +AC_CONFIG_SUBDIRS(support/cpp2) # MLH: removed as the rules are already in Makefile.common #as/z80/Makefile #link/z80/Makefile -- 2.30.2