Add cpp2
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 3 Jul 2001 18:59:02 +0000 (18:59 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 3 Jul 2001 18:59:02 +0000 (18:59 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1010 4a8a32a2-be11-0410-ad9d-d568d2c75423

Makefile
configure
configure.in

index 06df59a909f10143208dfaa7de3d384951918fa1..55f880167a3674666fbbc3b661248e54d8d33ee7 100644 (file)
--- 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
 
index 3d166c56fde2f81f384dbe20824b0ff724fd9de0..cc83511c88c283e8d10853ef37f43d492157b96b 100755 (executable)
--- 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.
index 54a984a23e338be70cd4c5e8887859f6ae2cd577..5e658fe4a708f2e7010bc5be48616550459a0426 100755 (executable)
@@ -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