From 1541ad6e8cd25b129b2f40f8738e7319cbfbfe37 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 19 Dec 2007 19:16:32 +0000 Subject: * */Makefile.sub (DEFS, RM): output to config.status. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 971b62c297..d478719cc9 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -127,6 +127,13 @@ OUTFLAG = -o !ifndef CFLAGS CFLAGS = -q -tWR -tWC $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi !endif +!ifndef DEFS +DEFS = +!endif +!ifndef CPPFLAGS +CPPFLAGS = +!endif +CPPFLAGS = $(DEFS) $(CPPFLAGS) !ifndef CXXFLAGS CXXFLAGS = $(CFLAGS) !endif @@ -332,6 +339,7 @@ s,@SHELL@,$$(COMSPEC),;t t s,@BUILD_FILE_SEPARATOR@,\,;t t s,@PATH_SEPARATOR@,;,;t t s,@CFLAGS@,$(CFLAGS),;t t +s,@DEFS@,$(DEFS),;t t s,@CPPFLAGS@,$(CPPFLAGS),;t t s,@CXXFLAGS@,$(CXXFLAGS),;t t s,@FFLAGS@,$(FFLAGS),;t t @@ -377,6 +385,7 @@ s,@AR@,$(AR),;t t s,@ARFLAGS@,$(ARFLAGS) ,;t t s,@LN_S@,$(LN_S),;t t s,@SET_MAKE@,$(SET_MAKE),;t t +s,@RM@,$$(top_srcdir:/=\)\win32\rm.bat,;t t s,@CP@,copy > nul,;t t s,@LIBOBJS@, acosh.obj crypt.obj erf.obj strlcat.obj strlcpy.obj win32.obj,;t t s,@ALLOCA@,$(ALLOCA),;t t -- cgit v1.2.3